Commit Graph

27998 Commits (0c85ce29ea24e661c6f67f4516e5aeb54d1faa6c)
 

Author SHA1 Message Date
frosch f40816503f Codechange: Add enum items for dynmically created setting dropdowns. 1 year ago
frosch 39e67b6f4c Codechange: Use existing widget ids instead of raw numbers. 1 year ago
frosch e0df937247 Fix b5885295: NewGRF preset dropdown was broken. 1 year ago
translators 72323ae9e6 Update: Translations from eints
danish: 20 changes by bscargo
1 year ago
Joan Josep b9a1cb5d7c
Fix: Spelling of NIHAirport. (#11322) 1 year ago
PeterN a0c6259e33
Codechange: Don't access cargo filter before it is initialized. (#11321)
The cargo filter list is initialized during window OnInit, but the first
build of the filtered list occurred before this.
1 year ago
PeterN 48dc4219ea
Codechange: Don't pass GUI cargo filter constants to command system. (#11320)
CMD_BUILD_VEHICLE expects CT_INVALID to indicate a new vehicle should not
be refitted on build, but the code passed CF_NONE instead. CF_NONE has the
same numeric value at CT_INVALID, so the test passed, but...
1 year ago
frosch 6b586dddad Cleanup: TransmitNotesOff is only called with buffer==_buffer. 1 year ago
frosch c84fd30317 Codechange: Add missing 'override'. 1 year ago
frosch 2ff4248032 Codechange: Enable more warnings. 1 year ago
frosch a7707302e6 Codechange: silence false warning. 1 year ago
frosch 55da426d44 Codechange: All ParagraphLayoutFactory::AppendToBuffer assume that the buffer has at least some space.
Assert on that.
1 year ago
frosch baf7cc858b Codechange: Rename ship docking tile related functions. 1 year ago
frosch 5733145c59 Cleanup: Remove unneeded parameters. 1 year ago
frosch b5885295f0 Codechange: Use parameters, which should be used. 1 year ago
frosch b6c8f301be Codechange: Silence warnings about intentionally unused parameters. 1 year ago
Patric Stout df400ef84a
Fix: only count distance traveled in vehicles for cargo payment (#11283)
No longer you can utilize the free (and instant) labour of station
workers, transporting your cargo from one part of the station to
the other. No more!

Based on patch by dP.
1 year ago
translators 710722e3c1 Update: Translations from eints
korean: 1 change by telk5093
1 year ago
Peter Nelson 6fb89b189f Fix #11315: Sort industries and cargoes by name* in industry chain window.
*Cargo types are sorted by the normal method so it's not strictly alphabetical.
1 year ago
Peter Nelson 106f29f761 Codechange: Use iteration to copy cargo list into CFT_CARGO. 1 year ago
Peter Nelson 4f8d06ff73 Codechange: Use uint8_t instead of byte for numeric values. 1 year ago
Peter Nelson 9457bda614 Codechange: Use std::fill instead of memset when initializing GUI cargo fields. 1 year ago
PeterN 18e75dbc88
Fix: Don't produce invalid cargo. (#11314)
Production for secondary industries did not always check that the produced cargo type isn't valid.
1 year ago
Peter Nelson fd2dd4397f Codechange: Use range-for and iterator to populate default cargo table. 1 year ago
Peter Nelson 280dce9543 Codechange: Reorder CargoSpec to reduce alignment padding. 1 year ago
Peter Nelson e8cbc3c2c7 Codechange: Simplify initialization of default cargoes. 1 year ago
Patric Stout c6864637fb
Add: [GitHub] also test if release builds without asserts are warning-free (#11309) 1 year ago
Rubidium 3a2509198f Codechange: use better location for the "invalid" action sentinel value
It used to be a random sentinel for end-of-(widget-)list that was used to tell
that no action has taken place yet. Since the last action is practically the
widget that was pressed, add the sentinel to that enumeration.
1 year ago
Rubidium 09a7902d36 Fix 8ab0936: missed WIDGET_LIST_END removals 1 year ago
Jonathan G Rennison 3afb732c37 Fix #11307: Incorrect GroupStatistics after selling leading wagon
When this results in a countable consist
1 year ago
Peter Nelson 14bcfff6f5 Codechange: Rename INVALID_CARGO to INVALID_CARGO_BITNUM
... to avoid future ambiguity.
1 year ago
Peter Nelson 9d1b131c44 Codechange: Use correct constant for invalid cargo type. 1 year ago
Rubidium 7ef22af2bb Codechange: introduce and use function to raise and dirty a set of widgets when they are lowered 1 year ago
PeterN 6580ff1adb
Fix #11230: Widget layout also failed for group-less vehicle list window. (#11310) 1 year ago
Rubidium 4cf88e068a Remove: unused include of cstdarg/stdarg.h 1 year ago
Rubidium 8ab0936491 Codechange: use parameter pack/folding instead of va_arg macros for widget states 1 year ago
translators 30eba33f1e Update: Translations from eints
english (us): 20 changes by 2TallTyler
1 year ago
frosch c6f5b57f13
Fix #11297, 4e9a871: SCC_GENDER_LIST tried to determine the gender from the wrong sub-string. (#11299) 1 year ago
Patric Stout 39ef4b503f
Fix: also apply cargo filters on shared groups in vehicle listing (#11294) 1 year ago
translators 8d90448153 Update: Translations from eints
romanian: 18 changes by bnegrut
turkish: 22 changes by densxd
dutch: 20 changes by Afoklala
portuguese: 21 changes by azulcosta
1 year ago
Jonathan G Rennison 42170e6c2b Codechange: Rename RoadType parameter of MakeRoadDepot
See: #9642
1 year ago
frosch a3f661cb66
Fix: compilation failed on gcc 10.2 due to missing include. (#11300)
'_exit' is defined in 'unistd.h'.
1 year ago
translators ba51a34b4c Update: Translations from eints
english (au): 20 changes by krysclarke
korean: 25 changes by telk5093
russian: 20 changes by Ln-Wolf
finnish: 20 changes by hpiirai
french: 20 changes by glx22
portuguese (brazilian): 20 changes by pasantoro
1 year ago
Patric Stout 37e2f99c09
Change: store crash logs in JSON format (#11232) 1 year ago
Peter Nelson a0353af223 Codechange: Shuffle Depot members to reduce padding. 1 year ago
Peter Nelson 2fdc22e7ea Codechange: Shuffle CargoPayment members to reduce padding. 1 year ago
PeterN a3c70ee6fb
Codechange: Pass by reference and use emplace-at-end for CargoSummary. (#11296) 1 year ago
PeterN 289d6ebc43
Doc: Replace plain URLs to OpenGFX/SFX/MSX with Markdown links. (#11295) 1 year ago
Loïc Guilloux b4ff06b6ef
Fix: marked text was not updated during text deletion (#11293) 1 year ago
translators fca62c245f Update: Translations from eints 1 year ago