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

1606 Commits

Author SHA1 Message Date
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
Ted John
efaf413a09 Merge pull request #416 from KingHual/master
Added minimap window resizing
2014-09-12 09:04:21 +01: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
Gymnasiast
0418672dc8 Change string to reflect earlier discussion 2014-09-10 16:13:48 +02:00
Gymnasiast
4ab3624633 Change staff hire button text, as discussed 2014-09-10 16:08:44 +02:00
Ted John
816254b11e Merge pull request #411 from qcz/scenery-crash-fix
Fix scenery window crash
2014-09-09 22:11:40 +01:00
qcz
2f2a03fe1f fix crash of scenery window when selecting the first entry of a given type 2014-09-09 19:38:19 +02:00
Ted John
df107d3db4 Merge pull request #404 from vanderkleij/master
Decompilation of move_sprite_to_list (0x0069ED0B)
2014-09-08 19:38:04 +01:00
IntelOrca
8f586ae245 add msbuild script launch for windows 2014-09-07 23:15:31 +01:00
Tom van der Kleij
7058756d9c Incorporated suggested change by @qcz and fixed an enum member name and a compiler warning 2014-09-06 23:46:45 +02:00
Ted John
4150273851 Merge pull request #409 from qcz/scenery-fixes
Scenery fixes
2014-09-06 16:23:35 +01:00
qcz
7939112adc replace RCT2_GLOBAL calls with macros where possible 2014-09-06 13:31:33 +02:00
qcz
36d2c47706 fix scenery cursor bug, get rid of multiple unneccessary returns 2014-09-06 12:52:30 +02:00
qcz
288afe14b8 fix scenery window not closing after switching to a different tool, clarify name of the helper function 2014-09-06 12:45:00 +02:00
Ted John
5cf93db4a4 Merge pull request #407 from qcz/fix-double-payment
Fix double payment in game_do_command
2014-09-06 08:52:18 +01:00
Tom van der Kleij
212849ec6c Merge remote-tracking branch 'upstream/master' 2014-09-06 09:48:54 +02:00
qcz
5be600cf5b Fix double payment in game_do_command 2014-09-06 09:45:23 +02:00
Tom van der Kleij
87667b78d4 Implemented suggestions from comments on pull request 2014-09-06 09:11:04 +02:00
IntelOrca
bc616af7de Merge branch 'qcz-scenery-window' 2014-09-06 01:07:41 +01:00
IntelOrca
b4c7723368 fix warnings in window_scenery.c 2014-09-06 01:06:31 +01:00
qcz
a70df144ed Merge remote-tracking branch 'upstream/master' into scenery-window 2014-09-06 01:10:06 +02:00
qcz
7b2b9e5859 Finalize scenery window, fix encoding 2014-09-06 01:09:12 +02:00
IntelOrca
6b3c39655f fixes #279, WWT_24 no longer shows a checkbox 2014-09-05 23:46:35 +01:00
qcz
6abc2327af added constants for frequently used variables, renamed register named variables where the purpose is known 2014-09-06 00:30:08 +02:00
Tom van der Kleij
9de2520a8a Fixing some travis compilation errors due to compiler used there being more strict than visual studio 2013 2014-09-05 23:47:18 +02:00
qcz
01986241de use local variable for scenery tab entries instead of the old location 2014-09-05 23:40:42 +02:00
Tom van der Kleij
185d64e157 Decompilation of move_sprite_to_list (0x0069ED0B) 2014-09-05 23:35:59 +02:00
qcz
d4201a7eb7 add rct_scenery_set_entry struct, use it everywhere where referenced, continue to unify code in scenery window 2014-09-05 23:08:51 +02:00
qcz
90b0ec02b3 fix tab ordering, add pressed state for cluster button 2014-09-05 21:32:08 +02:00
IntelOrca
2bb4274f05 fix warnings 2014-09-04 23:27:16 +01:00
Ted John
b284077b73 Merge pull request #401 from adrian17/window_rotate_camera
Window rotate camera
2014-09-04 23:23:35 +01:00
IntelOrca
77d0ab9b0e Merge branch 'vanderkleij-master' 2014-09-04 23:19:41 +01:00
IntelOrca
4de8808fdb Merge branch 'master' of https://github.com/vanderkleij/OpenRCT2 into vanderkleij-master 2014-09-04 23:17:37 +01:00
Tom van der Kleij
c9f081e5d2 Renamed peep_create --> create_sprite + minor changes from feedback 2014-09-04 23:22:06 +02:00
adrian17
7359134fc5 Fix off-by-one error in center_2d_coordinates 2014-09-04 22:53:54 +02:00
adrian17
657621db20 Decompile window_rotate_camera, change sub_689174 to use z parameter 2014-09-04 22:53:40 +02:00