log

age author description
Sun, 22 Aug 2010 20:25:45 +0000 rubidium (svn r20596) -Fix [FS#4066]: crash when the tooltip is wider than the window is draft
Sun, 22 Aug 2010 19:15:47 +0000 frosch (svn r20595) -Fix (r20536)[FS#4068]: Autoreplace needs refitting of wagons in free wagon chains. draft
Sun, 22 Aug 2010 17:45:33 +0000 translators (svn r20594) -Update from WebTranslator v3.0: draft
Sun, 22 Aug 2010 16:47:26 +0000 rubidium (svn r20593) -Fix: (rlongago, r20547): long ago the service interval was 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. draft
Sun, 22 Aug 2010 09:21:56 +0000 rubidium (svn r20592) -Fix (r2041): no (proper) savegame conversion was done when _date_fract got a new value range draft
Sun, 22 Aug 2010 09:18:01 +0000 rubidium (svn r20591) -Codechange: make sure _date_fract is set when SetDate is called. Some places wouldn't reset _date_fract correctly at all draft
Sat, 21 Aug 2010 21:07:34 +0000 rubidium (svn r20590) -Fix: only unix2dos text files when generating the Windows installer draft
Sat, 21 Aug 2010 17:45:24 +0000 translators (svn r20589) -Update from WebTranslator v3.0: draft
Sat, 21 Aug 2010 11:30:41 +0000 rubidium (svn r20588) -Fix (r20586): apparantly some NFORenums don't return an error code when an unknown command line option is given draft
Sat, 21 Aug 2010 10:59:03 +0000 frosch (svn r20587) -Codechange (r20456)[FS#4035]: Revert to scrollbars without minimal size to simplify window setup. draft
Sat, 21 Aug 2010 10:57:01 +0000 rubidium (svn r20586) -Codechange: silence nforenum and grfcodec progress output (if possible) draft
Fri, 20 Aug 2010 17:45:28 +0000 translators (svn r20584) -Update from WebTranslator v3.0: draft
Fri, 20 Aug 2010 17:36:09 +0000 frosch (svn r20583) -Fix: Autoreplace failed while attaching non-replaced wagons to the new chain, if to-be-sold-engines would become front-engines and the unitnumber limit would be exceeded. draft
Fri, 20 Aug 2010 17:35:10 +0000 rubidium (svn r20582) -Fix [FS#4044]: Autoreplace can trigger an assertion when at the vehicle limit draft
Fri, 20 Aug 2010 15:35:14 +0000 rubidium (svn r20581) -Codechange: simplify getting the station in CalcPercentVehicleFilled draft
Fri, 20 Aug 2010 15:30:21 +0000 rubidium (svn r20580) -Fix [FS#4039]: go via station and go via waypoint behaved differently when a train went back to the same (unordered) station again draft
Fri, 20 Aug 2010 12:50:59 +0000 frosch (svn r20579) -Change (r1579): Allow removing of buoys if they are only used by own vehicles. draft
Fri, 20 Aug 2010 12:13:27 +0000 frosch (svn r20578) -Fix [FS#4051]: Draw bounding boxes using white instead of pure white, so they are recoloured to grey in coloured newspaper instead of blue. draft
Fri, 20 Aug 2010 11:55:10 +0000 rubidium (svn r20577) -Fix [FS#4043]: scroll button flickering when pressed draft
Thu, 19 Aug 2010 22:06:20 +0000 rubidium (svn r20575) -Fix [FS#4059] (r20542): reloading of companies did load another AI draft
Thu, 19 Aug 2010 20:58:30 +0000 rubidium (svn r20574) -Codechange: a little over 1 million vehicles should be enough for the forseeable future draft
Thu, 19 Aug 2010 20:45:29 +0000 rubidium (svn r20573) -Codechange: free/reserve some bits in the sell vehicle command to increase the vehicle pool limit draft
Thu, 19 Aug 2010 20:42:00 +0000 rubidium (svn r20572) -Codechange: free/reserve some bits in the wagon move command to increase the vehicle pool limit draft
Thu, 19 Aug 2010 20:39:12 +0000 rubidium (svn r20571) -Codechange: free/reserve some bits in the order commands to increase the vehicle pool limit draft
Thu, 19 Aug 2010 20:34:51 +0000 rubidium (svn r20570) -Codechange: free/reserve some bits in the timetable commands to increase the vehicle pool limit draft
Thu, 19 Aug 2010 20:32:33 +0000 rubidium (svn r20569) -Cleanup: the change timetable command doesn't need the packed bit anymore draft
Thu, 19 Aug 2010 20:20:20 +0000 yexo (svn r20568) -Codechange: change the value of AIVehicle::VEHICLE_INVALID and use it as return value instead of ::INVALID_VEHICLE draft
Thu, 19 Aug 2010 20:15:44 +0000 terkhen (svn r20567) -Document [FS#3966]: Add note to known-bugs about this issue. draft
Thu, 19 Aug 2010 19:23:38 +0000 rubidium (svn r20566) -Feature: happy smiles on the faces of Ammler and planetmaker draft
Thu, 19 Aug 2010 17:45:45 +0000 translators (svn r20565) -Update from WebTranslator v3.0: draft
Thu, 19 Aug 2010 15:44:17 +0000 yexo (svn r20564) -Fix (r20562): provide compatibility for AIs using the 0.7/1.0 API and using AIList::ChangeItem draft
Thu, 19 Aug 2010 15:37:28 +0000 yexo (svn r20563) -Change: [NoAI] rename AIAbstractList to AIList draft
Thu, 19 Aug 2010 15:19:40 +0000 yexo (svn r20562) -Change: [NoAI] Move all functions from AIList to AIAbstractList draft
Thu, 19 Aug 2010 14:26:41 +0000 rubidium (svn r20561) -Fix: compiler warning draft
Thu, 19 Aug 2010 14:25:07 +0000 rubidium (svn r20560) -Fix: AIs (still/again?) crashing for certain commands draft
Thu, 19 Aug 2010 13:44:41 +0000 yexo (svn r20559) -Fix [FS#4045]: make sure that all vehicles are build in the most northern depot/hangar tile draft
Thu, 19 Aug 2010 12:56:31 +0000 yexo (svn r20558) -Codechange: use one generic function to create a list of company buttons draft
Thu, 19 Aug 2010 12:02:17 +0000 rubidium (svn r20557) -Document [FS#3928]: why we won't fix the issue draft
Thu, 19 Aug 2010 11:36:12 +0000 yexo (svn r20556) -Fix (r20555): a tempory copy/pasted line ended up in the commit draft
Thu, 19 Aug 2010 11:33:15 +0000 yexo (svn r20555) -Fix [FS#4053]: wrong tooltip for the company select button in the AI debug and performance rating windows draft
Thu, 19 Aug 2010 11:16:08 +0000 rubidium (svn r20554) -Fix [FS#4057]: typo in configure --help draft
Thu, 19 Aug 2010 08:59:36 +0000 rubidium (svn r20553) -Feature: allow rate limiting of incoming commands draft
Thu, 19 Aug 2010 08:22:08 +0000 terkhen (svn r20552) -Fix: Never show tooltips when the mouse cursor is outside the window. draft
Thu, 19 Aug 2010 08:07:19 +0000 rubidium (svn r20551) -Fix [FS#4056]: apparantly Mac OS X's sed and GNU's can't decide on a single "format" for replacing stuff in-place draft
Wed, 18 Aug 2010 22:52:02 +0000 rubidium (svn r20550) -Fix: documentation of CmdSetTimetableStart draft
Wed, 18 Aug 2010 22:40:17 +0000 rubidium (svn r20549) -Codechange: centralise the handling of the incoming commands (from clients and the server) draft
Wed, 18 Aug 2010 21:30:38 +0000 rubidium (svn r20548) -Codechange: rename some variables giving them slightly more meaningful names draft
Wed, 18 Aug 2010 20:48:38 +0000 rubidium (svn r20547) -Change: the way order backups are performed. Now restoring an order doesn't require up to 765 commands. draft
Wed, 18 Aug 2010 18:57:58 +0000 rubidium (svn r20546) -Fix (r20542): starting AIs shouldn't cause an assertion to trigger draft
Wed, 18 Aug 2010 18:52:16 +0000 rubidium (svn r20545) -Codechange: make sure an OrderBackup gets cleared when the depot it belongs to gets removed, the depot window gets closed or when another vehicle gets sold in a depot draft
Wed, 18 Aug 2010 17:45:38 +0000 translators (svn r20544) -Update from WebTranslator v3.0: draft
Wed, 18 Aug 2010 17:23:03 +0000 rubidium (svn r20543) -Fix (r20542): compilation failed when networking was disabled draft
Wed, 18 Aug 2010 17:06:45 +0000 rubidium (svn r20542) -Codechange: generalise the setting of "p2" to the ClientID. draft
Wed, 18 Aug 2010 15:58:30 +0000 rubidium (svn r20541) -Fix: when removing a vehicle update the "clone orders of"-vehicle of a backed up order, or remove it if there is no vehicle sharing orders with that vehicle. draft
Wed, 18 Aug 2010 15:22:40 +0000 smatz (svn r20540) -Fix [FS#4049](r20480): use CmdDeleteTown instead of direct use of operator delete draft
Wed, 18 Aug 2010 15:15:59 +0000 rubidium (svn r20539) -Codechange: make order backups more self-contained. draft
Wed, 18 Aug 2010 01:19:03 +0000 yexo (svn r20538) -Codechange: introduce a few macros to initialize the airport classes draft
Wed, 18 Aug 2010 00:48:22 +0000 rubidium (svn r20537) -Codechange: make RefitVehicle a static (local) function draft
Wed, 18 Aug 2010 00:47:31 +0000 rubidium (svn r20536) -Codechange: unify the refitting of vehicles draft
Wed, 18 Aug 2010 00:46:14 +0000 yexo (svn r20535) -Codechange: make the 'vehicle must be stopped in depot' strings consistant draft