log

age author description
Thu, 25 Jun 2009 15:42:03 +0000 smatz (svn r16654) -Codechange: cache industries in station's coverage area instead of searching them everytime payment is made draft
Thu, 25 Jun 2009 00:06:06 +0000 smatz (svn r16653) -Fix (r16269): TOC() macro was broken draft
Wed, 24 Jun 2009 23:59:20 +0000 smatz (svn r16652) -Codechange: use less strict, but faster check for quickly bailing out in FindTrainCollideEnum() (Bilbo) draft
Wed, 24 Jun 2009 23:34:30 +0000 yexo (svn r16651) -Fix: When there is no AI version that can load data from the savegame, load the latest version of the same AI instead of a random AI. draft
Wed, 24 Jun 2009 23:24:01 +0000 yexo (svn r16650) -Fix (r16649): missing () draft
Wed, 24 Jun 2009 23:23:08 +0000 yexo (svn r16649) -Fix: When the exact AI version a game was saved with is no longer available and the latest version of the AI can't load data from that AI version, use the latest available version of the AI that can load the data instead of the first found version that can load the data. draft
Wed, 24 Jun 2009 22:38:47 +0000 yexo (svn r16648) -Codechange: move some more includes around draft
Wed, 24 Jun 2009 21:33:11 +0000 yexo (svn r16647) -Codechange: remove newgrf.h include from newgrf_engine.h to prevent unnecessary inclusion newgrf.h anyway draft
Wed, 24 Jun 2009 19:26:41 +0000 smatz (svn r16646) -Codechange: rename GetDepotByTile() to Depot::GetByTile() draft
Wed, 24 Jun 2009 17:45:07 +0000 translators (svn r16645) -Update from WebTranslator v3.0: draft
Wed, 24 Jun 2009 17:43:13 +0000 translators (svn r16644) -Update: WebTranslator2 update to 2009-06-24 17:43:08 draft
Wed, 24 Jun 2009 17:39:54 +0000 smatz (svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile() draft
Tue, 23 Jun 2009 23:42:37 +0000 smatz (svn r16642) -Codechange: use map size limits enum at one more place draft
Tue, 23 Jun 2009 23:31:43 +0000 smatz (svn r16641) -Codechange: reduce number of multiplications done in FindTrainCollideEnum() to minimum draft
Tue, 23 Jun 2009 21:44:48 +0000 smatz (svn r16640) -Codechange: move roadstop stuff to separate files draft
Tue, 23 Jun 2009 21:12:48 +0000 smatz (svn r16639) -Codechange: enumify RoadStop::status, move definition of short functions to header file draft
Tue, 23 Jun 2009 20:39:41 +0000 smatz (svn r16637) -Cleanup: remove unused _debug_station_level draft
Tue, 23 Jun 2009 20:32:51 +0000 smatz (svn r16636) -Codechange: no need to initialize already zeroed variables by zero in station and rs constructors, remove debug output draft
Tue, 23 Jun 2009 20:29:59 +0000 rubidium (svn r16635) -Fix: a couple of MSVC 64 bits warnings draft
Tue, 23 Jun 2009 12:11:35 +0000 smatz (svn r16634) -Codechange: use Company::IsHumanID() instead of IsHumanCompany() draft
Tue, 23 Jun 2009 10:44:46 +0000 smatz (svn r16633) -Codechange: remove checks for consistency of newpool draft
Tue, 23 Jun 2009 09:52:26 +0000 smatz (svn r16632) -Codechange: rename Town::flags12 to Town::flags draft
Tue, 23 Jun 2009 09:46:29 +0000 smatz (svn r16631) -Fix (r1826)(r1881)(r9613): loading of some town data from old savegames was broken draft
Tue, 23 Jun 2009 00:04:37 +0000 glx (svn r16630) -Fix (r16629): forgot a continue draft
Mon, 22 Jun 2009 23:57:33 +0000 glx (svn r16629) -Fix: depend hang on solaris draft
Mon, 22 Jun 2009 23:15:27 +0000 smatz (svn r16628) -Codechange: remove one gcc2 hack draft
Mon, 22 Jun 2009 22:04:48 +0000 smatz (svn r16627) -Fix: warning about comparing signed and unsigned types draft
Mon, 22 Jun 2009 20:38:10 +0000 rubidium (svn r16626) -Change: split the part of config.lib that generates the 'warning' CFLAGS into a function and use that function to set the right 'warning' CFLAGS for both the host and build compiler, i.e. also let GCC warn for strgen, depend and endian_check. draft
Mon, 22 Jun 2009 20:35:14 +0000 rubidium (svn r16625) -Fix: unsigned vs signed warning in strgen draft
Mon, 22 Jun 2009 20:33:15 +0000 rubidium (svn r16624) -Fix: depend was compiled with the same compiler as the OpenTTD binary, causing depend to silently fail during cross-compiles draft