log

age author description
Thu, 22 Feb 2007 15:01:38 +0000 tron (svn r8843) -Fix draft
Thu, 22 Feb 2007 08:43:02 +0000 tron (svn r8841) -Fix draft
Thu, 22 Feb 2007 06:57:21 +0000 tron (svn r8840) -Fix draft
Thu, 22 Feb 2007 00:33:39 +0000 glx (svn r8839) -Fix: escape slashes in sed for mingw Makefile.dep stuff. It worked with sed 3.02 (provided by msys) but sed 4.1.4 (from gnuwin32.sf.net) failed. draft
Wed, 21 Feb 2007 23:18:08 +0000 maedhros (svn r8838) -Feature: Show newgrf error messages loaded in Action B in the newgrf gui draft
Wed, 21 Feb 2007 22:02:10 +0000 rubidium (svn r8837) -Fix [FS#626]: drive through stations did not connect to neighbouring roads (mart3p). draft
Wed, 21 Feb 2007 21:56:07 +0000 KUDr (svn r8836) [YAPF] -Fix[FS#641]: Assertion: 'IsTileDepotType(depot_tile, TRANSPORT_ROAD)' failed (Karsten) draft
Wed, 21 Feb 2007 20:05:05 +0000 tron (svn r8835) -Fix draft
Wed, 21 Feb 2007 19:49:18 +0000 tron (svn r8834) -Fix draft
Wed, 21 Feb 2007 19:46:37 +0000 tron (svn r8833) -Fix draft
Wed, 21 Feb 2007 17:59:34 +0000 rubidium (svn r8832) -Change: rewrite the solution file generator a little so it makes project files that look more like the ones generated by respectively MSVC2003 and MSVC2005. draft
Wed, 21 Feb 2007 17:54:30 +0000 maedhros (svn r8831) -Feature: If an action 7/9 leads to skipping the rest of the file, disable the draft
Wed, 21 Feb 2007 17:20:44 +0000 maedhros (svn r8830) -Feature: Stop loading and disable the current newgrf if a fatal error message draft
Wed, 21 Feb 2007 08:32:36 +0000 tron (svn r8829) -Fix draft
Wed, 21 Feb 2007 07:37:31 +0000 tron (svn r8828) -Fix draft
Wed, 21 Feb 2007 02:22:43 +0000 belugas (svn r8827) -Codechange: Cleanup of industry_cmd (Step-6). Implementation of IndustryTileSPec, the alter ego of IndustrySpec. draft
Tue, 20 Feb 2007 22:09:21 +0000 peter1138 (svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular struct array (with accessor) and implement new initialization method using cargo labels. draft
Tue, 20 Feb 2007 17:52:43 +0000 maedhros (svn r8825) -Fix: Make sure strings read from newgrf files are 0 terminated and 0 draft
Tue, 20 Feb 2007 14:39:47 +0000 Darkvater (svn r8824) -Fix (r8821): don't use MSVC2005 runtime library-only _snwprintf_s function, but use 'insecure/deprecated' version and zero-terminate string ourselves. Thanks for testing glx. draft
Tue, 20 Feb 2007 09:46:10 +0000 Darkvater (svn r8823) -Fix (r8821): wrapping opendir to ottd-specific function failed on non-windows because this wrapper was only active for win32 (thx Rubidium) draft
Tue, 20 Feb 2007 06:39:09 +0000 tron (svn r8822) -Fix draft
Tue, 20 Feb 2007 00:09:23 +0000 Darkvater (svn r8821) -Regression: Unable to browse directories on *nix if the filesystem is not in UTF-8 charset and special characters are used. The string passed to opendir() which is UTF-8 was not parsed back to the filesystem format. Use a wrapper called ttd_opendir() instead of redefining opendir itself. draft
Tue, 20 Feb 2007 00:01:54 +0000 Darkvater (svn r8820) -Codechange (r8807, r8806): Remove the unneeded calloc/free allocation of GRFConfig and turn it into a simple variable (it's supposed to be data-only). Thanks Tron. draft
Mon, 19 Feb 2007 21:18:39 +0000 truelight (svn r8819) [Config] -Documentation: added why we need CC_HOST for linking on PSP draft
Mon, 19 Feb 2007 21:11:44 +0000 rubidium (svn r8818) -Codechange: remove the #ifdef _cplusplus remnants. draft
Mon, 19 Feb 2007 20:10:46 +0000 truelight (svn r8816) [Config] -Fix: if you disable stripping, don't detect strip at all draft
Mon, 19 Feb 2007 19:59:19 +0000 truelight (svn r8814) [Config] -Add: added --awk and detect_awk. We now try to find an awk on the user system which allows gsub(). If not found, you can define one yourself, or it tells you versions you might want to install draft
Mon, 19 Feb 2007 18:58:28 +0000 truelight (svn r8813) -Fix r8812: fixed one GNU depending grep statement with an other ;) Switched to egrep, which should work just fine. draft
Mon, 19 Feb 2007 18:47:55 +0000 truelight (svn r8812) -Revert r7880: those changes assumed a GNU-grep, which isn't always available. Reverted back to a bit more ugly way of writing greps, but at least they are not bound to the laws of GNU. draft
Mon, 19 Feb 2007 16:24:10 +0000 truelight (svn r8811) [Configure] -Fix: [:lower:] for tr is GNU specific. Use [a-z] instead. (Celestar) draft