Commit Graph

49842 Commits (39df1c49a15055a918fda8e43fe26205944626a9)
 

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
Jonathan G Rennison abade81e63
Merge pull request #199 from telk5093/jgrpp
Update: Korean translation for v0.38.1
4 years ago
TELK 058b16ffd6 Update: Korean translation for v0.38.1 4 years ago
Jonathan G Rennison 267a2763fe Version: Committing version data for tag: jgrpp-0.38.1 4 years ago
Jonathan G Rennison de5fb361ad Fix crash when saving order backups 4 years ago
Jonathan G Rennison fcb2f7087f CMake: Fix inconsistent use of modified suffix in FindVersion 4 years ago
Jonathan G Rennison 381313aa8a CMake: Use fixed commit hash abbreviation length in FindVersion 4 years ago
Jonathan G Rennison 63d3f33fd2 Add display setting for income/cost text effects 4 years ago
Jonathan G Rennison 98f889f0ab Documentation: Add NML documentation for non-standard NewGRF features 4 years ago
Jonathan G Rennison e51c585f45 GRF: Fix rail/road type reservation phase with extended properties 4 years ago
translators eb01f2e08d Update: Translations from eints
romanian: 10 changes by ALEX11BR
tamil: 26 changes by Aswn
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
translators d9e7e8cec0 Update: Translations from eints
german: 17 changes by Luensche
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 a76e51c3dd Version: Committing version data for tag: jgrpp-0.38.0 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
translators b3362c526a Update: Translations from eints
german: 5 changes by Luensche
4 years ago
Jonathan G Rennison 6c9988f28b Debug: Add road/tram type support to NewGRF debug window 4 years ago
Jelle van der Waa b6615b2cd4 Fix: make reproducible by not embedding timestamps
By default gzip embeds a timestamps which makes building it twice
not reproducible, passing -n skips this embedding behaviour.

Motivation: https://reproducible-builds.org
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
translators 5043f6feff Update: Translations from eints
slovak: 16 changes by FuryPapaya
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
translators b99fec1e4d Update: Translations from eints
slovak: 29 changes by FuryPapaya
polish: 7 changes by yazalo
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