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

10831 Commits

Author SHA1 Message Date
Ted John
d0a05df106 Move Convert definitions to TcpSocket.h 2017-02-09 12:33:44 +00:00
Ted John
5787a0bf90 Use S6Exporter for crash handler 2017-02-08 22:17:01 +00:00
Ted John
e2aebb2236 Use streams for reading title sequence scripts 2017-02-08 22:11:46 +00:00
Ted John
410376356d Remove scenario_load_rw, no longer used 2017-02-08 22:06:27 +00:00
Ted John
c379347d59 Use stream for chat log 2017-02-08 22:00:04 +00:00
Ted John
ad1634631f Fix MemoryStream::EnsureCapacity 2017-02-08 21:53:37 +00:00
Ted John
d124f4fad0 Use streams for network load and save 2017-02-08 18:16:33 +00:00
Ted John
de0e6bf521 Use IStream for network code 2017-02-08 12:53:00 +00:00
Ted John
61b69546fa Fix convert command 2017-02-08 12:06:08 +00:00
Ted John
c80021d9da Remove use of RWops from ConvertCommand 2017-02-08 12:06:08 +00:00
Ted John
4a6905d1eb Remove object_read_and_load_entries 2017-02-08 12:06:08 +00:00
Ted John
811ab88660 Refactor CreateObjectFromLegacyFile to use FileStream 2017-02-08 12:06:07 +00:00
Ted John
2a11bc97fd Merge pull request #5179 from IntelOrca/refactor/sc-chunk-writer
Use streams for SV6 export
2017-02-08 12:01:38 +00:00
LRFLEW
b1c7caf315 Update Xcode Project 2017-02-07 16:48:52 -06:00
Ted John
629ccec466 Use write extended mode to fix checksum calculation
[ci skip]
2017-02-07 20:14:31 +00:00
Michał Janiszewski
7cb9d10d72 Fix wrong #define checks for DEBUG macro 2017-02-07 21:01:07 +01:00
Yaroslav Tretyakov
546aace3dd Fix invalid desync checks
#5185
2017-02-07 12:04:41 +00:00
Michał Janiszewski
e09fb6533f Update C++ standard version to C++14 2017-02-06 23:24:55 +01:00
Michael Steenbeek
528843184c Fix RCT1 research import, fixes #5014 2017-02-05 20:54:01 +01:00
Ted John
2518362112 Use streams for SV6 export 2017-02-05 15:45:23 +00:00
Michael Steenbeek
f0f26ee297 Fix one failing testpaint test 2017-02-05 12:41:37 +00:00
Ted John
0dcab94411 Remove chunk code from SawyerEncoding 2017-02-05 12:26:52 +00:00
Ted John
5eee31f69a Use SawyerChunkReader instead of SawyerEncoding 2017-02-05 12:18:07 +00:00
OpenRCT2 git bot
0b4aa0d771 Merge Localisation/master into OpenRCT2/develop. 2017-02-05 04:00:18 +00:00
Ted John
7ab2723936 Create a reader class for sawyer encoded chunks. 2017-02-05 02:40:50 +00:00
Ted John
652cad15c4 Refactor memory stream
Clean up a few things.
2017-02-05 02:40:16 +00:00
Ted John
b21378b7f5 Fix #4689: Object selection tabs sometimes flicker
8466de7cbf only reset w->frame on object type tabs. This also does it does it for the ride type filter tabs.
2017-02-04 11:31:07 +00:00
Ted John
94bde929e7 Fix nullptr access when removing banners 2017-02-04 11:24:20 +00:00
Duncan
b1ffe19a74 Merge pull request #5172 from duncanspumpkin/refactor
Flags Refactor
2017-02-04 11:12:35 +00:00
Ted John
601a8e633c Fix #5171: Latest build doesn't allow server connection
Network park streams do not have checksums so do not try to validate.
2017-02-04 11:05:25 +00:00
duncanspumpkin
fef7445f0c Use flags where known. Refactor large 3d signs slightly 2017-02-04 08:12:44 +00:00
Ted John
afc8943e34 Fix #5169: Parks containing packed objects fail to open
Regression from 3b02b05dc6. Forgot to implement reading packed objects with IStream.
2017-02-04 00:34:14 +00:00
Ted John
3b02b05dc6 Merge pull request #5151 from IntelOrca/refactor/park-import
Refactor / park import
2017-02-03 17:44:44 +00:00
danidoedel
e5fbf5bfe4 Update Xcode project 2017-02-03 12:32:07 +00:00
Ted John
44120b2e7e Fix build issues 2017-02-02 22:00:01 +00:00
Ted John
bb62bbebb3 Re-introduce checksum validation 2017-02-02 22:00:01 +00:00
Ted John
fed4c248e3 Remove use of SDL RWOps from title sequence player 2017-02-02 22:00:01 +00:00
Ted John
5d7a712672 Use new S6 importer for title screen and fix issues 2017-02-02 22:00:01 +00:00
Ted John
8998b2ae18 Refactor S6 importer to use IParkImporter interface 2017-02-02 22:00:01 +00:00
Ted John
5c1f2f4c43 Replace IS4Importer with IParkImporter 2017-02-02 22:00:01 +00:00
Ted John
2b045ddb9b Use streams for reading parks in S4 importer 2017-02-02 22:00:01 +00:00
Ted John
f30a3b315c Add common load method for S4 importer 2017-02-02 22:00:01 +00:00
Michał Janiszewski
04a2734593 Merge pull request #5162 from duncanspumpkin/refactor
Small refactor of world files
2017-02-02 22:53:37 +01:00
Michał Janiszewski
6ac6b272c4 Bump network version 2017-02-02 22:46:37 +01:00
Ted John
676903e65c Reduce false positive desync
The staff list window modifies the sprites purely for local state causing a false positive desync warning to pop up in multiplayer. This now causes it to only happen if the map window is also open. This is also a performance improvement.

#5164
2017-02-02 21:31:36 +00:00
Michael Steenbeek
695f7c33bf Fix all known incorrect land ownership in RCT1 2017-02-02 22:21:05 +01:00
Michael Steenbeek
cad39c788a Remove more magic values from metal_a_supports_paint_setup 2017-02-02 21:54:19 +01:00
duncanspumpkin
e384b9a508 Label known offsets and flags of wall/fence 2017-02-02 18:52:35 +00:00
duncanspumpkin
e1ea820111 Remove unnecessery read. Add offsets 2017-02-02 18:20:16 +00:00
duncanspumpkin
6a9cddf2d8 Label water object offsets 2017-02-02 18:13:51 +00:00