log

age author description
Thu, 25 Jun 2009 20:08:59 +0000 smatz (svn r16660) -Codechange: get rid of more dummy tile_type_procs draft
Thu, 25 Jun 2009 19:23:09 +0000 smatz (svn r16659) -Codechange: rename GetAcceptedCargo() to AddAcceptedCargo() and change its behaviour accordingly draft
Thu, 25 Jun 2009 17:45:18 +0000 translators (svn r16658) -Update from WebTranslator v3.0: draft
Thu, 25 Jun 2009 16:41:13 +0000 translators (svn r16657) -Update: WebTranslator2 update to 2009-06-25 16:41:10 draft
Thu, 25 Jun 2009 16:07:23 +0000 smatz (svn r16656) -Fix (r16655): strange things happen draft
Thu, 25 Jun 2009 15:54:06 +0000 smatz (svn r16655) -Codechange: use IsRailwayStationTile() more draft
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
Mon, 22 Jun 2009 20:22:04 +0000 rubidium (svn r16623) -Change: remove CC_CFLAGS as we're not using a C compiler anywhere at all draft
Mon, 22 Jun 2009 19:09:48 +0000 rubidium (svn r16622) -Fix: {CARGO} only consumes 1 argument draft
Mon, 22 Jun 2009 17:28:50 +0000 translators (svn r16621) -Update: WebTranslator2 update to 2009-06-22 17:28:43 draft
Sun, 21 Jun 2009 21:08:20 +0000 rubidium (svn r16620) -Fix (r16619): sometimes one misses the obvious :( draft
Sun, 21 Jun 2009 21:05:06 +0000 rubidium (svn r16619) -Cleanup: more coding style in airport stuff. draft
Sun, 21 Jun 2009 20:59:30 +0000 frosch (svn r16618) -Fix (r16614): Silence a warning. draft
Sun, 21 Jun 2009 20:57:01 +0000 rubidium (svn r16617) -Cleanup: some incorrect indenting draft
Sun, 21 Jun 2009 17:37:07 +0000 translators (svn r16616) -Update from WebTranslator v3.0: draft
Sun, 21 Jun 2009 13:30:21 +0000 yexo (svn r16615) -Fix (r16613): 0x10 != 2 draft
Sun, 21 Jun 2009 13:26:30 +0000 yexo (svn r16614) -Codechange: Make the airport min/max available year a property of the Airport class. draft
Sun, 21 Jun 2009 10:11:04 +0000 yexo (svn r16613) -Fix [NewGRF]: some of the var action 2 80+ variables contained wrong results due to OpenTTD codechanges draft
Sun, 21 Jun 2009 08:35:05 +0000 alberth (svn r16612) -Fix (r16605): ASCII_LETTERSTART should be defined unconditionally (leeus) draft
Sat, 20 Jun 2009 23:22:46 +0000 belugas (svn r16611) -Doc Fix(r16606): "then" became "the" and now is gone. draft
Sat, 20 Jun 2009 19:23:45 +0000 rubidium (svn r16610) -Fix: remove rogue space before '?' draft
Sat, 20 Jun 2009 18:06:37 +0000 alberth (svn r16609) -Codechange: Introduction of widget sizes and offsets used while drawing. draft
Sat, 20 Jun 2009 17:50:44 +0000 translators (svn r16607) -Update: WebTranslator2 update to 2009-06-20 17:50:41 draft
Sat, 20 Jun 2009 15:48:55 +0000 alberth (svn r16606) -Doc: Added/fixed doxygen comments. draft
Sat, 20 Jun 2009 15:25:28 +0000 alberth (svn r16605) -Codechange: Move ASCII_LETTERSTART to the right source file. draft
Sat, 20 Jun 2009 15:05:59 +0000 alberth (svn r16604) -Codechange: Use FS_BEGIN for iterating over fonts. draft
Sat, 20 Jun 2009 11:25:39 +0000 smatz (svn r16603) -Codechange: enumify map size limits (based on a patch by Bilbo) draft
Sat, 20 Jun 2009 09:35:22 +0000 peter1138 (svn r16602) -Fix (r13831): Antialiased fonts broken; check pixel_mode instead of palette_mode. (Why did it work at some point?) draft
Fri, 19 Jun 2009 20:26:18 +0000 rubidium (svn r16601) -Fix [FS#2880]: try 2... hopefully better this time draft
Fri, 19 Jun 2009 15:48:13 +0000 frosch (svn r16600) -Fix: Give a more meaningful error message when console commands expect an integer but don't get one. draft
Fri, 19 Jun 2009 12:08:44 +0000 rubidium (svn r16599) -Fix [FS#2987] (r16584): reset the 'current' font size after drawing, this way we won't draw other strings too small; only caused problems when tiny/big text strings would use SETX. draft