log

age author description
Sat, 23 Jan 2010 21:19:14 +0000 rubidium (svn r18903) -Fix [FS#3562]: file locations for Windows weren't correct for all versions of Windows draft
Sat, 23 Jan 2010 19:33:18 +0000 rubidium (svn r18902) -Fix [FS#3559]: the default button for the advanced settings didn't work draft
Sat, 23 Jan 2010 19:32:56 +0000 rubidium (svn r18901) -Change: make the default button work again for the world generation window; previously it worked due to the bug fixed in r18899. Do not add it again for the town custom number because there is no default for that one. draft
Sat, 23 Jan 2010 19:30:53 +0000 rubidium (svn r18900) -Document: that an empty string for OnQueryTextFinished means 'use default' draft
Sat, 23 Jan 2010 19:30:03 +0000 rubidium (svn r18899) -Fix: the default button was enabled even when the ENABLE_DEFAULT flag wasn't set draft
Sat, 23 Jan 2010 18:45:23 +0000 translators (svn r18898) -Update from WebTranslator v3.0: draft
Sat, 23 Jan 2010 16:38:09 +0000 frosch (svn r18897) -Fix: Land area information read the stationspec also for non-rail-stationtiles, which is no longer valid since r18876. draft
Sat, 23 Jan 2010 15:53:09 +0000 rubidium (svn r18896) -Fix [FS#3558]: pressing cancel for the query windows of the world generation window caused the default to be set instead of no changes to the value draft
Sat, 23 Jan 2010 13:17:30 +0000 peter1138 (svn r18893) -Codechange: Replace grf_load_* with methods of ByteReader. draft
Sat, 23 Jan 2010 01:36:49 +0000 glx (svn r18892) -Fix: in some rare case a deadlock could happen when stopping sound driver (windows) draft
Fri, 22 Jan 2010 23:55:20 +0000 peter1138 (svn r18891) -Fix: Avoid duplicate path separator when searching for PNG files which prevented tar-lookups. draft
Fri, 22 Jan 2010 22:32:39 +0000 frosch (svn r18890) -Codechange: Unify drawing of foundations for MP_UNMOVABLE. draft
Fri, 22 Jan 2010 21:52:20 +0000 frosch (svn r18889) -Codechange: Use (GroundSprite|SpriteLayout)PaletteTransform() also for drawing of default industries. They are compatible since the bubblegenerator is also randomly recoloured. draft
Fri, 22 Jan 2010 18:47:29 +0000 frosch (svn r18888) -Codechange: Rename PALETTE_59[EF] to something more meaningful. draft
Fri, 22 Jan 2010 18:45:31 +0000 translators (svn r18887) -Update from WebTranslator v3.0: draft
Fri, 22 Jan 2010 15:34:22 +0000 peter1138 (svn r18886) -Fix (r18884): Spurious casting draft
Fri, 22 Jan 2010 14:03:36 +0000 peter1138 (svn r18885) -Fix (r18884): Industry tile layouts weren't completely freed on error. draft
Fri, 22 Jan 2010 13:02:15 +0000 peter1138 (svn r18884) -Fix: [NewGRF] Perform bounds checking for all NewGRF data reads. Explicit length checks (which were not always correct) are no longer needed so these are removed to simplify code. draft
Thu, 21 Jan 2010 23:19:50 +0000 rubidium (svn r18883) -Codechange: warn in the difficulty and AI configuration window when setting the number of AIs to non-zero when you don't have AIs draft
Thu, 21 Jan 2010 23:19:13 +0000 rubidium (svn r18882) -Change: default to zero AIs draft
Thu, 21 Jan 2010 21:08:58 +0000 rubidium (svn r18881) -Codechange: make the AI debug window look nicer when not at its minimum size draft
Thu, 21 Jan 2010 19:31:25 +0000 yexo (svn r18880) -Fix: aircraft can be send to an hangar when the target airport has one and when it can land, not only when it has a plane terminal draft
Thu, 21 Jan 2010 18:45:13 +0000 translators (svn r18879) -Update from WebTranslator v3.0: draft
Thu, 21 Jan 2010 18:32:44 +0000 yexo (svn r18878) -Fix [NewGRF]: crash when a newgrf used var62 in an industry tile chain when the industry tile was part of an original industry draft
Thu, 21 Jan 2010 17:13:09 +0000 yexo (svn r18877) -Change: make the default size of the AI debug window bigger so the 'no ai found' message can be read completely without resizing draft
Thu, 21 Jan 2010 13:34:05 +0000 yexo (svn r18876) -Codechange: make sure m4 is always 0 for non-railroad station tiles draft
Thu, 21 Jan 2010 11:17:40 +0000 rubidium (svn r18875) -Codechange: remove some unneeded bits from the network protocol and improve the naming of some variables draft
Thu, 21 Jan 2010 01:46:40 +0000 rubidium (svn r18874) -Codechange: Change enum Sprites { to static const StringID = for each SPR_ entry and similar for cursors and palettes. This avoids the need for a cast in some places and thus provides better type-safety. draft
Thu, 21 Jan 2010 01:44:51 +0000 rubidium (svn r18873) -Codechange: use PaletteID also in the blitter draft
Thu, 21 Jan 2010 01:38:13 +0000 rubidium (svn r18872) -Codechange: introduce PaletteID and use it draft