1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00
Commit Graph

444 Commits

Author SHA1 Message Date
atmaxinger
bbae0af0ef Save screenshots in home folder, Add functions for path separator and detection of homefolder to osinterface 2014-05-25 22:27:28 +02:00
IntelOrca
5b568f376c add peep_applause 2014-05-25 19:47:11 +01:00
IntelOrca
275f66d287 add vehicle_update_all 2014-05-25 18:40:11 +01:00
IntelOrca
73c5184f44 Merge branch 'testing' of https://github.com/anyc/OpenRCT2 into anyc-testing 2014-05-25 14:02:01 +01:00
IntelOrca
249567e99a fix peep_update_crowd_noise compile problems 2014-05-25 14:00:39 +01:00
IntelOrca
6d7b4b1808 add park update and guest generation 2014-05-25 13:59:31 +01:00
anyc
30fe4361eb fixed RCT2_ERROR with GCC; added missing include 2014-05-25 11:47:22 +02:00
IntelOrca
ba77a2916b add changing of game speed 2014-05-25 03:02:48 +01:00
IntelOrca
f57222d93b add peep_update_crowd_noise 2014-05-25 01:08:08 +01:00
IntelOrca
d5ad84a7d1 clean up scenario loading some more 2014-05-24 22:14:42 +01:00
anyc
769297c905 fix to enable rotate station/building button 2014-05-24 21:29:41 +02:00
anyc
271f9911d5 initialize config with default values; new switch: confirmation_prompt 2014-05-24 21:29:36 +02:00
anyc
277f0ff4a5 GCC fixes 2014-05-24 21:24:25 +02:00
anyc
88a0359cf6 added quit_prompt to save_prompt; proper case handling except save operation 2014-05-24 21:23:01 +02:00
anyc
a83c3141a7 better solution to fix window_save_prompt 2014-05-24 21:23:01 +02:00
IntelOrca
36144b85be clean up loading of g1.dat 2014-05-24 18:41:38 +01:00
IntelOrca
27a5761499 add unload objects 2014-05-24 18:07:29 +01:00
IntelOrca
72a615c530 Merge branch 'travis' of https://github.com/anyc/OpenRCT2 into anyc-travis 2014-05-24 16:49:11 +01:00
IntelOrca
759673f9a0 add object_read_and_load_entries 2014-05-24 16:48:13 +01:00
anyc
b53dea17c6 add GCC asm, new RCT2_ERR macro for non-variadic error reporting 2014-05-24 16:23:30 +02:00
IntelOrca
7ba03880b5 fix spelling mistakes 2014-05-24 14:40:16 +01:00
IntelOrca
466f9ccf62 Merge branch 'travis-yml' of https://github.com/kevinburke/OpenRCT2 into kevinburke-travis-yml 2014-05-24 14:36:03 +01:00
IntelOrca
aba9a10f6a Merge branch 'map-window' of https://github.com/ddevrien/OpenRCT2 into ddevrien-map-window 2014-05-24 14:34:31 +01:00
IntelOrca
13d6fa5a61 add ride_rating type and fix new ride headers 2014-05-24 14:31:42 +01:00
IntelOrca
99ca1c2b90 Merge branch 'crooked-house-excitement' of https://github.com/kevinburke/OpenRCT2 into kevinburke-crooked-house-excitement 2014-05-24 14:21:08 +01:00
Kevin Burke
f68bd7013b oops. need to actually make it 2014-05-24 12:31:10 +09:00
Kevin Burke
6f800ba98c introduce syntax error 2014-05-24 12:28:26 +09:00
IntelOrca
36e2cce045 add object list load 2014-05-24 01:34:17 +01:00
IntelOrca
98b01edaaa clean up scenario list 2014-05-23 23:52:13 +01:00
ddevrien
1249a09373 some more work on map window 2014-05-24 00:00:08 +02:00
IntelOrca
bfb74ec39e add string format and SDL get audio devices 2014-05-23 20:04:42 +01:00
IntelOrca
b2b4647570 Merge branch 'testing' of https://github.com/anyc/OpenRCT2 into anyc-testing 2014-05-23 14:36:51 +01:00
Kevin Burke
de3ab24fa1 fix more build errors 2014-05-23 05:37:52 -07:00
anyc
03db2f6106 Readme update and small fix for mingw 2014-05-23 14:29:09 +02:00
Kevin Burke
75f90559a5 Fix build errors. 2014-05-23 05:19:05 -07:00
Kevin Burke
9592ed0e53 move the last bit of data into a table 2014-05-23 20:57:50 +09:00
IntelOrca
39581f265a Merge branch 'bug_fixes' of https://github.com/duncanspumpkin/OpenRCT2 into duncanspumpkin-bug_fixes 2014-05-23 12:16:26 +01:00
IntelOrca
01da128c14 add money types 2014-05-23 12:15:08 +01:00
Duncan Frost
dc3804bfa2 Fixes one of the issues of #121 but 526 cannot be easily fixed 2014-05-23 11:28:35 +01:00
Duncan Frost
f7b8d4567b Fixed #122. Changed config to use better sounding settings. 2014-05-23 11:14:34 +01:00
Kevin Burke
e9751e00b6 move some data tables into C 2014-05-23 19:09:16 +09:00
anyc
7811497e8c rudimentary save prompt 2014-05-23 11:31:54 +02:00
Kevin Burke
e701209282 clean up upkeep function a little more 2014-05-23 18:26:49 +09:00
Kevin Burke
33e2326070 add data about moving track 2014-05-23 18:14:52 +09:00
Kevin Burke
1d0a24e419 replace on ride photo value with simpler constant 2014-05-23 17:49:42 +09:00
IntelOrca
b3c852a074 change exe to console subsystem and print launch info. 2014-05-23 00:53:52 +01:00
IntelOrca
fec1edb51e Merge branch 'mingw' of https://github.com/anyc/OpenRCT2 into anyc-mingw 2014-05-22 23:32:45 +01:00
anyc
932add79e5 bug fixes and more error reporting 2014-05-22 23:47:23 +02:00
anyc
7504018373 fix skipping intro 2014-05-22 23:47:23 +02:00
anyc
656a0aafbf check SDL return values 2014-05-22 23:47:23 +02:00