1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 11:33:03 +01:00
Commit Graph

1656 Commits

Author SHA1 Message Date
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
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
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
Ted John
30c01d4672 Merge pull request #420 from KingHual/master
Added C code instead of address call
2014-09-13 14:12:43 +01:00
Ted John
084301a972 Merge pull request #421 from duncanspumpkin/input_state_widget_pressed
Input state widget pressed
2014-09-13 14:08:14 +01:00
Ted John
f774382522 Merge pull request #417 from Jinxit/swedish-translation
Swedish translation
2014-09-13 14:07:22 +01:00
Duncan Frost
919da77478 More cleanup of code. Reverted to old dropdown format 2014-09-13 08:58:46 +01:00
Duncan Frost
b282908bbd Fix compile warnings. 2014-09-13 08:33:22 +01:00
Duncan Frost
e7d2ec3594 Added new function to window_dropdown. Cleaned up input code 2014-09-13 08:31:13 +01:00
Duncan Frost
b3822247a5 Fixed dropdown issues need to add error handler 2014-09-13 08:31:12 +01:00
Duncan Frost
00634e6096 Added state==5 code 2014-09-13 08:31:11 +01:00
Duncan Frost
173083f447 Fixed dropdown bug. Added mouse up code. 2014-09-13 08:31:11 +01:00
Duncan Frost
5b0642535a Fix mistake with dropdown window. Still a mistake in dropdown code 2014-09-13 08:31:09 +01:00
Duncan Frost
5d438ac723 Finished dropdown part. 2014-09-13 08:31:09 +01:00
Duncan Frost
7746ae784d Started adding dropdown control 2014-09-13 08:31:08 +01:00
Duncan Frost
1373db3fe0 Added rough widget_state_pressed function 2014-09-13 08:31:07 +01:00
King_Hual
9648715dbb Added C code instead of address call
- Temporary address call in window_map.c:window_map_mouseup event is now
replaced by reversed code

Delete Output-Build.txt

Replaced assembly code with macro

Edit a bunch of GCC assembly macros

Remove scope from case

Added C code instead of address call

- Temporary address call in window_map.c:window_map_mouseup event is now
replaced by reversed code
2014-09-13 03:11:51 +03:00
vahiki
c1b91e4eab changed TODOs to comments, left english versions in the strings 2014-09-12 12:41:35 +02:00
vahiki
d0d77a55fd converted to UTF-8 2014-09-12 12:31:35 +02:00
Ted John
efaf413a09 Merge pull request #416 from KingHual/master
Added minimap window resizing
2014-09-12 09:04:21 +01:00
vahiki
81ba275826 Merge branch 'master' into swedish-translation 2014-09-12 07:34:30 +02:00
vahiki
8ce1c40902 Merge remote-tracking branch 'upstream/master' 2014-09-12 07:33:33 +02:00
King_Hual
11c0849ffc Added minimap window resizing
- Identified some unknown methods and fields - process_mouse_tool,
bufsize
- Added map window events and methods - window_map_tooltip,
window_map_set_bounds
2014-09-12 03:59:43 +03:00
Ted John
bf843e3bde Merge pull request #415 from hexdec/window_credits
Window music credits
2014-09-11 18:23:19 +01:00
Ted John
170861ea5d Merge pull request #413 from Gymnasiast/patch-1
Complete Dutch translation with new staff hire button text
2014-09-11 18:21:56 +01:00
hexdec
ac7c204284 Changed place on WC_MUSIC_CREDITS and WC_PUBLISHER_CREDITS. 2014-09-11 18:55:19 +02:00
hexdec
e0cb2e6abf Fixed padding for widgets. 2014-09-11 18:50:37 +02:00
hexdec
361e33d3dd Finished decompiling window_music_credits. 2014-09-11 18:48:40 +02:00
hexdec
f384b31b65 Initial work on music credits. 2014-09-11 17:44:23 +02:00
vahiki
d76219583a added swedish to visual studio project file 2014-09-11 13:07:55 +02:00
vahiki
c4c74b81d0 added swedish to language list 2014-09-11 13:05:18 +02:00
vahiki
9da7821933 some TODOs done 2014-09-11 09:41:26 +02:00
vahiki
064745e279 and done, everything except some TODOs 2014-09-11 09:38:19 +02:00
vahiki
bfdb50a321 everything except tutorial done 2014-09-10 22:13:48 +02:00
vahiki
73da1d4e84 translated up to 3231 2014-09-10 18:25:10 +02:00