IntelOrca
13d95ded35
prepare for loading a language file
2014-08-07 23:20:58 +01:00
IntelOrca
96aaa87543
make both game commands use same call and rename / use more commands in enum
2014-08-07 22:25:51 +01:00
IntelOrca
4a89b3dd5c
refactor currency
2014-08-07 21:53:22 +01:00
Ted John
9c01b065c4
Merge pull request #265 from marcotc/rain
...
Decompile of rain-drawing functions
2014-08-07 07:21:00 +01:00
Marco Costa
cc1e2248de
Decompile of rain-drawing functions
...
Light rain function at position 0x00684114
Heavy rain function at position 0x0068416D
Function array at position 0x009AC058
Avoid passing uint32 function address. Instead use the array index.
2014-08-06 20:40:42 -04:00
Ted John
da88fc1510
Merge pull request #264 from qcz/wip-stafflist-cleanup
...
Enum for the game command table; cleanup warnings and comments from window_staff.c
2014-08-06 23:38:16 +01:00
qcz
1baf54a051
Enum for the command table; cleanup warnings and comments from the previous commit
2014-08-06 21:06:51 +02:00
Ted John
12c3823509
Merge pull request #263 from honzi/gitattributes_formatting
...
Cleanup .gitattributes formatting
2014-08-06 08:00:14 +01:00
Jan Hořava
2b19488c1d
Cleanup .gitattributes formatting
2014-08-05 19:10:28 -07:00
Ted John
2365563583
Merge pull request #262 from qcz/wip-stafflist
...
Decompiling the staff window
2014-08-05 22:05:54 +01:00
Dániel Tar
f87202f42f
Remove unused enum
2014-08-05 19:54:44 +02:00
Dániel Tar
fce067e667
Arrange includes and remove an unneccessary variable
2014-08-05 19:31:29 +02:00
Dániel Tar
fa931e1ff0
Decompiling window_staff
2014-08-05 19:15:28 +02:00
Ted John
ea34050ffa
Merge pull request #258 from duncanspumpkin/fix_options_combo
...
Fixes combo boxes not pointing at selected item
2014-08-04 18:22:56 +01:00
Duncan Frost
7384350720
Fixes combo boxes not pointing at selected item
2014-08-04 17:07:20 +01:00
Ted John
8e6921b3f7
Merge pull request #256 from adrian17/screenshots
...
Save screenshots when PrintScreen is pressed
2014-08-04 07:30:28 +01:00
adrian17
ae85c697ee
Save screenshots when PrintScreen is pressed
2014-08-03 18:13:15 +02:00
adrian17
8a70730f08
Make RCT2 know if LodePNG failed
2014-08-03 17:45:19 +02:00
Ted John
bf56ec41a1
Merge pull request #255 from duncanspumpkin/fix_218
...
Fixes #218 @adrian17 did all the work for this fix.
2014-08-01 13:23:58 +01:00
Duncan Frost
a00ac39b7e
Fixes #218 @adrian17 did all the work for this fix.
2014-08-01 09:15:43 +01:00
Ted John
eeb313ad8a
Merge pull request #254 from duncanspumpkin/fix_exit_sound
...
Fixes issue where sound stops working after cancel is pressed
2014-08-01 00:28:30 +01:00
Duncan Frost
83c197e312
Fixes issue where sound stops working after cancel is pressed
2014-07-31 20:14:00 +01:00
Ted John
397fbefa37
Merge pull request #253 from duncanspumpkin/fix_249
...
Fixes #249
2014-07-31 18:47:31 +01:00
Ted John
0fcd05aecc
Merge pull request #252 from adrian17/resizable_fix
...
Make window resizable again.
2014-07-31 18:47:16 +01:00
Duncan Frost
265ae1a544
Fixes #249
2014-07-31 17:43:57 +01:00
adrian17
02df419548
Make window resizable again.
...
Note: I can't simple place SDL_WINDOW_RESIZABLE in _fullscreen_modes[] because SDL ignores this flag in SDL_SetWindowFullscreen and if the user started the game in fullscreen and switched to window, it wouldn't be resizable.
The way I did it is the only way I know to make the window resizable regardless of whether the game was first started in window or in fullscreen.
2014-07-31 11:41:00 +02:00
Ted John
d827a24a24
Merge pull request #250 from anyc/testing
...
fix errors and warnings with mingw
2014-07-30 23:21:42 +01:00
anyc
305cef2f75
fix errors and warnings with mingw
2014-07-31 00:11:01 +02:00
Ted John
1a724da182
Merge pull request #248 from adrian17/fullscreen_mode
...
[RFC?] Fullscreen mode with Alt+enter shortcut and dropdown option
2014-07-30 14:29:25 +01:00
adrian17
ba08e4480c
Disable resolution option when in borderless fullscreen
2014-07-30 14:55:40 +02:00
adrian17
5df3dbe671
Add the fullscreen mode to .ini config
2014-07-30 14:55:36 +02:00
adrian17
7d3e7a596e
Create a dropdown for fullscreen in options window. Uses placeholder text.
2014-07-30 14:54:24 +02:00
adrian17
b83972715f
Basic support for switching window/fullscreen with Alt+Enter
2014-07-30 12:54:36 +02:00
Ted John
1ffcbde7a1
Merge pull request #247 from adrian17/border_flash_fix
...
Full fix for #195 (border flash bug)
2014-07-29 23:38:12 +01:00
Ted John
7e9d6d7c79
Merge pull request #246 from adrian17/map_scrollgetsize
...
Decompiled window_map_scrollgetsize
2014-07-29 23:37:52 +01:00
Ted John
ec48d91333
Merge pull request #245 from adrian17/fix_hscrollbar
...
Fixed horizontal scrollbar not drawing properly
2014-07-29 23:37:43 +01:00
Ted John
4abd782497
Merge pull request #244 from duncanspumpkin/fix_cursor
...
Fixes cursor error when main window is at increased size.
2014-07-29 23:37:29 +01:00
adrian17
a34430e04c
Full fix for #195 (border flash bug)
2014-07-29 23:24:17 +02:00
adrian17
e3f2801ede
Decompile window_map_scrollgetsize
2014-07-29 20:58:17 +02:00
Duncan Frost
101324ebc0
Implemented window_resize_gui.
2014-07-29 19:40:06 +01:00
adrian17
a72f0c95ad
Fixed horizontal scrollbar not drawing properly
2014-07-29 19:14:33 +02:00
Duncan Frost
3acb1a72ba
Fixes cursor error when main window is at increased size.
2014-07-29 18:05:52 +01:00
Ted John
5d255fae42
Merge pull request #242 from adrian17/viewport_cleanup
...
Remove viewport_paint_underground_setup, it's just gfx_clear
2014-07-29 16:45:11 +01:00
Ted John
252404cd88
Merge pull request #243 from adrian17/map_window
...
Decompile window_map_scrollpaint() and fix window_map_mouseup()
2014-07-29 16:44:52 +01:00
adrian17
bc814f395e
Fix window_map_mouseup() (it was callling window_options_mouseup() instead)
2014-07-29 16:52:11 +02:00
adrian17
6b013e123d
decompile window_map_scrollpaint()
...
Not sure if preserving the top g1_element is of any importance;
I haven't noticed anything breaking when I removed it.
2014-07-29 16:52:03 +02:00
adrian17
037f59cd1a
Remove viewport_paint_underground_setup, it's just gfx_clear
2014-07-29 16:46:04 +02:00
Ted John
843996358e
Merge pull request #241 from adrian17/master
...
Partial fix to #195 , added not implemented flag check
2014-07-29 07:31:31 +01:00
Ted John
1c90efbc95
Merge pull request #240 from duncanspumpkin/cursor_investigation
...
Cursor investigation
2014-07-29 07:30:22 +01:00
adrian17
87a4f46934
Partial fix to #195 , added not implemented flag check
2014-07-28 22:41:22 +02:00