OpenRCT2/src/openrct2/core
Silent 5e725913f8
Close #16566: Favour WinNT preprocessor version checks over MinGW (#16677)
2022-03-11 07:59:09 -03:00
..
BitSet.hpp Use fold expressions to enable potential simd optimizations 2021-12-13 17:05:01 +02:00
ChecksumStream.cpp Network serialiser for entities (#14541) 2021-05-09 19:12:44 +01:00
ChecksumStream.h Forward declare Formatter 2021-12-30 12:17:51 -05: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 Close #11437: Migrate old platform methods 2022-02-18 21:57:00 +01:00
Console.hpp Create definitions for u8string and u8string_view 2022-01-25 16:41:45 +01:00
Crypt.CNG.cpp Close #11437: Migrate old platform methods 2022-02-18 21:57:00 +01: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 Fix serializer traits 2022-02-16 18:56:43 +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 Close #11437: Migrate old platform methods 2022-02-18 21:57:00 +01:00
File.h Use u8string in Path/File; replace Path::Append with Path::Combine 2022-01-28 21:52:44 +01:00
FileIndex.hpp Remove numerics from common.h and use it as needed 2021-09-11 20:21:08 +03:00
FileScanner.cpp Use u8string in Path/File; replace Path::Append with Path::Combine 2022-01-28 21:52:44 +01:00
FileScanner.h Create definitions for u8string and u8string_view 2022-01-25 16:41:45 +01:00
FileStream.cpp Fix Android 2022-01-08 16:58:57 +01:00
FileStream.h Stream changes from NSF (#15446) 2021-09-30 13:02:54 +01:00
FileSystem.hpp Fix Android 2022-01-08 16:58:57 +01:00
FileWatcher.cpp Close #16566: Favour WinNT preprocessor version checks over MinGW (#16677) 2022-03-11 07:59:09 -03: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 correct type for EntityId and fix issues 2022-02-16 18:56:43 +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 Extend reporting of curl failures (#16410) 2022-01-09 19:53:40 -03:00
Http.h Fix uninitialized variable in Http.h 2021-07-30 21:31:10 +03:00
IStream.cpp Stream changes from NSF (#15446) 2021-09-30 13:02:54 +01:00
IStream.hpp Reformat with clang-format-12 from updated CI image 2021-12-12 17:48:52 +01:00
Identifier.hpp Add <=, >= operators for TIdentifier 2022-02-16 18:56:43 +02:00
Imaging.cpp Close #16566: Favour WinNT preprocessor version checks over MinGW (#16677) 2022-03-11 07:59:09 -03: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 Json: Fix wrong implicit path typecasts in ReadFromFile and WriteToFile 2022-02-12 14:36:37 +01:00
Json.hpp Json: Fix wrong implicit path typecasts in ReadFromFile and WriteToFile 2022-02-12 14:36:37 +01: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 Refactor uses of old BannerIndex 2021-12-01 14:41:59 +02:00
Path.cpp Replace path_set_extension with Path::WithExtension() 2022-02-26 18:26:24 +01:00
Path.hpp Replace path_set_extension with Path::WithExtension() 2022-02-26 18:26:24 +01: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 Refactor unchecked std::array subscript operator 2021-11-25 10:13:20 +01:00
String.cpp Close #16566: Favour WinNT preprocessor version checks over MinGW (#16677) 2022-03-11 07:59:09 -03:00
String.hpp Create definitions for u8string and u8string_view 2022-01-25 16:41:45 +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 Create definitions for u8string and u8string_view 2022-01-25 16:41:45 +01:00
StringReader.cpp Split declarations and definitions to improve compile times when editing (#13332) 2020-11-07 12:42:04 +00:00
StringReader.h Create definitions for u8string and u8string_view 2022-01-25 16:41:45 +01:00
Timer.hpp Add utility function and some minor cleanup/documentation 2021-12-13 19:10:47 +02: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 Close #11437: Migrate old platform methods 2022-02-18 21:57:00 +01:00
ZipStream.hpp Move ZipStream into new header 2021-09-11 19:06:17 +03:00