summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-19(svn r20551) -Fix [FS#4056]: apparantly Mac OS X's sed and GNU's can't ↵rubidium
decide on a single "format" for replacing stuff in-place
2010-08-18(svn r20550) -Fix: documentation of CmdSetTimetableStartrubidium
2010-08-18(svn r20549) -Codechange: centralise the handling of the incoming commands ↵rubidium
(from clients and the server)
2010-08-18(svn r20548) -Codechange: rename some variables giving them slightly more ↵rubidium
meaningful names
2010-08-18(svn r20547) -Change: the way order backups are performed. Now restoring an ↵rubidium
order doesn't require up to 765 commands.
2010-08-18(svn r20546) -Fix (r20542): starting AIs shouldn't cause an assertion to triggerrubidium
2010-08-18(svn r20545) -Codechange: make sure an OrderBackup gets cleared when the ↵rubidium
depot it belongs to gets removed, the depot window gets closed or when another vehicle gets sold in a depot
2010-08-18(svn r20544) -Update from WebTranslator v3.0:translators
belarusian - 19 changes by KorneySan, Wowanxm traditional_chinese - 15 changes by josesun esperanto - 40 changes by Christopher finnish - 4 changes by jpx_ french - 3 changes by glx german - 4 changes by NG hungarian - 10 changes by IPG, norbert79 polish - 5 changes by lion russian - 21 changes by KorneySan, Lone_Wolf, perk11 serbian - 8 changes by etran swedish - 20 changes by Zuu
2010-08-18(svn r20543) -Fix (r20542): compilation failed when networking was disabledrubidium
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) functionrubidium
2010-08-18(svn r20536) -Codechange: unify the refitting of vehiclesrubidium
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 commandrubidium
2010-08-17(svn r20532) -Codechange: unify selling of vehicles a bitrubidium
2010-08-17(svn r20531) -Codechange: unify quite a bit of the vehicle building commandsrubidium
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 stateyexo
2010-08-17(svn r20527) -Codechange: move the flood code and remove some redundant checksyexo
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 codeyexo
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 Objectsrubidium
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" stringsrubidium
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