Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-18 | (svn r20542) -Codechange: generalise the setting of "p2" to the ClientID. | rubidium | |
2010-08-18 | (svn r20541) -Fix: when removing a vehicle update the "clone orders ↵ | rubidium | |
of"-vehicle of a backed up order, or remove it if there is no vehicle sharing orders with that vehicle. | |||
2010-08-18 | (svn r20540) -Fix [FS#4049](r20480): use CmdDeleteTown instead of direct use ↵ | smatz | |
of operator delete | |||
2010-08-18 | (svn r20539) -Codechange: make order backups more self-contained. | rubidium | |
2010-08-18 | (svn r20538) -Codechange: introduce a few macros to initialize the airport ↵ | yexo | |
classes | |||
2010-08-18 | (svn r20537) -Codechange: make RefitVehicle a static (local) function | rubidium | |
2010-08-18 | (svn r20536) -Codechange: unify the refitting of vehicles | rubidium | |
2010-08-18 | (svn r20535) -Codechange: make the 'vehicle must be stopped in depot' ↵ | yexo | |
strings consistant | |||
2010-08-18 | (svn r20534) -Codechange: unify the naming of the 'vehicle must be stopped ↵ | yexo | |
in depot' strings | |||
2010-08-18 | (svn r20533) -Codechange: shuffle a bit with the bits in the sell command | rubidium | |
2010-08-17 | (svn r20532) -Codechange: unify selling of vehicles a bit | rubidium | |
2010-08-17 | (svn r20531) -Codechange: unify quite a bit of the vehicle building commands | rubidium | |
2010-08-17 | (svn r20530) -Cleanup (r13507): p2 bit 0 for CmdBUildRailVehicle is no ↵ | yexo | |
longer valid so don't use it | |||
2010-08-17 | (svn r20529) -Codechange: simplify UpdateAirplanesOnNewStation by removing ↵ | yexo | |
code for situations that don't happen | |||
2010-08-17 | (svn r20528) -Fix: in old savegames aircraft can have an invalid state | yexo | |
2010-08-17 | (svn r20527) -Codechange: move the flood code and remove some redundant checks | yexo | |
2010-08-17 | (svn r20526) -Update from WebTranslator v3.0: | translators | |
belarusian - 7 changes by KorneySan simplified_chinese - 1 changes by pda1573 croatian - 5 changes by VoyagerOne czech - 8 changes by marek995 dutch - 4 changes by habell esperanto - 24 changes by Christopher finnish - 7 changes by jpx_ german - 4 changes by NG hungarian - 9 changes by IPG indonesian - 6 changes by prof irish - 9 changes by tem italian - 4 changes by lorenzodv romanian - 4 changes by tonny russian - 5 changes by KorneySan slovenian - 8 changes by ntadej swedish - 5 changes by Zuu | |||
2010-08-17 | (svn r20525) -Codechange: make Aircraft::UpdateDeltaXY more readable by ↵ | yexo | |
removing the MKIT macro | |||
2010-08-17 | (svn r20524) -Codechange: remove old airport debug code | yexo | |
2010-08-17 | (svn r20523) -Fix [FS#4040]: Do not print a colon for AI settings with empty ↵ | frosch | |
name. Please note that this is only meant for compatiblity to make settings of 'old' AIs still look nice. Usage of this 'compatibility feature' is not recommended, as selected lines cannot be highlighted this way as it is done for the NewGRF settings. | |||
2010-08-17 | (svn r20522) -Fix [FS#4041] (r20482): the wrong "delete" was called for Objects | rubidium | |
2010-08-16 | (svn r20518) -Update from WebTranslator v3.0: | translators | |
chuvash - 30 changes by mefisteron croatian - 4 changes by VoyagerOne czech - 2 changes by marek995 dutch - 5 changes by habell finnish - 5 changes by jpx_ french - 9 changes by glx german - 9 changes by planetmaker italian - 5 changes by lorenzodv romanian - 22 changes by tonny russian - 3 changes by Lone_Wolf serbian - 1 changes by etran slovenian - 15 changes by ntadej spanish - 10 changes by Terkhen swedish - 4 changes by Zuu vietnamese - 2 changes by nglekhoi | |||
2010-08-16 | (svn r20517) -Fix (r20516): Committed way too much. | terkhen | |
2010-08-16 | (svn r20516) -Feature [FS#3472]: Filter signs at the sign list window. (Zuu) | terkhen | |
2010-08-16 | (svn r20515) -Feature: ignore _ in console command names so there is no ↵ | rubidium | |
"inconsistent" behaviour w.r.t. underscores anymore without breaking backwards compatability greatly | |||
2010-08-16 | (svn r20514) -Fix: Draw error messages in white by default, they may not ↵ | frosch | |
have a colour code. | |||
2010-08-16 | (svn r20513) -Change: unify style of some "broken NewGRF" strings | rubidium | |
2010-08-16 | (svn r20512) -Fix [FS#4036]: Generation seed is unsigned. | frosch | |
2010-08-16 | (svn r20511) -Fix: Initial height of townlist was not a multiple of the line ↵ | frosch | |
height. | |||
2010-08-15 | (svn r20510) -Codechange: unify packet queue handling and make insertion ↵ | rubidium | |
O(1) instead of O(n) | |||
2010-08-15 | (svn r20509) -Change: don't cycle (quickly) through the shade states. Just ↵ | rubidium | |
make scrolling up shade the window and scrolling down unshade it. (avdg) | |||
2010-08-15 | (svn r20508) -Add [FS#3973]: A new screenshot type that makes a zoomed-in ↵ | michi_cc | |
screenshot of the visible viewport. (Eddi) | |||
2010-08-15 | (svn r20507) -Change: Remove the shortcut hints from the screenshot menu ↵ | michi_cc | |
strings (as they're configurable now) and rename "Giant screenshot" to "Whole map screenshot". | |||
2010-08-15 | (svn r20506) -Change: Vehicles will now stop loading after a load cycle that ↵ | michi_cc | |
loaded less than possible, unless it's a full load order. This should improve behaviour with gradual loading and cargo continuously trickling in. | |||
2010-08-15 | (svn r20505) -Feature [FS#3978]: Allow changing visual effect when changing ↵ | frosch | |
railtype. | |||
2010-08-15 | (svn r20504) -Codechange: Move updating of train's visual effect to separate ↵ | frosch | |
function. | |||
2010-08-15 | (svn r20503) -Fix (r18838): Powered wagons should check the railtype of the ↵ | frosch | |
tile they are on, not where the engine is on. | |||
2010-08-15 | (svn r20502) -Fix (r12330): VRF_POWEREDWAGON is part of train flags, not ↵ | frosch | |
vehicle_flags. | |||
2010-08-15 | (svn r20501) -Update from WebTranslator v3.0: | translators | |
simplified_chinese - 3 changes by pda1573 chuvash - 7 changes by mefisteron estonian - 5 changes by Jaanus hungarian - 6 changes by IPG turkish - 28 changes by niw3 | |||
2010-08-15 | (svn r20500) -Fix: When converting rail all trains with a part on the ↵ | frosch | |
converted rails need updating. Not only engines, which have power afterwards. Also update Acceleration after updating Power. | |||
2010-08-15 | (svn r20499) -Doc: Spelling fixes, and one doxygen comment addition. | alberth | |
2010-08-15 | (svn r20498) -Fix [FS#4030]: ignore the non-stop state when comparing one ↵ | rubidium | |
order type to another order type | |||
2010-08-15 | (svn r20497) -Fix [FS#3960]: non-dedicated servers failing to load a game ↵ | rubidium | |
caused the introgame to be the server's game causing desyncs when people tried to join | |||
2010-08-15 | (svn r20496) -Codechange: Remove IsProductionMinimum()/Maximum(). The 0 and ↵ | frosch | |
255 constants are used all over the place, no need for trivial wrapper functions. | |||
2010-08-14 | (svn r20493) -Update from WebTranslator v3.0: | translators | |
croatian - 1 changes by VoyagerOne italian - 4 changes by lorenzodv korean - 2 changes by junho2813 polish - 2 changes by silver_777 russian - 4 changes by Lone_Wolf slovenian - 31 changes by ntadej vietnamese - 1 changes by nglekhoi | |||
2010-08-14 | (svn r20489) -Fix [FS#4031]: [NoAI] checking whether water tiles are ↵ | rubidium | |
connected failed in some cases | |||
2010-08-14 | (svn r20487) -Fix: typo in comments | rubidium | |
2010-08-13 | (svn r20486) -Update from WebTranslator v3.0: | translators | |
belarusian - 2 changes by Wowanxm croatian - 4 changes by VoyagerOne dutch - 4 changes by habell finnish - 3 changes by jpx_ french - 3 changes by glx german - 3 changes by planetmaker italian - 2 changes by lorenzodv polish - 5 changes by xine serbian - 6 changes by etran spanish - 3 changes by Terkhen vietnamese - 4 changes by nglekhoi | |||
2010-08-13 | (svn r20485) -Fix [FS#4012]: Sorting of refittable cargos was wrong for trains. | terkhen | |
2010-08-13 | (svn r20484) -Codechange: Move BuildRefitList to the RefitWindow class. | terkhen | |