Commit Graph

24172 Commits (8ab6522e7cbbb690f9f2aabd403f6b4ee1da9a63)
 

Author SHA1 Message Date
Jonathan G Rennison 11e4bcee40 Slightly decrease proximity required for trains to crash.
This is to fix trains of different companies being able to crash when
two stations or line-ends are directly against each other.
8 years ago
Jonathan G Rennison f499de6673 TBTR: Fix incorrect cost estimates in GUI for templates. 8 years ago
Jonathan G Rennison 6ec8722258 Minor fixes and refactoring of timetable automation set/clear command. 8 years ago
Jonathan G Rennison 1276f5345d Implement a natural sort function to use if ICU is not usable. 8 years ago
Jonathan G Rennison ea9b28ef8c Merge branch 'cargo_type_order' into jgrpp
# Conflicts:
#	src/order_gui.cpp
8 years ago
Jonathan G Rennison c60bc7be1a Fix refresh/validity issues for cargo type orders GUI.
Handle case where the order disappears/moves, fixes crash if
order list is now too short.
Refresh drop-down when running as a multiplayer client, or
when another player updates the cargo options.
8 years ago
frosch 6c573dc3b5 (svn r27739) -Cleanup/Revert (r12162): Clearing MP_HOUSE with DC_EXEC always fails, so there is no effect in testing for houses first. (adf88) 8 years ago
Jonathan G Rennison da058213e6 Merge branch 'group_collapse' into jgrpp 8 years ago
Jonathan G Rennison a0fe6c3c3f Fix collapse all disable state and functionality when partially collapsed.
Fix being able to collapse empty groups with double-click.
8 years ago
Jonathan G Rennison 24b3424ca3 Merge branch 'template_train_replacement' into jgrpp
# Conflicts:
#	src/economy.cpp
#	src/network/network_command.cpp
#	src/saveload/extended_ver_sl.cpp
8 years ago
Jonathan G Rennison d4157b3662 TBTR: Handle leftover template vehicles without owners in old saves. 8 years ago
Jonathan G Rennison 285ba41699 TBTR: Fix spelling issues in comment and a method name. 8 years ago
Jonathan G Rennison 4800e47270 TBTR: Remove partial implementation of all-group replacement. 8 years ago
Jonathan G Rennison e79541b166 TBTR: Remove/change owner of template vehicles on company buy/deletion. 8 years ago
Jonathan G Rennison d17d2f81dd TBTR: Remove lots of unused/dead code. 8 years ago
Jonathan G Rennison 1b3077bdc9 TBTR: Clean up template replacements when removing company. 8 years ago
Jonathan G Rennison b3f49672ec Change default for cargo recalc interval not scaled by day length, to true. 8 years ago
Jonathan G Rennison 71bda2a4dd Merge branch 'more_cond_orders-sx' into jgrpp 8 years ago
Jonathan G Rennison 03f3ba157b Merge branch 'more_cond_orders' into more_cond_orders-sx 8 years ago
Jonathan G Rennison 15e4174332 Fix inverted condition for cargo waiting conditional order.
Fixes incorrect port in 2d47c47a
8 years ago
translators 3245922407 (svn r27738) -Update from Eints:
croatian: 1 change by VoyagerOne
8 years ago
translators 1d6f3fda80 (svn r27737) -Update from Eints:
czech: 27 changes by djst
8 years ago
Jonathan G Rennison d25daebf2f Merge branch 'tracerestrict-sx' into jgrpp
# Conflicts:
#	src/saveload/extended_ver_sl.cpp
8 years ago
Jonathan G Rennison 82152d8605 Merge branch 'tracerestrict' into tracerestrict-sx
# Conflicts:
#	src/saveload/saveload.cpp
8 years ago
Jonathan G Rennison f5e4d8e73a Merge branch 'master' into tracerestrict
# Conflicts:
#	src/rail_gui.cpp
#	src/saveload/saveload.cpp
8 years ago
Jonathan G Rennison 90cd312428 Merge branch 'master' into jgrpp
# Conflicts:
#	src/fios.h
8 years ago
translators 2335acdc16 (svn r27736) -Update from Eints:
italian: 1 change by lorenzodv
8 years ago
translators 140bb8409a (svn r27735) -Update from Eints:
catalan: 1 change by juanjo
8 years ago
frosch 2f5cc263c7 (svn r27734) -Change: Hide the drive-in stops from the tram station picker. 8 years ago
frosch a2e53d5ab4 (svn r27733) -Codechange: Pass NPF user data as void* instead of as array of integers. 8 years ago
Jonathan G Rennison 1ff60c44bf Increase max vehicle-type unit setting limits. 8 years ago
Jonathan G Rennison 42a4bd63e0 Adjust setting texts for pay for repair, and move within settings GUI. 8 years ago
Jonathan G Rennison c6b1decafd Do not pay for repair cost when vehicle is being auto-replaced. 8 years ago
frosch 050271ed2d (svn r27732) -Change: Turn the message about 'missing baseset sprites' from a popup into a static message that only shows in non-release versions, just like the 'missing translations' message. 8 years ago
frosch c72f21e410 (svn r27731) -Fix (r27730): Missed some sprites which also belong into orig_extra.grf 8 years ago
frosch 79027cbf9d (svn r27730) -Change: Split openttd.grf into openttd.grf and orig_extra.grf
openttd.grf is now always loaded and provides all extra graphics in case the (possibly outdated) baseset does not.
  orig_extra.grf contains graphics specific to the original baseset only.
