OpenRCT2/src/openrct2/core
duncanspumpkin e5f9568180 Merge branch 'develop' into HEAD 2021-10-10 07:21:36 +01:00
..
ChecksumStream.cpp Network serialiser for entities (#14541) 2021-05-09 19:12:44 +01:00
ChecksumStream.h Network serialiser for entities (#14541) 2021-05-09 19:12:44 +01:00
CircularBuffer.h Fix #11354: Coding style causes undefined behaviour 2021-10-05 13:58:50 +02:00
Collections.hpp Refactor to avoid unnecessary copies (#13736) 2021-01-11 18:14:15 -03:00
Console.cpp Fix REPL write line on Linux 2021-02-16 20:24:51 +00:00
Console.hpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
Crypt.CNG.cpp Refactor to use string_view more properly 2021-01-07 01:52:10 +09:00
Crypt.OpenRCT2.cpp Minor fixes (#15491) 2021-09-29 21:06:46 +00:00
Crypt.OpenSSL.cpp Refactor to use string_view more properly 2021-01-07 01:52:10 +09:00
Crypt.h Add crypt files from NSF 2021-09-18 20:31:23 +00:00
DataSerialiser.h Use FileStream instead of fstream 2021-02-21 03:14:18 +00:00
DataSerialiserTag.h Update copyright year to 2020 2020-07-21 15:04:34 +02:00
DataSerialiserTraits.h Merge remote-tracking branch 'upstream/develop' into new-save-format 2021-09-17 10:15:09 +02:00
Diagnostics.cpp Rebase fixes 2020-08-05 16:35:40 +02:00
Diagnostics.hpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
Endianness.h Fix ByteSwapBE type safety 2020-08-05 16:17:18 +02:00
EnumMap.hpp Remove unnecessary else blocks 2021-09-16 18:31:12 +02:00
File.cpp Obtain file sizes without seeking where possible 2021-05-21 19:55:43 +02:00
File.h Add File::GetSize to get object size in a simpler way 2021-05-21 19:55:42 +02:00
FileIndex.hpp Remove numerics from common.h and use it as needed 2021-09-11 20:21:08 +03:00
FileScanner.cpp Remove numerics from common.h and use it as needed 2021-09-11 20:21:08 +03:00
FileScanner.h Use [[nodiscard]] for allocator and RAII functions (#15244) 2021-08-23 20:09:43 +02:00
FileStream.cpp Stream changes from NSF (#15446) 2021-09-30 13:02:54 +01:00
FileStream.h Stream changes from NSF (#15446) 2021-09-30 13:02:54 +01:00
FileSystem.hpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
FileWatcher.cpp Cleanup c-style casts from FileWatcher.cpp 2020-09-10 21:36:21 +02:00
FileWatcher.h Fix compilation failure due to unused vars. 2020-06-11 15:22:06 +02:00
FixedVector.h Use fixed vector for paint_entry 2021-01-30 09:16:42 +02:00
GroupVector.hpp Use std::vector for ride use memory (#14884) 2021-08-17 21:29:35 +01:00
Guard.cpp Include missing headers 2020-08-05 16:29:29 +02:00
Guard.hpp Invert the condition (#12645) 2020-08-11 19:29:18 +01:00
Http.WinHttp.cpp Fix REPL write line on Linux 2021-02-16 20:24:51 +00:00
Http.cURL.cpp Avoid redefining WIN32_LEAN_AND_MEAN (#15342) 2021-09-04 21:17:08 +02:00
Http.h Fix uninitialized variable in Http.h 2021-07-30 21:31:10 +03:00
IStream.cpp Readd header 2021-09-30 17:07:21 +01:00
IStream.hpp Stream changes from NSF (#15446) 2021-09-30 13:02:54 +01:00
Imaging.cpp Remove unnecessary else blocks 2021-09-16 18:31:12 +02:00
Imaging.h Refactor to use string_view more properly 2021-01-07 01:52:10 +09:00
JobPool.cpp Refactor to avoid unnecessary copies (#13736) 2021-01-11 18:14:15 -03:00
JobPool.h Split declarations and definitions to improve compile times when editing (#13332) 2020-11-07 12:42:04 +00:00
Json.cpp Implement loading / saving of new shortcuts 2021-02-21 03:14:18 +00:00
Json.hpp Implement loading / saving of new shortcuts 2021-02-21 03:14:18 +00:00
JsonFwd.hpp Change includes of nlohmann/json_fwd.hpp to new core/JsonFwd.hpp 2020-10-06 00:16:21 +02:00
Memory.hpp Convert remaining C-style casts to C++-style ones 2020-09-10 21:36:20 +02:00
MemoryStream.cpp Stream changes from NSF (#15446) 2021-09-30 13:02:54 +01:00
MemoryStream.h Drop some unnecessary includes 2021-10-09 21:30:24 +02:00
Meta.hpp Fix #11354: Coding style causes undefined behaviour 2021-10-05 13:58:50 +02:00
Numerics.hpp Remove numerics from common.h and use it as needed 2021-09-11 20:21:08 +03:00
OrcaStream.hpp Fix Windows compilation of OrcaStream 2021-10-03 22:41:55 +02:00
Path.cpp Remove unnecessary else blocks 2021-09-16 18:31:12 +02:00
Path.hpp Implement ride music objects and refactor 2021-01-27 18:45:27 +00:00
RTL.FriBidi.cpp Fix compilation on 32-bit Windows and MinGW 2020-09-18 20:54:36 +02:00
RTL.ICU.cpp Fix test failures 2021-02-16 20:25:11 +00:00
RTL.h Fix RTL for Windows 2020-09-18 19:46:12 +02:00
Random.hpp Fix #11354: Coding style causes undefined behaviour 2021-10-05 13:58:50 +02:00
String.cpp Remove unnecessary else blocks 2021-09-16 18:31:12 +02:00
String.hpp Merge branch 'develop' into new-save-format 2021-09-17 23:41:58 +02:00
StringBuilder.cpp Split declarations and definitions to improve compile times when editing (#13332) 2020-11-07 12:42:04 +00:00
StringBuilder.h Split declarations and definitions to improve compile times when editing (#13332) 2020-11-07 12:42:04 +00:00
StringReader.cpp Split declarations and definitions to improve compile times when editing (#13332) 2020-11-07 12:42:04 +00:00
StringReader.h Split declarations and definitions to improve compile times when editing (#13332) 2020-11-07 12:42:04 +00:00
Zip.cpp Remove unnecessary else blocks 2021-09-16 18:31:12 +02:00
Zip.h Use [[nodiscard]] for allocator and RAII functions (#15244) 2021-08-23 20:09:43 +02:00
ZipAndroid.cpp Use IStream for zip streaming 2021-01-27 18:45:27 +00:00
ZipStream.hpp Move ZipStream into new header 2021-09-11 19:06:17 +03:00