1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 11:33:03 +01:00
Commit Graph

21152 Commits

Author SHA1 Message Date
Gymnasiast
6e22d30a4d Fix rebase error 2021-04-03 00:21:43 +01:00
Gymnasiast
76601ae7b2 Unhide terrain surfaces, terrain edges and stations; fix RCT1 surface import 2021-04-03 00:21:39 +01:00
Matt
79d1f06447 Store cheats in save file 2021-04-03 00:20:45 +01:00
Matt
a802dce8d8 Replace std::stringstream with MemoryStream 2021-04-03 00:20:45 +01:00
Gymnasiast
9220380b7d Increase maximum sprites to 65535; increase max stations to 8 2021-04-03 00:20:45 +01:00
Gymnasiast
9fa7e97d63 Rename things back to sprites; fix formatting 2021-04-03 00:20:45 +01:00
Michael Steenbeek
bb517aa61c Fix compilation on Clang 2021-04-03 00:20:45 +01:00
Gymnasiast
8fdce563ed Remove scenario_save_old()
It seems like MSVC does not like it.
2021-04-03 00:20:45 +01:00
Michael Steenbeek
135c2a6446 Update Xcode project 2021-04-03 00:20:45 +01:00
Gymnasiast
23299f1f29 Fix rebase errors 2021-04-03 00:20:45 +01:00
Ted John
a3351efd49 Fix the build for GCC 2021-04-03 00:20:45 +01:00
Ted John
b3969cf1fe Fix clang errors 2021-04-03 00:20:45 +01:00
Ted John
cb44c634e0 Implement saving / loading of banners 2021-04-03 00:20:45 +01:00
Ted John
bc66342521 Fix loading / saving of rides 2021-04-03 00:20:45 +01:00
Ted John
b7456c93df Fix rebase errors 2021-04-03 00:20:45 +01:00
Ted John
3261da535f Derive some park variables 2021-04-03 00:20:45 +01:00
Ted John
b2a8089bb7 Implement things chunk, strings chunk and fix ride, more animations 2021-04-03 00:20:45 +01:00
Ted John
48f5515a55 Fix nested arrays and ride measurement 2021-04-03 00:20:45 +01:00
Ted John
ccb2eed939 Fix build after rebase 2021-04-03 00:20:45 +01:00
Ted John
f433f452ca More ride loading / saving 2021-04-03 00:20:45 +01:00
Ted John
be04dd87a0 Begin loading / saving of rides 2021-04-03 00:20:45 +01:00
Ted John
a1de07218f Auto create map animations 2021-04-03 00:20:45 +01:00
Ted John
c4b32adada Rename methods 2021-04-03 00:20:45 +01:00
Ted John
d1185dc73e Rename blob to stream 2021-04-03 00:20:45 +01:00
Ted John
61e726478d Refactor OrcaStream to new file 2021-04-03 00:20:45 +01:00
Ted John
ba14399c21 Refactor stream classes 2021-04-03 00:20:45 +01:00
Ted John
4643469ac3 Finish refactor of loading / saving 2021-04-03 00:20:45 +01:00
Ted John
311ce446cf Extract IO to new class 2021-04-03 00:20:45 +01:00
Ted John
2659441659 Fix saving / loading issues 2021-04-03 00:20:44 +01:00
Ted John
335c1daed4 Add more read code 2021-04-03 00:20:44 +01:00
Ted John
4174b8adcc Fix the build 2021-04-03 00:20:44 +01:00
Ted John
3040ac9a04 Save more info 2021-04-03 00:20:44 +01:00
Ted John
fa0748c64c Read / write climate data 2021-04-03 00:20:44 +01:00
Ted John
bbd24c9eb9 Update writing of authoring chunk 2021-04-03 00:20:44 +01:00
Ted John
153db1f0be Read and write scenario chunk 2021-04-03 00:20:44 +01:00
Ted John
0b519c68f2 Refactor ParkFile to just a source file 2021-04-03 00:20:44 +01:00
Ted John
3aaef84392 Load and save interface chunk 2021-04-03 00:20:44 +01:00
Ted John
2fc8e06a95 Load general properties and fix entrance positions 2021-04-03 00:20:44 +01:00
Ted John
6baa70ced9 Get tiles loading correctly 2021-04-03 00:20:44 +01:00
Ted John
fbc120feba Start work on loading 2021-04-03 00:20:44 +01:00
Ted John
c264bc7b72 Write tiles 2021-04-03 00:20:44 +01:00
Ted John
9ba375f23b Write objects 2021-04-03 00:20:44 +01:00
Ted John
3f663feec7 Automatically write array size 2021-04-03 00:20:44 +01:00
Ted John
9919253983 Get some saving working 2021-04-03 00:20:44 +01:00
Ted John
7353225b7f Start new save format 2021-04-03 00:20:44 +01:00
Michael Steenbeek
e46a779c00 Use xyzd for spawns (#52) 2021-04-03 00:20:44 +01:00
Ted John
f5b275c6d7 Start write-up on format 2021-04-03 00:20:44 +01:00
Ted John
ea961aed93 Fix #14428: No text visible in in-game console window (#14429) 2021-04-03 00:12:30 +01:00
Michael Steenbeek
0e327c86e4 Fix ratings calculation taking 30 minutes 2021-04-02 22:57:36 +02:00
A.N
4d3328c7bb Add preprocessor directives to stop unused variable/function warnings. (#14422) 2021-04-02 14:41:11 +02:00