Commit Graph

17329 Commits (d32716970001bedc036266551e6c474d43e30c1a)
 

Author SHA1 Message Date
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. 14 years ago
frosch 291ef7e082 (svn r21977) -Codechange: Always cal Window::OnMouseWheel(), independent of viewport scroll/zoom settings. 14 years ago
alberth fe71cbfc8b (svn r21976) -Doc: Document several crash handling functions. 14 years ago
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. 14 years ago
terkhen 67ce7c5c41 (svn r21974) -Feature: Add a setting to enable/disable funding local road reconstruction. 14 years ago
terkhen a788783e01 (svn r21973) -Fix: Redraw the town authority window after modifying town authority settings. 14 years ago
alberth b371711d78 (svn r21972) -Fix: Replace 'None' industries in the generation window with more descriptive label. 14 years ago
alberth a2ceba992d (svn r21971) -Fix (r21969): Subversion auto-increments revision on commit. 14 years ago
rubidium f923391838 (svn r21970) -Fix [FS#4464]: Crash when a multiplayer company goes bankrupt with 'you' in it 14 years ago
alberth e3a35f7d40 (svn r21969) -Feature: Introduce 'minimal' number of industries as a replacment for the old 'none' setting in the newgame window. 14 years ago
rubidium 1527ca3e79 (svn r21967) -Prepare: for 1.1.0-beta5 14 years ago
rubidium 3c9bcf0e9a (svn r21966) -Change [FS#4462]: [NewGRF] Disable the flipping of train engines/wagons in the depot by default for NewGRFs 14 years ago
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
14 years ago
rubidium f023612f76 (svn r21964) -Fix (r21959): regression failed 14 years ago
rubidium d8f158d170 (svn r21963) -Fix: saying something twice in an error message is not needed 14 years ago
rubidium 088223e058 (svn r21962) -Feature-ish: GUI setting to disable reversing at signals 14 years ago
rubidium 1afea0803f (svn r21961) -Remove: limitation that not loading and not unloading is mutual exclusive 14 years ago
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
14 years ago
rubidium 7086bb3017 (svn r21959) -Change: replace longbridges with custom maximum bridge and tunnel length setting 14 years ago
rubidium 8ee493b6e9 (svn r21958) -Cleanup: join_stations setting; can done by distant join and could be subverted by distant join 14 years ago
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 14 years ago
rubidium 285f369969 (svn r21956) -Cleanup: always draw the bridge pillars 14 years ago
rubidium 1a9ae166eb (svn r21955) -Cleanup: always show the long date in the status bar 14 years ago
rubidium 12d3422539 (svn r21954) -Cleanup: remove setting to not show the vehicle speed in the vehicle view 14 years ago
smatz 4aa45d8742 (svn r21953) -Remove [FS#4456]: the non-uniform stations setting. Support for uniform stations has been broken for over a year 14 years ago
rubidium 974793f0c5 (svn r21952) -Codechange: unify the company clearing code for bankruptcy with the command to remove companies 14 years ago
yexo 209baff3ef (svn r21951) -Fix: [NewGRF] reset the carry flag every 4 bytes in action6 when adding more than one variable 14 years ago
translators 9a18884a61 (svn r21950) -Update from WebTranslator v3.0:
catalan - 1 changes by arnau
14 years ago
smatz 452578b464 (svn r21949) -Change: randomize the vehicle a small UFO targets, do not use the one with lowest index 14 years ago
smatz 97abc18ffc (svn r21948) -Fix: road vehicle was moved under the bridge when it was destroyed by an UFO while on a bridge 14 years ago
smatz 934d5d423e (svn r21947) -Fix (r21195): crash when converting a savegame with vehicles crashed in a tunnel entry, or with vehicles reversing there 14 years ago
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 14 years ago
rubidium 7d7c82d9cc (svn r21945) -Codechange: simplify setting the overtaking counter and remove the magic from its numbers 14 years ago
smatz cce9fbce9a (svn r21944) -Codechange: give name to one magic constant 14 years ago
rubidium ca487f998b (svn r21943) -Codechange: document and unmagicify some bits of road vehicle overtaking 14 years ago
smatz 5ffb43353e (svn r21942) -Codechange: no need to convert GOINGUP/GOINGDOWN flags if they are cleared afterwards during savegame conversion 14 years ago
translators 41d5bc285e (svn r21941) -Update from WebTranslator v3.0:
maltese - 22 changes by peter88823
14 years ago
planetmaker 11a7945c22 (svn r21940) -Fix [FS#4460]: Not all vehicles should be tested to be inside a tunnel upon savegame load (SmatZ) 14 years ago
smatz 65c4e0108c (svn r21939) -Fix (r16357): the check for valid depot wasn't strict enough 14 years ago
alberth 9af2feb993 (svn r21938) -Codechange: AfterLoadGame() is no longer friend of Vehicle. 14 years ago
translators 78c9c08e19 (svn r21937) -Update from WebTranslator v3.0:
turkish - 32 changes by leventpasha
14 years ago
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.
14 years ago
terkhen e3ae9d7600 (svn r21935) -Fix (r19231): Allow to overbuild road stops which are built over trams. 14 years ago
frosch 3847bac973 (svn r21934) -Fix (r21933): The original plan was to run the regression before committing. 14 years ago
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.
14 years ago
rubidium c7939e8a63 (svn r21932) -Document: some tidbits related to vehicles 14 years ago
translators 5a9183c6c5 (svn r21931) -Update from WebTranslator v3.0:
vietnamese - 81 changes by myquartz
14 years ago
alberth b5e2e83823 (svn r21930) -Codechange: Remove unused vehicle GetTypeString() functions. 14 years ago
planetmaker c778568f58 (svn r21929) -Fix [FS#4554]: The town window would not be invalidated in the scenario editor if the ground changed and thus the required cargos for town growth 14 years ago
translators c0e5da8327 (svn r21928) -Update from WebTranslator v3.0:
portuguese - 5 changes by JayCity
14 years ago