Commit Graph

51410 Commits (8a0821c96e853defcc9bcb27f4a34ff3e1f6f326)
 

Author SHA1 Message Date
Jonathan G Rennison 5230ff5e8d Fix crashes and wrong vehicle info in dual pane train purchase window
Reduce code duplication/redundancy
3 years ago
Jonathan G Rennison ca6741bfb4 Version: Committing version data for tag: jgrpp-0.42.0 3 years ago
Jonathan G Rennison d24f24cfcc
Merge pull request #295 from telk5093/jgrpp
Update: Korean translation
3 years ago
TELK 9dcc6f770c Update: Korean translation up to 158608442c 3 years ago
TELK 34e30766a3 Update: Korean translation up to 0f73fe765f 3 years ago
TELK 25e2e79bcc Update: Korean translation up to 0773dde669 3 years ago
TELK 757f140286 Update: Korean translation for drag_drop_group_name 3 years ago
TELK 2892bdde2e Update: Korean translation for 9d4d72cd1e 3 years ago
Jonathan G Rennison f90d7662d8 Increase verbosity of station docking mismatch check in CheckCaches 3 years ago
Jonathan G Rennison 158608442c Merge pull request #281 from VacuumBreather/train_speed_adaptation
# Conflicts:
#	src/saveload/extended_ver_sl.cpp
#	src/saveload/extended_ver_sl.h
3 years ago
Jonathan G Rennison 9edc13b889 Make sure setting set correctly on loading existing saves 3 years ago
Jonathan G Rennison fb4e10626e Make look ahead distance vaiable with speed, within a reasonable range 3 years ago
Jonathan G Rennison b23ba0c6c0 Fix founding towns not filling the nearby station cache, causing desyncs
See: https://github.com/OpenTTD/OpenTTD/issues/9407
3 years ago
Jonathan G Rennison 587039daba Use CMD_LOG_AUX for all goal/story related commands 3 years ago
Jonathan G Rennison 232cfee8b5 Fix house placing picking wrong town when placing outside town enabled 3 years ago
Jonathan G Rennison 1ef18caa9a Show town window debug button in scenario editor 3 years ago
Jonathan G Rennison 98e2cb2e3e Open routing restriction window on ctrl-click of any non-prog signal
See: #294
3 years ago
Jonathan G Rennison 0f73fe765f
Merge pull request #293 from VacuumBreather/station_cargo_history
Add station cargo history
3 years ago
Jonathan G Rennison b438380a1e Add station cargo history save/load support 3 years ago
Jonathan G Rennison 37c7cf9899 Remove number of days from hard-coded X axis label string
To support later day number changes and/or translations
3 years ago
Jonathan G Rennison 5698507d0b Change station cargo history storage format
Use uint16 to avoid truncation issues
Don't reserve memory for unused cargoes
Store history as ring buffer
Update history graph immediately on storage date
Show total waiting cargo
3 years ago
Jonathan G Rennison f901da344e Add CargoTypesBit helper method to CargoSpec 3 years ago
Jonathan G Rennison 0b4dc151d5 Rename to BuildVehicleWindowCommon to BuildVehicleWindowBase
See: #287
3 years ago
Jonathan G Rennison 0773dde669
Merge pull request #287 from VacuumBreather/advanced_train_purchase_window
Advanced train purchase window
3 years ago
Jonathan G Rennison dd5866c2c2 Fix loco and wagon button rows having different heights 3 years ago
Jonathan G Rennison 5e418128da Add setting for whether to use dual pane train purchase window 3 years ago
Jonathan G Rennison 70f7509126 Create common base class for build vehicle windows 3 years ago
Jonathan G Rennison d1114b6b79 Fix build wagon button building locomotives instead 3 years ago
Jonathan G Rennison ab5cee70ec Fix whitespace/code style issues 3 years ago
Jonathan G Rennison 42d1987713 Fix crash when building template vehicles 3 years ago
Jonathan G Rennison 1a7ebfd06c Fix duplication of sorter functions 3 years ago
Jonathan G Rennison b4856d3164 Trim trailing whitespace 3 years ago
Jonathan G Rennison dab1501b7c
Merge pull request #292 from VacuumBreather/minor_additions
Minor additions
3 years ago
Jonathan G Rennison 906ee568d6 Use a lower resort interval in veh windows when sorting by timetable delay 3 years ago
Jonathan G Rennison c9c6b4cd92 Make GUIList resort interval variable 3 years ago
Andreas Schmitt 0f07ae839d Make the sort order toggle button resort a vehicle list 3 years ago
Jonathan G Rennison b94b6268da
Merge pull request #291 from VacuumBreather/fix_warnings
Fix a few compiler warnings
3 years ago
Jonathan G Rennison 11e49ef99e Only apply signal speed restrictions from the front direction 3 years ago
Jonathan G Rennison 5fb3eb0bb9 Adjust signal speed restriction timeouts when date or day length changed 3 years ago
Jonathan G Rennison e16c29ef7d Use already found iterator for erasing from hash map 3 years ago
Jonathan G Rennison 62075c88de Apply ATC speed restriction as advisory to prevent instant braking
Remove redundant function
3 years ago
Jonathan G Rennison 93be763301 Update ticks per tile constant 3 years ago
Jonathan G Rennison c4a596b756 Fix missing file from fb0403dc 3 years ago
Jonathan G Rennison fb0403dcee Add save/load support for train speed adaptation 3 years ago
Jonathan G Rennison ee2d77ecab Move train speed adaptation structs to separate header file 3 years ago
Jonathan G Rennison 84f973880b Add signal speed restriction to vehicle debug info 3 years ago
Jonathan G Rennison 3bba9ef37a Fix setting name 3 years ago
Jonathan G Rennison 879a23811f Clear state when setting changed 3 years ago
Jonathan G Rennison e15acd3af8 Avoid train speed adaption overhead when setting not enabled 3 years ago
Jonathan G Rennison 1819a4218b Clear signal speed restriction at game shutdown 3 years ago