Commit Graph

27889 Commits (b389d45d55da17e527bc0d8ee1f4fc364984643e)
 

Author SHA1 Message Date
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
12 months 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.
12 months ago
Koen Bussemaker 381fa36450 Change: Autorail / autoroad tools can start dragging from invalid tiles 12 months ago
merni-ns a8a4737c5b
Fix #11096: Increase priority of error and confirmation windows (#11104) 12 months ago
merni-ns 96da5581ce Doc: Link to coding style in the repository itself and add Discord link in addition to IRC 12 months ago
merni-ns f1a6f91235 Doc: Remove redundant <pre> 12 months ago
translators bcaa60612e Update: Translations from eints
portuguese: 3 changes by azulcosta
12 months ago
Rubidium af9b9327af Codechange: do not keep local variable for temporary string parameters 12 months ago
Rubidium e04d43f396 Remove: now unused stredup 12 months ago
Rubidium 2ec4ea2b99 Codechange: use the string temporaries for game script strings 12 months ago
Rubidium 3e488465f8 Codechange: allow string temporaries in a StringParameter 12 months 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 &&`
12 months ago
Rubidium b2edf82b69 Cleanup: remove unneeded CopyOutDParam version with StringID 12 months ago
Rubidium 4654b2b0aa Codechange: separate integer and string usage in StringParameters 12 months ago
Rubidium 8b7c34d7d4 Codechange: use string parameter backps for the text effects 12 months ago
Rubidium 7ed90a859f Codechange: function to check whether string parameters have changed since the backup 12 months ago
Rubidium 05ef3f0998 Cleanup: remove old backup/restore of string parameters 12 months ago
Rubidium 6313b8a4cb Codechange: move errors over to the new StringParameterBackup type 12 months ago
Rubidium 0943402bab Codechange: move news over to the new StringParameterBackup type 12 months ago
Rubidium f4a3032985 Codechange: move tooltip and query window over to the new StringParameterBackup type 12 months ago
Rubidium 2687704afc Codechange: introduce new type and functions for StringParameter backups 12 months 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
12 months ago
Patric Stout 4c9c164ddc
Fix d5a72193: [CI] GOG and Steam also depend on the source itself (#11095) 12 months 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.
12 months ago
translators 10dd3119b1 Update: Translations from eints
welsh: 163 changes by Ansbaradigeidfran
12 months ago
merni-ns 161cc04b8a Fix #11087: Disable base graphics/sound dropdown outside main menu 12 months ago
merni-ns 4ae9ebf582 Change: Tooltip for base graphic/sound dropdown 12 months ago
Patric Stout d5a72193e7
Change: [CI] upload releases to new CDN (#11093) 12 months ago
Kuhnovic 6169e7f4bc
Feature: Orientation of rail and road depots can be changed (#9642) 12 months ago
PeterN c3fbe7bea8
Cleanup: Use FS enum instead of magic numbers. (#11088) 12 months ago
translators 082c47a4f9 Update: Translations from eints
dutch: 1 change by Afoklala
12 months ago
Rubidium d5c75bd655 Codechange: use std::string instead of a temporary buffer for iconv calls 12 months ago
Rubidium 0ea3e338ab Codechange: replace buffer+strecpy with std::string 12 months ago
Rubidium 3f18a8863a Codechange: use std::getline to read strings from stdin 12 months ago
Rubidium f333372dd1 Codechange: let IConsoleCmdExec accept std::string 12 months ago
Rubidium fd380127f0 Codechange: use SignalObjectAndWait since we do not support older than Windows XP anymore 12 months ago
Rubidium 69d5b9d326 Cleanup: unused NO_THREADS #ifdefs 12 months ago
translators 55979b612e Update: Translations from eints
welsh: 28 changes by Ansbaradigeidfran
portuguese: 1 change by azulcosta
polish: 1 change by pAter-exe
12 months ago
Richard Wheeler 3b2934c479
Change: Make terraforming point selection sprite visible at >2x zoom out (#11017) 12 months ago
Johannes E. Krause 5b0cfc7ea5 Add: show fallback sprites with debuglevel sprite=4 12 months ago
Jonathan G Rennison 55c07eed59
Change: Add separate setting for server sent commands per frame limit (#11023)
Set a higher default value for this setting.
Use the higher of this and existing commands per frame limit
setting for server-originating commands, e.g. GS.

This is to support the GSAsyncMode class.
This also avoids undue throttling when more than one
script is in operation (e.g. AIs).
12 months ago
PeterN 8465559488
Codechange: Pass face index as font os_handle for FreeType fonts. (#11073)
This allows fallback font detection to test the specific face within the
font rather instead of only the first.
12 months ago
Rubidium 794b642b9a Codechange: use std::string/std::vector over stredup/strecpy/CallocT/free 12 months ago
Rubidium 700241410b Remove: support for not having getifaddrs 12 months ago
Rubidium 7ad487eeee Cleanup: remove now unused GetInt32/64 functions 12 months ago
Rubidium 75a22a1c83 Codechange: move from GetIntXY to GetNextParameter<XYY> 12 months ago
Rubidium e7937efb01 Codechange: add clearer named function to get the next (string) parameter 12 months ago
translators ee34fae09a Update: Translations from eints
korean: 3 changes by telk5093
danish: 3 changes by bscargo
12 months ago
Niels Martin Hansen 103d88ee33 Fix: Layouter not taking stripped formatting codes into account when mapping visual coordinates to/from original string 12 months ago
Niels Martin Hansen b52e526017 Fix: FallbackParagraphLayouter wasn't reverse-mapping glyphs to character indexes right 12 months ago