1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +01:00
Commit Graph

227 Commits

Author SHA1 Message Date
Duncan Frost
88a43b34b0 Finish maze track placement
Fixed bugs related with maze placement as well.
2015-05-13 19:19:46 +01:00
Duncan Frost
fbdc2dad7b Added start of maze placement. Refactored slightly. 2015-05-13 19:19:45 +01:00
Duncan Frost
1f02b47a6c Implemented large/small scenery placement. Fix bugs.
There was a bug that was causing track creation to place scenery items in the incorrect location. This was caused by assuming a global variable was no longer in use.
2015-05-13 19:19:45 +01:00
Duncan Frost
ac55dd3e04 Add wall scenery support 2015-05-13 19:19:44 +01:00
Duncan Frost
9603e35834 Fix bugs in path placement 2015-05-13 19:19:43 +01:00
Duncan Frost
ed685688e2 More scenery_place.
There is a bug in the path code
2015-05-13 19:19:43 +01:00
Duncan Frost
49e02fdab8 Added more of scenery place 2015-05-13 19:19:42 +01:00
Duncan Frost
054bc8cac2 Started scenery placement 2015-05-13 19:19:41 +01:00
Duncan Frost
d7db2e27e0 Added entrance/exit placement. 2015-05-13 19:19:41 +01:00
Duncan Frost
01eb40de08 Fix bugs in ride placement
Tracks should now place and remove correctly.
Next task will be entrances/exits followed by scenery.
2015-05-13 19:19:40 +01:00
Duncan Frost
69c708b75d Added more to track_place 2015-05-13 19:19:39 +01:00
Duncan Frost
a8912e0696 Added more of track_place 2015-05-13 19:19:39 +01:00
Duncan
f367746964 Fix small mistake in flags 2015-05-13 19:19:38 +01:00
Duncan Frost
7d13cb9ac3 Started track_place 2015-05-13 19:19:38 +01:00
Duncan Frost
822c3f6932 Added game_command_place_track
Requires extensive testing.
Fixed a bug in the tracks.idx that would cause crash on track load fail.
2015-05-13 19:19:37 +01:00
Duncan Frost
66de066901 Added save_track_file. Fixed bugs.
Encountered bug where incorrect tracks would be displayed if the loading process failed.
Added checksum validation to loading code.
Increased the max rle length to match rct2.
2015-05-13 19:19:36 +01:00
Duncan Frost
64374e5ac4 Added maze to td6 code.
Small refactor of td6 struct to use flags with a note.
Refactor to split up td6 creation code
2015-05-13 19:19:35 +01:00
Duncan Frost
7418c74c9a Finished save track for tracked rides.
Still needs mazes to be done.
No noticable bugs so far.
2015-05-13 19:19:35 +01:00
Duncan Frost
9051f13520 Implemented sub_6c683d
This is some sort of function that gets the map element of the first part of a track segment.
It is also used to update the flashing colour when in construct mode
2015-05-13 19:19:34 +01:00
Duncan Frost
f6f671e27f Started .TD6 creation function.
Labelled known offsets from compare to ride structure.
2015-05-13 19:19:34 +01:00
Duncan Frost
dde9611343 Added td4 booster check.
Small refactor to use known structures
2015-05-13 19:19:33 +01:00
zsilencer
9296cfd334 fix audio panning 2015-05-06 19:15:00 -06:00
zsilencer
71e21c2a6c refactor mixer, add support for streamed music 2015-04-25 09:28:28 -06:00
zsilencer
ea75926a6c game_command_set_ride_appearance 2015-04-25 09:20:47 -06:00
zsilencer
68d7f84098 rename 0x80000000 to MONEY32_UNDEFINED 2015-04-25 09:20:46 -06:00
zsilencer
97bd30ece7 game_command_set_staff_patrol 2015-04-25 09:20:15 -06:00
zsilencer
61485ed898 ride_get_refund_price 2015-04-25 09:20:14 -06:00
zsilencer
08a5bea762 game_command_demolish_ride 2015-04-25 09:20:14 -06:00
Ted John
e93f894077 Merge pull request #990 from kevinburke/sub_65E1C2
Decompile sub_65E1C2
2015-04-12 23:18:16 +01:00
Ted John
f4ffdbde63 Merge pull request #1012 from Garogolun/mingw-fixes
Couple of small fixes
2015-04-12 23:00:35 +01:00
Timmy Weerwag
930a9d61dd Fixes for a couple of warnings 2015-04-12 23:26:15 +02:00
Kevin Burke
42fbe7b027 no_sheltered -> num_sheltered 2015-04-11 18:38:29 -07:00
Kevin Burke
7bb6b6a70d update ride property names 2015-04-11 09:47:06 -07:00
Kevin Burke
bf0f43a4f0 rename to RideLiftHillAdjustments 2015-04-11 08:59:44 -07:00
Kevin Burke
bbffff9ae5 Move lift hill adjustments into the file 2015-04-09 23:24:33 -07:00
IntelOrca
12edf8b4a0 rename unidentified ride entry struct members 2015-04-07 00:16:47 +01:00
Ted John
2a1722db69 Merge pull request #999 from kevinburke/sub_65DDD1
Move var_112 accessors into their own methods
2015-04-06 15:18:35 +01:00
Ted John
11efc58374 Merge pull request #980 from kevinburke/sub_65DDD1
Decompile sub_65DDD1
2015-04-05 15:20:17 +01:00
Kevin Burke
616a3ada72 Move var_112 accessors into their own methods 2015-04-04 21:57:53 -07:00
Ted John
eafbe8ede2 Merge pull request #993 from duncanspumpkin/add_install_track_b
Added install_track window
2015-04-02 22:16:26 +01:00
Duncan Frost
cfeb039ad2 Added install_track window 2015-04-02 22:00:59 +01:00
Duncan Frost
393e011993 Fix mechanics prioritising inspecting over fixing 2015-04-02 18:47:01 +01:00
Ted John
072a1d8d22 Merge pull request #989 from kevinburke/ride-length
Use ride_get_total_length() function
2015-04-01 11:10:09 +01:00
Kevin Burke
c14b84489c Decompile sub_65E1C2 2015-03-31 22:42:16 -07:00
Kevin Burke
7af5ee6159 Use ride_get_total_length() function 2015-03-31 22:19:01 -07:00
Kevin Burke
0ad89da51c division -> multiplication 2015-03-31 22:11:03 -07:00
Kevin Burke
8c210d834c Decompile var_110 2015-03-31 22:09:05 -07:00
Kevin Burke
dd133d4313 move var_10E functions into their own accessor 2015-03-31 22:04:23 -07:00
Kevin Burke
fc5cfe252d call new functions 2015-03-31 20:15:41 -07:00
IntelOrca
509b2a1c6d implement research_populate_list_random 2015-03-31 17:09:16 +01:00