Aaron van Geffen
|
fa06a49302
|
Update copyright year to 2025 (#23514)
|
2024-12-31 20:30:04 +01:00 |
|
Aaron van Geffen
|
6ee798337a
|
Introduce EnumUtils header (#23407)
|
2024-12-15 17:39:52 +01:00 |
|
Aaron van Geffen
|
35e117aca2
|
Rename String methods to use lowerCamelCase
|
2024-12-11 22:49:37 +01:00 |
|
Aaron van Geffen
|
5442b20a7a
|
Move StrLogicalCmp, SafeStrCpy, SafeStrCat to String.hpp
|
2024-12-11 20:42:43 +01:00 |
|
Aaron van Geffen
|
4f32028e01
|
Move RideManager struct into its own compilation unit (#23379)
* Move RideManager struct into its own compilation unit
* Move RidesEndOfUsedRange into GameState_t
* Let RideManager keep a GameState_t& internally
|
2024-12-11 15:54:45 +01:00 |
|
RedMarcher
|
c24e47dea1
|
Rename cheat variables to match new code style
|
2024-12-01 18:15:37 +01:00 |
|
Aaron van Geffen
|
3685d1a24b
|
clang-format: change IndentPPDirectives to BeforeHash (#23287)
|
2024-11-29 12:04:56 +09:00 |
|
Gymnasiast
|
6de1ac1ec7
|
Remove EnumName from RTD
Only used by tests, update to use `Name` (same what’s already used in the JSON files).
|
2024-11-24 12:58:03 +01:00 |
|
Aaron van Geffen
|
7c69ba3d6a
|
Rewrite Zh-TW language test to use UTF-8 strings, dropping overrides
|
2024-10-30 22:58:47 +01:00 |
|
Aaron van Geffen
|
8aeb1d2b98
|
Remove broken support for object string overrides as well
|
2024-10-30 22:58:47 +01:00 |
|
Aaron van Geffen
|
9257a9d62d
|
Remove support for scenario overrides from language files
|
2024-10-30 22:58:47 +01:00 |
|
Aaron van Geffen
|
f40da09ab8
|
Move SawyerCoding from util into core, and into its own namespace
|
2024-10-29 21:59:28 +01:00 |
|
Aaron van Geffen
|
80b63a5ae7
|
Add line breaks after template declarations (#23086)
* Add line breaks after template declarations
* Additional clang-format patches
|
2024-10-29 16:54:01 +01:00 |
|
Michael Steenbeek
|
a2ed026264
|
Split up remaining tile elements
|
2024-10-15 22:02:31 +02:00 |
|
Michael Steenbeek
|
0ec76e09d4
|
Remove unused IStream::ReadString() function and fix includes
|
2024-10-15 17:39:54 +02:00 |
|
Michael Steenbeek
|
71ce725a2a
|
Split off BannerElement and TrackElement (#22955)
|
2024-10-14 14:26:10 +02:00 |
|
duncanspumpkin
|
6283993351
|
Move WallElement into its own header/source files
|
2024-10-07 22:04:13 +02:00 |
|
AT41
|
6e7b489304
|
Added additional stats to Plugin interface
Co-authored-by: Tulio Leao <tupaschoal@gmail.com>
|
2024-10-03 11:23:50 +00:00 |
|
Michael Steenbeek
|
e6e0f97557
|
Split off EntranceElement header
|
2024-10-03 12:42:53 +02:00 |
|
ζeh Matt
|
3755f3a6d1
|
Remove two more globals, pass them as arguments
|
2024-09-30 22:31:13 +03:00 |
|
Arnold Zhou
|
c161a3911a
|
Fix #22072: Localisation: Separate objective date string from staff tenure date string (#22074)
Co-authored-by: Tulio Leao <tupaschoal@gmail.com>
|
2024-09-28 15:13:48 +00:00 |
|
Aaron van Geffen
|
cf516db6dc
|
Split StringTypes.h off from String.hpp; adjust header includes
|
2024-09-10 23:55:53 +02:00 |
|
Aaron van Geffen
|
1b7bbee608
|
Move CodepointView class to its own header
|
2024-09-10 23:36:59 +02:00 |
|
Tulio Leao
|
e1b6ee93f9
|
Part of #22596: Only apply .parkpatch when starting scenarios
|
2024-09-08 06:52:01 -03:00 |
|
Tulio Leao
|
771ba4e29f
|
Move thing into OpenRCT2 namespace
|
2024-08-19 19:52:14 -03:00 |
|