1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 22:13:07 +01:00
Commit Graph

41 Commits

Author SHA1 Message Date
Ted John
3fd252a8c3 integrate some staff variables 2016-05-18 23:46:46 +01:00
Ted John
afc54aef63 Merge pull request #3511 from marijnvdwerf/paint-setup/chairlift
Paint chairlift
2016-05-18 23:07:19 +01:00
Marijn van der Werf
a32aad2274 Rebase onto develop and fix indentation 2016-05-18 23:28:13 +02:00
Ted John
0265a9c8a5 fix warnings 2016-05-18 22:24:12 +01:00
Duncan
163c695a13 Merge pull request #3538 from marijnvdwerf/paint-setup/submarine-ride
Paint Submarine Ride
2016-05-18 22:06:03 +01:00
Marijn van der Werf
1bf9dc26f9 Rename entrance flags to base_image_id 2016-05-18 23:00:26 +02:00
Marijn van der Werf
9bcc0d05ed Rebase branch 2016-05-18 22:53:29 +02:00
Marijn van der Werf
ffa826976c Fix warnings 2016-05-18 22:50:44 +02:00
Marijn van der Werf
c84e23b9ea Clean up code and fix banner drawing 2016-05-18 22:46:24 +02:00
Marijn van der Werf
679db5e055 Use decompiled construction markers 2016-05-18 22:46:24 +02:00
Marijn van der Werf
aee8607f7a Fix offset for left bottom walls 2016-05-18 22:46:24 +02:00
Marijn van der Werf
bfaa2acf3f Update with changes in develop 2016-05-18 22:46:24 +02:00
Marijn van der Werf
201a01f126 Split up image ids 2016-05-18 22:46:24 +02:00
Marijn van der Werf
44021fdb0a Rename flag 2016-05-18 22:46:24 +02:00
Marijn van der Werf
00d16e7186 tertiaryColour 2016-05-18 22:46:24 +02:00
Marijn van der Werf
000f9cc9b4 Rename dword_141F708 to frameNum 2016-05-18 22:46:24 +02:00
Marijn van der Werf
a71c239b43 Rename dword_141F70C to sceneryEntry 2016-05-18 22:46:24 +02:00
Marijn van der Werf
748ed9ccb0 Update code to use proper function names 2016-05-18 22:46:24 +02:00
Marijn van der Werf
fda7dd6eea Fix fences in direction 0 2016-05-18 22:46:24 +02:00
Marijn van der Werf
564d6b2e12 Refactor other fence function 2016-05-18 22:46:24 +02:00
Marijn van der Werf
78b63b2c6e Refactor one paint function 2016-05-18 22:46:24 +02:00
Marijn van der Werf
ab255ae90d Decompile fence drawing 2016-05-18 22:46:24 +02:00
duncanspumpkin
f1fe46c52c Fix underground track styles. 2016-05-18 21:22:19 +01:00
Marijn van der Werf
5a5eea6837 Add size to sprite arrays 2016-05-17 23:31:10 +02:00
Marijn van der Werf
8756f4cff0 Move data outside of headers 2016-05-17 23:04:37 +02:00
Marijn van der Werf
dbfca8997a Use support-setting functions in more places 2016-05-17 21:05:45 +02:00
Marijn van der Werf
f3a563db8e Start cleanup/harmonisation of paint code 2016-05-17 19:10:25 +02:00
Ted John
680c33d30f do scrolling text RCT2 hack for walls too 2016-05-16 20:32:45 +01:00
Ted John
975eacc5f9 add temp RCT2 memory copy for scrolling text paint
Fixes #3628: assertion
Fixes #3634: wrong queue banner text

Until path_paint is implemented, this variable is used by scrolling_text_setup to use the old string arguments array. Remove when scrolling_text_setup is no longer hooked.
2016-05-16 18:44:44 +01:00
Ted John
1cc35dfe6e integrate common format args 2016-05-15 22:03:53 +01:00
Ted John
6f7db1f9b6 rename rct_path_type to rct_footpath_entry 2016-05-15 16:11:34 +01:00
Ted John
3d47f9869f write get entry methods for scenery and path 2016-05-15 16:09:26 +01:00
Ted John
81efb92d53 integrate map selection variables 2016-05-14 00:54:13 +01:00
Ted John
0710eb7e87 Merge pull request #3585 from janisozaur/fixes 2016-05-13 18:22:20 +01:00
janisozaur
ca430e1b23 Drop unused variables (#3586) 2016-05-13 18:21:58 +01:00
Michał Janiszewski
4d05c939cf Cache accesses to get_current_rotation() 2016-05-13 13:34:27 +02:00
janisozaur
658e877955 Name all the typdef-ed structs (#3581) 2016-05-12 22:57:40 +01:00
Marijn van der Werf
b112178c61 Replace outdated call to sub_98196C 2016-05-08 23:34:58 +02:00
Yaroslav Tretyakov
ac6cba7047 Fix staff patrol area drawing (#3487) (#3512) 2016-05-07 10:06:16 +01:00
Marijn van der Werf
19f53f01da Update Xcode project
Readd missing spaces
2016-05-05 21:41:59 +01:00
duncanspumpkin
7f02193411 Move around map element and sprite functions into seperate files
Add dummy files for big file move around

Fix files so they can compile

Add copyright header

Split up functions into seperate files

Remove suffix

Move supports again

Change functions signatures to remove viewport_setup

Rename folder structure

Finish moving about files
2016-05-05 21:41:53 +01:00