Commit Graph

51325 Commits (71dfd2900a136ee880d3bd34b9820896ca74f132)
 

Author SHA1 Message Date
Jonathan G Rennison 71dfd2900a Add depot order flag for specific depot
Use upper half of order flags for extra depot flags

See: #302
3 years ago
Jonathan G Rennison fd0cb63963 Fix send vehicle to specific depot allowing incompatible rail types 3 years ago
Jonathan G Rennison 382955396f Fix send vehicle to specific depot allowing incompatible road/tram types
See: #302
3 years ago
Jonathan G Rennison 6a009686c9 Fix #299: Add estimated max speed (full) to template windows 3 years ago
Jonathan G Rennison 502af119e5 Rename and move train max speed estimation functions 3 years ago
Jonathan G Rennison d01cfa8c08 Update template vehicle properties when freight multiplier or accel model changed 3 years ago
Jonathan G Rennison 8c9dd75b5b Fix #301: Network server local company change on load did not update network state 3 years ago
Jonathan G Rennison 2fc35aed2f Fix #300: Toggling auto separation does not redraw sched dispatch enable button 3 years ago
Jonathan G Rennison 4174fe727c Add NewGRF feature: Extra station name strings
These are used when all the default names have been used up,
instead of "Town Station #NNN".
3 years ago
Jonathan G Rennison d23720cc60 Fix server crash when client joined during threaded (auto)save 3 years ago
Jonathan G Rennison 2b4741b97d Fix station ratings tooltip in right click mode
See: #298
3 years ago
Jonathan G Rennison f9f83df92d Change dedicated debug level to net=3 3 years ago
Jonathan G Rennison cb421294bb Network: Log sent packets at net=5 3 years ago
Jonathan G Rennison b29a661787 Version: Committing version data for tag: jgrpp-0.42.2 3 years ago
Jonathan G Rennison 0d80b4450d Fix engine selection from click in new train purchase window
See: #287, #296, #297
3 years ago
Jonathan G Rennison f9bb004b05 Temporarily mark dual pane train purchase window as experimental
See: #287, #296, #297
3 years ago
Jonathan G Rennison 4de802762d Version: Committing version data for tag: jgrpp-0.42.1 3 years ago
Jonathan G Rennison 44e9a746b7 Fix sorting by TE being always disabled in new train purchase window 3 years ago
Jonathan G Rennison d027b70575 Fix 5230ff5e: wagon/logo sort and filter saved state mixup 3 years ago
Jonathan G Rennison 727e7543dc Show unowned roads in viewport map owner mode 3 years ago
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