Commit Graph

54758 Commits (211c1ba61d09e6da3bd264ca66550f941bbc67a0)
 

Author SHA1 Message Date
Peter Nelson cd6c04a663 Fix: Check station ID is within bounds when copying layouts. 2 years ago
Peter Nelson 8361cf5a73 Fix: Check sprite group mapping ID is within bounds of feature. 2 years ago
Peter Nelson 96f4eb3681 Codechange: Check NewGRF feature is defined before processing any sprite group mapping.
Previously this was checked after loading ids, or repeatedly checked for
each item.
2 years ago
Peter Nelson 04215afe3f Codechange: Replace roadstop spec limit magic number with constant. 2 years ago
translators 9246789fd3 Update: Translations from eints
spanish (mexican): 2 changes by GNosii
vietnamese: 2 changes by KhoiCanDev
czech: 1 change by jachymozo
romanian: 10 changes by bnegrut
danish: 3 changes by bscargo
2 years ago
Loïc Guilloux e4c511d403
Fix #10578: Allow to select any version of AI/GS from GUI (#10604) 2 years ago
Jonathan G Rennison b776dcbd17 Departure boards: Fix terminus detection from via stops 2 years ago
Jonathan G Rennison c9c0436e58 Add company setting for remain at station if next order for same station
Set value on load for whether the save version had this enabled for trains
2 years ago
Jonathan G Rennison 1d05637d45 Add setting for rail depot maximum speed 2 years ago
Jonathan G Rennison e02585f68e Add railtype and signals variables for signal vertical clearance 2 years ago
Jonathan G Rennison 0370f2e3f1 Check that order is station type when comparing with last_station_visited 2 years ago
Jonathan G Rennison da97e0d170 Clear viewport map mode landscape caches when deleting/merging companies 2 years ago
Jonathan G Rennison 8ddb9462e6 Fix ValidateVehicleTileHash for aircraft and multi-part ships 2 years ago
Jonathan G Rennison d82a050365 Fix template replacement cache update crash in RemoveAllGroupsForCompany 2 years ago
Jonathan G Rennison e3e743ba1e Skip over dummy/invalid orders in destination prediction and auto-separation 2 years ago
Jonathan G Rennison 3d1b0af8f6 Merge branch 'master' into jgrpp
# Conflicts:
#	src/newgrf_debug_gui.cpp
#	src/object_cmd.cpp
#	src/object_gui.cpp
2 years ago
Peter Nelson 82c70ed3b8 Change: Expose ObjectSpec vector to simplify iteration. 2 years ago
Peter Nelson 1f46f080f0 Codechange: Store objectspecs in std::vector instead of flat array. 2 years ago
Peter Nelson 93197f58b7 Codechange: Bind objectspecs to classes once all finalised. 2 years ago
Peter Nelson 02961fd7af Codechange: Use std::vector for NewGRF class lists. 2 years ago
Jonathan G Rennison 62053779b5 Road stops: Add flag to read draw mode from register 0x100 2 years ago
Jonathan G Rennison 177a00ac12 Documentation: Adjust road stops NML CSS 2 years ago
Jonathan G Rennison 706d8f17a3 Road stops: Add bit for whether stop is being drawn in the build window 2 years ago
Jonathan G Rennison c9e62ca29b Only handle each conditional branch once in OrderList::GetNextStoppingStation 2 years ago
Jonathan G Rennison cfb0d366f3 Unix: Trigger crash log handler on receiving SIGQUIT 2 years ago
PeterN 73474b08fe
Fix: Clicking on editbox clear button didn't take account of padding. (#10583) 2 years ago
PeterN c1077212d7
Codechange: Use a shared_ptr for viewport overlay. (#10586) 2 years ago
Jonathan G Rennison b9a4cd57f8 TBTR: Refresh drag selection highlight when control key state changed 2 years ago
Jonathan G Rennison c018e58f1b TBTR: Add train tooltips (right click and hover) in template edit window 2 years ago
Jonathan G Rennison 899eaf4ef3 Do not clear train lookahead when entering a train depot 2 years ago
translators c905824248 Update: Translations from eints
chinese (traditional): 14 changes by inAndyPao
danish: 1 change by bscargo
2 years ago
Jonathan G Rennison 4127bc1344 Departure boards: Fix handling of missing travel times with conditional orders 2 years ago
Jonathan G Rennison 29c451d1a8 Script: Only log each string parameter warning message once 2 years ago
Jonathan G Rennison ce5c758f2b Clarify how the "town growth speed depends on transported cargo" setting works 2 years ago
Tyler Trahan e26d3de5fb
Doc: Add guide to releasing OpenTTD (#10563) 2 years ago
Tyler Trahan 3611082f8e
Codechange: [CodeQL] Disable CodeQL check on trivial switch statements (#10537) 2 years ago
Loïc Guilloux 9642e87bc8
Fix: [Script] Access to enum/consts defined outside of main.nut (#10573) 2 years ago
Tyler Trahan 0bf6f82305 Cleanup: Don't mix switches and early returns in widget selection 2 years ago
Tyler Trahan 066ae6f3fb Codechange: Simplify some CodeQL-flagged trivial switches 2 years ago
translators a15e584e40 Update: Translations from eints
japanese: 27 changes by fmang
chinese (simplified): 12 changes by XiaoJi-Game
2 years ago
Jonathan G Rennison c39f6abcb2 Version: Committing version data for tag: jgrpp-0.52.1 2 years ago
Jonathan G Rennison 1031955033 Console: check_caches should also log failure messages to the console 2 years ago
Jonathan G Rennison 04aedf4798 TBTR: Add template replacement index validation to CheckCaches 2 years ago
Jonathan G Rennison 279e9c7ec6 TBTR: Tidy up includes 2 years ago
Jonathan G Rennison 1ad77f8697 TBTR: Re-index recursive replacements on group topology changes 2 years ago
Jonathan G Rennison 9f9cc99fc1 Merge branch 'master' into jgrpp 2 years ago
translators 24e9af83aa Update: Translations from eints
japanese: 22 changes by fmang
2 years ago
Jonathan G Rennison bd837a2fcd TBTR: Mark vehicles as requiring service on template/replacement change 2 years ago
Jonathan G Rennison d30157a113 Debug: Show whether vehicle needs service in debug window 2 years ago
Jonathan G Rennison 3ce2a01d12 TBTR: Fix template ownership and replacement checks in CmdReplaceTemplateVehicle 2 years ago