Commit Graph

27815 Commits (96fdfb941a0c3f5e8f760b25000bad0ea5c68616)
 

Author SHA1 Message Date
glx22 46b504a700 Fix: ini_key issues reported by the script 12 months ago
glx22 9cdf86a411 Add: workflow and script for checking ini_key issues in WindowDesc entries 12 months ago
Björn Wärmedal 7de37e07b6
Change: make Exclusive Transport Rights more exclusive (#11076)
Now, exclusive transport rights can only be bought if no company
currently owns them. A successful bribe will void any exclusive
transport rights that any *other* company currently has in the town.
12 months ago
merni-ns fc9afb2d32
Fix #11115: Focus the abandon game/exit game windows (#11125) 12 months ago
PeterN c3d1264a4b
Change: Don't save industry history if cargo slot isn't used. (#11133)
This avoids saving history of 16 slots per industry when in many cases (NewGRF dependent) only a couple are used.
12 months ago
Jonathan G Rennison 3ac663e619
Fix: Build road/tram stop windows did not set WindowDesc::ini_key (#11126)
Saved default window sizes were not persisted in the configuration file
12 months ago
translators 7996752fb1 Update: Translations from eints
indonesian: 71 changes by ecolortest
12 months ago
rubidium42 9f6fec01cd
Codechange: rename cargo aging days to periods, as they are not really days (#11112) 12 months ago
Patric Stout ab19882e94
Codechange: hint in all branches of ClampTo to resolve compile-time (#11130) 12 months ago
Patric Stout 97138acc8a
Codechange: make date-related variables constexpr (#11129)
This hints the compiler even more to result math-related questions
compile-time.
12 months ago
Patric Stout 7ef6e99083
Fix: [CI] actually use the GitHub Apps token to trigger "Publish Docs" (#11128) 1 year ago
translators d3181375a4 Update: Translations from eints
danish: 2 changes by bscargo
french: 2 changes by Lishouuu
1 year ago
translators a54c28f2c3 Update: Translations from eints
polish: 3 changes by pAter-exe
1 year ago
Loïc Guilloux 119ac66c5c
Fix: [Bootstrap] don't crash when failing to connect to content server (#11122) 1 year ago
Patric Stout dadcade81c
Fix: [CI] preview for one PR could cancel the preview of another (#11121) 1 year ago
Patric Stout 323dd619bb
Change: [CI] rework preview flow and use Cloudflare Pages to publish (#11116) 1 year ago
Patric Stout 153323a4c0
Fix: [Emscripten] actually link against nlohmann_json (#11120)
We fake a plain (non-scoped) library, but we don't actually set
the library to anything valid. In result, it is never actually
linked.
1 year ago
Loïc Guilloux c236ff356d
Codechange: [Emscripten] enable WASM_BIGINT (#11118) 1 year ago
translators bd91d249ea Update: Translations from eints
dutch: 3 changes by Afoklala
1 year ago
translators b2ccc19f2d Update: Translations from eints
vietnamese: 2 changes by KhoiCanDev
1 year ago
Rubidium 18a31cca7c Codechange: do not make a string valid in place, to then copy it 1 year ago
Rubidium b958a343fe Codechange: the templated StrMakeValidInPlace is not in place 1 year ago
Rubidium 968de827d6 Fix #11108, e2f583a: missing argument for SCC_CARGO_SHORT formatting 1 year ago
Loïc Guilloux 5f2246eabf
Fix 021c45c: [CMake] detection and use of nlohmann-json for emscripten (#11113) 1 year ago
translators 9f28da4e33 Update: Translations from eints
tamil: 3 changes by merni-ns
1 year ago
Patric Stout 83b6512032
Fix d5a72193: [CI] downloading single artifact doesn't add folder to it (#11107) 1 year ago
translators 48f25427bc Update: Translations from eints
english (us): 15 changes by 2TallTyler
korean: 2 changes by telk5093
german: 41 changes by Wuzzy2
portuguese (brazilian): 2 changes by pasantoro
1 year ago
Patric Stout bc83974b38
Fix: [Emscripten] switch to URL for content-service that supports WebSocket (#11106)
In the old days, content.openttd.org and bananas-server.openttd.org
ended up on the same route. But with a recent migration, they do not.
content.openttd.org only serves the custom TCP protocol, and
bananas-server.openttd.org only serves the HTTP(S).

Websockets use HTTPS, and as such, should be routed via the latter.
1 year ago
Koen Bussemaker 381fa36450 Change: Autorail / autoroad tools can start dragging from invalid tiles 1 year ago
merni-ns a8a4737c5b
Fix #11096: Increase priority of error and confirmation windows (#11104) 1 year ago
merni-ns 96da5581ce Doc: Link to coding style in the repository itself and add Discord link in addition to IRC 1 year ago
merni-ns f1a6f91235 Doc: Remove redundant <pre> 1 year ago
translators bcaa60612e Update: Translations from eints
portuguese: 3 changes by azulcosta
1 year ago
Rubidium af9b9327af Codechange: do not keep local variable for temporary string parameters 1 year ago
Rubidium e04d43f396 Remove: now unused stredup 1 year ago
Rubidium 2ec4ea2b99 Codechange: use the string temporaries for game script strings 1 year ago
Rubidium 3e488465f8 Codechange: allow string temporaries in a StringParameter 1 year ago
Rubidium 78f5d58dc6 Codechange: use std::string without const as return
Otherwise some compilers, e.g. MSVC, do not pick up that these are temporaries
and as such it will pass the temporaries to `const std::string &` instead of
the wanted `std::string &&`
1 year ago
Rubidium b2edf82b69 Cleanup: remove unneeded CopyOutDParam version with StringID 1 year ago
Rubidium 4654b2b0aa Codechange: separate integer and string usage in StringParameters 1 year ago
Rubidium 8b7c34d7d4 Codechange: use string parameter backps for the text effects 1 year ago
Rubidium 7ed90a859f Codechange: function to check whether string parameters have changed since the backup 1 year ago
Rubidium 05ef3f0998 Cleanup: remove old backup/restore of string parameters 1 year ago
Rubidium 6313b8a4cb Codechange: move errors over to the new StringParameterBackup type 1 year ago
Rubidium 0943402bab Codechange: move news over to the new StringParameterBackup type 1 year ago
Rubidium f4a3032985 Codechange: move tooltip and query window over to the new StringParameterBackup type 1 year ago
Rubidium 2687704afc Codechange: introduce new type and functions for StringParameter backups 1 year ago
translators 26f3efb419 Update: Translations from eints
english (au): 2 changes by krysclarke
italian: 14 changes by Rivarossi
russian: 2 changes by Ln-Wolf
finnish: 2 changes by hpiirai
tamil: 8 changes by merni-ns
1 year ago
Patric Stout 4c9c164ddc
Fix d5a72193: [CI] GOG and Steam also depend on the source itself (#11095) 1 year ago
PeterN 115f6cf8ea
Fix #4575: Use Latin 'l' in English translation of zloty. (#11090)
This avoids many truetype fonts being unusable due to this single character not being available.
1 year ago