1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 12:33:17 +01:00
Commit Graph

195 Commits

Author SHA1 Message Date
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
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
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
IntelOrca
1c1445d14f implement editor_load_rct1_default_objects 2015-03-31 13:06:34 +01:00
Kevin Burke
6f5bbe1588 Add helper functions for accessing data in var_0D5 2015-03-30 21:09:11 -07:00
Kevin Burke
1406002b60 Decompile sub_65DDD1 2015-03-30 21:08:44 -07:00
Duncan Frost
21bf12b393 Fix mechanics not being interrupted from walking to inspections 2015-03-30 18:03:56 +01:00
Kevin Burke
84159c5d71 Document the value of the max_speed parameter 2015-03-28 13:39:28 -07:00
Duncan Frost
ac23ef2787 Research now resets funding when all rides finished. New string to indicate reasearch complete 2015-03-28 12:42:09 +00:00
Duncan Frost
112290ca0c Fix station lights for races and normal operation rides 2015-03-26 21:37:45 +00:00
Duncan Frost
3e6a16ef4c Label known values 2015-03-26 20:48:42 +00:00
Ted John
796fb81619 Merge pull request #967 from duncanspumpkin/fix_peep
Fix peep loading positions
2015-03-26 18:41:44 +00:00
Duncan Frost
352d6215ff Fix track save at rotation 1 and 3 2015-03-26 18:16:32 +00:00
Duncan Frost
a5adb1857c Fix peep loading positions 2015-03-26 18:01:26 +00:00
Duncan Frost
937d65a639 Fixed rebase errors. Fixed bug in vehicle code 2015-03-25 18:36:27 +00:00
Duncan Frost
251023e605 Small refactor of map_element access 2015-03-25 18:36:24 +00:00
Duncan Frost
2265e3c373 Added sub_state_15 2015-03-25 18:36:21 +00:00
Duncan Frost
ddfdfd37be Added start of sub_state_7 2015-03-25 18:36:17 +00:00
Duncan Frost
3ce979504a Small tidy up of vehicles related to using in pairs 2015-03-25 18:36:16 +00:00
Duncan Frost
bfe92e07f4 Fix small potential subtype issue. Finished sub_state_2 2015-03-25 18:36:15 +00:00
Duncan Frost
6ecb6a45c8 Add remaining parts of sub_state_0 2015-03-25 18:36:12 +00:00
Duncan Frost
a50b0c4200 Label max/min cars in train offset 2015-03-25 18:36:12 +00:00
Duncan Frost
37c429842f Started peep_update_ride_sub_state_1. Labelled known functions/offsets 2015-03-25 18:36:09 +00:00
Duncan Frost
5c8a19a0bf Added remove_peep_from_queue 2015-03-25 18:36:07 +00:00
Duncan Frost
98ab1dda24 Finished sub_state_0. Still requires some goto fixing. 2015-03-25 18:36:05 +00:00
Duncan Frost
6855f83b01 Added more of sub_state_0 2015-03-25 18:36:04 +00:00
Duncan Frost
889f208f10 Started peep_leaving_ride_sub_state_0 2015-03-25 18:36:03 +00:00
Duncan Frost
4bdf05b59f Labelled next_in_quadrant 2015-03-25 18:34:21 +00:00
Duncan Frost
d11ddc3ec2 Labeled found sprite and peep offsets. 2015-03-25 18:34:19 +00:00
Kevin Burke
4806b00a95 Use flags 2015-03-23 08:34:10 -07:00
Kevin Burke
23bfd13ba9 replace ride_window_invalidate flags with constants 2015-03-23 08:33:07 -07:00
Kevin Burke
09431278e4 Name the ride window-invalidate flag 2015-03-23 08:33:07 -07:00
Ted John
f33dd05590 Merge pull request #950 from kevinburke/fix-reliability
return the unreliability factor (not 0)
2015-03-22 20:16:07 +00:00
Kevin Burke
3419d7bdc6 return the unreliability factor (not 0) 2015-03-22 13:00:37 -07:00
Ted John
8013807f68 Merge pull request #948 from kevinburke/downtime
Name var_199 as the downtime parameter
2015-03-22 19:32:34 +00:00