Commit Graph

56151 Commits (d931382fb2a0d2d452626eda29565851673f8053)
 

Author SHA1 Message Date
MasonGulu 0be27778af
Add: alternative setting for right-click close window option to exclude pinned windows (#10204) 12 months ago
translators 092a3db745 Update: Translations from eints
finnish: 3 changes by hpiirai
polish: 15 changes by pAter-exe
12 months ago
Jonathan G Rennison 73b9028bcc Merge PR #574 into jgrpp 12 months ago
Jonathan G Rennison f31a25cd59
Change: Do not allow mixing road/tram types in powered road type list (#11148)
Road/tram property 0F
12 months ago
JakMel 83575b6a3e Update: Czech translation, fixes to commit 8f887b7 12 months ago
Rubidium 461b4b8861 Cleanup: remove typedefs for non _t (u)int types and WChar 12 months ago
Rubidium eaae0bb5e7 Codechange: automatic adding of _t to (u)int types, and WChar to char32_t
for i in `find src -type f|grep -v 3rdparty/fmt|grep -v 3rdparty/catch2|grep -v 3rdparty/opengl|grep -v stdafx.h`; do sed 's/uint16& /uint16 \&/g;s/int8\([ >*),;[]\)/int8_t\1/g;s/int16\([ >*),;[]\)/int16_t\1/g;s/int32\([ >*),;[]\)/int32_t\1/g;s/int64\([ >*),;[]\)/int64_t\1/g;s/ uint32(/ uint32_t(/g;s/_uint8_t/_uint8/;s/Uint8_t/Uint8/;s/ft_int64_t/ft_int64/g;s/uint64$/uint64_t/;s/WChar/char32_t/g;s/char32_t char32_t/char32_t WChar/' -i $i; done
12 months ago
Patric Stout 4f4810dc28 Fix: store autosave settings under the new names 12 months ago
Patric Stout 790c1b1b02 Codechange: refactor setting conversions and make sure it only happens once
By forcing it only happens once, the first time you upgrade to
a newer client, means you are free to jump between older and newer
versions after that. As they will not resync, the newer setting
can take on any of the (newer) values, without breaking the old
client. And when going to an old client and back, it doesn't
change it back to the converted value anymore.
12 months ago
Patric Stout ece50d5a1d Codechange: use BoolSettingDesc to parse settings in conversion code 12 months ago
Andy 06b2d9b1cc
Doc: 'game_changelog.hpp' not 'gs_changelog.hpp' in GitHub PR template (#11147) 12 months ago
Jonathan G Rennison ee7d3d5b06 Handle invalid road type in road vehicle variable 4A 12 months ago
Jonathan G Rennison 7c08376861 Do not allow mixing road/tram types in powered road type list (property 0F) 12 months ago
Jonathan G Rennison 8af0dc223c Debug: Improve display of rail/road/tram type labels
Click to show individual compatible/powered types
12 months ago
Jonathan G Rennison 8b5685eb56 Debug: Add debug command to dump GRF cargo tables 12 months ago
JakMel 8f887b7487 Update: Czech translation up to 0.54.4. 12 months ago
translators 335c7ddac7 Update: Translations from eints
swedish: 22 changes by Brickblock1
12 months ago
Jonathan G Rennison 0538ead472 Don't spread temperate trees uphill if above lower snow line in arctic 12 months ago
translators 61b0143c87 Update: Translations from eints
english (us): 21 changes by 2TallTyler
korean: 3 changes by telk5093
catalan: 27 changes by J0anJosep
turkish: 12 changes by densxd
french: 13 changes by Lishouuu
12 months ago
Jonathan G Rennison 11bf8e22d7 Add setting to show order number in vehicle view window 12 months ago
Jonathan G Rennison 3ae2ae8184 Show GRF ID in GetFileByGRFID assertion failure message 12 months ago
translators 9c262b0d92 Update: Translations from eints
english (au): 3 changes by krysclarke
russian: 3 changes by Ln-Wolf
portuguese: 3 changes by azulcosta
12 months ago
Jonathan G Rennison 864d2352c2 Fix: Integer overflow in LinkGraphOverlay::ShowTooltip for long links
In particular when fully zoomed in
This could result in tooltips not being shown at all, or being shown
when not appropriate
12 months ago
Jonathan G Rennison 5ce863d165 Show distance information in linkgraph tooltip when ctrl pressed 12 months ago
translators 756c469b8f Update: Translations from eints
english (au): 20 changes by krysclarke
swedish: 2 changes by SkogisREAL
japanese: 2 changes by fmang
welsh: 1 change by Ansbaradigeidfran
english (us): 2 changes by 2TallTyler
galician: 2 changes by pvillaverde
vietnamese: 2 changes by KhoiCanDev
korean: 8 changes by telk5093
hungarian: 1 change by PstasDev
indonesian: 1 change by ecolortest
italian: 2 changes by Rivarossi
german: 2 changes by Wuzzy2
russian: 9 changes by Ln-Wolf
finnish: 2 changes by hpiirai
catalan: 2 changes by J0anJosep
turkish: 2 changes by densxd
danish: 2 changes by bscargo
dutch: 2 changes by Afoklala
french: 2 changes by ZarTek-Creole
portuguese: 28 changes by azulcosta
esperanto: 2 changes by legoscia
portuguese (brazilian): 2 changes by ericandradex
polish: 2 changes by pAter-exe
12 months ago
Jonathan G Rennison 669215cf41 Fix link graph tooltips with very long links when zoomed in 12 months ago
Jonathan G Rennison a157fa9e3d Fix duplication of capacity display in build window for multi-cargo ships 12 months ago
Rubidium bfbdaf8723 Update: force remove outdated strings as they can still trigger #11137 for other languages 12 months ago
Rubidium a184e7f793 Fix #11137: assertion failure due to interpreting string as number 12 months ago
Tyler Trahan e4be7f4a45
Change: Clean up window title and button capitalization and wording (#11134)
* Change: Use consistent window title format for industry/cargo chains

* Change: Don't capitalize dropdown entry for cargo flow legend

* Change: Use consistent window titles for AI and GS settings

* Change: Use consistent window title for company value graph

* Change: Use consistent window title for industry funding

* Change: Use consistent button title to display industry chain

* Change: Use consistent button capitalization for local authority button on town window

* Fix: Don't capitalize random words in vehicle list management dropdown

* Fix: Use title case for Frame Rate window caption

* Fix: Use title case for Detailed Performance Rating window caption
12 months ago
glx22 46b504a700 Fix: ini_key issues reported by the script 12 months ago
glx22 9cdf86a411 Add: workflow and script for checking ini_key issues in WindowDesc entries 12 months ago
Björn Wärmedal 7de37e07b6
Change: make Exclusive Transport Rights more exclusive (#11076)
Now, exclusive transport rights can only be bought if no company
currently owns them. A successful bribe will void any exclusive
transport rights that any *other* company currently has in the town.
12 months ago
merni-ns fc9afb2d32
Fix #11115: Focus the abandon game/exit game windows (#11125) 12 months ago
PeterN c3d1264a4b
Change: Don't save industry history if cargo slot isn't used. (#11133)
This avoids saving history of 16 slots per industry when in many cases (NewGRF dependent) only a couple are used.
12 months ago
Jonathan G Rennison 3ac663e619
Fix: Build road/tram stop windows did not set WindowDesc::ini_key (#11126)
Saved default window sizes were not persisted in the configuration file
12 months ago
translators 7996752fb1 Update: Translations from eints
indonesian: 71 changes by ecolortest
12 months ago
rubidium42 9f6fec01cd
Codechange: rename cargo aging days to periods, as they are not really days (#11112) 12 months ago
Patric Stout ab19882e94
Codechange: hint in all branches of ClampTo to resolve compile-time (#11130) 12 months ago
Patric Stout 97138acc8a
Codechange: make date-related variables constexpr (#11129)
This hints the compiler even more to result math-related questions
compile-time.
12 months ago
Jonathan G Rennison c7d1cc5cc5 Version: Committing version data for tag: jgrpp-0.54.4 12 months ago
Jonathan G Rennison 8499e85560 Merge PR #571 into jgrpp 12 months ago
Patric Stout 7ef6e99083
Fix: [CI] actually use the GitHub Apps token to trigger "Publish Docs" (#11128) 12 months ago
TELK 8af5502af2 Update: Korean translation up to 1b80a1a 12 months ago
TELK 7eaeb7829d Update: Korean translation up to 7ffc9c9 12 months ago
Jonathan G Rennison 1b80a1a99b Fix: Build road/tram stop windows did not set WindowDesc::ini_key
Saved default window sizes were not persisted in the configuration file
12 months ago
Jonathan G Rennison 8c430f6a12 Fix MP desync caused by incorrect FlowStat::ScaleToMonthly scaling
Fixes: 51a66b95
12 months ago
translators d3181375a4 Update: Translations from eints
danish: 2 changes by bscargo
french: 2 changes by Lishouuu
1 year ago
Jonathan G Rennison 3dd7d7318c
Merge pull request #569 from James103/patch-2
Fix some typos in jgrpp-changelog.md
1 year ago
James103 94195c20b5
Fix some typos in jgrpp-changelog.md 1 year ago