OpenRCT2/src/openrct2/core
ZehMatt aeb68008fa
Fix uninitialized variable in Http.h
2021-07-30 21:31:10 +03: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 compile error when compiling with clang-10 (#12599) 2020-08-06 16:24:50 +01: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.OpenSSL.cpp Refactor to use string_view more properly 2021-01-07 01:52:10 +09:00
Crypt.h Refactor to use string_view more properly 2021-01-07 01:52:10 +09: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 Add TileCoordsXYZD serialiser traits 2021-07-27 20:15:10 +03: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 Add EnumMap container for bidirectional key, enum mapping 2021-07-29 17:07:48 +03: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 Fix #13445: Make FileScanner::ScanDirectory return a unique_ptr 2021-05-20 19:22:36 +02:00
FileScanner.cpp Fix #13445: Make FileScanner::ScanDirectory return a unique_ptr 2021-05-20 19:22:36 +02:00
FileScanner.h Fix #13445: Make FileScanner::ScanDirectory return a unique_ptr 2021-05-20 19:22:36 +02:00
FileStream.cpp FileStream::Read: Throw the exception basing on fread return value 2021-05-21 19:55:43 +02:00
FileStream.h Use FileStream instead of fstream 2021-02-21 03:14:18 +00: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
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 Several more spelling fixes (#13752) 2021-01-10 18:23:35 +00:00
Http.h Fix uninitialized variable in Http.h 2021-07-30 21:31:10 +03:00
IStream.cpp Fix ObjectEntryDescriptor (#13506) 2020-12-06 09:28:06 +00:00
IStream.hpp Refactor IStream::ReadArray to return unique_ptr 2021-02-12 19:30:53 +02:00
Imaging.cpp Refactor to use string_view more properly 2021-01-07 01:52:10 +09: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 Use IStream for zip streaming 2021-01-27 18:45:27 +00:00
MemoryStream.h Use IStream for zip streaming 2021-01-27 18:45:27 +00:00
Meta.hpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
Nullable.hpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
Numerics.hpp Update copyright year to 2020 2020-07-21 15:04:34 +02:00
Path.cpp Extract ResolveCasing to Platform 2021-03-26 23:17:01 -03: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 Update copyright year to 2020 2020-07-21 15:04:34 +02:00
String.cpp Implement C++ solution to truncate UTF8 strings 2021-03-18 22:14:12 +01:00
String.hpp Implement C++ solution to truncate UTF8 strings 2021-03-18 22:14:12 +01: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 Implement code review suggestions 2021-01-27 18:45:28 +00:00
Zip.h Use IStream for zip streaming 2021-01-27 18:45:27 +00:00
ZipAndroid.cpp Use IStream for zip streaming 2021-01-27 18:45:27 +00:00