Commit Graph

4175 Commits

Author SHA1 Message Date
IntelOrca 4a16573786 fix cast warning 2015-07-20 20:25:05 +01:00
IntelOrca 1176e74ff6 fix guest and staff renaming 2015-07-20 20:21:12 +01:00
Duncan Frost 1725211713 Fix incorrect widgets enabled in ride construction. 2015-07-20 19:47:54 +01:00
Ted John 7779118f99 Merge pull request #1652 from duncanspumpkin/maze
Maze
2015-07-20 19:06:48 +01:00
Duncan Frost ed23efe389 Implement remaining functions that were crashing 2015-07-20 18:43:57 +01:00
Duncan Frost a877dd4a5b Get the initial maze construct working.
Note entrances are broken
2015-07-20 18:03:45 +01:00
Duncan Frost be58c6a688 Fix dereference of unset information.
Fixes #1650
2015-07-20 17:33:02 +01:00
Duncan Frost 82217d0053 Fix support cost multiplier underground.
Fixes #1651
2015-07-20 17:21:32 +01:00
Ted John bc61e39610 Merge pull request #1649 from zsilencer/bugfixes
fix #1645
2015-07-19 19:52:07 +01:00
zsilencer c0354fb16a fix #1645 2015-07-19 12:38:29 -06:00
Ted John 083625467a Merge pull request #1647 from duncanspumpkin/peep
Peep functions
2015-07-19 16:23:49 +01:00
Duncan Frost d2bcf096f7 Fix slope end when deleting sections.
Fixes #1646
2015-07-19 15:11:24 +01:00
Duncan Frost 34109b7978 Implement peep_assess_surroundings 2015-07-19 11:10:06 +01:00
Duncan Frost 72b740bd83 Implement peep_get_height_on_slope 2015-07-19 10:22:49 +01:00
Duncan Frost 9e8b9b10c7 Fix footpath connection bug 2015-07-19 10:00:43 +01:00
Ted John 79737e4684 Merge pull request #1644 from duncanspumpkin/sub_68F41A
Sub 68F41A
2015-07-19 00:50:24 +01:00
IntelOrca a64a8c6021 implement peep_head_for_nearest_ride_with_flags 2015-07-19 00:06:55 +01:00
IntelOrca a86d1cd07d implement peep_head_for_nearest_ride_type 2015-07-19 00:06:42 +01:00
IntelOrca 37f49646dd implement peep_pick_ride_to_go_on 2015-07-19 00:06:40 +01:00
IntelOrca 067fbb59a4 implement sprite_misc_3_create and sprite_misc_5_create 2015-07-19 00:06:27 +01:00
Duncan Frost 09ea7a1c93 Started implementing sub_68F41A 2015-07-19 00:06:05 +01:00
Ted John 6d6ceccc97 Merge Localisation/master into OpenRCT2/develop. 2015-07-18 04:00:13 +01:00
IntelOrca 2bad1052b3 fix #1641 2015-07-17 21:32:22 +01:00
IntelOrca b692caf9fe add missing junior track pieces 2015-07-17 20:09:13 +01:00
IntelOrca 5f1878dca9 fix keyboard_shortcut_format_string 2015-07-17 17:54:01 +01:00
IntelOrca 74dc18b062 implement viewport_track_paint_setup 2015-07-17 17:25:38 +01:00
Ted John a6c71c61ce Merge pull request #1615 from LRFLEW/queue
Improved Queue Pathing
2015-07-17 16:05:02 +01:00
IntelOrca e967e9465f implement sub_68B2B7 2015-07-17 16:00:46 +01:00
Duncan 5b542484ec Merge pull request #1639 from Gymnasiast/rename-sub_6B59C6
Rename sub_6B59C6() to invalidate_test_results()
2015-07-17 12:53:00 +01:00
Gymnasiast 3e5e4431c0 Rename sub_6B59C6() to invalidate_test_results() 2015-07-17 13:49:36 +02:00
Ted John 5c98f3055c Merge pull request #1638 from Gymnasiast/patch-3
Use standard spelling of 'tigre', closes #1637
2015-07-17 12:22:05 +01:00
Michael Steenbeek 57818c3835 Use standard spelling of 'tigre', closes #1637 2015-07-17 10:21:18 +02:00
IntelOrca b3f3055429 fix mistake in ride_create 2015-07-17 02:43:22 +01:00
LRFLEW e0f425ab61 Improved Queue Pathing 2015-07-16 13:02:29 -05:00
IntelOrca 48028fcfc4 fix #1631, fix #1632 2015-07-16 16:42:46 +01:00
IntelOrca 354d604b26 fix #1633 2015-07-16 16:05:21 +01:00
Duncan 49c872d24a Merge pull request #1627 from Gymnasiast/console-ux
Console UX improvements, fixes #1622
2015-07-16 12:24:35 +01:00
Duncan ff3313a403 Merge pull request #1628 from Gymnasiast/ride-naming
Use correct ride naming in select-by-track-type mode
2015-07-16 12:23:48 +01:00
Gymnasiast 97fa80d044 Use correct ride naming in select-by-track-type mode 2015-07-16 11:00:27 +02:00
Gymnasiast 58247a2d6b Console UX improvements, fixes #1622 2015-07-16 10:21:10 +02:00
IntelOrca 7cddad5026 implement game_command_create_ride 2015-07-16 01:38:28 +01:00
Ted John d5f46d774b Merge pull request #1625 from zsilencer/bugfixes
fix #1624
2015-07-16 01:28:48 +01:00
zsilencer 38b691b460 fix #1624 2015-07-15 15:44:05 -06:00
Duncan Frost 2bdb32061b Fix path connection to ride entrances.
Fixes #1616. Small fix to queue chaining as well.
2015-07-15 21:35:34 +01:00
Ted John c067aee191 Merge pull request #1621 from Gymnasiast/patch-3
RCT1: Import the correct chip shop
2015-07-15 10:59:14 +01:00
Michael Steenbeek 8478381595 RCT1: Import the correct chip shop 2015-07-15 11:36:47 +02:00
Ted John f180ceb71c Merge Localisation/master into OpenRCT2/develop. 2015-07-15 04:00:16 +01:00
IntelOrca 07717abdfd fix audio initialisation bug when device is not set in config 2015-07-14 23:59:29 +01:00
Ted John b96e48ce62 Merge pull request #1618 from zsilencer/bugfixes
Bugfixes
2015-07-14 23:51:14 +01:00
zsilencer 72d16dd4d0 make all sounds play correctly through hook 2015-07-14 16:45:25 -06:00