1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 12:03:07 +01:00
Commit Graph

1414 Commits

Author SHA1 Message Date
Ted John
6a2bbcc5cf Merge pull request #363 from marcotc/rain
Created named address RCT2_ADDRESS_SCENARIO_TICKS
2014-08-25 11:52:21 +01:00
Marco Costa
b3e1da78a4 Update gfx_draw_rain declaration to match definition 2014-08-24 21:33:09 -04:00
Marco Costa
bb81bfd5d0 Created named address RCT2_ADDRESS_SCENARIO_TICKS
* 0x00F663AC is now named RCT2_ADDRESS_SCENARIO_TICKS. This variable
starts at an arbitrary value, defined by the current scenario, and
increments by 1 on every game tick.
* Also, added meaningful name to some variables in draw_light_rain and
draw_heavy_rain.
2014-08-24 21:27:56 -04:00
Ted John
841f9bd390 Merge pull request #362 from xzbobzx/patch-1
Updated lots of ride descriptions and other things
2014-08-25 01:42:01 +01:00
xzbobzx
c7997d0780 Updated lots of ride descriptions and other things
'air time' is now 'hang tijd', we might just want to keep calling it 'air time', I'm not certain.

Changed autorondrit to rit in een karretje, which is what I remembered it as from my youth. Smalspoorweg also got changed to miniatuur spoorbaan, as most theme parks would refer to them as such.

Renamed the Heartline-twisteractbaan to Heartline-kurkentrekkerachtbaan. Twister = kurkentrekker.

Stoelrot. changed to Stoeldraaing (I'm not sure if it fits, otherwise revert to Stoelrot.)

Also changed a whole bunch of other things down the road. This is fun!
2014-08-25 02:01:04 +02:00
IntelOrca
16b552270b add rct_ride_type structure 2014-08-24 23:02:19 +01:00
IntelOrca
83ba89214c move input functions to input code file 2014-08-24 18:45:47 +01:00
IntelOrca
425881b8b1 Merge branch 'master' of https://github.com/IntelOrca/OpenRCT2.git 2014-08-24 17:52:21 +01:00
IntelOrca
02293c46a8 fixes #357, glitchy viewport dragging 2014-08-24 17:52:17 +01:00
Ted John
46ad6732c7 Merge pull request #359 from duncanspumpkin/investigate_viewport
viewport update position
2014-08-24 17:51:41 +01:00
Duncan Frost
f94ebfc4e5 Tidied up 689174. Fixed remaining small map bugs 2014-08-24 17:39:36 +01:00
Duncan Frost
3b2fa2ddce Trying to find cause of subtle bug 2014-08-24 17:39:35 +01:00
Duncan Frost
d095dce810 Finished viewport_update_position. 2014-08-24 17:39:34 +01:00
Duncan Frost
330fa2326c Fix bugs with viewport 2014-08-24 17:39:33 +01:00
Duncan Frost
169a69cfec First draft of viewport_update.
Not working
2014-08-24 17:39:33 +01:00
Duncan Frost
2d2ff0dead Started reverse of viewport_update_position 2014-08-24 17:39:32 +01:00
Ted John
85d8f26d89 Merge pull request #358 from Balletie/master
Fix for blank screen at startup. (fixes #350)
2014-08-24 17:36:20 +01:00
Balletie
271290c308 Make toolchain compatible for both OSX and Linux 2014-08-24 16:40:57 +02:00
Balletie
d5c19fa56e Clean the code up (indentation) 2014-08-24 13:15:56 +02:00
Balletie
0a37d51b4e Set the correct permissions after extracting. 2014-08-24 13:15:56 +02:00
Balletie
0986ed6eb0 mkdir if it isn't present 2014-08-24 13:15:56 +02:00
Balletie
dc9a3d361f Extract to subdirectory... 2014-08-24 13:15:56 +02:00
Balletie
22f090a688 Extract with root privileges 2014-08-24 13:15:56 +02:00
Balletie
fd1943d3cb install.sh: Download mingw from sourceforge.
It will automatically extract to /usr/local/
2014-08-24 13:15:56 +02:00
Balletie
ed8db48b40 Set CMAKE_FIND_ROOT_PATH, use i686-w64-mingw32
The project now uses the MinGW headers instead of wine's headers.
2014-08-24 13:15:56 +02:00
Ted John
2bec80b722 Merge pull request #354 from zsilencer/master
Decompiled audio functions
2014-08-24 11:31:40 +01:00
zsilencer
dbc7e511f7 formatting 2014-08-24 02:28:33 -06:00
zsilencer
835871a475 removed debug printf 2014-08-24 02:00:00 -06:00
zsilencer
04e5a028d9 Fixed sound_remove, renamed variables, removed compiler warnings 2014-08-24 01:56:54 -06:00
zsilencer
11063c9623 Fixed crash when selected ride is undefined 2014-08-24 00:58:10 -06:00
zsilencer
4d821db3cb Fixed issue #353 2014-08-24 00:34:18 -06:00
zsilencer
57e1220cb2 Merge branch 'master' of https://github.com/IntelOrca/OpenRCT2 2014-08-23 23:57:18 -06:00
zsilencer
31e2e4919a Decompiled audio functions 2014-08-23 23:50:50 -06:00
Ted John
beeb1cbd46 Merge pull request #352 from hexdec/window_staff_peep_functions
Window staff peep functions
2014-08-23 23:13:07 +01:00
hexdec
e71711e931 Added code for Pickup for guests and staff. 2014-08-23 23:03:22 +02:00
hexdec
d9e2b39b30 Added rename code for guests and staff. 2014-08-23 22:24:27 +02:00
hexdec
e4ef47d63b Added missing addresses. 2014-08-23 20:30:17 +02:00
hexdec
7eff50b819 Moved window_create into window_open and renamed sub_6BED21 to window_staff_peep_disable_widgets to follow the same pattern as window_peep. 2014-08-23 20:08:52 +02:00
hexdec
d74b8c6de9 Added window_staff_peep_page_events for all tabs. 2014-08-23 19:53:52 +02:00
hexdec
ab2564b873 Added window_staff_set_page. 2014-08-23 19:49:19 +02:00
hexdec
3a2f66731a Added window_staff_peep_close and window_staff_peep_mouse_up. 2014-08-23 17:32:07 +02:00
hexdec
7d265000b4 Added WIDX_PICKUP. 2014-08-23 17:18:23 +02:00
Ted John
5c01091043 Merge pull request #344 from duncanspumpkin/window_peep_functions
Window peep functions
2014-08-23 14:10:52 +01:00
Duncan Frost
4dd7a7dbc6 Add in address
's
2014-08-23 13:35:55 +01:00
Ted John
6a405aa905 Merge pull request #348 from zsilencer/master
Decompiled function 0x006AF561
2014-08-23 12:32:08 +01:00
Ted John
d0ea5d84ac Merge pull request #349 from Gymnasiast/master
Many additional translations, some fixes
2014-08-23 12:30:47 +01:00
Duncan Frost
19e72c54c7 Started peep_overview_paint 2014-08-23 12:06:25 +01:00
Duncan Frost
7d29081331 Fix remaining issues. Viewport init working 2014-08-23 11:56:20 +01:00
Duncan Frost
0b20bb79b8 Added window_peep_viewport_init 2014-08-23 10:39:15 +01:00
Gymnasiast
b9d8ac6ac1 Many additional translations, some fixes 2014-08-23 11:02:41 +02:00