Commit graph

1931 commits

Author SHA1 Message Date
Adrian Wielgosik
d17091f16b Fix disabled widgets being clickable and reenable third tab of Cheats 2014-09-16 16:33:45 +02:00
zsilencer
d87ede04a4 gcc fix? 2014-09-15 15:19:12 -06:00
zsilencer
33ae29b11f hook 2014-09-15 15:14:06 -06:00
zsilencer
44683a9246 Merge branch 'master' of https://github.com/IntelOrca/OpenRCT2 2014-09-15 15:12:48 -06:00
zsilencer
298de189f5 0x006BBC6B, hook 2014-09-15 15:12:25 -06:00
Ted John
bcaa8159f9 Merge pull request #439 from duncanspumpkin/fix_431
Fixes unselectable fifth row. Fix #431.
2014-09-15 21:54:40 +01:00
Duncan Frost
5b02d5b1f7 Fixes unselectable fifth row. Fix #431. 2014-09-15 21:42:49 +01:00
IntelOrca
bd2ff2db05 Merge branch 'master' into ride-window
Conflicts:
	src/peep.c
	src/peep.h
2014-09-15 21:40:14 +01:00
Ted John
830f511a72 Merge pull request #430 from duncanspumpkin/window_peep_events
Window peep events
2014-09-15 21:36:15 +01:00
King_Hual
1c1db75c28 Added rct_peep struct union (staff_id and guest_peep_varC5) 2014-09-15 22:50:34 +03:00
Duncan Frost
7c6a35af7a Fix graphical bug when drawing inline sprites caused by using strlen instead of get_string_length 2014-09-15 20:49:18 +01:00
Duncan Frost
9aee80e5a6 Added enum name to window flag 2014-09-15 20:49:17 +01:00
Duncan Frost
7127140f16 Added window_peep_inventory events. All events finished. 2014-09-15 20:49:17 +01:00
Duncan Frost
a730c4d106 Added window_peep_thoughts events. 2014-09-15 20:49:16 +01:00
Duncan Frost
a309fa3e30 Finished window_peep_finance events. Added note to peep.h 2014-09-15 20:49:15 +01:00
Duncan Frost
b34a65cafa Added window_peep_rides_scroll_paint. Peep rides finished 2014-09-15 20:49:14 +01:00
Duncan Frost
ce1a4fe473 Added window_peep_rides_invalidate and paint 2014-09-15 20:49:13 +01:00
Duncan Frost
5498e3cb90 Added window_peep_rides_scroll_mouse_down and over 2014-09-15 20:49:13 +01:00
Duncan Frost
809a21f003 Added window_peep_rides_scroll_get_size and tooltip 2014-09-15 20:49:12 +01:00
Duncan Frost
9cfd0fba19 Added window_peep_rides_resize and update. Added not on use of peep rides been on 2014-09-15 20:49:11 +01:00
Duncan Frost
a320e17a26 Finished window_peep_stats_paint. Fixed issue with trailing colon. Fixed incorrect peep.h mapping for time in park. 2014-09-15 20:49:11 +01:00
Duncan Frost
b6e4d13139 Started adding peep_stats_paint. 2014-09-15 20:49:10 +01:00
Duncan Frost
e23d52b456 Added window_peep_stats_invalidate and resize 2014-09-15 20:49:09 +01:00
Duncan Frost
ef73084153 Added window_peep_unknown_05 and stats_resize. Added note about unknown 05 2014-09-15 20:49:09 +01:00
Duncan Frost
af9df02311 Added window_peep_not_overview_mouse_up a combination function for all peep pages 2014-09-15 20:49:08 +01:00
Duncan Frost
a8ea0c83a2 Added window_peep_abort tool. Fixed bug with pickup 2014-09-15 20:49:07 +01:00
Duncan Frost
7f6d9c9a7e Add flags to gcc assembler 2014-09-15 20:49:06 +01:00
Duncan Frost
fc5ff96741 Added window_peep_overview_tool_down. Modified RCT2_CALLPROC_X to return the flags register. 2014-09-15 20:49:06 +01:00
Duncan Frost
eff832e339 Added window_peep_overview_tool_update 2014-09-15 20:49:05 +01:00
Duncan Frost
463fe459aa Add notes to game_do_command. Explode magic number into parts 2014-09-15 20:49:04 +01:00
Duncan Frost
e8251daad5 Added peep_text_input 2014-09-15 20:49:03 +01:00
Duncan Frost
08e37a0435 Rewrote get_peep_face_sprite. Fixed mistakes in peep update 2014-09-15 20:49:02 +01:00
Duncan Frost
efc9c4915b Added comment noting data location 2014-09-15 20:49:02 +01:00
Duncan
9d8caf1e8a Added window_peep_overview_update
Not tested will not work at present missing two function calls.
2014-09-15 20:49:01 +01:00
Duncan
ca1904084e Added final window_peep tab paint functions
Not tested.
2014-09-15 20:49:00 +01:00
Duncan Frost
fe6f5a49da Fixed comment for correct address 2014-09-15 20:48:59 +01:00
Duncan Frost
5f31f36f41 Moved get_peep_face_sprite to peep.c added stats_tab paint 2014-09-15 20:48:59 +01:00
Duncan
64c5bcb6cb Added window_peep_overview_tab_paint
Looks to be used by staff window as well. Not tested.
2014-09-15 20:48:58 +01:00
Ted John
7c98e9543e Merge pull request #427 from KingHual/master
Identified some addresses and structure fields, decompiled most of sub_6C0C3F.
2014-09-15 20:39:54 +01:00
King_Hual
ec9177123c Changed staff modes to enum 2014-09-15 21:47:54 +03:00
King_Hual
52232ed819 window_staff_peep_overview_dropdown uses sub_6C0C3F 2014-09-15 21:38:32 +03:00
King_Hual
1af884da0d Identified some addresses and structure fields, decompiled most of sub_6C0C3F. 2014-09-15 21:21:38 +03:00
IntelOrca
cbbf372b7b Merge branch 'master' into ride-window
Conflicts:
	src/scenario.c
2014-09-15 10:45:32 +01:00
Ted John
7f91bb05e3 Merge pull request #425 from adrian17/small_cleanup
Don't use sizeof() in pointer arithmetic; replace pad_88 with discovered ride fields
2014-09-14 21:29:34 +01:00
Adrian Wielgosik
f47ea4fd27 Don't use sizeof() in pointer arithmetic or as indices; use found variables 2014-09-14 21:50:20 +02:00
IntelOrca
4784442513 Merge branch 'master' into ride-window 2014-09-14 18:44:15 +01:00
IntelOrca
f4a1eae06d implement dropdowns for window ride colour tab 2014-09-14 18:43:36 +01:00
Ted John
e487d325df Merge pull request #424 from mzmiric5/master
fixes #423, the install script now appends the /bin to the path variable...
2014-09-14 14:28:37 +01:00
Miso Zmiric (Mike Squinter)
efbe7175f4 fixes #423, the install script now appends the /bin to the path variable suggestion 2014-09-14 13:58:27 +01:00
IntelOrca
bdb7b8d0c6 implement ride window colour paint and scroll paint 2014-09-14 01:21:33 +01:00