OpenRCT2/src/openrct2/core
Michael Steenbeek baf88ef490
Refactor in-memory track design element (#21010)
2023-12-02 14:43:03 -03:00
..
Algorithm.hpp Remove snake_case in core folder 2023-01-16 22:20:41 +01:00
BitSet.hpp Revert change in BitSet 2023-06-24 13:25:33 +02:00
ChecksumStream.cpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
ChecksumStream.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
CircularBuffer.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Collections.hpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Console.cpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Console.hpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Crypt.CNG.cpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Crypt.OpenRCT2.cpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Crypt.OpenSSL.cpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Crypt.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
DataSerialiser.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
DataSerialiserTag.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
DataSerialiserTraits.h Refactor in-memory track design element (#21010) 2023-12-02 14:43:03 -03:00
Diagnostics.cpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Diagnostics.hpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Endianness.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
EnumMap.hpp Fix #20944: Add cstdint to EnumMap and EntryList (#20945) 2023-11-04 19:55:35 +00:00
File.cpp Rename snake_case functions in openrct2/src folder 2023-01-17 13:24:51 +01:00
File.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
FileIndex.hpp More MAX_PATH removals (#20113) 2023-05-09 20:08:46 +01:00
FileScanner.cpp More MAX_PATH removals (#20113) 2023-05-09 20:08:46 +01:00
FileScanner.h More MAX_PATH removals (#20113) 2023-05-09 20:08:46 +01:00
FileStream.cpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
FileStream.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
FileSystem.hpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
FileWatcher.cpp Add #include <algorithm> to fix building with gcc 14 (#20981) 2023-11-16 21:26:05 +01:00
FileWatcher.h Close #11473: Implement FileWatcher for macOS 2023-01-08 14:18:13 +01:00
FixedVector.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
GroupVector.hpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Guard.cpp Replace openrct2_assert with Guard::Assert, remove openrct2_assert 2023-07-02 16:42:46 +02:00
Guard.hpp Replace openrct2_assert with Guard::Assert, remove openrct2_assert 2023-07-02 16:42:46 +02:00
Http.WinHttp.cpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Http.cURL.cpp Remove snake_case in core folder 2023-01-16 22:20:41 +01:00
Http.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
IStream.cpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
IStream.hpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Identifier.hpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Imaging.cpp Rename snake_case functions in openrct2/src folder 2023-01-17 13:24:51 +01:00
Imaging.h Rename classes with snakes OpenRCT2/A*-F* (#19215) 2023-01-19 08:16:44 +00:00
JobPool.cpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
JobPool.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Json.cpp Rename snake_case functions in openrct2/src folder 2023-01-17 13:24:51 +01:00
Json.hpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
JsonFwd.hpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Memory.hpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
MemoryStream.cpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
MemoryStream.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Meta.hpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Numerics.hpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
OrcaStream.hpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Path.cpp Fix #18199: Dots in the game save's name get truncated (#20691) 2023-10-11 21:45:43 +01:00
Path.hpp More MAX_PATH removals (#20113) 2023-05-09 20:08:46 +01:00
RTL.FriBidi.cpp Remove const qualifier from constexpr statements 2023-06-24 11:45:26 +02:00
RTL.ICU.cpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
RTL.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Random.hpp Close #19214: Use consistent casing for RC and RCT (#19230) 2023-01-20 08:19:14 +00:00
Range.hpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
String.cpp Fix #20607: Unicode string not limited properly (#20623) 2023-07-18 21:10:35 +01:00
String.hpp Fix #20607: Unicode string not limited properly (#20623) 2023-07-18 21:10:35 +01:00
StringBuilder.cpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
StringBuilder.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
StringReader.cpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
StringReader.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Timer.hpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
Zip.cpp Part of #19608: improve error reporting of zip command failure (#19672) 2023-03-22 19:52:54 +00:00
Zip.h Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00
ZipAndroid.cpp Remove legacy stuff in common.h (#20523) 2023-07-02 12:59:20 +03:00
ZipStream.hpp Replace 2022 with 2023 in copyright headers 2023-01-01 11:58:01 +01:00