frosch
04b68f5c81
(svn r21981) -Codechange: Deduplicate the code and unify the bounds of console scrolling.
2011-02-05 17:53:29 +00:00
frosch
5d4042bb85
(svn r21980) -Codechange: Draw one line more at the top of the console, i.e. clip the top-most line if there is not enough room instead of not drawing it at all.
2011-02-05 17:44:44 +00:00
frosch
7e7ec9602a
(svn r21979) -Fix: Scrolling of the console in pages used wrong line height and scrolled too much.
2011-02-05 17:41:05 +00:00
frosch
2ea018ddc0
(svn r21978) -Codechange/Fix: Remove usage of Window::top and left from IConsoleWindow::OnPaint(). Drawing is done relative to the window position. But as the position is (0,0) anyway, it was not noticeable.
2011-02-05 17:34:13 +00:00
frosch
291ef7e082
(svn r21977) -Codechange: Always cal Window::OnMouseWheel(), independent of viewport scroll/zoom settings.
2011-02-05 16:36:37 +00:00
alberth
fe71cbfc8b
(svn r21976) -Doc: Document several crash handling functions.
2011-02-05 16:20:55 +00:00
frosch
447f3dbe2c
(svn r21975) -Add: console command to reset the engine pool. It removes the traces of engines which are no longer associated to a NewGRF, and can be used to e.g. 'fix' scenarios which were screwed up by the author. You can only use it when there are no vehicles in the game though.
2011-02-05 16:07:23 +00:00
terkhen
67ce7c5c41
(svn r21974) -Feature: Add a setting to enable/disable funding local road reconstruction.
2011-02-05 13:46:09 +00:00
terkhen
a788783e01
(svn r21973) -Fix: Redraw the town authority window after modifying town authority settings.
2011-02-05 13:42:57 +00:00
alberth
b371711d78
(svn r21972) -Fix: Replace 'None' industries in the generation window with more descriptive label.
2011-02-05 11:42:27 +00:00
alberth
a2ceba992d
(svn r21971) -Fix (r21969): Subversion auto-increments revision on commit.
2011-02-05 10:38:40 +00:00
rubidium
f923391838
(svn r21970) -Fix [FS#4464]: Crash when a multiplayer company goes bankrupt with 'you' in it
2011-02-05 10:38:31 +00:00
alberth
e3a35f7d40
(svn r21969) -Feature: Introduce 'minimal' number of industries as a replacment for the old 'none' setting in the newgame window.
2011-02-05 10:28:31 +00:00
rubidium
1527ca3e79
(svn r21967) -Prepare: for 1.1.0-beta5
2011-02-04 20:07:32 +00:00
rubidium
3c9bcf0e9a
(svn r21966) -Change [FS#4462]: [NewGRF] Disable the flipping of train engines/wagons in the depot by default for NewGRFs
2011-02-04 19:20:47 +00:00
translators
15efb39852
(svn r21965) -Update from WebTranslator v3.0:
...
czech - 6 changes by SmatZ
dutch - 15 changes by Yexo
english_US - 10 changes by Rubidium
finnish - 9 changes by jpx_
french - 9 changes by glx
russian - 6 changes by Lone_Wolf
spanish - 6 changes by Terkhen
2011-02-04 18:47:33 +00:00
rubidium
f023612f76
(svn r21964) -Fix (r21959): regression failed
2011-02-04 18:41:42 +00:00
rubidium
d8f158d170
(svn r21963) -Fix: saying something twice in an error message is not needed
2011-02-04 18:32:56 +00:00
rubidium
088223e058
(svn r21962) -Feature-ish: GUI setting to disable reversing at signals
2011-02-04 16:40:38 +00:00
rubidium
1afea0803f
(svn r21961) -Remove: limitation that not loading and not unloading is mutual exclusive
2011-02-04 16:07:42 +00:00
rubidium
fd7633def5
(svn r21960) -Change: show the length of vehicles in tiles, instead of half tiles in the depot
...
-Fix [FS#4461]: don't count the number of vehicles but the length of vehicles to (configurably) limit train length
2011-02-04 15:40:35 +00:00
rubidium
7086bb3017
(svn r21959) -Change: replace longbridges with custom maximum bridge and tunnel length setting
2011-02-04 15:37:23 +00:00
rubidium
8ee493b6e9
(svn r21958) -Cleanup: join_stations setting; can done by distant join and could be subverted by distant join
2011-02-04 15:29:50 +00:00
rubidium
c0f39415b9
(svn r21957) -Cleanup: gotodepot and timetabling settings are more or less useless; just don't use depot orders or timetabling if you don't want to use it
2011-02-04 15:13:20 +00:00
rubidium
285f369969
(svn r21956) -Cleanup: always draw the bridge pillars
2011-02-04 14:38:33 +00:00
rubidium
1a9ae166eb
(svn r21955) -Cleanup: always show the long date in the status bar
2011-02-04 14:38:15 +00:00
rubidium
12d3422539
(svn r21954) -Cleanup: remove setting to not show the vehicle speed in the vehicle view
2011-02-04 14:37:24 +00:00
smatz
4aa45d8742
(svn r21953) -Remove [FS#4456]: the non-uniform stations setting. Support for uniform stations has been broken for over a year
2011-02-04 14:11:14 +00:00
rubidium
974793f0c5
(svn r21952) -Codechange: unify the company clearing code for bankruptcy with the command to remove companies
2011-02-04 10:31:40 +00:00
yexo
209baff3ef
(svn r21951) -Fix: [NewGRF] reset the carry flag every 4 bytes in action6 when adding more than one variable
2011-02-04 08:29:14 +00:00
translators
9a18884a61
(svn r21950) -Update from WebTranslator v3.0:
...
catalan - 1 changes by arnau
2011-02-03 18:45:07 +00:00
smatz
452578b464
(svn r21949) -Change: randomize the vehicle a small UFO targets, do not use the one with lowest index
2011-02-02 23:06:38 +00:00
smatz
97abc18ffc
(svn r21948) -Fix: road vehicle was moved under the bridge when it was destroyed by an UFO while on a bridge
2011-02-02 22:40:04 +00:00
smatz
934d5d423e
(svn r21947) -Fix (r21195): crash when converting a savegame with vehicles crashed in a tunnel entry, or with vehicles reversing there
2011-02-02 22:20:48 +00:00
rubidium
b79330a815
(svn r21946) -Fix [FS#4447]: assertion/funny behaviour when a road vehicle reverses while overtaking, so abort the overtake attempt when reversing the road vehicle
2011-02-02 22:13:13 +00:00
rubidium
7d7c82d9cc
(svn r21945) -Codechange: simplify setting the overtaking counter and remove the magic from its numbers
2011-02-02 22:06:14 +00:00
smatz
cce9fbce9a
(svn r21944) -Codechange: give name to one magic constant
2011-02-02 22:01:01 +00:00
rubidium
ca487f998b
(svn r21943) -Codechange: document and unmagicify some bits of road vehicle overtaking
2011-02-02 21:56:56 +00:00
smatz
5ffb43353e
(svn r21942) -Codechange: no need to convert GOINGUP/GOINGDOWN flags if they are cleared afterwards during savegame conversion
2011-02-02 19:22:35 +00:00
translators
41d5bc285e
(svn r21941) -Update from WebTranslator v3.0:
...
maltese - 22 changes by peter88823
2011-02-02 18:45:05 +00:00
planetmaker
11a7945c22
(svn r21940) -Fix [FS#4460]: Not all vehicles should be tested to be inside a tunnel upon savegame load (SmatZ)
2011-02-02 16:46:42 +00:00
smatz
65c4e0108c
(svn r21939) -Fix (r16357): the check for valid depot wasn't strict enough
2011-02-02 14:50:57 +00:00
alberth
9af2feb993
(svn r21938) -Codechange: AfterLoadGame() is no longer friend of Vehicle.
2011-02-01 21:18:27 +00:00
translators
78c9c08e19
(svn r21937) -Update from WebTranslator v3.0:
...
turkish - 32 changes by leventpasha
2011-02-01 18:45:06 +00:00
terkhen
fe15cf052e
(svn r21936) -Fix [FS#4457](r19231): Do not remove existing road/tram bits when overbuilding stops of the opposite road type.
...
-Change: Build only the required road/tram bits when building stops with drag and drop.
2011-02-01 10:48:10 +00:00
terkhen
e3ae9d7600
(svn r21935) -Fix (r19231): Allow to overbuild road stops which are built over trams.
2011-02-01 10:43:25 +00:00
frosch
3847bac973
(svn r21934) -Fix (r21933): The original plan was to run the regression before committing.
2011-01-31 20:56:02 +00:00
frosch
7c04ea586d
(svn r21933) -Codechange: Split cur_order_index into cur_auto_order_index and cur_real_order_index to keep track of the current real order in an unambiguous way.
...
-Fix [FS#4440]: Automatic orders behave now stable wrt. service orders and are not added or removed depending on the need of servicing.
-Fix: Various other issues with automatic orders, e.g. vehicles getting stuck with "no orders" when there are automatic orders at the end of the order list.
2011-01-31 20:44:15 +00:00
rubidium
c7939e8a63
(svn r21932) -Document: some tidbits related to vehicles
2011-01-31 20:27:33 +00:00
translators
5a9183c6c5
(svn r21931) -Update from WebTranslator v3.0:
...
vietnamese - 81 changes by myquartz
2011-01-31 18:45:07 +00:00