Commit Graph

49669 Commits (c82f31bf0313e5f9744b097dae6daa87fc69dde7)
 

Author SHA1 Message Date
Jonathan G Rennison f094518f8e Script: Add date methods for getting time in minutes 4 years ago
Jonathan G Rennison 5556ef38b0 Fix GUI limit for cargo waiting amount conditional order 4 years ago
Jonathan G Rennison c3741ca0e9 Documentation: Add docs on AI/GS additions 4 years ago
Jonathan G Rennison 57d47b9bae Add support for overtaking inside (non-custom) bridges/tunnels 4 years ago
Jonathan G Rennison 5a952d6c7f Fix overtaking counter overflow issues 4 years ago
Jonathan G Rennison 13070172ae Use cached road one way state for overtaking vehicles ahead check 4 years ago
Jonathan G Rennison 77c14c2f1e Relax constraints on tile behind overtaking vehicle 4 years ago
Jonathan G Rennison b0dbcf33c1 Adjust overtaking RV state and direction pre-conditions 4 years ago
Jonathan G Rennison ffe3c769a3 Add road tile cached one way state, one way road section detection 4 years ago
Jonathan G Rennison 2fe5d4339b Add 3 more zoning highlight colours 4 years ago
Jonathan G Rennison 38a153017f One-way road zoning mode 4 years ago
Jonathan G Rennison 750417af10 Initial support for one-way side road junctions 4 years ago
Jonathan G Rennison 569d715cfc Avoid RVs overtaking into the path of another overtaking RV 4 years ago
Jonathan G Rennison c67b8f7d0e RVs on one-way roads can continue overtaking until the normal road side is clear 4 years ago
Jonathan G Rennison d4dea94c3f Don't check road ahead when overtaking on one-way roads 4 years ago
Jonathan G Rennison 3a75f13874 Allow drive-through road stops to be one-way 4 years ago
Jonathan G Rennison 3fa92f5d8e Debug: Add RV path cache length 4 years ago
Jonathan G Rennison 67506e3781 Return error when upgrading airport to an identical configuration
See: #200
4 years ago
translators a441973d17 Update: Translations from eints
romanian: 1 change by ALEX11BR
4 years ago
translators 59ae40af53 Update: Translations from eints
vietnamese: 24 changes by KhoiCanDev
4 years ago
Jonathan G Rennison 9909f9ab54 Fix smallmap not refreshing at all when paused 4 years ago
Jonathan G Rennison 890e0c1198 Fix assertion failure when colour stack used with TC_FORCED 4 years ago
Jonathan G Rennison 66630ef8df Fix crash in group GUI vehicle/group dragging
See: https://github.com/OpenTTD/OpenTTD/issues/8332
4 years ago
Jonathan G Rennison 42e7d796aa Debug: Add vehicle position and road veh vars to vehicle debug window 4 years ago
Jonathan G Rennison 671fb7bf00 Notify road layout changed when adding/removing road one-way state 4 years ago
translators 97d7c0a8e1 Update: Translations from eints
tamil: 76 changes by Aswn
4 years ago
Jonathan G Rennison 5f4541768a Allow RV overtaking when another vehicle is on the same tile behind it 4 years ago
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