Commit Graph

26834 Commits (12f9fbcf390cdc14ff14496c937a2a23ae36289a)
 

Author SHA1 Message Date
Byoungchan Lee 12f9fbcf39
Fix: [CMake] remove cpack warning on fedora when lsb_release exists (#10437) 2 years ago
Rubidium 31869501ee Fix: make script goals work with the whole range of ClientIDs 2 years ago
Rubidium 67e1d1ad89 Fix: no need to cast enums down to int32; they will be automatically promoted to int64 2 years ago
translators 1897e98c3d Update: Translations from eints
slovak: 10 changes by legitalk
2 years ago
Michael Lutz 05ed9f56fd Feature: [NewGRF] Engine name callback. 2 years ago
Michael Lutz 2d73076056 Add: [NewGRF] Second vehicle property for additional callback flags. 2 years ago
Michael Lutz f5394ed2ef Change: [NewGRF] Extend the D8xx (DCxx) string area up to FFFF.
This adds the Exxx and Fxxx blocks to the usable range for NewGRF
local strings. TTDPatch uses these ranges for internal strings, but as
we don't support any of them anyway, it is "free" real estate for us.
2 years ago
translators 43657cf65d Update: Translations from eints
chinese (traditional): 9 changes by wpi3
2 years ago
Loïc Guilloux 07b40c02fe
Fix #10361, fe30f66: Don't try to give saved data to a dead script (#10433) 2 years ago
Jonathan G Rennison 9c915f05ec Fix: Water infrastructure accounting when building docks 2 years ago
Jonathan G Rennison b82bcac3cd Fix #10419: Water infrastructure accounting when building ship depots 2 years ago
Rubidium 4e65ec1dc4 Codechange: do not declare functions in blocks 2 years ago
translators 5a4f0498fe Update: Translations from eints
hebrew: 6 changes by haimlm
catalan: 4 changes by J0anJosep
turkish: 7 changes by ahmetlii
2 years ago
Rubidium 8be908c919 Fix #10430, Fix 6ba55e6: display chain window causing assert 2 years ago
rubidium42 6ba55e663e Codechange: do not hide variables with other variables 2 years ago
rubidium42 1951af07c0 Codechange: do not hide parameters with local variables 2 years ago
Patric Stout be0d65d978 Add: [Actions] upload releases to GOG automatically 2 years ago
Patric Stout 146bd74077 Change: [Actions] release Windows Store files to CDN
Currently they had a name that the rest of our system cannot
deal with correctly. "cert.pfx" is also not very descriptive from
a system as a whole.

As such, we now name it like any other file, so it can be published
safely to the CDN.
2 years ago
Patric Stout 425ba82676 Change: [Actions] split GitHub workflows into several smaller ones 2 years ago
Patric Stout 9fd88af537 Remove: [Actions] Ubuntu/Debian release binaries (instead, use the Generic) 2 years ago
Rubidium f001e84e5e Codechange: use RAII to automatically restore _cur_dpi after use 2 years ago
Rubidium b7a5d8e296 Codechange: add annotation to selectively force inlining in debug build 2 years ago
SamuXarick df89c34e03
Fix 7e1e275: Measure AI Collect Garbage performance (#9924) 2 years ago
translators 4a58d197ee Update: Translations from eints
japanese: 26 changes by Azusa257
vietnamese: 4 changes by KhoiCanDev
chinese (simplified): 4 changes by XiaoJi-Game
french: 8 changes by glx22
2 years ago
Rubidium 04d10b3d2d Codechange: instead of global pointer to stack variable, just put variable in that global
Removes one indirection and a dangling pointer to a stack location
2 years ago
Rubidium d51d08ddcb Codechange: put stack variables in global variables for gamelog/crashlog 2 years ago
Rubidium ed7685910d Codechange: pass large objects by reference instead of value
Especially when they get passed on directly to the next function or via a
constructor into an instance variable
2 years ago
translators dbc666905d Update: Translations from eints
czech: 10 changes by jacobczsk
dutch: 4 changes by Afoklala
2 years ago
Rubidium 7e1d272397 Cleanup: remove unused static variables 2 years ago
Rubidium 00721787e1 Fix: wrong type for INVALID_LINK_GRAPH_JOB 2 years ago
Rubidium 755e41de9f Codechange: make rounding code clearer
-O1 already optimizes it to the original hand optimized magic code
2 years ago
Rubidium 71b46db8d0 Cleanup: remove commented out code 2 years ago
Rubidium 5863d78cb4 Codechange: use commented out code, or guard by #ifdef 2 years ago
Rubidium ae422be979 Cleanup: remove/replace trailing ; with . in comments 2 years ago
Henry Wilson 0b2567d882 Codechange: Remove shift as fast-forward key when _DEBUG is defined 2 years ago
SamuXarick 46dc6da270
Codechange: Make void tiles flood edge tiles, instead of edge tiles flooding themselves (#8517) 2 years ago
Peter Nelson ede1201b6a Codechange: Rename override manager variables. 2 years ago
Peter Nelson bcc53c5ad5 Codechange: Add missing `this->` in override manager.
Variable scope is also tweaked in a couple of cases reducing line count.
2 years ago
Peter Nelson eedb786872 Codechange: Use vector for NewGRF spec overrides.
This replaces C-style memory management.
2 years ago
translators 07940726d3 Update: Translations from eints
korean: 4 changes by telk5093
2 years ago
Rubidium 2fd99467ea Fix: scripts are not aware of nullptr, they only know null 2 years ago
Rubidium f9a473bef7 Fix: missing/duplicate documentation tags for scripts 2 years ago
Rubidium 3112b387e7 Fix: warnings about obsolete settings/setting values in Doxygen configurations 2 years ago
Rubidium 41fa94bc56 Fix: scripts cannot call constructors of ScriptEvents, so remove from the documentation 2 years ago
Rubidium 042f90a9dd Fix: no ScriptEvent sub class should export constructors to scripts 2 years ago
merni-ns 2d0c1ffdb7
Change #10255: Reduce basic thickness of linkgraph GUI lines (#10410)
From 3px to 2px (multiplied by UI scale).
2 years ago
translators 01a2449489 Update: Translations from eints
finnish: 8 changes by hpiirai
polish: 4 changes by pAter-exe
2 years ago
PeterN 4dfd6a096f
Fix #10220: Don't select unselectable engine as default. (#10404) 2 years ago
translators 97844df123 Update: Translations from eints
spanish: 4 changes by MontyMontana
2 years ago
Tyler Trahan 9c5de7fd72
Fix #10395: When loading old saves, don't forcibly bar level crossings (#10400) 2 years ago