Commit Graph

27932 Commits (df400ef84a4fb71c4a8491393335ca57283098c9)
 

Author SHA1 Message Date
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.
9 months ago
translators 710722e3c1 Update: Translations from eints
korean: 1 change by telk5093
9 months 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.
9 months ago
Peter Nelson 106f29f761 Codechange: Use iteration to copy cargo list into CFT_CARGO. 9 months ago
Peter Nelson 4f8d06ff73 Codechange: Use uint8_t instead of byte for numeric values. 9 months ago
Peter Nelson 9457bda614 Codechange: Use std::fill instead of memset when initializing GUI cargo fields. 9 months 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.
9 months ago
Peter Nelson fd2dd4397f Codechange: Use range-for and iterator to populate default cargo table. 9 months ago
Peter Nelson 280dce9543 Codechange: Reorder CargoSpec to reduce alignment padding. 9 months ago
Peter Nelson e8cbc3c2c7 Codechange: Simplify initialization of default cargoes. 9 months ago
Patric Stout c6864637fb
Add: [GitHub] also test if release builds without asserts are warning-free (#11309) 9 months 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.
9 months ago
Rubidium 09a7902d36 Fix 8ab0936: missed WIDGET_LIST_END removals 9 months ago
Jonathan G Rennison 3afb732c37 Fix #11307: Incorrect GroupStatistics after selling leading wagon
When this results in a countable consist
9 months ago
Peter Nelson 14bcfff6f5 Codechange: Rename INVALID_CARGO to INVALID_CARGO_BITNUM
... to avoid future ambiguity.
9 months ago
Peter Nelson 9d1b131c44 Codechange: Use correct constant for invalid cargo type. 9 months ago
Rubidium 7ef22af2bb Codechange: introduce and use function to raise and dirty a set of widgets when they are lowered 9 months ago
PeterN 6580ff1adb
Fix #11230: Widget layout also failed for group-less vehicle list window. (#11310) 9 months ago
Rubidium 4cf88e068a Remove: unused include of cstdarg/stdarg.h 9 months ago
Rubidium 8ab0936491 Codechange: use parameter pack/folding instead of va_arg macros for widget states 9 months ago
translators 30eba33f1e Update: Translations from eints
english (us): 20 changes by 2TallTyler
9 months ago
frosch c6f5b57f13
Fix #11297, 4e9a871: SCC_GENDER_LIST tried to determine the gender from the wrong sub-string. (#11299) 10 months ago
Patric Stout 39ef4b503f
Fix: also apply cargo filters on shared groups in vehicle listing (#11294) 10 months 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
10 months ago
Jonathan G Rennison 42170e6c2b Codechange: Rename RoadType parameter of MakeRoadDepot
See: #9642
10 months ago
frosch a3f661cb66
Fix: compilation failed on gcc 10.2 due to missing include. (#11300)
'_exit' is defined in 'unistd.h'.
10 months 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
10 months ago
Patric Stout 37e2f99c09
Change: store crash logs in JSON format (#11232) 10 months ago
Peter Nelson a0353af223 Codechange: Shuffle Depot members to reduce padding. 10 months ago
Peter Nelson 2fdc22e7ea Codechange: Shuffle CargoPayment members to reduce padding. 10 months ago
PeterN a3c70ee6fb
Codechange: Pass by reference and use emplace-at-end for CargoSummary. (#11296) 10 months ago
PeterN 289d6ebc43
Doc: Replace plain URLs to OpenGFX/SFX/MSX with Markdown links. (#11295) 10 months ago
Loïc Guilloux b4ff06b6ef
Fix: marked text was not updated during text deletion (#11293) 10 months ago
translators fca62c245f Update: Translations from eints 10 months ago
Loïc Guilloux 220f93f552
Fix: IConsoleWindow:GetTextBoundingRect() is incorrect (#11292) 10 months ago
Daniel Robinson 71c2878799
Fix #10600: 'Replace Vehicles' didn't show numbers >999 (#10680) 10 months ago
Patric Stout 9c49a61249
Fix: base cargo payment on load/unload tile, instead of station sign location (#11281) 10 months ago
Patric Stout ba67f39db6
Codechange: vendor the nlohmann-json library (#11290) 10 months ago
Niels Martin Hansen 41de0d46f3 Feature: Help and manuals access window 10 months ago
Niels Martin Hansen 2cff43251e Add: Install additional documentation files with the game
Also include it in Emscripten packages
10 months ago
Niels Martin Hansen 4765d0f8c2 Change: Text Layouter support querying all lines for character at pixel 10 months ago
Patric Stout d1a0ca67be
Codechange: simplify splitting of CargoPacket (#11286) 10 months ago
translators a16aa3ef7d Update: Translations from eints
swedish: 1 change by joeax910
10 months ago
Patric Stout b389d45d55
Doc: Add more hyperlinks within the included documentation (#11288)
Co-authored-by: Niels Martin Hansen <nielsm@indvikleren.dk>
10 months ago
translators 3fd50c2949 Update: Translations from eints
swedish: 2 changes by optiedev
vietnamese: 11 changes by KhoiCanDev
romanian: 5 changes by bnegrut
danish: 2 changes by bscargo
dutch: 2 changes by Afoklala
portuguese: 2 changes by azulcosta
polish: 15 changes by pAter-exe
10 months ago
PeterN acd7d3c913
Codechange: Rename *Railtype* to *RailType* for consistency. (#11287) 10 months ago
PeterN a0b2f28f9c
Codechange: Use std::copy/fill pattern to initialize rail and road specs. (#11285)
This avoids use of lengthof and array indices.
10 months ago
Patric Stout 7e3cdbaf62 Fix: mark next_station as INVALID_STATION when loading from older savegames 10 months ago
Patric Stout 9e3763cfb3 Fix b0e73277: save/load next_station for CargoPacket again 10 months ago
Patric Stout 1243c331b6 Fix: don't compare next_station when trying to merge CargoPackets
For vehicle packets they shouldn't be compared, and for station
packets they are already in a bucket per next_station.
10 months ago