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

9464 Commits

Author SHA1 Message Date
Ted John
b15f8d0831 Merge pull request #4551 from janisozaur/compiler-warnings
Extended compiler warnings
2016-10-09 21:53:01 +01:00
Michał Janiszewski
e2c84f81f8 Fold condition and remove self-assignment 2016-10-09 22:43:08 +02:00
Michał Janiszewski
1135238c34 Remove/hide newly unused variables 2016-10-09 22:43:08 +02:00
Michał Janiszewski
599a1cfbcb Make sure MinGW knows about "%zu" format specifier 2016-10-09 22:43:07 +02:00
Michał Janiszewski
7f9fa28995 Fix uninitialised variables 2016-10-09 22:43:07 +02:00
Michał Janiszewski
8cd7126d63 Fix casts in windows.c platform file for -Wall 2016-10-09 22:41:18 +02:00
Michał Janiszewski
b0dc6fe5fe Introduce UNUSED(x) macro, mark some variables as unused 2016-10-09 22:41:18 +02:00
Michał Janiszewski
b2e21a0e02 Enable -Wall for CMake targets (with few exceptions)
Warnings excluded from -Wall:
* -Wno-unknown-pragmas
* -Wno-unused-function
* -Wno-missing-braces
* -Wno-comment
2016-10-09 22:41:17 +02:00
Ted John
fb463350e8 Merge pull request #4490 from LRFLEW/char_macros
Refactor/Improve String and Path Handling
2016-10-09 21:39:36 +01:00
LRFLEW
7dccbba8b2 Improve String Handling in PaintTest 2016-10-09 15:29:58 -05:00
LRFLEW
e5ff7412e4 Refactor/Improve String and Path Handling 2016-10-09 15:29:58 -05:00
Michał Janiszewski
211a0d7863 Add missing tunnel enums 2016-10-09 13:31:17 +02:00
Ted John
6348f281b7 Merge pull request #4567 from IntelOrca/paint/generate
Generate ride paint code
2016-10-09 12:24:59 +01:00
LRFLEW
9c1a6700d8 Update Xcode Project 2016-10-09 09:56:01 +01:00
Michał Janiszewski
f1c6ef94da Compilation fixes to latest testpaint 2016-10-09 09:54:20 +01:00
Ted John
157a93d7a5 Support multi-dimension coaster 2016-10-09 03:35:39 +01:00
Ted John
81fdd7d340 Add more mirror entries 2016-10-09 02:37:52 +01:00
Ted John
7cba0e46a8 Various fixes and improvements 2016-10-09 02:01:10 +01:00
Ted John
d3ae28e502 Implement vertical tunnels 2016-10-09 01:35:48 +01:00
Ted John
5f3130b945 Don't generate cable lift case for non-giga coaster 2016-10-09 01:06:13 +01:00
Ted John
b0995be156 Implement conditional supports 2016-10-09 00:36:01 +01:00
Ted John
38aba7d091 Improve tunnel code generation more 2016-10-09 00:15:34 +01:00
Ted John
567a99c3bf Improve / fix tunnel generation 2016-10-08 23:28:35 +01:00
Ted John
f46b97192a Implement lift hill and cable lift cases 2016-10-08 23:20:29 +01:00
Ted John
bc36bb48a2 Trim common calls out direction switch 2016-10-08 22:20:59 +01:00
Ted John
643247237c Use rotated paint functions for easier manual transform 2016-10-08 22:07:42 +01:00
Ted John
23246c2d3f Merge cases with identical calls 2016-10-08 21:49:28 +01:00
Michał Janiszewski
fa4c5ace25 Plug memory leak in cmdline_sprite.c 2016-10-08 22:32:33 +02:00
Michał Janiszewski
3c4a683701 Fix #4558: Crash on loading invalid scenario 2016-10-08 21:23:03 +01:00
Michał Janiszewski
952c412334 Update "Compilation on Linux" part of readme.md
[ci skip]
2016-10-08 21:20:26 +01:00
Ted John
04a468c9a0 Support mirror calls for various other tracks 2016-10-08 19:16:46 +01:00
Ted John
4d87d010de Support mirror calls for helix 2016-10-08 18:47:44 +01:00
Ted John
313f766fad Support mirror calls for turn eighth 2016-10-08 16:33:17 +01:00
Ted John
47ccfdb73c Support mirror calls for turn 1 2016-10-08 16:15:22 +01:00
Ted John
4a0d18c0a7 Support mirror calls for turn 3 2016-10-08 16:02:59 +01:00
Ted John
2b4c0b2fd9 Support mirror calls for turn 5 2016-10-08 15:51:09 +01:00
Ted John
70113689eb Generate some mirror calls 2016-10-08 14:37:10 +01:00
Ted John
2cec1de4d0 Generate support calls 2016-10-08 14:05:52 +01:00
Ted John
2249a63073 More improvements to function names and fix maze anomaly 2016-10-08 13:50:12 +01:00
Ted John
a505d77a9c Improve naming of functions 2016-10-08 13:16:09 +01:00
Ted John
0c3f8da3b2 Support sub_98196C too 2016-10-08 13:02:34 +01:00
Ted John
fd456d1b7c Generate paint calls for all track sequences 2016-10-08 01:11:41 +01:00
Ted John
24f143bb2a Generate paint calls 2016-10-08 00:59:27 +01:00
Ted John
e17180db08 Generate basic tunnels 2016-10-08 00:27:07 +01:00
Ted John
ec082b4ac8 Generate set segment support height and other fixes 2016-10-07 23:55:17 +01:00
Manuel Vögele
7b9bfd6529 Fix #4549: Allow maze to be built in pause mode if build-while-paused-cheat is enabled 2016-10-07 23:23:39 +01:00
Ted John
a0f041b43a Start initial generation of ride and general support calls 2016-10-07 21:49:23 +01:00
Ted John
a8a4c0deb4 testpaint: Print sprite_bb info for 7C / 9C calls 2016-10-07 20:47:13 +01:00
Ted John
4e73fcbaf0 Update ISSUE_TEMPLATE.md
Use HTML comments for instructions so they don't appear when they aren't removed.
2016-10-07 17:58:01 +01:00
Duncan
b29be9bfeb Merge pull request #4527 from zaxcav/fixPathfindHistory
Further pathfinding improvements
2016-10-07 12:08:36 +01:00