8 years ago
frosch 8bd3a8a991 (svn r27729) -Codechange: Do not count static NewGRF when checking for the maximum number of NewGRFs in a game.
-Codechange: Remove LAST_GRF_SLOT and MAX_NEWGRFS. Now NETWORK_MAX_GRF_COUNT is the only constant to specify the maximum number of non-static NewGRF.
-Codechange: Increase the number of file slots, effectively increasing the maximum number of static NewGRF and baseset GRFs.
8 years ago
Jonathan G Rennison c600ffe6d5 Fix go to nearest depot and halt orders, not halting. 8 years ago
translators 9f858cefd1 (svn r27728) -Update from Eints:
latin: 1 change by Supercheese
8 years ago
michi_cc 3e7bdb0c73 (svn r27727) -Fix(-or-not) [FS#6295]: [OSX] Out-of-the-box compilation on newer OSX versions (dunn). 8 years ago
frosch b276dd7c63 (svn r27726) -Fix: Improve error message when trying to build rail track over a depot. (adf88) 8 years ago
frosch a76847f362 (svn r27725) -Codechange: Remove IsOpenTTDBaseGRF and test for GCF_CONFIG instead, which does the same in all use-cases. 8 years ago
frosch dc024f0e3a (svn r27724) -Cleanup: Remove pointless usage of IsOpenTTDBaseGRF. System GRFs are never listed in the NewGRF GUI. 8 years ago
frosch 373a6d3497 (svn r27723) -Codechange: Simplify tests by using GCF_SYSTEM. 8 years ago
frosch ca329cd275 (svn r27722) -Fix (r7490): GCF_SYSTEM was never set correctly. 8 years ago
frosch 4955e71ee0 (svn r27721) -Fix: Testing GRFs for static-safety (when reloading the config) invalidated file slot 62, which may be in use by an active GRF. 8 years ago
translators 43ee8e8d38 (svn r27720) -Update from Eints:
turkish: 25 changes by barisdemirdelen
8 years ago
Jonathan G Rennison 6e829c39e4 Version: Committing version data for tag: jgrpp-0.16.1 8 years ago
Jonathan G Rennison d361120fa0 Merge branch 'master' into jgrpp 8 years ago
Jonathan G Rennison 7ecdebddb3 Change and simplify algorithm for vehicle repair cost.
This is due to absurdly high repair costs for old vehicles with
old algorithm, due to implicit exponential increases.
Get rid of variable in vehicle struct.
8 years ago