Mon, 05 Mar 2007 09:35:45 +0000 celestar (svn r9016) [SunOS] -Fix: Don't use a struct-member that doesn't exist.
Mon, 05 Mar 2007 05:03:28 +0000 tron (svn r9015) -Fix
Mon, 05 Mar 2007 05:02:24 +0000 tron (svn r9014) -Fix
Mon, 05 Mar 2007 05:01:06 +0000 tron (svn r9013) -Fix
Mon, 05 Mar 2007 00:45:56 +0000 Darkvater (svn r9012) -Fix/Feature (UTF8): When cutting strings into multiple lines also take into consideration whitespace characters of more than 1 byte length (eg IDEOGRAPHIC SPACE, IsWhitespace() function). When trimming such strings, account for multiple-byte long sequences so use *Utf8PrevChar(v) = '\0'.
Mon, 05 Mar 2007 00:34:48 +0000 Darkvater (svn r9011) -Codechange (r9003): Rework Utf8PrevChar so that it returns a pointer to the previous UTF8 character's first byte instead of a byte-length offset
Sun, 04 Mar 2007 22:14:32 +0000 Darkvater (svn r9009) -Fix (r1): Determine whether to play a sound or not when entering a tunnel based on engine type (only steam engines) instead of on spritenum which can be invalid for newgrf trains. DBSet(XL) or any other steam trains without newsounds should sound their horn now.
Sun, 04 Mar 2007 08:05:43 +0000 miham (svn r9005) -Update: WebTranslator2 update to 2007-03-04 09:03:25
Sun, 04 Mar 2007 00:49:40 +0000 Darkvater (svn r9003) -Codechange: Introduce a function Utf8PrevCharLen that finds the starting character of an UTF-8 sequence from a given position and returns the length to the first UTF-8 encoding byte of that sequence.
Sat, 03 Mar 2007 22:15:37 +0000 rubidium (svn r9002) -Update: remove strings removed in r9001 from languages other than English.
Sat, 03 Mar 2007 22:03:15 +0000 rubidium (svn r9001) -Codechange: remove duplication of functions and strings with respect to the news of new vehicles.
Sat, 03 Mar 2007 20:43:52 +0000 rubidium (svn r9000) -Fix [FS#581, r2572]: new locomotive names were not announced in the news, it said "new railway locomotive available - railway locomotive".
Sat, 03 Mar 2007 20:43:50 +0000 rubidium (svn r8999) -Fix [FS#450]: do not select a disabled platform length/number of track count when going out of drag-drop mode.
Sat, 03 Mar 2007 13:36:25 +0000 Darkvater (svn r8995) -Fix (FS#620, r8464): revert properly (reversion of r4322) internal speeds
Sat, 03 Mar 2007 13:13:25 +0000 Darkvater (svn r8994) -Fix [FS642, r3320]: [win32] Resolution doubled in cfg file when fullscreen mode used. Use _wnd.double_size which gives back its correct state with respect to double size and fullscreen.
Sat, 03 Mar 2007 10:48:25 +0000 peter1138 (svn r8990) -Fix: more indenting and variable scoping
Sat, 03 Mar 2007 09:58:20 +0000 peter1138 (svn r8989) -Fix: more indenting and variable scoping
Sat, 03 Mar 2007 09:40:34 +0000 peter1138 (svn r8988) -Fix: Indenting, variable scope, variable type and minor duffage
Sat, 03 Mar 2007 04:04:22 +0000 belugas (svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing tags and (more than just) a few comments style.
Fri, 02 Mar 2007 19:57:55 +0000 rubidium (svn r8980) -Fix (FS#656): the industry list should also be (re)set when the number of industries is 0.
Fri, 02 Mar 2007 18:57:54 +0000 rubidium (svn r8979) -Fix (r8978): unsigned vs signed comparisons.
Fri, 02 Mar 2007 18:49:11 +0000 richk (svn r8978) -Feature: Rewrite of transfer system.
Fri, 02 Mar 2007 17:54:52 +0000 Darkvater (svn r8977) -Codechange: Remove the hardcoded maximum width for some drawstrings and replace them with a portion of w->width. Only visible improvement is QueryWndProc which will not write exactly to the edge of the window anymore.
Fri, 02 Mar 2007 15:17:48 +0000 Darkvater (svn r8976) -Codechange: Reinitialize all engines after grf files have been reloaded/changed.
Fri, 02 Mar 2007 15:08:28 +0000 Darkvater (svn r8975) -Regression: [win32] Possible buffer overflow if unicode text is pasted into an input box and needs trimming. The last character was wrongly assumed to be of length 1 (tb->maxlength - 1), while a unicode character can be up to 4 long.
Fri, 02 Mar 2007 15:02:12 +0000 Darkvater (svn r8974) -Fix: [win32] Define a win32 target platform ourselves so that we don't conflict with Vista Platform SDK (boekabart)
Fri, 02 Mar 2007 12:01:24 +0000 celestar (svn r8973) -Feature/Codechange: Changed the internal unit for aircraft velocities to from 8mph to 1km/h (peter1138), also give aircraft realsitic velocities (so that 1km/h is 1km/h independent of vehicle type) (peter1138). Introduce a flag to reduce aircraft speed in holding patterns to some realistic velocity. Use this flag for the city airport for the time being and make use of the different entry points for this airport type.
Fri, 02 Mar 2007 11:36:34 +0000 peter1138 (svn r8972) -Codechange: Dynamically add buttons on the cargo payment graph. This lets us remove the gaps and allow more than 12 cargo types later.
Fri, 02 Mar 2007 01:18:12 +0000 truelight (svn r8970) -Fix (win32): suppress the warnings coming from the DirectX includes for GCC 4.0+. Also clearify commit r8968 in-code
Fri, 02 Mar 2007 01:17:11 +0000 rubidium (svn r8969) -Codechange: rework of the player face bits.
Fri, 02 Mar 2007 00:45:08 +0000 truelight (svn r8968) -Fix (win32): silent g++ 4.0+ warnings about breaking strict-aliasing
Fri, 02 Mar 2007 00:36:16 +0000 truelight (svn r8967) -Fix (OSX): silent the warnings in cocoa_v.mm about deprecated stuff.. we know that\!
Fri, 02 Mar 2007 00:17:35 +0000 rubidium (svn r8966) -Codechange: replace some if-cascades by switches.
Thu, 01 Mar 2007 23:37:05 +0000 rubidium (svn r8964) -Codechange: use grf_load_string to read action 8 strings instead of trying to do the same manually.
Thu, 01 Mar 2007 20:12:41 +0000 miham (svn r8957) -Update: WebTranslator2 update to 2007-03-01 21:03:45
Thu, 01 Mar 2007 20:10:49 +0000 belugas (svn r8956) -Documentation : complete reference of m6 usage is now available.
Thu, 01 Mar 2007 18:28:55 +0000 rubidium (svn r8955) -Fix: crash on loading savegames with GRFs that do not have their GRF info/name set.
Thu, 01 Mar 2007 13:35:40 +0000 rubidium (svn r8954) -Codechange: remove direct map accesses from non-map-accessor headers.
Thu, 01 Mar 2007 13:27:51 +0000 rubidium (svn r8953) -Codechange: make the names of enums of WaterTileType consistent with respect to RailTileType and RoadTileType.
Thu, 01 Mar 2007 04:24:19 +0000 belugas (svn r8951) -Cleanup: Another bunch of re-formating and re-ordering.
Thu, 01 Mar 2007 01:24:44 +0000 belugas (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style.
Thu, 01 Mar 2007 00:58:09 +0000 rubidium (svn r8949) -Codechange: only test the first NETWORK_REVISION_LENGTH - 1 characters when determining network compatability. This makes it possible to have 'long' branch names while still being able to play network games.
Wed, 28 Feb 2007 23:52:04 +0000 glx (svn r8948) -Change: some sed implementations have problems with \n so rewrite r8832 using awk
Wed, 28 Feb 2007 17:59:05 +0000 maedhros (svn r8946) -Feature: [NewGRF] Add support for vehicle variables 0xFE and 0xFF bit 10,
Wed, 28 Feb 2007 17:18:36 +0000 maedhros (svn r8945) -Codechange: Rename v->load_status to v->vehicle_flags so it can be used for more than just the gradual loading status.
Wed, 28 Feb 2007 17:06:22 +0000 maedhros (svn r8944) -Codechange: Move the enum describing the bitmask of Engine.flags to engine.h and give the enum values better names.
Wed, 28 Feb 2007 10:40:34 +0000 maedhros (svn r8943) -Fix (r5338): [NewGRF] Fix support for vehicle variable 48, which just returns Engine[id].flags
Tue, 27 Feb 2007 23:36:28 +0000 rubidium (svn r8935) -Codechange: unification of track type between road and rail tiles, unification of ground type between normal rail tiles and depots/waypoints and removing the need for RailTileSubType.
Tue, 27 Feb 2007 23:12:45 +0000 KUDr (svn r8933) -Fix [Win64]: rdtsc now uses intrinsic on VC8 (michi_cc)
Tue, 27 Feb 2007 22:11:12 +0000 Darkvater (svn r8929) -Codechange: [win32] Give the installer a slightly more verbose link at the final screen and also copy any heightmaps to the desination directory.
Tue, 27 Feb 2007 17:04:22 +0000 Darkvater (svn r8927) -Codechange: [win32] Update the installer to use the new paths after the makefilerewrite and add roadstops.grf to the uninstaller.
Tue, 27 Feb 2007 16:51:49 +0000 Darkvater (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Tue, 27 Feb 2007 16:18:31 +0000 rubidium (svn r8921) -Fix (FS#654): several issues related to removing all orders from an aircraft and removing the airport it was heading:
Tue, 27 Feb 2007 16:07:04 +0000 Darkvater (svn r8920) -Codechange: Do not require to press 'Apply changes' in the newgrf GUI if the changes in there are not activated (this happens in the title screen)
Tue, 27 Feb 2007 16:05:49 +0000 Darkvater (svn r8919) -Regression (UTF8) (try #2): Win9x is very picky about trailing slashes in paths, so C:\\* will not work (but C:\Windows\\* does; go figure). Thanks glx for pointing it out and for the initial fix.
Tue, 27 Feb 2007 16:05:20 +0000 Darkvater (svn r8918) -Revert r8914 as the inverted files have been committed not the correct one.
Tue, 27 Feb 2007 15:17:06 +0000 Darkvater (svn r8914) -Regression (UTF8): Win9x is very picky about trailing slashes in paths, so C:\\* will not work (but C:\Windows\\* does; go figure). Thanks glx for pointing it out and for the initial fix.
Mon, 26 Feb 2007 22:32:21 +0000 rubidium (svn r8912) -Codechange: coding style cleanup and moving of two global externs into the functions that use them.
Mon, 26 Feb 2007 22:25:18 +0000 rubidium (svn r8911) -Cleanup: fixup comments about the RoadVehicleStates and remove two unused enums.
Mon, 26 Feb 2007 18:25:03 +0000 rubidium (svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a map accessors header.