Commit Graph

56151 Commits (d931382fb2a0d2d452626eda29565851673f8053)
 

Author SHA1 Message Date
Jonathan G Rennison 5c67c31941 Version: Committing version data for tag: jgrpp-0.54.3 1 year ago
Jonathan G Rennison f6e8ea059d Create fio wrapper for rename file 1 year ago
Jonathan G Rennison f190b9815a Remove translation section from readme as it is heavily out of date 1 year ago
Jonathan G Rennison 29ab21967a Don't mark timetable window dirty after closing it 1 year ago
PeterN 277e80abb5 Fix: GRF Parameters not displayed due to scope issue. (#10911)
Move params so it is still in scope when the text is actually drawn.

(cherry picked from commit a5a3a07005)
1 year ago
Jonathan G Rennison c6a6e7c60b Update low lavel changes document 1 year ago
Jonathan G Rennison c6c69fa3da Add setting for long-term autosaves
A second set of autosaves for whenever the main set wraps around to 0
1 year ago
Jonathan G Rennison 688dcc1d74 Add Windows wrapper for rename function 1 year ago
translators a54c28f2c3 Update: Translations from eints
polish: 3 changes by pAter-exe
1 year ago
Jonathan G Rennison 126b31a744 Improve colouring of restricted signal posts with original TTD graphics 1 year ago
Loïc Guilloux 119ac66c5c
Fix: [Bootstrap] don't crash when failing to connect to content server (#11122) 1 year ago
Patric Stout dadcade81c
Fix: [CI] preview for one PR could cancel the preview of another (#11121) 1 year ago
Patric Stout 323dd619bb
Change: [CI] rework preview flow and use Cloudflare Pages to publish (#11116) 1 year ago
Jonathan G Rennison 0d6940e4ca Disable survey unless survey key is defined 1 year ago
Patric Stout 153323a4c0
Fix: [Emscripten] actually link against nlohmann_json (#11120)
We fake a plain (non-scoped) library, but we don't actually set
the library to anything valid. In result, it is never actually
linked.
1 year ago
Loïc Guilloux c236ff356d
Codechange: [Emscripten] enable WASM_BIGINT (#11118) 1 year ago
translators bd91d249ea Update: Translations from eints
dutch: 3 changes by Afoklala
1 year ago
Rubidium da21772f2d Fix #11108, e2f583a: missing argument for SCC_CARGO_SHORT formatting
(cherry picked from commit 968de827d6)
1 year ago
Jonathan G Rennison 7ffc9c9339 Merge PR #568 into jgrpp 1 year ago
translators b2ccc19f2d Update: Translations from eints
vietnamese: 2 changes by KhoiCanDev
1 year ago
Rubidium 18a31cca7c Codechange: do not make a string valid in place, to then copy it 1 year ago
Rubidium b958a343fe Codechange: the templated StrMakeValidInPlace is not in place 1 year ago
Rubidium 968de827d6 Fix #11108, e2f583a: missing argument for SCC_CARGO_SHORT formatting 1 year ago
RoqueDeicide c57bfa479a [Feature] Added waypoint viewport tooltips. 1 year ago
RoqueDeicide e612bbeae1 [Fix] Don't show station viewport tooltip when hovering over anything other then a normal station (such as a waypoint). 1 year ago
Loïc Guilloux 5f2246eabf
Fix 021c45c: [CMake] detection and use of nlohmann-json for emscripten (#11113) 1 year ago
Jonathan G Rennison 77e1a3b163 Fix using default graphics for all signals when using original TTD baseset 1 year ago
Jonathan G Rennison ca631b79c2 Fix crash which could occur when reloading NewGRFs on main menu 1 year ago
translators 9f28da4e33 Update: Translations from eints
tamil: 3 changes by merni-ns
1 year ago
Jonathan G Rennison a0666e31ed
Merge pull request #567 from James103/patch-2
Fix a minor typo in the README.md
1 year ago
Jonathan G Rennison 0f63f9d637 Change length type of BytesToHexString 1 year ago
James103 7f123aaa22
Fix a minor typo in the README.md 1 year ago
Jonathan G Rennison f3adb13e34 Re-arrange translation files 1 year ago
Jonathan G Rennison b487cb6605 Merge PR #564 into jgrpp 1 year ago
Jonathan G Rennison 3e03cebad1 Simplify industry_tooltip_show_stockpiled setting
See: #564
1 year ago
Jonathan G Rennison 5d7721a2d4 Fix handling of free wagons in depot tooltip
See: #564
1 year ago
Jonathan G Rennison 359ba9de68 String handling adjustments for PR #564 1 year ago
Patric Stout 83b6512032
Fix d5a72193: [CI] downloading single artifact doesn't add folder to it (#11107) 1 year ago
translators 48f25427bc Update: Translations from eints
english (us): 15 changes by 2TallTyler
korean: 2 changes by telk5093
german: 41 changes by Wuzzy2
portuguese (brazilian): 2 changes by pasantoro
1 year ago
Patric Stout 27f305696c Fix: disable hardware acceleration when GPU driver crashed the game last attempt (#10928)
(cherry picked from commit 0e56a73fb8)
1 year ago
Jonathan G Rennison 0cb7e253e9 Change fmt include in debug_fmt.h 1 year ago
Jonathan G Rennison ee5272dc4e Crashlog: Fix font logging 1 year ago
Patric Stout bc83974b38
Fix: [Emscripten] switch to URL for content-service that supports WebSocket (#11106)
In the old days, content.openttd.org and bananas-server.openttd.org
ended up on the same route. But with a recent migration, they do not.
content.openttd.org only serves the custom TCP protocol, and
bananas-server.openttd.org only serves the HTTP(S).

Websockets use HTTPS, and as such, should be routed via the latter.
1 year ago
Koen Bussemaker 381fa36450 Change: Autorail / autoroad tools can start dragging from invalid tiles 1 year ago
RoqueDeicide 84e5aba1d7 [Change] Reworked stockpile settings into 1 dropdown. 1 year ago
RoqueDeicide cadb2f3afc [Change] Added ability for detailed depot viewport tooltips to show single lines, if possible. Made some suggested adjustments. 1 year ago
RoqueDeicide f01112f3fe
Merge branch 'JGRennison:jgrpp' into jgrpp 1 year ago
Rubidium 978c83e13d Fix: false positive warning in fmt library (backport ef55d4f of upstream fmt)
(cherry picked from commit 10e12154f5)
1 year ago
Niels Martin Hansen f55027a8f4 Fix: Layouter not taking stripped formatting codes into account when mapping visual coordinates to/from original string
(cherry picked from commit 103d88ee33)
1 year ago
Niels Martin Hansen 1793a5881d Fix: Layouter::GetCharAtPosition counting wrong
Bug introduced in commit 60399e

(cherry picked from commit ed3f14686d)
1 year ago