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

66 Commits

Author SHA1 Message Date
zsilencer
fbebd6527b fix whizzed screenshots 2015-06-07 13:02:17 -06:00
Robert Jordan
9f9143a5c6 textbox widget 2015-06-06 17:04:53 -04:00
zsilencer
c6e63d5d25 add volume control in options 2015-06-04 16:31:54 -06:00
zsilencer
14b9445d8a make texture screen blit faster 2015-06-02 02:21:07 -06:00
IntelOrca
c6aa17f053 add headless game support 2015-05-29 20:45:21 +01:00
IntelOrca
31e0bdd76f add partial working screenshot by command line 2015-05-28 23:04:02 +01:00
IntelOrca
101fed0dd9 refactor g1Elements pointer and implement sub_68371D 2015-05-28 00:17:22 +01:00
IntelOrca
d0a50c43f4 fix #1129 2015-05-22 13:49:18 +01:00
IntelOrca
0013310f0d add hardware display 2015-05-22 03:17:46 +01:00
Robert Jordan
06449648b3 Possibly fixed issue #1056
Only resizes GUI and windows if not minimized.
2015-05-20 11:58:43 -04:00
IntelOrca
1339c9b493 fix console caret typo and invalidate screen on variable change 2015-05-20 02:37:44 +01:00
Robert Jordan
0fbeb9214e Finished improvements to console
Added commands: variables, get, and set
Added console scrolling
set console_small_font 1 will change the console font
Fixed issue with textinput incrementing the length twice in shared.c
2015-05-19 21:12:09 -04:00
Robert Jordan
61474ecd9a Progress on console 2015-05-19 13:46:05 -04:00
IntelOrca
8772cdd7aa add in game console 2015-05-19 03:54:09 +01:00
Robert Jordan
3dd1bf96c6 If MAC is defined Cmd+V will be used instead. 2015-05-13 12:10:14 -04:00
Robert Jordan
51ef292847 Added Ctrl+V to text inputs 2015-05-13 11:25:44 -04:00
Robert Jordan
37ff266fc6 Only checks window size during platform_resize() now
Removed platform_update_config_window_size()
2015-05-11 14:51:13 -04:00
Robert Jordan
40efb2c0d6 Last windowed size is now remembered
Added funciton platform_update_config_window_size() to shared.c
Window size is not updated if the window is maximized
2015-05-11 14:33:24 -04:00
Timmy Weerwag
04b8b209de Reorder includes to fix compilation 2015-04-12 23:26:07 +02:00
Duncan Frost
e8d22fa002 Fix resolution defaulting to 640*480 2015-03-06 18:37:01 +00:00
Thomas
acad7af40e Fix error and removed debugging
in platform_get_locale_currency()
2015-02-21 17:26:38 +01:00
Thomas
7bc4c4270d Fix warnings 2015-02-21 17:13:15 +01:00
Thomas den Hollander
d528273d15 Change to GetLocaleInfo 2015-02-21 00:09:02 +01:00
Thomas den Hollander
33c30521e2 Fix merge conflics 2015-02-20 09:12:53 +01:00
Thomas den Hollander
23304b1770 Moved endif to end of file 2015-02-20 08:59:09 +01:00
Thomas
ee6cbf8059 Add import 2015-02-19 20:48:48 +01:00
Thomas
b8a9745eda Use locale info to create default config
Issue #736, get measurement system, temperature system, language and
currency from locale and use it as default.
2015-02-19 20:40:14 +01:00
IntelOrca
7f0ed995b5 improve reading and saving of configuration 2015-02-16 22:47:11 +00:00
IntelOrca
0ce4d70e35 make saved games and landscapes copy recursively 2015-02-15 17:31:16 +00:00
Thomas
abe3008fc8 Fix warnings and add path indicator 2015-02-15 15:20:19 +01:00
Thomas
10babd3c77 Add ability to change directory in loadsave 2015-02-14 23:26:04 +01:00
IntelOrca
ac4cd56b63 add new load / save window, closes #580 2015-02-14 02:16:03 +00:00
IntelOrca
a66b29076b move osinterface code to shared or windows 2015-02-12 20:51:40 +00:00
Duncan Frost
12cf791254 Fixed track delete. 2015-02-12 18:40:07 +00:00
Duncan Frost
715c8bcf0f Fixed track rename. 2015-02-12 18:35:41 +00:00
IntelOrca
392ff7bfea remove expansion packs from title sequence, closes #752 2015-02-11 22:18:19 +00:00
IntelOrca
1298031fd2 Merge branch 'develop' into random-map
Conflicts:
	projects/openrct2.vcxproj
	projects/openrct2.vcxproj.filters
	projects/openrct2.vcxproj.user
	src/editor.c
	src/input.c
	src/platform/osinterface.c
	src/rct2.c
	src/scenario.c
	src/world/map.h
2015-02-08 03:05:07 +00:00
IntelOrca
ce719ef086 fix fullscreen issues and add title music option 2015-02-06 22:35:08 +00:00
IntelOrca
80959b7db7 fix fullscreen mode saving 2015-01-24 15:06:14 +00:00
IntelOrca
5e074a61e6 fix fullscreen issues 2015-01-24 13:16:35 +00:00
IntelOrca
7cdcb6402e fix fullscreen resolution, fixes #89 2015-01-23 20:47:33 +00:00
Duncan Frost
efad54f1c6 Fix arg_parse accessing invalid memory due to mistake in setup code. Reintroduced free memory of command line parameters 2015-01-18 20:56:08 +00:00
Duncan Frost
e6f966f395 Fix intro crash. Caused by incorrect pointer address. Fixed crash on freeing unallocated memory. Fixed audio issue when channels set to zero. 2015-01-18 19:13:21 +00:00
Duncan Frost
7e2da48717 Fix #691. Relocate windows on a resize of the window 2015-01-17 09:55:27 +00:00
Duncan Frost
f6cb4a0064 Remapped keypad enter to return keycode. 2014-12-22 20:29:36 +00:00
IntelOrca
1ed6e443ca refactor object loading, part 1 2014-12-07 21:45:42 +00:00
IntelOrca
d00001fed2 remove unnecessary header includes 2014-11-30 20:27:14 +00:00
IntelOrca
d9e0f8ff6a implement save scenario and fix various load / save dialog issues, fixes #433 2014-11-25 02:06:26 +00:00
IntelOrca
5190862573 fixes #337 - shortcut keys on title screen propagating to game 2014-11-24 17:18:21 +00:00
IntelOrca
b68a3cb43d improve RCT2 install directory problems, fixes #587 2014-11-22 23:30:03 +00:00