4432f7799d
(svn r21877) -Codechange: move definition of HALF_TILE_SIZE to tile_type.h
smatz
2011-01-21 15:48:52 +00:00
c591c49b00
(svn r21877) -Codechange: move definition of HALF_TILE_SIZE to tile_type.h
smatz
2011-01-21 15:48:52 +00:00
6dc24cf643
(svn r21876) -Codechange: typedef SpecializedVehicleBase and GroundVehicleBase to reduce typing
smatz
2011-01-21 14:43:38 +00:00
792659936e
(svn r21876) -Codechange: typedef SpecializedVehicleBase and GroundVehicleBase to reduce typing
smatz
2011-01-21 14:43:38 +00:00
656caf16db
(svn r21875) -Codechange: indentation of some comments was wrong
smatz
2011-01-21 01:38:30 +00:00
f2006f36a1
(svn r21875) -Codechange: indentation of some comments was wrong
smatz
2011-01-21 01:38:30 +00:00
1ac51128f5
(svn r21874) -Fix: when a single-vehicle train was reversed while on a slope, its GOINGUP/DOWN weren't swapped
smatz
2011-01-21 00:11:13 +00:00
c7ebf1d450
(svn r21874) -Fix: when a single-vehicle train was reversed while on a slope, its GOINGUP/DOWN weren't swapped
smatz
2011-01-21 00:11:13 +00:00
698d840581
(svn r21872) -Doc: update some more documentation
rubidium
2011-01-20 22:09:31 +00:00
4e2552671b
(svn r21872) -Doc: update some more documentation
rubidium
2011-01-20 22:09:31 +00:00
2d6ebd3bf4
(svn r21870) -Doc: Mention 'joan' in the admin network documentation.
frosch
2011-01-20 21:28:38 +00:00
b495b432ec
(svn r21870) -Doc: Mention 'joan' in the admin network documentation.
frosch
2011-01-20 21:28:38 +00:00
fa64ae9b3a
(svn r21869) -Update from WebTranslator v3.0: japanese - 131 changes by kokubunzi slovenian - 4 changes by ntadej
translators
2011-01-20 18:45:10 +00:00
9c3c0af730
(svn r21869) -Update from WebTranslator v3.0: japanese - 131 changes by kokubunzi slovenian - 4 changes by ntadej
translators
2011-01-20 18:45:10 +00:00
289206b033
(svn r21868) -Fix (r21866 and some more): the changes to the main toolbar rail types dropdown should happen for the autoreplace dropdown as well
rubidium
2011-01-20 12:40:40 +00:00
3dad5886fa
(svn r21868) -Fix (r21866 and some more): the changes to the main toolbar rail types dropdown should happen for the autoreplace dropdown as well
rubidium
2011-01-20 12:40:40 +00:00
4682434bc9
(svn r21867) -Codechange: move creating the rail type dropdown to a more general location
rubidium
2011-01-20 12:40:04 +00:00
9ff9e1d1ca
(svn r21867) -Codechange: move creating the rail type dropdown to a more general location
rubidium
2011-01-20 12:40:04 +00:00
2f6c840ebf
(svn r21866) -Feature [FS#4394]: [NewGRF] Rail type property to influence sorting of rail types in the drop down list
rubidium
2011-01-20 12:22:38 +00:00
95e0695e02
(svn r21866) -Feature [FS#4394]: [NewGRF] Rail type property to influence sorting of rail types in the drop down list
rubidium
2011-01-20 12:22:38 +00:00
6a2ae92811
(svn r21865) -Fix (r21862): don't perform savegame conversion when reinitialising some vehicle structures due to NewGRF changes
rubidium
2011-01-20 09:35:16 +00:00
71ee34e574
(svn r21865) -Fix (r21862): don't perform savegame conversion when reinitialising some vehicle structures due to NewGRF changes
rubidium
2011-01-20 09:35:16 +00:00
89a135293a
(svn r21864) -Fix [FS#4430]: distant-join station would build at the wrong location when having persistent building turned on and selecting a "second" location for the station tile
rubidium
2011-01-19 23:59:29 +00:00
09d558c3b1
(svn r21864) -Fix [FS#4430]: distant-join station would build at the wrong location when having persistent building turned on and selecting a "second" location for the station tile
rubidium
2011-01-19 23:59:29 +00:00
6435a89c28
(svn r21863) -Fix (r21849): load the amount that should be loaded instead of the amount that should not be loaded
rubidium
2011-01-19 20:40:27 +00:00
3cea46161d
(svn r21863) -Fix (r21849): load the amount that should be loaded instead of the amount that should not be loaded
rubidium
2011-01-19 20:40:27 +00:00
d426906a01
(svn r21862) -Codechange: Unify subtype handling between road vehicles and trains.
terkhen
2011-01-19 20:04:09 +00:00
8db501e115
(svn r21862) -Codechange: Unify subtype handling between road vehicles and trains.
terkhen
2011-01-19 20:04:09 +00:00
be44f1306f
(svn r21861) -Update from WebTranslator v3.0: japanese - 92 changes by kokubunzi spanish - 52 changes by Terkhen ukrainian - 2 changes by Fixer
translators
2011-01-19 18:45:12 +00:00
085e643ea5
(svn r21861) -Update from WebTranslator v3.0: japanese - 92 changes by kokubunzi spanish - 52 changes by Terkhen ukrainian - 2 changes by Fixer
translators
2011-01-19 18:45:12 +00:00
b5468e7a80
(svn r21860) -Codechange: Rename road vehicle subtype functions to match the train names.
terkhen
2011-01-19 18:44:13 +00:00
fdb720cc1a
(svn r21860) -Codechange: Rename road vehicle subtype functions to match the train names.
terkhen
2011-01-19 18:44:13 +00:00
22922414eb
(svn r21856) -Fix (r21840): Don't fail tag detection on hg repositories that use mercurial queues. Add some safety against tags and branches with spaces as well.
michi_cc
2011-01-19 17:10:52 +00:00
656431d3cb
(svn r21856) -Fix (r21840): Don't fail tag detection on hg repositories that use mercurial queues. Add some safety against tags and branches with spaces as well.
michi_cc
2011-01-19 17:10:52 +00:00
3f9fa65a42
(svn r21855) -Feature [FS#4368]: [Network] Console command to change the password of other companies for servers (dihedral)
rubidium
2011-01-19 16:52:57 +00:00
fcdbc98c7b
(svn r21855) -Feature [FS#4368]: [Network] Console command to change the password of other companies for servers (dihedral)
rubidium
2011-01-19 16:52:57 +00:00
795a528328
(svn r21854) -Codechange: refactor the password setting methods to make it possible to change the password of other companies (on the server)
rubidium
2011-01-19 16:47:40 +00:00
f1e42dc23b
(svn r21854) -Codechange: refactor the password setting methods to make it possible to change the password of other companies (on the server)
rubidium
2011-01-19 16:47:40 +00:00
e54a1f6721
(svn r21853) -Codechange: HashCurrentCompanyPassword is only used by servers, so move it to network_server.* (dihedral)
rubidium
2011-01-19 16:37:06 +00:00
a5108a1fa2
(svn r21853) -Codechange: HashCurrentCompanyPassword is only used by servers, so move it to network_server.* (dihedral)
rubidium
2011-01-19 16:37:06 +00:00
a82118f360
(svn r21850) -Codechange: move password hashing to a more general location (dihedral)
rubidium
2011-01-19 16:30:09 +00:00
29ecb58682
(svn r21850) -Codechange: move password hashing to a more general location (dihedral)
rubidium
2011-01-19 16:30:09 +00:00
2707186f6a
(svn r21849) -Codechange: move merging/splitting of cargopackets into a helper function (fonsinchen)
rubidium
2011-01-19 16:25:00 +00:00
c7c9dd970f
(svn r21849) -Codechange: move merging/splitting of cargopackets into a helper function (fonsinchen)
rubidium
2011-01-19 16:25:00 +00:00
07e14525b8
(svn r21848) -Codechange: unification of comment style for cargopacket.*
rubidium
2011-01-19 16:20:26 +00:00
943eb0809f
(svn r21848) -Codechange: unification of comment style for cargopacket.*
rubidium
2011-01-19 16:20:26 +00:00
922d60f516
(svn r21847) -Fix [FS#4423]: slowing down of trains was done by reducing the speed by 10%, but also when you're just 1% too fast, so limit the slowdown till the new maximum speed
rubidium
2011-01-19 08:24:38 +00:00
6ed2aa9d74
(svn r21847) -Fix [FS#4423]: slowing down of trains was done by reducing the speed by 10%, but also when you're just 1% too fast, so limit the slowdown till the new maximum speed
rubidium
2011-01-19 08:24:38 +00:00
9ca4b629cd
(svn r21846) -Codechange: move documentation towards the code to make it more likely to be updated [o-s].
rubidium
2011-01-18 23:09:43 +00:00
0cf2ef83f0
(svn r21846) -Codechange: move documentation towards the code to make it more likely to be updated [o-s].
rubidium
2011-01-18 23:09:43 +00:00
7efd7e19ed
(svn r21845) -Codechange: move documentation towards the code to make it more likely to be updates [d-m].
rubidium
2011-01-18 22:31:06 +00:00
ec4f688ca0
(svn r21845) -Codechange: move documentation towards the code to make it more likely to be updates [d-m].
rubidium
2011-01-18 22:31:06 +00:00
6c9078fd30
(svn r21844) -Codechange: move documentation towards the code to make it more likely to be updates [a-c].
rubidium
2011-01-18 22:17:15 +00:00
f0ad5fd749
(svn r21844) -Codechange: move documentation towards the code to make it more likely to be updates [a-c].
rubidium
2011-01-18 22:17:15 +00:00
d89095b3ec
(svn r21843) -Codechange: move documentation towards the code to make it more likely to be updates [t-z].
rubidium
2011-01-18 21:58:22 +00:00
3dd1cf6049
(svn r21843) -Codechange: move documentation towards the code to make it more likely to be updates [t-z].
rubidium
2011-01-18 21:58:22 +00:00
b8c9988d9f
(svn r21842) -Feature [FS#4393]: [NewGRF] Introduction dates/required types for rail types; e.g. introduce a particular rail type in 1960 (or when a vehicle using it is introduced), but also allow limiting its introduction to only happen when the required railtypes are available
rubidium
2011-01-18 21:30:59 +00:00
abc1828d30
(svn r21842) -Feature [FS#4393]: [NewGRF] Introduction dates/required types for rail types; e.g. introduce a particular rail type in 1960 (or when a vehicle using it is introduced), but also allow limiting its introduction to only happen when the required railtypes are available
rubidium
2011-01-18 21:30:59 +00:00
6371b75bcc
(svn r21841) -Feature: [NewGRF] Allow to define other railtypes that should be introduced if a particular rail type is introduced, e.g. to make sure slow rail is introduced when fast rail gets introduced
rubidium
2011-01-18 21:28:07 +00:00
dc94c94599
(svn r21841) -Feature: [NewGRF] Allow to define other railtypes that should be introduced if a particular rail type is introduced, e.g. to make sure slow rail is introduced when fast rail gets introduced
rubidium
2011-01-18 21:28:07 +00:00
5f28591610
(svn r21840) -Change: Support tags created by hgsubversion for the revision detection.
michi_cc
2011-01-18 21:27:35 +00:00
2f98ad38ba
(svn r21840) -Change: Support tags created by hgsubversion for the revision detection.
michi_cc
2011-01-18 21:27:35 +00:00
73da045f50
(svn r21839) -Change: Support tags created by git-svn for the revision detection.
michi_cc
2011-01-18 21:27:30 +00:00
b0a592a649
(svn r21839) -Change: Support tags created by git-svn for the revision detection.
michi_cc
2011-01-18 21:27:30 +00:00
561449992a
(svn r21838) -Change: allow LMB scrolling with the mouse outside of the extra viewport instead of canceling scrolling when going slightly over the edge
rubidium
2011-01-18 21:09:13 +00:00
9954f14b36
(svn r21838) -Change: allow LMB scrolling with the mouse outside of the extra viewport instead of canceling scrolling when going slightly over the edge
rubidium
2011-01-18 21:09:13 +00:00
22d17aa745
(svn r21837) -Fix [FS#4419]: LMB dragging would switch over to other viewports instead of staying locked to the viewport you started on
rubidium
2011-01-18 21:08:19 +00:00
5e64756152
(svn r21837) -Fix [FS#4419]: LMB dragging would switch over to other viewports instead of staying locked to the viewport you started on
rubidium
2011-01-18 21:08:19 +00:00
c0b051eb33
(svn r21836) -Fix: when a train was reversed while inside a tunnel/bridge, it wouldn't have (re)set the GOINGUP/DOWN bits after leaving the tunnel/bridge
smatz
2011-01-18 20:40:36 +00:00
9fb08b4c4f
(svn r21836) -Fix: when a train was reversed while inside a tunnel/bridge, it wouldn't have (re)set the GOINGUP/DOWN bits after leaving the tunnel/bridge
smatz
2011-01-18 20:40:36 +00:00
772de6b52d
(svn r21835) -Codechange: use UpdateStatusAfterSwap() instead of copying the same code three times
smatz
2011-01-18 20:06:56 +00:00
5332c12440
(svn r21835) -Codechange: use UpdateStatusAfterSwap() instead of copying the same code three times
smatz
2011-01-18 20:06:56 +00:00
488b525161
(svn r21834) -Update from WebTranslator v3.0: hungarian - 4 changes by IPG japanese - 151 changes by kokubunzi serbian - 1 changes by etran spanish - 1 changes by Terkhen ukrainian - 4 changes by Fixer
translators
2011-01-18 18:45:18 +00:00
95124ec8b1
(svn r21834) -Update from WebTranslator v3.0: hungarian - 4 changes by IPG japanese - 151 changes by kokubunzi serbian - 1 changes by etran spanish - 1 changes by Terkhen ukrainian - 4 changes by Fixer
translators
2011-01-18 18:45:18 +00:00
6a17bf91e3
(svn r21833) -Fix [FS#4427]: desync debug savegames might not be actually saved in case threading is enabled, which is enabled by default
rubidium
2011-01-18 18:14:14 +00:00
2ae8216363
(svn r21833) -Fix [FS#4427]: desync debug savegames might not be actually saved in case threading is enabled, which is enabled by default
rubidium
2011-01-18 18:14:14 +00:00
3f900d3580
(svn r21832) -Feature: limit vehicle lateness to the length of a full timetable cycle, e.g. when a cycle takes 50 days and the vehicle is 65 days later reduce the lateness to 15 days
rubidium
2011-01-18 14:27:43 +00:00
738db7ef44
(svn r21832) -Feature: limit vehicle lateness to the length of a full timetable cycle, e.g. when a cycle takes 50 days and the vehicle is 65 days later reduce the lateness to 15 days
rubidium
2011-01-18 14:27:43 +00:00
39d7f3b2bd
(svn r21831) -Fix [FS#4414]: service orders for trains/aircraft would (sometimes) not get a time when autofilling
rubidium
2011-01-18 14:25:45 +00:00
bd7c018ddd
(svn r21831) -Fix [FS#4414]: service orders for trains/aircraft would (sometimes) not get a time when autofilling
rubidium
2011-01-18 14:25:45 +00:00
ff6aeb8791
(svn r21830) -Fix: Deunionize a union which was not initialized correctly.
terkhen
2011-01-17 19:40:06 +00:00
1f75b91654
(svn r21830) -Fix: Deunionize a union which was not initialized correctly.
terkhen
2011-01-17 19:40:06 +00:00
39c5cfc5d1
(svn r21829) -Update from WebTranslator v3.0: belarusian - 4 changes by KorneySan croatian - 2 changes by VoyagerOne czech - 1 changes by CrazyBenny dutch - 4 changes by habell english_US - 1 changes by Rubidium estonian - 3 changes by notAbot finnish - 1 changes by jpx_ french - 2 changes by glx italian - 1 changes by lorenzodv polish - 1 changes by amateja romanian - 24 changes by kkmic russian - 4 changes by KorneySan, Lone_Wolf spanish - 2 changes by Terkhen swedish - 3 changes by Ledel, urdh ukrainian - 34 changes by Fixer
translators
2011-01-17 18:45:51 +00:00
9abbc3d643
(svn r21829) -Update from WebTranslator v3.0: belarusian - 4 changes by KorneySan croatian - 2 changes by VoyagerOne czech - 1 changes by CrazyBenny dutch - 4 changes by habell english_US - 1 changes by Rubidium estonian - 3 changes by notAbot finnish - 1 changes by jpx_ french - 2 changes by glx italian - 1 changes by lorenzodv polish - 1 changes by amateja romanian - 24 changes by kkmic russian - 4 changes by KorneySan, Lone_Wolf spanish - 2 changes by Terkhen swedish - 3 changes by Ledel, urdh ukrainian - 34 changes by Fixer
translators
2011-01-17 18:45:51 +00:00
2f4a77f47e
(svn r21828) -Document [FS#4415]: that the station build date is the date of the last construction action
rubidium
2011-01-17 16:42:49 +00:00
f68e1706df
(svn r21828) -Document [FS#4415]: that the station build date is the date of the last construction action
rubidium
2011-01-17 16:42:49 +00:00
b3fdf69ab5
(svn r21827) -Cleanup: remove string removed in r21826 from other languages too
rubidium
2011-01-16 21:11:31 +00:00
d9e74a87c2
(svn r21827) -Cleanup: remove string removed in r21826 from other languages too
rubidium
2011-01-16 21:11:31 +00:00