1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 08:14:38 +01:00
Commit Graph

13601 Commits

Author SHA1 Message Date
Duncan
451f4cce26 Input first two fields to widget array
Consider splitting up into separate pages once the widgets are properly decompiled. See park_window.
2014-06-28 21:34:55 +01:00
Duncan Frost
3455cd654e Actually add the file 2014-06-28 21:34:54 +01:00
Duncan Frost
eec5f80bfc Added window_peep. Widget array not finished 2014-06-28 21:34:53 +01:00
Ted John
43c82010f3 Merge pull request #193 from DutchRPW/get_file_path
Port startup checks
2014-06-28 20:37:49 +01:00
Patrick Wijnings
0a9d6f4caa Merge branch 'master' into get_file_path 2014-06-28 20:48:36 +02:00
Patrick Wijnings
eee3118a3a rct2.c: port check_file_paths and check_file_path. 2014-06-28 20:46:39 +02:00
Patrick Wijnings
7cf1f98827 rct2.c: make naming inside check_files_integrity consistent with get_file_path. 2014-06-28 20:44:33 +02:00
IntelOrca
5bf6a717a3 invalidate park window on change of entrance fee 2014-06-28 16:08:47 +01:00
Ted John
db475f54c0 Merge pull request #192 from duncanspumpkin/free_park_cheat
Added ability to switch between a free and paid to enter park
2014-06-28 16:04:10 +01:00
Ted John
e4a194e6e0 Merge pull request #191 from duncanspumpkin/patch-1
More Window Guest List
2014-06-28 16:03:32 +01:00
Duncan Frost
3f1be48241 Added ability to switch between a free and paid to enter park 2014-06-28 14:44:48 +01:00
Duncan Frost
9561b92957 Fix small bug caused by dropdown box not being fully reversed 2014-06-28 12:16:49 +01:00
Duncan Frost
817c319083 Fix dropdown mistake added note to prevent other people falling for it 2014-06-27 18:44:41 +01:00
Duncan Frost
339bfa1198 Fix little bug in peep thought updates. Fix compile issues 2014-06-27 18:28:50 +01:00
Duncan
c3eaf36e6d Now uses known item string offsets. 2014-06-27 15:48:54 +01:00
Duncan
debbe7cc44 Added offsets for item start 2014-06-27 15:47:23 +01:00
Duncan
c69dec0802 Fixed logic mistake in thoughts
Has not been tested.
2014-06-27 15:33:31 +01:00
Duncan
5a32c8770b Update string_ids.h 2014-06-27 15:06:05 +01:00
Duncan
025fa81663 Now uses known peep state values.
Note peep_state_moWing not moPing. Will require checking to make sure it doesn't break anything.
2014-06-27 15:05:03 +01:00
Duncan
0b9a47ca95 Now uses string id references.
This can be used to identify a few more variables.
2014-06-27 14:27:51 +01:00
Duncan
ab38c956eb Added action string ids. 2014-06-27 14:25:37 +01:00
Duncan Frost
e48bab50d3 Fix errors. Tested code all working 2014-06-26 18:02:44 +01:00
Duncan
578b4eaa44 Re-factor of argument_from_thought to use ridelist
Has not been tested. Could use this to work out what Var_4A and Var_4C(32bit) are.
2014-06-26 16:18:38 +01:00
Duncan
32e8726a98 Paint function now uses get_arguments
Has not been tested. Possible problem caused by endianess.
2014-06-26 12:50:59 +01:00
Ted John
22e5a5876a Merge pull request #190 from duncanspumpkin/window_guest_list
Window guest list
2014-06-24 22:42:06 +01:00
Duncan Frost
96abc93c79 Added get_arguments_from_action 2014-06-24 20:12:44 +01:00
Duncan Frost
97894a648e Added get_argument_from_thought 2014-06-24 20:12:43 +01:00
Duncan Frost
54e46c044a Fix small ) mistake 2014-06-24 20:12:42 +01:00
Duncan
044a0b72e8 Re-factor of 0x69B7EA into get_arguments_from_peep
Has not been tested. This should remove a few global variables 0x13CE952 and 0x13CE954. (Note these globals are also used for drawing strings so will still be relevant elsewhere.)
2014-06-24 20:12:42 +01:00
Duncan Frost
e32293f6b0 Fixed compile error 2014-06-24 20:12:41 +01:00
Duncan
78845ca165 is_peep_in_filter updated to use decompiled func
Has not been tested. Considering redoing all of these functions removing hard to understand variables.
2014-06-24 20:12:40 +01:00
Ted John
cf062b789e Merge pull request #189 from duncanspumpkin/fix_thunder
Fix thunder
2014-06-23 21:48:56 +01:00
Duncan Frost
ee4d8238d2 Fix #169 2014-06-23 21:12:00 +01:00
Duncan Frost
cbdffd193c Attempted fix of thunder crash 2014-06-23 18:18:59 +01:00
Duncan
e4c4a16d2a Merge pull request #2 from IntelOrca/master
Update to master
2014-06-23 12:31:26 +01:00
Ted John
2dfc1aba2e Merge pull request #188 from duncanspumpkin/fix_guest_list
Fix guest list
2014-06-22 22:06:47 +01:00
Ted John
8e558d66e8 Merge pull request #187 from duncanspumpkin/fix_179
Fix #179
2014-06-22 22:06:34 +01:00
Ted John
5797bf7946 Merge pull request #186 from duncanspumpkin/reset_0x69EBE4
Added another reset function
2014-06-22 22:06:21 +01:00
Duncan Frost
d5c865b856 Fixed graphical bug in faces. Fixes #102 2014-06-22 19:01:48 +01:00
Duncan Frost
b31f1f00b2 Fixed guest list groups. There is still a graphical glitch 2014-06-22 18:14:49 +01:00
Duncan Frost
37ca25170e Fixed graphical drawing bug. Detection of groups still incorrect 2014-06-22 10:24:19 +01:00
Duncan Frost
f2bfaa06a4 Fixes #179 multiple handyman crash. 2014-06-21 21:37:32 +01:00
Duncan Frost
8bd4e85764 Widgets now use draw_sprite 2014-06-21 16:20:05 +01:00
Duncan Frost
79e52e823a Updated missing function calls 2014-06-21 16:04:13 +01:00
Duncan Frost
1aaa88afae Added 0x69E9A7 2014-06-21 15:50:13 +01:00
Duncan Frost
9c4f06a04b Added another reset function 2014-06-21 13:31:28 +01:00
Ted John
07c208618c Merge pull request #185 from duncanspumpkin/sprite_reset
Added sprite list reset function.
2014-06-20 17:53:04 +01:00
Duncan Frost
e46abd0f4c Added sprite list reset function. Identified more fields. 2014-06-20 15:31:28 +01:00
Patrick Wijnings
e259421db6 Merge branch 'master' into get_file_path 2014-06-19 13:55:05 +02:00
Patrick Wijnings
14aba8e7d9 rct2.c: port check_files_integrity(). 2014-06-19 13:52:34 +02:00