Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-23 | (svn r20597) -Update from WebTranslator v3.0: | translators | |
dutch - 4 changes by habell esperanto - 10 changes by Christopher finnish - 1 changes by jpx_ german - 1 changes by planetmaker icelandic - 54 changes by grjonib polish - 8 changes by silver_777, voythas, xine serbian - 10 changes by etran | |||
2010-08-22 | (svn r20596) -Fix [FS#4066]: crash when the tooltip is wider than the window is | rubidium | |
2010-08-22 | (svn r20595) -Fix (r20536)[FS#4068]: Autoreplace needs refitting of wagons ↵ | frosch | |
in free wagon chains. | |||
2010-08-22 | (svn r20594) -Update from WebTranslator v3.0: | translators | |
german - 2 changes by planetmaker icelandic - 19 changes by grjonib italian - 1 changes by lorenzodv polish - 6 changes by xine portuguese - 15 changes by JayCity romanian - 7 changes by tonny russian - 1 changes by KorneySan slovak - 1 changes by JamesSVK spanish - 1 changes by Terkhen vietnamese - 9 changes by nglekhoi | |||
2010-08-22 | (svn r20593) -Fix: (rlongago, r20547): long ago the service interval was ↵ | rubidium | |
int16, after which is got converted to Date except in the order backup. Much later I copied the savegame snippets from a vehicle and applied that on the order backup. Presto, reading/writing 32 bits (of Date) into 16 bits of ancient style service interval. That would then "spoil" the name pointer and that eventually crashes OpenTTD as it's likely to be an invalid pointer. | |||
2010-08-22 | (svn r20592) -Fix (r2041): no (proper) savegame conversion was done when ↵ | rubidium | |
_date_fract got a new value range | |||
2010-08-22 | (svn r20591) -Codechange: make sure _date_fract is set when SetDate is ↵ | rubidium | |
called. Some places wouldn't reset _date_fract correctly at all | |||
2010-08-21 | (svn r20589) -Update from WebTranslator v3.0: | translators | |
belarusian - 1 changes by KorneySan esperanto - 8 changes by Christopher icelandic - 10 changes by grjonib italian - 4 changes by lorenzodv russian - 3 changes by Lone_Wolf swedish - 7 changes by Zuu turkish - 11 changes by niw3 | |||
2010-08-21 | (svn r20587) -Codechange (r20456)[FS#4035]: Revert to scrollbars without ↵ | frosch | |
minimal size to simplify window setup. | |||
2010-08-20 | (svn r20584) -Update from WebTranslator v3.0: | translators | |
belarusian - 1 changes by KorneySan chuvash - 4 changes by mefisteron croatian - 8 changes by VoyagerOne esperanto - 17 changes by Christopher finnish - 2 changes by jpx_ french - 2 changes by glx german - 2 changes by planetmaker russian - 1 changes by Lone_Wolf spanish - 5 changes by Terkhen | |||
2010-08-20 | (svn r20583) -Fix: Autoreplace failed while attaching non-replaced wagons to ↵ | frosch | |
the new chain, if to-be-sold-engines would become front-engines and the unitnumber limit would be exceeded. | |||
2010-08-20 | (svn r20582) -Fix [FS#4044]: Autoreplace can trigger an assertion when at ↵ | rubidium | |
the vehicle limit | |||
2010-08-20 | (svn r20581) -Codechange: simplify getting the station in ↵ | rubidium | |
CalcPercentVehicleFilled | |||
2010-08-20 | (svn r20580) -Fix [FS#4039]: go via station and go via waypoint behaved ↵ | rubidium | |
differently when a train went back to the same (unordered) station again | |||
2010-08-20 | (svn r20579) -Change (r1579): Allow removing of buoys if they are only used ↵ | frosch | |
by own vehicles. | |||
2010-08-20 | (svn r20578) -Fix [FS#4051]: Draw bounding boxes using white instead of pure ↵ | frosch | |
white, so they are recoloured to grey in coloured newspaper instead of blue. | |||
2010-08-20 | (svn r20577) -Fix [FS#4043]: scroll button flickering when pressed | rubidium | |
2010-08-19 | (svn r20575) -Fix [FS#4059] (r20542): reloading of companies did load another AI | rubidium | |
2010-08-19 | (svn r20574) -Codechange: a little over 1 million vehicles should be enough ↵ | rubidium | |
for the forseeable future | |||
2010-08-19 | (svn r20573) -Codechange: free/reserve some bits in the sell vehicle command ↵ | rubidium | |
to increase the vehicle pool limit | |||
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 |