openttd.vcproj
Sun, 11 Dec 2005 07:36:49 +0000 tron (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule
Sun, 13 Nov 2005 16:30:04 +0000 Darkvater (svn r3174) - Fix: fix compilation for VS.NET2003 and VS6 (missing sourcefile(s) from project)
Sun, 02 Oct 2005 22:39:56 +0000 Darkvater (svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)
Fri, 23 Sep 2005 23:23:01 +0000 Darkvater (svn r2980) - Add some comments to some setting enums, and fix a 'const' warning.
Sun, 11 Sep 2005 17:55:32 +0000 Darkvater (svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Thu, 08 Sep 2005 12:33:25 +0000 Darkvater (svn r2923) Update project files for VS2003 and VS6 (rev2921)
Sat, 03 Sep 2005 11:33:55 +0000 Darkvater (svn r2909) Game would hang where the autosave_on_exit was activated.
Sun, 14 Aug 2005 18:10:18 +0000 tron (svn r2866) Move all functions and tables which aren't directly involved in managing the sprite heap to a new file gfxinit.c.
Mon, 08 Aug 2005 20:27:05 +0000 tron (svn r2844) Update the MSVC project files, thanks AsterixMG
Fri, 05 Aug 2005 11:53:48 +0000 tron (svn r2810) Threads may now return information when they terminate using a void*.
Tue, 26 Jul 2005 19:31:05 +0000 orudge (svn r2719) - Update MSVC 2003 project (AsterixMG)
Mon, 25 Jul 2005 11:36:02 +0000 orudge (svn r2709) - Update VC 2003 project file (AsterixMG)
Tue, 19 Jul 2005 20:52:15 +0000 Darkvater (svn r2640) - CodeChange: change calling convention to __fastcall as well for vs.net2003 as it was done for vs6. Debug/Release works fine for me, if there are probs let me (+ludde) know.
Sun, 17 Jul 2005 15:55:26 +0000 Darkvater (svn r2608) - Fix: add strings.h to vs.net2003 project file
Sun, 17 Jul 2005 15:34:10 +0000 truelight (svn r2606) -Codechange: renamed ai.c to ai_old.c, and ai.h to ai_new.h to make room
Fri, 15 Jul 2005 21:31:09 +0000 Darkvater (svn r2586) - Fix [Makefile]: add mersenne.c to VS.NET2003 project file
Wed, 06 Jul 2005 10:41:56 +0000 Darkvater (svn r2524) - Add pbs.[ch] to VS.NET2003 and VS6 project files.
Fri, 17 Jun 2005 11:30:50 +0000 matthijs (svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from rail.h to rail.c
Thu, 02 Jun 2005 19:30:21 +0000 Darkvater (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.