Ted John
d0950af9df
Integrate gClearSceneryCost and gLandRightsCost
2016-09-10 12:28:01 +01:00
Ted John
b1e9810ec6
Fix shop profit calculation by using integrated variables
2016-09-09 23:48:17 +01:00
Ted John
952b9cb194
Remove remaining GLOBALs from guest window
2016-09-09 23:39:00 +01:00
Marijn van der Werf
c2a6eba1d3
Skip zeroed ride design previews
2016-09-09 22:15:29 +01:00
wolfreak99
498bab24c3
Fix window limit displayed in options
2016-09-09 17:16:12 +01:00
Ted John
cdaddaa00d
Fix #4385 : Wrong numbers in guests thoughts summary
...
get_arguments_from_peep was not setting the output thought arguments when a guest had no valid thought.
2016-09-08 22:06:39 +01:00
Michał Janiszewski
163e314379
Remove unused or set-but-not-read variables
2016-09-07 13:39:29 +01:00
Ted John
220afe04d5
x64: Fix readentirefile calls
2016-09-06 21:33:15 +01:00
Ted John
2b33c3d55e
Integrate globals in new_ride.c
2016-09-05 23:20:08 +01:00
Ted John
248424e6ad
Remove uses of 0x009BC677 buffer
2016-09-05 23:00:17 +01:00
Ted John
1e65c7e940
Replace cursor position globals with gCursorState
2016-09-05 22:37:57 +01:00
Ted John
1c9164d3d3
Use stack space instead of RCT2 string address
2016-09-05 22:34:07 +01:00
Ted John
32a6722cda
Integrate gEditorSelectedObjects
2016-09-05 22:26:02 +01:00
Ted John
db327d26c8
Remove RCT2_GLOBALs from track_list.c
2016-09-05 21:21:33 +01:00
Ted John
584ac8031f
Integrate tooltip text and num lines
2016-09-05 21:13:53 +01:00
Ted John
4a82cd0696
Centre keyboard shortcut key change window
2016-09-05 21:06:56 +01:00
Ted John
2dc315f228
Integrate gKeyboardShortcutChangeId
2016-09-05 21:04:22 +01:00
Ted John
3c5d4adcf0
Remove RCT2_GLOBALs from staff window
2016-09-05 20:59:38 +01:00
Ted John
3b8e2436c2
Clean up window_map_place_park_entrance_tool_down
2016-09-05 20:26:33 +01:00
Ted John
aa15ff6ed9
Fix #4379 : x64: Crash when clicking audio device dropdown
...
The dropdown arguments are limited to 8 bytes which was not enough for STRING and the 64-bit address for the string. A similar issue also for the dropdown text field. Changed to same solution as other dropdowns.
2016-09-05 00:05:48 +01:00
Ted John
2cd16a6fe5
Remove unread variable
2016-09-04 21:47:05 +01:00
Michał Janiszewski
bfe1a7b58f
Drop RCT2_GLOBAL from regular pointer
2016-09-04 21:19:19 +02:00
Michał Janiszewski
b7497f6654
Reduce inclusions of addresses.h
2016-09-04 21:19:19 +02:00
Ted John
6a665330c2
Integrate gCommonStringFormatBuffer
2016-09-04 15:55:37 +01:00
Ted John
5893c6da82
Remove loan hash, but keep for S6 export
2016-09-04 15:11:15 +01:00
Michał Janiszewski
f8145b6edc
Refactor inclusion of addresses.h
...
addresses.h is now only included when necessary, limiting scope as much
as possible.
2016-09-03 21:25:19 +01:00
Ted John
73d453228a
Integrate gDisableErrorWindowSound
2016-09-03 14:22:03 +01:00
Ted John
f2dea1832a
Integrate gScreenshotCountdown
2016-09-03 14:15:29 +01:00
Ted John
cb235c9d56
Integrate filter arguments in guest list window
2016-09-03 13:54:59 +01:00
Ted John
01c78bc9de
Merge pull request #4361 from marijnvdwerf/integrate/window-map
...
Integrate map window variables
2016-09-03 12:52:56 +01:00
Michał Janiszewski
1a533147d0
Initalise g_ps_EE7880 properly
...
This should fix rendering problems in 64-bit mmap builds
2016-09-01 22:57:17 +02:00
Marijn van der Werf
7766faf00d
Rename _curPixel to _currentLine
2016-09-01 13:13:07 +02:00
Marijn van der Werf
74eac21162
Dynamically allocate memory for map
2016-09-01 13:07:28 +02:00
Marijn van der Werf
2431930a8e
Integrate map array
2016-09-01 00:22:41 +02:00
Marijn van der Werf
4e8e664e94
Integrate 0x00F1AD61
2016-08-31 21:12:07 +02:00
Michał Janiszewski
dd7bfdc529
Conditionally integrate pointer at 0xEE7880
2016-08-30 15:27:08 +01:00
Ted John
89c9cc26c0
Fix #4342 : x64 version crashes on ride window, station view
2016-08-28 17:24:51 +01:00
Ted John
17b69d257b
Merge pull request #4097 from marijnvdwerf/clean/string-ids-2
...
Continue string ID cleanup
2016-08-28 14:05:13 +01:00
Ted John
76043d4050
Fix peep thoughts crashing on x64
2016-08-28 00:37:10 +01:00
Ted John
8cf7e87b5c
Fix many warnings for x64
2016-08-27 23:32:15 +01:00
jensj12
13979397de
Allow corner tiles when using mountain tool
...
The tile selection was limited to full tiles when using the mountain tool on a single tile. The game now allows selecting and raising/lowering corner tiles and the smoothing algorithm is modified to support that. The cost is the same as the old single-tile mountain tool. A bug where the mountain tool sometimes creates sharp edges has also been fixed.
2016-08-23 19:30:09 +01:00
Luke Lau
c05eef02d6
Fix #3809 : No tooltip delay
2016-08-21 15:47:20 +01:00
Marijn van der Werf
46959b20b4
Split up ride mode values
2016-08-21 16:33:37 +02:00
Marijn van der Werf
7a6d1ac082
Use different title for keyboard shortcut dialog
2016-08-21 16:33:37 +02:00
Marijn van der Werf
ac8403f805
Use different title for preserved ride tab
2016-08-21 16:33:37 +02:00
Marijn van der Werf
245f289fd8
Identify raw string ids
2016-08-21 16:33:37 +02:00
Marijn van der Werf
3a7fa512a2
Use rct_string_id as type where applicable
2016-08-21 16:33:37 +02:00
Marijn van der Werf
fbbc871aea
Clean up double-used strings
2016-08-21 16:32:13 +02:00
Marijn van der Werf
8d1d699710
Clean up music credits window
2016-08-21 16:31:06 +02:00
Marijn van der Werf
bc3ec1b871
Use table for ride names
2016-08-21 16:31:06 +02:00