log

age author description
Thu, 21 May 2009 22:43:25 +0000 smatz (svn r16373) -Codechange: use () instead of (void) for functions without parameters draft
Thu, 21 May 2009 18:12:28 +0000 alberth (svn r16372) -Codechange: Simplify size calculations with a few helper functions. draft
Thu, 21 May 2009 17:45:12 +0000 alberth (svn r16371) -Codechange (r16367): Properly align comments. draft
Thu, 21 May 2009 16:26:38 +0000 alberth (svn r16370) -Doc: Improvements to the nested widgets documentation, added explanation about computations, fixed typo in param description. draft
Thu, 21 May 2009 16:14:04 +0000 alberth (svn r16369) -Codechange: Renaming ComputeMinimalSize() to SetupSmallestSize(), and AssignMinimalPosition() to AssignSizePosition(), they do not compute minimal size anymore. draft
Thu, 21 May 2009 16:00:52 +0000 alberth (svn r16368) -Codechange: Only leaf widgets use min_x and min_y. draft
Thu, 21 May 2009 15:48:27 +0000 alberth (svn r16367) -Codechange: Do not use min_x and min_y for storing smallest size to allow initialization more than once. draft
Thu, 21 May 2009 13:05:48 +0000 frosch (svn r16366) -Fix: Use a valid StringID as fall-back when undefined generic newgrf strings of vehicles are requested. draft
Thu, 21 May 2009 07:29:50 +0000 peter1138 (svn r16363) -Fix: The previously selected newgrf station type was still remembered after switching to a different game without newstations enabled, preventing stations from being built. draft
Wed, 20 May 2009 17:30:30 +0000 translators (svn r16362) -Update: WebTranslator2 update to 2009-05-20 17:30:16 draft
Tue, 19 May 2009 21:25:20 +0000 rubidium (svn r16361) -Fix: pointer incremented with wrong count draft
Tue, 19 May 2009 21:20:14 +0000 rubidium (svn r16360) -Codechange: don't use _network_playas as a 'second' _local_company, but only as a storage location for the company you want to join in MP. draft
Tue, 19 May 2009 19:26:03 +0000 smatz (svn r16359) -Codechange: don't abuse company 0 when determining 'cost to clear land' in the LandInfoWindow draft
Tue, 19 May 2009 17:04:42 +0000 glx (svn r16358) -Fix (r16343): strdup doesn't like NULL draft
Tue, 19 May 2009 12:47:47 +0000 smatz (svn r16357) -Codechange: delete invalid depots in TTD savegames caused by improper SVXConverter conversions draft
Tue, 19 May 2009 08:21:37 +0000 smatz (svn r16356) -Codechange: use 'size_t' instead of 'uint' as parameter of functions in mem_func.hpp draft
Mon, 18 May 2009 19:32:16 +0000 smatz (svn r16354) -Codechange: use 'new' pool accessors and methods for Engine too draft
Mon, 18 May 2009 17:40:03 +0000 smatz (svn r16353) -Fix (r1): invalid read when OTTD savegame contains VEH_INVALID draft
Mon, 18 May 2009 16:21:28 +0000 smatz (svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsValidID() and PoolItem::Get() draft
Mon, 18 May 2009 12:01:13 +0000 smatz (svn r16351) -Fix (r14773): signal handler could end in endless loop draft
Mon, 18 May 2009 01:35:15 +0000 smatz (svn r16350) -Codechange: make some 'rail track is present' checks more 'secure' draft
Mon, 18 May 2009 01:26:23 +0000 smatz (svn r16349) -Codechange: rename IsPlainRailTile() to IsPlainRail(), introduce shiny new IsPlainRailTile() draft
Mon, 18 May 2009 00:33:24 +0000 smatz (svn r16348) -Fix (r16280): buoys with invalid station ID could be left in the game draft
Sun, 17 May 2009 20:38:22 +0000 rubidium (svn r16347) -Cleanup: remove some unused defines from oldpool.h. draft
Sun, 17 May 2009 20:38:05 +0000 rubidium (svn r16346) -Codechange: don't exploit the pool system in the way done for the saveload pool; it makes writing replacements unnecessarily difficult. And now we've got SmallVector that does more than enough for saving with less lines of 'interface' code. draft
Sun, 17 May 2009 19:36:28 +0000 rubidium (svn r16345) -Codechange: replace the Sound(Entry) pool with a simple vector of SoundEntries. draft
Sun, 17 May 2009 19:27:50 +0000 rubidium (svn r16344) -Codechange: s/FileEntry/SoundEntry/ draft
Sun, 17 May 2009 19:14:22 +0000 frosch (svn r16343) -Fix (r16066): Invalid free on exit after changing base graphics set in game. draft
Sun, 17 May 2009 18:21:21 +0000 frosch (svn r16342) -Feature(tte): Display base graphics description in game options window. draft
Sun, 17 May 2009 17:48:05 +0000 rubidium (svn r16341) -Codechange: just use a static array instead of a never freed malloc draft