1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 04:53:12 +01:00
Commit Graph

96 Commits

Author SHA1 Message Date
medsouz
db9ea4cdf3 Added toggle for audio disable on focus lost
This closes #1758
2015-08-11 07:06:00 -04:00
medsouz
3ce6d7020b Pause audio when tabbing out
TODO: Figure out why title music and toilet sounds are still playing

Add an option to disable this feature so that people can jam out to the
carousel music while tabbed out.
2015-08-11 00:42:18 -04:00
Gymnasiast
959b492330 Add Simplified Chinese and Finnish as selectable languages 2015-08-09 21:29:42 +02:00
IntelOrca
36aacdf455 fix freeing of stack memory 2015-08-05 02:22:17 +01:00
IntelOrca
be4ee45d66 convert more platform functions over to utf8 and close #1713 2015-08-04 21:41:45 +01:00
Michał Janiszewski
7afb7e2dfd Portability fixes 2015-08-04 19:31:21 +02:00
IntelOrca
cac0f2ab52 upgrade to VS2015 compiler 2015-08-03 23:16:30 +01:00
IntelOrca
d228d13918 implement utf8, part 23 (bug fixes) 2015-08-01 16:40:15 +01:00
IntelOrca
4f91a9f2d0 implement utf8, part 17 2015-08-01 10:20:59 +01:00
IntelOrca
357111a560 implement utf8, part 11 2015-08-01 10:20:55 +01:00
IntelOrca
99c7c93764 implement utf8, part 9 2015-08-01 10:20:53 +01:00
IntelOrca
5f69e6f37a add cycle day / night 2015-07-24 22:58:41 +01:00
zsilencer
b876591543 use SDL_RWops for save games 2015-07-11 12:27:46 +01:00
zsilencer
9eb4958dde fix #1002 2015-07-05 08:57:01 -06:00
zsilencer
76b231c150 add option to uncap fps, and fix #1470 2015-07-04 13:14:14 -06:00
Duncan Frost
33c4698e06 Implemented map_reorganise_elements.
Fixed a potential issue that would cause cursors to become stuck.
2015-06-28 16:50:21 +01:00
Thomas
4b0c84ed20 Change stat usage to GetFileAttributesEx 2015-06-25 19:46:48 +02:00
Ted John
c03950ea6a Merge pull request #1466 from trigger-death/minimize-fullscreen-focus
Option to not Minimize fullscreen on focus loss
2015-06-24 23:16:12 +01:00
Robert Jordan
0a4ac08caa Minimize fullscreen on focus loss 2015-06-24 18:12:53 -04:00
Miso Zmiric (Mike Squinter)
80d524f78e platform_file_exists now also checks for path not found errors
use GetLastError after the GetFileAttributes
2015-06-24 22:30:39 +01:00
Robert Jordan
a3a993dabd Title Sequence editor 2015-06-24 12:25:54 -04:00
Miso Zmiric (Mike Squinter)
21a15d0247 use platform_file_exists 2015-06-24 17:16:22 +01:00
Miso Zmiric (Mike Squinter)
f9d85b6959 fixes #1445, now checks for existance of g1.dat files in the game path rather than just for the folder 2015-06-24 15:28:06 +01:00
Gymnasiast
a6225ebf06 Add option to select by track type (RCT1 style); correct misspellings of 'separate' 2015-06-24 12:41:19 +02:00
Thomas
2fc23b0084 Add browsing drives on windows 2015-06-22 15:55:57 +02:00
Thomas
ce26812caa Add sorting based on date 2015-06-22 13:49:35 +02:00
Gymnasiast
0dfdb33028 Complete support, read .DAT entries from correct table 2015-06-21 15:13:40 +02:00
IntelOrca
beb2b23afb use log functions instead of printf and RCT2_ERROR (now removed) 2015-06-14 12:03:32 +01:00
Gymnasiast
14e2afaacb Fix Italian config 2015-06-10 12:57:57 +02:00
IntelOrca
dc3fe2a6c8 remove commented out CALLPROCs and CALLFUNCs 2015-06-09 15:09:45 +01:00
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