Sylvie
|
b877c81c32
|
Use C++-style casts (#1576)
|
2024-12-09 21:56:54 -05:00 |
|
Sylvie
|
e74073e480
|
Run clang-format on everything (#1332)
|
2024-03-04 14:22:49 -05:00 |
|
Sylvie
|
f8dab23e8f
|
Use uncommented sizes for pointer-to-array arguments (#1329)
This is syntactically valid despite not being enforced, and
is a feature we already use elsewhere.
|
2024-03-03 19:43:08 -05:00 |
|
Rangi42
|
d812acff24
|
Check RGBGFX warning/error format strings with format_ macro
|
2024-03-02 23:17:54 -05:00 |
|
Rangi42
|
2e1b0b6421
|
Remove commented-out C-only macro features
|
2024-03-02 20:17:22 -05:00 |
|
Sylvie
|
701b926288
|
Use RAII std::string and std::vector in randtilegen (#1325)
|
2024-03-02 11:02:26 -05:00 |
|
Sylvie
|
043db49676
|
Replace NULL with nullptr (#1321)
|
2024-02-29 15:06:33 -05:00 |
|
Sylvie
|
eff8c324c8
|
Remove now-unnecessary struct keyword (#1320)
C++ acts like structs are `typedef`ed by default
We do have to keep `struct stat`, since there's ambiguity
with the function also called `stat`.
|
2024-02-29 14:41:58 -05:00 |
|
Rangi
|
1e70e703a7
|
Build everything as C++ (#1176)
|
2023-11-07 21:45:56 +01:00 |
|