Tue, 22 Jan 2008 17:48:08 +0000 frosch (svn r11947) -Feature: Make use of new sprites added by Action5 type 0D.
Tue, 22 Jan 2008 16:08:17 +0000 frosch (svn r11946) -Fix: slope detection of bridge ramps.
Tue, 22 Jan 2008 15:47:40 +0000 glx (svn r11945) -Fix: FileExists() failed for non latin paths (win32)
Tue, 22 Jan 2008 15:40:29 +0000 smatz (svn r11944) -Fix: allow building drive-through road/tram stops at road/tram track that has no owner
Tue, 22 Jan 2008 12:09:12 +0000 rubidium (svn r11943) -Codechange: add and use a simple structure to support small stacks by allocating it on the heap or pushing a few kB of data onto the stack when there is a large stack.
Tue, 22 Jan 2008 08:47:30 +0000 peter1138 (svn r11942) -Codechange: Merge chars.grf into openttd[d|w].grf using action 12. Remove obsolete tables used for index mapping.
Tue, 22 Jan 2008 07:27:06 +0000 peter1138 (svn r11940) -Codechange: Store short filename once per open file instead of once per sprite cache entry. Not all file types need this, but most of the time no sprite cache entry needed it either.
Mon, 21 Jan 2008 23:55:57 +0000 rubidium (svn r11939) -Codechange: some type fixes and very initial steps into supporting NDS by default. Based on work by Dominik.
Mon, 21 Jan 2008 20:41:04 +0000 peter1138 (svn r11938) -Codechange: support loading of canal/river properties (though still ignored)
Mon, 21 Jan 2008 15:48:00 +0000 frosch (svn r11937) -Feature: Allow building bridge heads on more slopes.
Mon, 21 Jan 2008 15:20:58 +0000 frosch (svn r11936) -Fix: 'BRIDGE_TOO_LOW_FOR_TERRAIN'-check was wrong for steep slopes.
Mon, 21 Jan 2008 10:31:27 +0000 bjarni (svn r11935) -Fix (r11875)[FS#1672]: autosend aircraft to hangar for replacement check inverted the check for autorenew
Sun, 20 Jan 2008 18:30:53 +0000 peter1138 (svn r11934) -Codechange: add persistent random data for river and canal tiles.
Sun, 20 Jan 2008 17:43:38 +0000 miham (svn r11933) -Update: WebTranslator2 update to 2008-01-20 18:42:56
Sun, 20 Jan 2008 04:01:28 +0000 belugas (svn r11932) -Codechange: Forgot two occurences of widget enumification
Sun, 20 Jan 2008 03:56:15 +0000 belugas (svn r11931) -Codechange: enumify the widgets numbers. Give breathing room on the case switches too...
Sun, 20 Jan 2008 03:11:14 +0000 belugas (svn r11930) -Codechange: a bit of code style application
Sat, 19 Jan 2008 23:34:52 +0000 bjarni (svn r11929) -Fix (r9981)[FS#1624]: [autoreplace] fixed a case where a single headed locomotive caused an assert when being replaced to a dualheaded one
Sat, 19 Jan 2008 22:47:07 +0000 bjarni (svn r11928) -Fix (r6393): [autoreplace] autoreplace could refit train engines to the wrong cargo type if the old engine had no cargo capacity and the new one had
Sat, 19 Jan 2008 18:24:20 +0000 peter1138 (svn r11927) -Fix (r11926): unable to place canals in game
Sat, 19 Jan 2008 17:00:54 +0000 peter1138 (svn r11926) -Feature: Rivers. Graphics must be provided by NewGRF else rivers are drawn as canals. Rivers can currently only be placed with-in the scenario editor.
Sat, 19 Jan 2008 14:00:04 +0000 rubidium (svn r11925) -Fix (r122, r9867): loading old, pre savegame version 2, savegames.
Sat, 19 Jan 2008 11:08:06 +0000 peter1138 (svn r11924) -Codechange: All dropdowns now use the dropdown widget, so compatibility code can be removed
Fri, 18 Jan 2008 22:55:02 +0000 glx (svn r11923) -Cleanup: Remove strings removed from english.txt in r11919
Fri, 18 Jan 2008 21:44:20 +0000 smatz (svn r11922) -Codechange: use MaybeBarCrossingWithSound() to bar crossing with sound
Fri, 18 Jan 2008 21:33:19 +0000 peter1138 (svn r11921) -Cleanup: correct indenting and switch case line spacing.
Fri, 18 Jan 2008 21:25:18 +0000 glx (svn r11920) -Fix (r11844): train count was incorrect in network lobby window (and 'players' command)
Fri, 18 Jan 2008 21:08:40 +0000 peter1138 (svn r11919) -Codechange: Assign numbered parameters to world generator widgets to avoid separate DrawString()s, and do the same for the scenario flat-land window.
Fri, 18 Jan 2008 18:18:39 +0000 peter1138 (svn r11918) -Codechange: Draw engine lists at widget positions instead of fixed pixel positions
Fri, 18 Jan 2008 14:48:57 +0000 smatz (svn r11917) -Fix (r3677): AI was reading wrong tile slope while building road bridge
Fri, 18 Jan 2008 13:02:47 +0000 smatz (svn r11916) -Codechange: use enums from VehicleViewWindowWidgets instead of constants
Fri, 18 Jan 2008 10:36:55 +0000 peter1138 (svn r11915) -Codechange: Add a function to draw a sort button's up/down arrow. Arrows are now drawn in a consistent position based on the widget, instead of randomly positioned by pixel.
Fri, 18 Jan 2008 03:48:29 +0000 glx (svn r11914) -Documentation: fix some @file statement
Fri, 18 Jan 2008 02:16:39 +0000 smatz (svn r11913) -Fix (r11871): update signals after company bankrupt and disaster too
Thu, 17 Jan 2008 21:57:20 +0000 peter1138 (svn r11912) -Codechange: use dropdown widget for autoreplace, station builder and (second?) vehicle list windows
Thu, 17 Jan 2008 21:44:52 +0000 peter1138 (svn r11911) -Codechange: use enum for autoreplace window widgets
Thu, 17 Jan 2008 20:41:33 +0000 smatz (svn r11910) -Fix: play 'ding-ding' crossing sound in more cases (except gameload and crossing construction)
Thu, 17 Jan 2008 20:00:13 +0000 peter1138 (svn r11909) -Codechange: use dropdown widget for player livery, network lobby/setup and news settings windows
Thu, 17 Jan 2008 19:49:06 +0000 smatz (svn r11908) -Fix: update crossing when merging a company, when building a crossing and after loading older savegame
Thu, 17 Jan 2008 19:41:05 +0000 peter1138 (svn r11907) -Codechange: clean up of worldgen/heightmap ui: replace many separate DrawString() calls with widgets, use dropdown widgets, and use consistent positioning/sizing.
Thu, 17 Jan 2008 19:35:37 +0000 miham (svn r11906) -Fix: fixed a typo in german language (reported by Botcher0)
Thu, 17 Jan 2008 19:12:53 +0000 peter1138 (svn r11905) -Codechange: add widget enums for player finances and player livery windows
Thu, 17 Jan 2008 18:49:39 +0000 peter1138 (svn r11904) -Codechange: use dropdown widget in 3 more windows, build vehicle, group vehicle list and station list.
Thu, 17 Jan 2008 18:21:31 +0000 smatz (svn r11903) -Fix: try to fix MorphOS compilation
Thu, 17 Jan 2008 18:10:27 +0000 peter1138 (svn r11902) -Codechange: use new dropdown widget for game options window
Thu, 17 Jan 2008 18:09:15 +0000 peter1138 (svn r11901) -Add: add two widgets for dropdowns, one raised and one inset, to eventually replace use of two widgets for each dropdown control.
Thu, 17 Jan 2008 17:57:39 +0000 smatz (svn r11900) -Fix: set correctly crossing state after train reversal, train leaving crossing, train crash
Thu, 17 Jan 2008 17:35:59 +0000 frosch (svn r11899) -Cleanup: Remove ShowReplaceVehicleWindow() as it is basically a duplicate of ShowReplaceGroupVehicleWindow().
Thu, 17 Jan 2008 17:13:47 +0000 frosch (svn r11898) -Fix: Update neighboured canals + signals when flooding non-flat tiles, too.
Thu, 17 Jan 2008 16:55:13 +0000 frosch (svn r11897) -Fix: Replace an uint with TileIndex and a small coding style fix.
Thu, 17 Jan 2008 16:46:41 +0000 glx (svn r11896) -Fix (r11886): a missing const broke compilation with MSVC
Thu, 17 Jan 2008 16:41:02 +0000 glx (svn r11895) -Fix (r11875): for once MSVC warns for a good reason
Thu, 17 Jan 2008 14:06:49 +0000 peter1138 (svn r11894) -Cleanup: Remove strings removed from english.txt in r11893
Thu, 17 Jan 2008 14:00:17 +0000 peter1138 (svn r11893) -Codechange: build map size drop downs dynamically and remove unneeded strings
Thu, 17 Jan 2008 13:37:28 +0000 peter1138 (svn r11892) -Fix (r11879): View switched from ungrouped to all vehicles as ungrouped is not technically a valid group, and ensure dropdown is removed
Thu, 17 Jan 2008 02:13:01 +0000 rubidium (svn r11890) -Change: ignore some files for git too. Patch by bruce89.
Thu, 17 Jan 2008 02:10:55 +0000 rubidium (svn r11889) -Change: small inconsistency between documentation and code. Patch by Yexo.
Thu, 17 Jan 2008 02:10:26 +0000 glx (svn r11888) -Codechange: simplify sorting of the strings in town names dropdown
Thu, 17 Jan 2008 02:09:34 +0000 rubidium (svn r11887) -Fix [FS#1658]: segmentation faults/wrong frees due uninitialized memory in the AI.
Thu, 17 Jan 2008 00:21:43 +0000 glx (svn r11886) -Add: sort the strings in languages dropdown