Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-19 | (svn r20572) -Codechange: free/reserve some bits in the wagon move command ↵ | rubidium | |
to increase the vehicle pool limit | |||
2010-08-19 | (svn r20571) -Codechange: free/reserve some bits in the order commands to ↵ | rubidium | |
increase the vehicle pool limit | |||
2010-08-19 | (svn r20570) -Codechange: free/reserve some bits in the timetable commands ↵ | rubidium | |
to increase the vehicle pool limit | |||
2010-08-19 | (svn r20569) -Cleanup: the change timetable command doesn't need the packed ↵ | rubidium | |
bit anymore | |||
2010-08-19 | (svn r20568) -Codechange: change the value of AIVehicle::VEHICLE_INVALID and ↵ | yexo | |
use it as return value instead of ::INVALID_VEHICLE | |||
2010-08-19 | (svn r20566) -Feature: happy smiles on the faces of Ammler and planetmaker | rubidium | |
2010-08-19 | (svn r20565) -Update from WebTranslator v3.0: | translators | |
belarusian - 7 changes by KorneySan simplified_chinese - 3 changes by pda1573 traditional_chinese - 5 changes by josesun chuvash - 31 changes by mefisteron dutch - 5 changes by habell esperanto - 16 changes by Christopher finnish - 4 changes by jpx_ french - 4 changes by glx german - 6 changes by planetmaker hungarian - 1 changes by norbert79 italian - 6 changes by lorenzodv romanian - 2 changes by kkmic russian - 13 changes by KorneySan, Lone_Wolf slovenian - 4 changes by ntadej spanish - 3 changes by Terkhen | |||
2010-08-19 | (svn r20563) -Change: [NoAI] rename AIAbstractList to AIList | yexo | |
2010-08-19 | (svn r20562) -Change: [NoAI] Move all functions from AIList to AIAbstractList | yexo | |
2010-08-19 | (svn r20561) -Fix: compiler warning | rubidium | |
2010-08-19 | (svn r20560) -Fix: AIs (still/again?) crashing for certain commands | rubidium | |
2010-08-19 | (svn r20559) -Fix [FS#4045]: make sure that all vehicles are build in the ↵ | yexo | |
most northern depot/hangar tile | |||
2010-08-19 | (svn r20558) -Codechange: use one generic function to create a list of ↵ | yexo | |
company buttons | |||
2010-08-19 | (svn r20556) -Fix (r20555): a tempory copy/pasted line ended up in the commit | yexo | |
2010-08-19 | (svn r20555) -Fix [FS#4053]: wrong tooltip for the company select button in ↵ | yexo | |
the AI debug and performance rating windows | |||
2010-08-19 | (svn r20553) -Feature: allow rate limiting of incoming commands | rubidium | |
2010-08-19 | (svn r20552) -Fix: Never show tooltips when the mouse cursor is outside the ↵ | terkhen | |
window. | |||
2010-08-18 | (svn r20550) -Fix: documentation of CmdSetTimetableStart | rubidium | |
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 trigger | rubidium | |
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 disabled | rubidium | |
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 |