Commit Graph

27977 Commits (2fd3d943aa8e23fa397ad92706a415b9be5d4aa6)
 

Author SHA1 Message Date
Peter Nelson 2fd3d943aa
Fix 94167dfd: Don't shade the currently selected engine in autoreplace window. (#11354)
This breaks #7729 which specifically allows autoreplace of same engine types, and also did not work properly if the engine had been built during the current game session.
12 months ago
translators 89acfc7ff9 Update: Translations from eints
chinese (simplified): 1 change by WenSimEHRP
indonesian: 12 changes by liimee
12 months ago
Peter Nelson d1a94d75e1
Fix: Incorrect include path for timers. (#11351) 12 months ago
translators 7145b7060a Update: Translations from eints
romanian: 3 changes by bnegrut
12 months ago
merni-ns c794676928
Fix #10763, Fix #11168: Display variant groups that consist only of unavailable sub-groups (#11342) 12 months ago
Peter Nelson 5869f790d8
Fix: Check for engine variant loops during NewGRF initialization. (#11343)
Invalid NewGRFs could set up an engine variant loop that never ends. This
was checked for in some places that evaluated variants, but not all. In
most cases this would result in the engines not appearing, but could
potentially cause an infinite loop and crash.

Instead, during NewGRF initialization detect loops and remove invalid
variants before setting display flags.
12 months ago
merni-ns 077b08bbfa
Fix #11261: Set number of items correctly when choosing available airport set (#11344) 12 months ago
frosch 82c8720814 Fix #8846: When upgrading NewGRF presets, copy NewGRF parameters only if the NewGRF are compatible. Otherwise reset to defaults. 12 months ago
frosch d75a5e1a9a Fix: Upgrading NewGRF presets could result in incomplete display of NewGRF parameters until restart. 12 months ago
translators c84219a42e Update: Translations from eints
english (us): 1 change by 2TallTyler
vietnamese: 21 changes by KhoiCanDev
12 months ago
Peter Nelson b5dc9328f2
Change: Store station blocked/wires/pylons flags in map. (#11337)
This stores three flags in unused map bits, and avoids having to look up
station graphics and custom station specs to determine blocked/wires/pylons
status.

This potentially affects rail pathfinding performance.

Savegame version is not bumped, as the flags can just be updated every
time.
12 months ago
translators fd79d34ba9 Update: Translations from eints
korean: 1 change by telk5093
1 year ago
translators beafdadde4 Update: Translations from eints
italian: 25 changes by Rivarossi
1 year ago
Peter Nelson 890146fecb Codechange: Add -Wsuggest-override compilation flag. 1 year ago
Peter Nelson 015fbafe34 Codechange: Add missing override specifiers to squirrel. 1 year ago
Peter Nelson 49dae08a3b Codechange: Add missing override specifiers. 1 year ago
frosch a454773a73
Doc: Link 3rdparty licenses from README. (#11333) 1 year ago
translators a650194227 Update: Translations from eints
finnish: 1 change by hpiirai
1 year ago
translators 976f8c474f Update: Translations from eints
chinese (simplified): 139 changes by BYXxiaonanhui
catalan: 23 changes by J0anJosep
portuguese (brazilian): 1 change by pasantoro
1 year ago
translators f8303b0397 Update: Translations from eints
english (au): 1 change by krysclarke
russian: 1 change by Ln-Wolf
danish: 1 change by bscargo
dutch: 1 change by Afoklala
french: 1 change by ottdfevr
portuguese: 1 change by azulcosta
polish: 68 changes by pAter-exe
1 year ago
Rubidium bec36c1f98 Cleanup ba67f39: CodeQL's dependency was forgotten to be removed 1 year ago
Peter Nelson 398c7e5f9d Codechange: Use new function to get a bitmask of empty cargo types. 1 year ago
Peter Nelson 69ee38bd43 Codechange: Use GetAcceptanceMask() instead of duplicating it. 1 year ago
PeterN 6d675c8acf
Fix: #11329: Don't assert vehicle list length is non-zero when only asked to set string parameter. (#11330)
Since #11321, the vehicle list is not yet initialized when SetStringParameters is called, so a test that the vehicle list size is zero is triggered. However, doing this check in the SetStringParameters function is a bit out of its remit, so just remove it.
1 year ago
PeterN cef6a5f79c
Fix #11326: Update autoreplace scrollbar count after clearing engine list. (#11327) 1 year ago
Joan Josep 6b7537646d
Fix: Allow NewGRF inspection of road tiles. (#11323) 1 year ago
Peter Nelson 122bfa2afd Codechange: Use less locals for station free names bitmask. 1 year ago
Peter Nelson aeaa552385 Codechange: Use std::bitset instead of bool array.
This avoids use of C-style pointers and memset.
1 year ago
Peter Nelson 2eacf36d0a Codechange: List fallback station names by ID instead of magic number.
This improves readability and intention of the station name generator.
1 year ago
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