1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 15:54:31 +01:00
Commit Graph

4066 Commits

Author SHA1 Message Date
Duncan Frost
b94d77ccae Fix issue where saving would close toolbar.
Fixes 1537. Issue was caused by the window order being changed further down a function call. This meant all pointers to windows were invalid.
2015-07-20 20:49:56 +01:00
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
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
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
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
IntelOrca
2bad1052b3 fix #1641 2015-07-17 21:32:22 +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
Gymnasiast
3e5e4431c0 Rename sub_6B59C6() to invalidate_test_results() 2015-07-17 13:49:36 +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
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
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
Michael Steenbeek
8478381595 RCT1: Import the correct chip shop 2015-07-15 11:36:47 +02:00
IntelOrca
07717abdfd fix audio initialisation bug when device is not set in config 2015-07-14 23:59:29 +01:00
zsilencer
72d16dd4d0 make all sounds play correctly through hook 2015-07-14 16:45:25 -06:00
zsilencer
ca6c3d68aa fix #1155 2015-07-14 16:45:25 -06:00
zsilencer
689f7c9f1d #1130 save last audio device 2015-07-14 16:45:24 -06:00
IntelOrca
81a8434873 fix and refactor rct1_process_scenario_flags 2015-07-14 23:37:22 +01:00
IntelOrca
cde0cece16 implement rct1_fix_walls 2015-07-14 23:15:21 +01:00
IntelOrca
8acd9e73ca implement rct1_fix_colours 2015-07-14 21:58:45 +01:00
Duncan Frost
1440ac185d Fix invalid hook register list.
Fixes #1607
2015-07-14 21:20:22 +01:00
IntelOrca
dcbdc7cb3a fix rct1_fix_paths 2015-07-14 21:07:27 +01:00
IntelOrca
48c5fe1626 implement rct_fix_paths 2015-07-14 19:14:11 +01:00
IntelOrca
445d603abe refactor various things such as scenario begin and staff mode reset, add rct1 ride struct 2015-07-14 18:18:28 +01:00
IntelOrca
968aec9040 fix #1605 2015-07-14 11:43:19 +01:00
IntelOrca
26a540e78d fix #1605 2015-07-14 01:26:00 +01:00
IntelOrca
836c208dc5 implement rct1_fix_z 2015-07-14 00:42:27 +01:00