frosch
a23f707f92
(svn r27733) -Codechange: Pass NPF user data as void* instead of as array of integers.
2017-01-15 13:59:46 +00:00
Jonathan G Rennison
1ff60c44bf
Increase max vehicle-type unit setting limits.
2017-01-15 01:32:13 +00:00
Jonathan G Rennison
42a4bd63e0
Adjust setting texts for pay for repair, and move within settings GUI.
2017-01-15 01:06:26 +00:00
Jonathan G Rennison
c6b1decafd
Do not pay for repair cost when vehicle is being auto-replaced.
2017-01-15 01:00:37 +00:00
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.
2017-01-14 18:30:26 +00:00
frosch
7b553d255e
(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.
2017-01-14 18:30:26 +00:00
frosch
c72f21e410
(svn r27731) -Fix (r27730): Missed some sprites which also belong into orig_extra.grf
2017-01-14 18:00:02 +00:00
frosch
08b4255b67
(svn r27731) -Fix (r27730): Missed some sprites which also belong into orig_extra.grf
2017-01-14 18:00:02 +00:00
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.
2017-01-14 15:48:19 +00:00
frosch
1aedadb49b
(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.
2017-01-14 15:48:19 +00:00
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.
2017-01-14 13:12:49 +00:00
frosch
ec9a920aab
(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.
2017-01-14 13:12:49 +00:00
Jonathan G Rennison
c600ffe6d5
Fix go to nearest depot and halt orders, not halting.
2017-01-11 23:49:23 +00:00
translators
9f858cefd1
(svn r27728) -Update from Eints:
...
latin: 1 change by Supercheese
2017-01-08 18:45:37 +00:00
translators
6696e5c4e1
(svn r27728) -Update from Eints:
...
latin: 1 change by Supercheese
2017-01-08 18:45:37 +00:00
michi_cc
3e7bdb0c73
(svn r27727) -Fix(-or-not) [FS#6295]: [OSX] Out-of-the-box compilation on newer OSX versions (dunn).
2017-01-08 17:00:18 +00:00
michi_cc
8ad28478a3
(svn r27727) -Fix(-or-not) [FS#6295]: [OSX] Out-of-the-box compilation on newer OSX versions (dunn).
2017-01-08 17:00:18 +00:00
frosch
b276dd7c63
(svn r27726) -Fix: Improve error message when trying to build rail track over a depot. (adf88)
2017-01-08 11:45:08 +00:00
frosch
1446d916f0
(svn r27726) -Fix: Improve error message when trying to build rail track over a depot. (adf88)
2017-01-08 11:45:08 +00:00
frosch
a76847f362
(svn r27725) -Codechange: Remove IsOpenTTDBaseGRF and test for GCF_CONFIG instead, which does the same in all use-cases.
2017-01-07 21:36:25 +00:00
frosch
a3b356e057
(svn r27725) -Codechange: Remove IsOpenTTDBaseGRF and test for GCF_CONFIG instead, which does the same in all use-cases.
2017-01-07 21:36:25 +00:00
frosch
dc024f0e3a
(svn r27724) -Cleanup: Remove pointless usage of IsOpenTTDBaseGRF. System GRFs are never listed in the NewGRF GUI.
2017-01-07 21:28:03 +00:00
frosch
4df712589c
(svn r27724) -Cleanup: Remove pointless usage of IsOpenTTDBaseGRF. System GRFs are never listed in the NewGRF GUI.
2017-01-07 21:28:03 +00:00
frosch
373a6d3497
(svn r27723) -Codechange: Simplify tests by using GCF_SYSTEM.
2017-01-07 21:22:26 +00:00
frosch
b363a639aa
(svn r27723) -Codechange: Simplify tests by using GCF_SYSTEM.
2017-01-07 21:22:26 +00:00
frosch
ca329cd275
(svn r27722) -Fix (r7490): GCF_SYSTEM was never set correctly.
2017-01-07 21:20:02 +00:00
frosch
5267b60027
(svn r27722) -Fix (r7490): GCF_SYSTEM was never set correctly.
2017-01-07 21:20:02 +00:00
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.
2017-01-07 21:18:17 +00:00
frosch
b6b02108f7
(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.
2017-01-07 21:18:17 +00:00
translators
43ee8e8d38
(svn r27720) -Update from Eints:
...
turkish: 25 changes by barisdemirdelen
2017-01-07 18:45:37 +00:00
translators
b2b5079fc7
(svn r27720) -Update from Eints:
...
turkish: 25 changes by barisdemirdelen
2017-01-07 18:45:37 +00:00
Jonathan G Rennison
6e829c39e4
Version: Committing version data for tag: jgrpp-0.16.1
2017-01-05 23:08:38 +00:00
Jonathan G Rennison
d361120fa0
Merge branch 'master' into jgrpp
2017-01-05 22:42:51 +00:00
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.
2017-01-02 20:21:58 +00:00
Jonathan G Rennison
a71a6ecec2
Fix Pop() method of SmallStack/StationIDStack.
...
Fixes 8deac54c
2017-01-02 19:28:22 +00:00
Jonathan G Rennison
51d4a6b14d
Merge branch 'improved_breakdowns' into jgrpp
2017-01-02 19:28:11 +00:00
Jonathan G Rennison
5ba666883b
Fix double/inconsistent updating of variables when servicing vehicle.
2017-01-02 19:27:39 +00:00
Jonathan G Rennison
dcbde21f18
Merge branch 'save_ext' into improved_breakdowns
...
# Conflicts:
# src/train_cmd.cpp
2017-01-02 18:13:45 +00:00
translators
12d17ed62b
(svn r27719) -Update from Eints:
...
polish: 25 changes by nouwak
2016-12-31 18:45:36 +00:00
translators
4823b0bca1
(svn r27719) -Update from Eints:
...
polish: 25 changes by nouwak
2016-12-31 18:45:36 +00:00
translators
a8496153d6
(svn r27718) -Update from Eints:
...
spanish (mexican): 25 changes by Absay
2016-12-30 18:45:38 +00:00
translators
1824df90bf
(svn r27718) -Update from Eints:
...
spanish (mexican): 25 changes by Absay
2016-12-30 18:45:38 +00:00
translators
151956d471
(svn r27717) -Update from Eints:
...
spanish: 2 changes by SilverSurferZzZ
2016-12-29 18:45:38 +00:00
translators
de23dd0a1e
(svn r27717) -Update from Eints:
...
spanish: 2 changes by SilverSurferZzZ
2016-12-29 18:45:38 +00:00
Jonathan G Rennison
5e30d389af
Merge branch 'signal_tunnels_bridges' into jgrpp
2016-12-28 15:07:11 +00:00
Jonathan G Rennison
08062096ab
Make back of bridge/tunnel PBS exit a line-end safe waiting point.
2016-12-28 15:07:03 +00:00
Jonathan G Rennison
074555e41d
Merge branch 'save_ext' into signal_tunnels_bridges
2016-12-28 15:06:08 +00:00
translators
9bbc6e7ab5
(svn r27716) -Update from Eints:
...
catalan: 1 change by juanjo
2016-12-27 18:45:39 +00:00
translators
46bfc8c295
(svn r27716) -Update from Eints:
...
catalan: 1 change by juanjo
2016-12-27 18:45:39 +00:00
translators
db6e65f4f3
(svn r27715) -Update from Eints:
...
spanish: 2 changes by SilverSurferZzZ
2016-12-26 18:45:38 +00:00