log

age author description
Thu, 11 Jan 2007 14:40:12 +0000 peter1138 (svn r8063) -Codechange: When evaluating newgrf varaction2s the 'last value' should start off at 0, and the result of the operation is remembered. draft
Thu, 11 Jan 2007 14:25:17 +0000 peter1138 (svn r8062) -Codechange: change newgrf varaction2 value from signed to unsigned draft
Thu, 11 Jan 2007 13:47:55 +0000 bjarni (svn r8061) -Fix r8055: obj-c can't handle templates draft
Thu, 11 Jan 2007 12:47:42 +0000 celestar (svn r8058) -Codechange: Replaced an occurence of (uint32)-1 by UINT_MAX draft
Thu, 11 Jan 2007 12:38:04 +0000 celestar (svn r8057) -Codechange: Declare the "new" max template as static line. draft
Thu, 11 Jan 2007 12:32:10 +0000 celestar (svn r8056) -Codechange: Remove swap_byte, swap_byte, and siblings (some were not used anyway) and replace them by our SwapT implementation draft
Thu, 11 Jan 2007 11:05:01 +0000 celestar (svn r8055) -Codechange: Replace the different max, dmax, maxu whatever macros by a simple template function max(), that requires two arguments of the same type. While I'm at it change a variable called "max" to "maxval" in a function that calls max(). draft
Thu, 11 Jan 2007 10:58:53 +0000 peter1138 (svn r8054) -Codechange: Use a template function instead of a macro for evaluating NewGRF var adjusts draft
Thu, 11 Jan 2007 10:35:59 +0000 miham (svn r8053) [Translations] Reverted german translators work (moewe2), since it looks suspicious draft
Thu, 11 Jan 2007 10:34:42 +0000 KUDr (svn r8052) - Codechange: RemoveFirstTrack() and RemoveFirstTrackdir() now accept pointer to TrackBits/TrackdirBits instead of reference. draft
Thu, 11 Jan 2007 06:24:37 +0000 miham (svn r8051) WebTranslator2 update to 2007-01-11 07:24:01 draft
Thu, 11 Jan 2007 02:05:13 +0000 belugas (svn r8050) -Codechange: Rename map member extra to m6, since its usage has been widden. draft
Thu, 11 Jan 2007 01:21:55 +0000 Darkvater (svn r8049) -Regression (r7369): Removing certain news windows could cause a crash due to only draft
Wed, 10 Jan 2007 23:58:52 +0000 rubidium (svn r8047) -Revert (8002): cp -u is not supported on all platforms. draft
Wed, 10 Jan 2007 21:44:59 +0000 Darkvater (svn r8044) Regression (r8038): Crash on allocating bridge memory (peter1138) draft
Wed, 10 Jan 2007 20:11:13 +0000 rubidium (svn r8043) -Fix (8028): forgot setting a variable. draft
Wed, 10 Jan 2007 19:39:54 +0000 orudge (svn r8042) - Fix: OS/2 compilation with GCC (thanks to Paul Smedley and TrueBrain for their help) draft
Wed, 10 Jan 2007 19:20:25 +0000 peter1138 (svn r8041) -Regression (r7564): [NewGRF] check_length should skip further processing if a length is too short, so give the function a return value draft
Wed, 10 Jan 2007 19:13:33 +0000 truelight (svn r8040) [Configure] -Fix: for some reason, OS2 compiled unix.cpp, not os2.cpp draft
Wed, 10 Jan 2007 19:00:08 +0000 miham (svn r8039) WebTranslator2 update to 2007-01-10 19:58:43 draft
Wed, 10 Jan 2007 18:56:51 +0000 rubidium (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. draft
Wed, 10 Jan 2007 18:44:52 +0000 rubidium (svn r8037) -Fix (r7987): MSVC project files were not updated with respect to the addition of slovenian. draft
Wed, 10 Jan 2007 18:24:48 +0000 rubidium (svn r8034) -Fix (r8033): aircraft_cmd.c was not renamed. draft
Wed, 10 Jan 2007 18:12:09 +0000 KUDr (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) draft
Wed, 10 Jan 2007 16:31:40 +0000 rubidium (svn r8030) -Fix: segmentation fault when removing a town in the scenario editor while having the query tool window open for one of the town's tiles. draft
Wed, 10 Jan 2007 15:03:47 +0000 rubidium (svn r8029) -Fix (7759): somehow the old configure script was not removed. draft
Wed, 10 Jan 2007 15:00:20 +0000 rubidium (svn r8028) -Fix: overflow of ticks was not handled properly, possibly resulting a non-reacting gameserver/gameclient. draft
Wed, 10 Jan 2007 14:52:10 +0000 celestar (svn r8027) -Fix (FS#486) If a pause command is issues, it will now pause the game even if shift is pressed instead of giving a cost estimate of 0. This fixes a problem where the server does not pause_on_join when the player on the interactive server has the shift button pressed. (Thanks to pvz for the report and the fix) draft
Wed, 10 Jan 2007 14:22:49 +0000 celestar (svn r8026) -Fix (r2441) When taking up cargo that is transferring, trains will now also have the virtual profit deducted. draft
Wed, 10 Jan 2007 10:39:45 +0000 rubidium (svn r8019) -Fix (r7759): if libfreetype was not found (and not forced to be used), the configure script aborted instead of marking it a 'not found'. draft