Peter Nelson
|
b55af05626
|
Codechange: Pass encoded script strings as EncodedString.
This removes the ambiguity of having std::strings that may or may not be encoded.
|
2025-03-04 21:40:39 +00:00 |
|
Rubidium
|
35e7255a5a
|
Codechange: explicitly initialise LeaugeTable and LeagueTableElement member variables
|
2025-02-18 18:41:14 +01:00 |
|
Rubidium
|
fd4adc55e3
|
Codechange: replace INVALID_X with XID::Invalid() for PoolIDs
|
2025-02-16 20:23:00 +01:00 |
|
Rubidium
|
af00b835a1
|
Codechange: remove transitional supports from the pool
|
2025-02-16 19:31:37 +01:00 |
|
Rubidium
|
6c8915fdbc
|
Codechange: strongly type LeagueTableID and LeagueTableElementID
|
2025-02-09 15:07:29 +01:00 |
|
Rubidium
|
1dfd0c19f4
|
Fix: allow only 255 league tables, as 255 is the invalid id sentinel
|
2024-04-20 16:53:04 +02:00 |
|
Rubidium
|
eaae0bb5e7
|
Codechange: automatic adding of _t to (u)int types, and WChar to char32_t
for i in `find src -type f|grep -v 3rdparty/fmt|grep -v 3rdparty/catch2|grep -v 3rdparty/opengl|grep -v stdafx.h`; do sed 's/uint16& /uint16 \&/g;s/int8\([ >*),;[]\)/int8_t\1/g;s/int16\([ >*),;[]\)/int16_t\1/g;s/int32\([ >*),;[]\)/int32_t\1/g;s/int64\([ >*),;[]\)/int64_t\1/g;s/ uint32(/ uint32_t(/g;s/_uint8_t/_uint8/;s/Uint8_t/Uint8/;s/ft_int64_t/ft_int64/g;s/uint64$/uint64_t/;s/WChar/char32_t/g;s/char32_t char32_t/char32_t WChar/' -i $i; done
|
2023-07-19 19:30:14 +02:00 |
|
SamuXarick
|
6eabbaa751
|
Fix #10469, 5e14a20: [Script] League Table rating element is a int64 everywhere else
|
2023-02-26 22:25:13 +01:00 |
|
dP
|
5e14a20b3b
|
Feature: [GS] Scriptable league tables (#10001)
|
2022-11-26 18:03:03 +01:00 |
|