openttd.dsp
Wed, 22 Mar 2006 20:46:07 +0000 Darkvater (svn r4031) - Backport from trunk (r4030): 0.4.5
Sat, 27 May 2006 16:12:16 +0000 KUDr (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
Thu, 18 May 2006 02:43:23 +0000 belugas (svn r4902) Newgrf : Introduction of the newgrf_cargo files.
Fri, 05 May 2006 19:30:09 +0000 KUDr (svn r4746) - Fix: VC shows warning in newgrf_station.c:211 and complains about missing sprite.c
Tue, 02 May 2006 03:11:45 +0000 belugas (svn r4656) MSV project : Little correction of forgotten files
Fri, 21 Apr 2006 03:00:20 +0000 belugas (svn r4493) Newgrf : Action 04. Beginning of implementation.
Thu, 20 Apr 2006 21:19:20 +0000 peter1138 (svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
Sat, 01 Apr 2006 02:02:50 +0000 belugas (svn r4223) Correction of VC6 project file.
Thu, 30 Mar 2006 00:48:45 +0000 belugas (svn r4163) CodeChange : Add missing file to MS Project and Workspace files
Wed, 29 Mar 2006 16:30:26 +0000 celestar (svn r4150) -Feature: Merged elrails into trunk. Thanks to Tron for lots of code and proofreading, thanks to peter1138 for another lot of code and ideas.
Sun, 26 Mar 2006 21:15:09 +0000 Darkvater (svn r4125) - Feature: Add a general TIC() TOC() mechanism using rdtsc or something similar on non-i386 architectures to performance-tune (critical) code. Some systems are probably missing, but those can be added later.
Sun, 26 Mar 2006 16:29:20 +0000 Darkvater (svn r4114) - Add missing source files to VS2003/VS6 project files added in r4113
Fri, 24 Mar 2006 16:03:09 +0000 belugas (svn r4089) CodeChange : Create Map Accessors Group in MS WorkSpace, arrange VCProject. Remove warning on FindLengthOfTunnel, uint is not DiagDirection
Wed, 22 Mar 2006 20:41:48 +0000 Darkvater (svn r4030) Darkvater * r4030 /trunk/ (openttd.dsp openttd.vcproj): - [win32] Change compiler settings to use the multithreaded CRT. This prevents certain crashes on multi-threaded machines. (thx DmitryKo and KUDr)
Thu, 16 Mar 2006 00:32:25 +0000 Darkvater (svn r3897) - Add some more missing files to VS6 project. Thanks for bringing it to my attention glx.
Wed, 15 Mar 2006 21:09:10 +0000 Darkvater (svn r3892) - Add missing file to VS project-file
Fri, 24 Feb 2006 20:09:50 +0000 peter1138 (svn r3666) Fix up svn properties and add header files to Windows project files.
Sun, 05 Feb 2006 20:36:36 +0000 peter1138 (svn r3558) Add newgrf_callbacks.h to VS project files
Fri, 03 Feb 2006 15:51:00 +0000 peter1138 (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files.
Fri, 03 Feb 2006 12:55:21 +0000 peter1138 (svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch], and add the new files to project files.
Sun, 29 Jan 2006 18:57:26 +0000 Darkvater (svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it in branch/pbs. This reverts revisions r3158, r3140, r3075, r2977, r2674, r2625, r2621, r2529, r2528, r2525, r2524, r2519, r2517, r2516, r2507, r2499. (in conjunction with Tron)
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)
Thu, 08 Sep 2005 14:31:13 +0000 Darkvater (svn r2925) Get VS6 to compile again; really this time (boekabart) and add eol-style and keywords to newly added source files (ai.[ch])
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 18:45:19 +0000 orudge (svn r2715) - Update MSVC project with dmusic.cpp updates
Mon, 25 Jul 2005 09:52:37 +0000 orudge (svn r2708) Update MSVC6 project with recent changes
Tue, 19 Jul 2005 11:55:47 +0000 ludde (svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
Sun, 17 Jul 2005 18:20:55 +0000 Darkvater (svn r2618) - Fix: add mersenne.c to VS6 project file (ludde)
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
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.