 Rubidiumandrubidium42
|
2fcd4e189a
|
Codechange: replace 'new PoolItem(...' with 'PoolItem::Create(...'
|
2026-01-03 16:04:32 +01:00 |
|
 Cyprian KlimaszewskiandGitHub
|
99f04f27de
|
Doc: Update information for receiving a copy of GPL. (#14869)
|
2025-12-07 11:25:08 +00:00 |
|
 Peter NelsonandPeter Nelson
|
c3451b5d97
|
Codechange: Replace color with colour.
|
2025-11-18 00:02:48 +00:00 |
|
 Peter NelsonandPeter 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 |
|
 Rubidiumandrubidium42
|
35e7255a5a
|
Codechange: explicitly initialise LeaugeTable and LeagueTableElement member variables
|
2025-02-18 18:41:14 +01:00 |
|
 Rubidiumandrubidium42
|
fd4adc55e3
|
Codechange: replace INVALID_X with XID::Invalid() for PoolIDs
|
2025-02-16 20:23:00 +01:00 |
|
 Rubidiumandrubidium42
|
c3d5e6d2a0
|
Codechange: Use EnumBitSet for DoCommandFlags
|
2025-02-14 00:28:57 +01:00 |
|
 Rubidiumandrubidium42
|
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 |
|
 dPandGitHub
|
5e14a20b3b
|
Feature: [GS] Scriptable league tables (#10001)
|
2022-11-26 18:03:03 +01:00 |
|