Commit Graph

36794 Commits (755fa8196f6a25cddd5d2f1abc7a4c3ee914025b)

Author SHA1 Message Date
Jonathan G Rennison 755fa8196f Use PRI macros where available for 64 bit printf format codes 4 years ago
Jonathan G Rennison 579d67c89e Programmable pre-signals: Fix MP desync with programming new signals
If signal was never evaluated on the server, inserting instructions
would fail on the server, such that the signal programs differed
between client and server.
4 years ago
Jonathan G Rennison ab4026c28d Fix assertion failure when redrawing window/widget wholly off-screen 4 years ago
Jonathan G Rennison 83a128e8a9 Fix stack overflow due to excessive recursion in LinkRefresher
Clamp recursion limit to maximum of 64

See: #198
4 years ago
TELK 058b16ffd6 Update: Korean translation for v0.38.1 4 years ago
Jonathan G Rennison de5fb361ad Fix crash when saving order backups 4 years ago
Jonathan G Rennison 63d3f33fd2 Add display setting for income/cost text effects 4 years ago
Jonathan G Rennison e51c585f45 GRF: Fix rail/road type reservation phase with extended properties 4 years ago
Jonathan G Rennison c0c0c9c340 Fix updating selected order when changing order list 4 years ago
Jonathan G Rennison 327c088f29 Show road/rail type labels in debug window 4 years ago
Jonathan G Rennison 75eeac8ff9 Fix crash when skipping suppressed unreached implicit orders on load 4 years ago
Jonathan G Rennison e1aca1ab34 Extend Order::flags to 16 bits, fixes conditional order target field size
Adjust order packing and CmdInsertOrder

See: #198
4 years ago
Jonathan G Rennison b9f7db9c7e Jump counter is no longer a separate field 4 years ago
Jonathan G Rennison 6e17f9bf5d Use p3 for order indices which don't fit into p1
Fix insert/modify order overflowing p1
Don't use text field for change timetable
4 years ago
Jonathan G Rennison bbbda0739b Add third DoCommand parameter p3 4 years ago
Jonathan G Rennison 5c43de8ef8 Add padded printf 64 hex defines 4 years ago
Jonathan G Rennison 159c709f04 Fix missing parentheses in ScriptRoadTypeList constructor 4 years ago
Jonathan G Rennison 0949a4e0a4 Command log: Do not set text flag for binary data 4 years ago
Jonathan G Rennison 1716083a30 Use saveload object filtering for order chunks 4 years ago
Jonathan G Rennison cc54886ad1 Fix grammar of random road reconstruction setting help text 4 years ago
Jonathan G Rennison b13abd327a Debug: Add road/tram type flag ctl console command 4 years ago
Jonathan G Rennison 946442ab6b GRF: Add extra road/tram type flag: towns cannot modify tiles 4 years ago
Jonathan G Rennison 75a964acb0 GRF: Add extra road/tram type flag: not available to AI/GS 4 years ago
Jonathan G Rennison 6c9988f28b Debug: Add road/tram type support to NewGRF debug window 4 years ago
Jonathan G Rennison 0d61ae9567 Debug: Add compatible railtype info to railtype debug window 4 years ago
Jonathan G Rennison 92ca965ef7 Fix PBS rail type handling with incorrect GRF rail type compatibility 4 years ago
Jonathan G Rennison 0fc0baddff Add bridge info to landinfo window debug print 4 years ago
Jonathan G Rennison 14adcbac80 Add NewGRF bridge property to prevent town or AI/GS building bridge type 4 years ago
Jonathan G Rennison 0c0c6c7531 Fix bd2649c1: Use after free in group GUI when removing vehicle 4 years ago
Jonathan G Rennison d85a529f87 Merge branch 'master' into jgrpp 4 years ago
Jonathan G Rennison 5edb080deb Fix PBS detection outwards from PBS tunnel/bridge exit 4 years ago
Jonathan G Rennison 5e7b469d16 Fix reversing train inside signalled bridge/tunnel not unreserving exit 4 years ago
Jonathan G Rennison ddaffef632 Add viewport map mode: routes 4 years ago
Jonathan G Rennison d7387f3995 Fix changing smallmap legend not updating viewport maps 4 years ago
Jonathan G Rennison bb862100af Fix operator typo in 6dd7b286 in oldloader_sl.cpp 4 years ago
translators 313141d2f1 Update: Translations from eints
slovak: 33 changes by FuryPapaya
4 years ago
Jonathan G Rennison 01f0abc08a Fix crash in HandleBootstrap
See: #197
4 years ago
Jonathan G Rennison 6dd7b2869c Increase per-vehicle order limit to 64k
See: #110
4 years ago
translators 86ec74347d Update: Translations from eints
german: 4 changes by matthiasradde
slovak: 23 changes by FuryPapaya
4 years ago
Jonathan G Rennison 781fd14205 Add sort by vehicle count to vehicle purchase window 4 years ago
Jonathan G Rennison ca726d79f5 Add company setting for whether to add vehicle to group on copy-clone 4 years ago
translators dcdcf6d57c Update: Translations from eints
slovak: 57 changes by FuryPapaya
tamil: 1 change by Ramesh78dev
4 years ago
translators b607f54462 Update: Translations from eints
slovak: 35 changes by FuryPapaya
tamil: 1 change by Ramesh78dev
4 years ago
FuryPapaya f1ab41e337
Fix: Slovak ownname was using the wrong form (#8326)
Noun vs Adjective
4 years ago
Jonathan G Rennison cce6d731a1 TBTR: Delete orphaned virtual trains on client disconnection 4 years ago
Jonathan G Rennison 348178e9eb TBTR: Fix crash which could occur with multiple virtual vehicle deletes in flight 4 years ago
translators 50417ab0c5 Update: Translations from eints
slovak: 131 changes by FuryPapaya
4 years ago
Jonathan G Rennison 8cec0181b2 TBTR: Fix appending to template not refreshing window in MP 4 years ago
Jonathan G Rennison 198e948720 TBTR: Add nullptr assert to fix warning in TemplateVehicleFromVirtualTrain 4 years ago
Jonathan G Rennison 34a6445e77 TBTR: Use virtual train head in CmdReplaceTemplateVehicle
Check that train is virtual
4 years ago