Commit Graph

47180 Commits (d1b98855de1f96149b36a013595aa53aff78c573)
 

Author SHA1 Message Date
Jonathan G Rennison 60cc1a48ac Refresh trace restrict slots window as with the train list window 6 years ago
keldorkatarn acdeaa715e Tracerestrict slots: Fix a crash bug when selling a train that's in a tracerestrict slot. Again a use of an invalid iterator. We need to check FIRST if range.first and reange.second are equal. After erasing the range those iterators are invalid.
(cherry picked from commit 7aea2ced3ced5ec4201fbad9c206451aad057718)
6 years ago
Jonathan G Rennison 1c41cff322 Add GV flags and reversing distance to DumpVehicleFlags 6 years ago
Jonathan G Rennison fb3cb9c3d2 Enable NewGRF debug window for non-GRF vehicles 6 years ago
Jonathan G Rennison df92a056df Fix #6875: Depot building cost does not include foundation build cost (#6883) 6 years ago
frosch 97d6e3c90f Fix: Variable 0x85 had no bounds checks. 6 years ago
Jonathan G Rennison a36304481e Fix visual glitches rendering multi-part order lines 6 years ago
Jonathan G Rennison 6578d94e63 Add support for timetabled wait times at waypoints 6 years ago
Jonathan G Rennison 5732e4f7ff Show reversing and timetable waiting in vehicle status bar 6 years ago
Jonathan G Rennison 940314a3c7 Use std::string for CommandContainer text instead of giant static buffer
Use move semantics for CommandContainer instance where feasible
6 years ago
Jonathan G Rennison 957cff34dc Add command parameter validation to plan commands 6 years ago
Jonathan G Rennison 8709fdade3 Set CMD_NO_TEST flag for plan commands 6 years ago
Jonathan G Rennison e55a327c09 Enable locking timetable travel times 6 years ago
Jonathan G Rennison 5344ec1931 Add a "leave early" order timetable flag
Re-arrange timetable GUI slightly.
Add an "extra" drop-down item.
6 years ago
Jonathan G Rennison a5603b539f Fix order extra data/flags copying conditions in Order::AssignOrder
Data/flags were not copied to vehicle current_orders if cargo-type
load/unload was not being used.
6 years ago
Jonathan G Rennison d839526365 Fix bf8d7df: Script/AI construction of rail track and waypoints (#6881) 6 years ago
Jonathan G Rennison 292025394c Version: Committing version data for tag: jgrpp-0.26.2 6 years ago
Jonathan G Rennison 28c5453926 Merge branch 'master' into jgrpp 6 years ago
translators 50d930298d Update: Translations from eints
croatian: 1 change by VoyagerOne
6 years ago
Jonathan G Rennison bdf155e60c Fix: Depot building cost does not include foundation build cost (#6875) 6 years ago
translators a53e4d8fe5 Update: Translations from eints
dutch: 137 changes by mrLeopold
6 years ago
Jonathan G Rennison b653c55d34 Documentation: Spelling/minor adjustments to NewGRF additions 6 years ago
Jonathan G Rennison 15d818facc Documentation: Add docs on NewGRF spec additions 6 years ago
Jonathan G Rennison f06c2e0475 Add NewGRF feature for varact2 station var 42 6 years ago
translators 27c4f5517f Update: Translations from eints
dutch: 115 changes by mrLeopold
6 years ago
Jonathan G Rennison 4566699939 Fix script/AI construction of rail track and waypoints
Broken by increase to 64 rail types (bf8d7df736)
6 years ago
Jonathan G Rennison cb7eea8896 Add NewGRF features for more bridge types and Action 0 bridges prop 0x14 6 years ago
cirdan c6d4a6b5e4 Rework end loop in GrowTownWithBridge
Rework the end loop in GrowTownWithBridge to keep track of bridge
types already tried. This also fixes a bug that prevented the last
bridge type from being tried at all.

(cherry picked from commit 2b1d2c5887f8c3e27a8229ef87d670395aab2011)
6 years ago
cirdan f41a125d8e Raise the maximum number of bridge types to 16
Raise the maximum number of possible bridge types to 16. The new
bridge types have default properties that make them unavailable at
any year and bridge length, so they cannot be used unless a NewGRF
overrides them.

(cherry picked from commit da399d7bf278ba32fb9f14af65cfcefe5d276e71)
6 years ago
cirdan 1aa13c9ea3 Allow NewGRFs to set the selection sprite for a bridge
Allow NewGRFs to define the sprite to use for a bridge in the bridge
selection window through Action0 property 14.

(cherry picked from commit 8434809a5b57477908e8d5f663e950546c7c8408)
6 years ago
translators 004f54f4c8 Update: Translations from eints
hebrew: 23 changes by dnd_man
french: 45 changes by glx
6 years ago
Jonathan G Rennison 848a92e0d9 Fix signal state propagation from the back side of tunnel/bridge tiles 6 years ago
Jonathan G Rennison 59c396cc3b Fix wrong line height in click to select order in timetable GUI 6 years ago
Peter Nelson af043df5a3 Fix: Some pixels in ship autoreplace icon (sprite 106) were transparent. 6 years ago
Jonathan G Rennison 9774606c22 Version: Committing version data for tag: jgrpp-0.26.1 6 years ago
Jonathan G Rennison b582ef8078 Add NewGRF feature: action0_station_prop1B 6 years ago
Jonathan G Rennison 2735e7748c Merge branch 'newgrf-feature-detection' into jgrpp 6 years ago
Jonathan G Rennison 9038ac5c00 Merge branch 'master' into jgrpp
# Conflicts:
#	docs/landscape_grid.html
6 years ago
Jonathan G Rennison 9f2515d793 Add general NewGRF feature detection scheme to Action 14 6 years ago
Patric Stout 5df3a65074 Add: notify IRC about pull-requests and issues 6 years ago
Jonathan G Rennison 64c71f5136 Add recalculated total to AssertCountConsistency assertion message 6 years ago
Jonathan G Rennison f13b686d0c Merge branch 'custom_bridgeheads' into jgrpp
# Conflicts:
#	src/settings_gui.cpp
#	src/train_cmd.cpp
6 years ago
Jonathan G Rennison 1b9775479d Fix incorrect vehicle alignment when entering bridge from W,N directions 6 years ago
Jonathan G Rennison a87720ca06 Fix train bounding box/delta not being updated when entering bridge from 45° angle 6 years ago
Patric Stout 74eb77f0a8 Add: notify IRC about pushes to this repository 6 years ago
translators b34a1f372f Update: Translations from eints
italian: 1 change by lorenzodv
6 years ago
Jonathan G Rennison a87e77015c Fix being able to add signals to bridge with junction custom bridge head at far end 6 years ago
J0an Josep 67f6bcdc9b Fix #6805: Update CmdBuilRailWaypoint bits. 6 years ago
J0an Josep a53f13cff6 Fix #6805: Clear some m8 bits when making some tiles. 6 years ago
J0an Josep 8c0a6bbc4f Fix: (Doc) Use free bits and -inherit- more consistently in landscape grid. 6 years ago