openttd_vs80.vcproj
Fri, 29 Sep 2006 16:57:12 +0000 belugas (svn r6576) -CodeChange : Move depot_gui.c on "Gui Source codes" section of MSVC project files
Wed, 27 Sep 2006 18:17:01 +0000 peter1138 (svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound priority isn't supported.
Tue, 26 Sep 2006 16:47:51 +0000 bjarni (svn r6513) -Codechange: unified the code to draw depot windows
Fri, 01 Sep 2006 13:48:43 +0000 glx (svn r6298) -Fix(r6297): add network_gui.h to MSVC projetc files
Sat, 26 Aug 2006 14:36:19 +0000 Darkvater (svn r6138) - Remove stdafx.c since we do not use it.
Sat, 19 Aug 2006 11:50:34 +0000 truelight (svn r5949) -Fix: vs80 project file was broken (tnx webfreakz)
Sat, 19 Aug 2006 10:00:30 +0000 truelight (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
Mon, 14 Aug 2006 14:21:15 +0000 rubidium (svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
Fri, 11 Aug 2006 13:51:04 +0000 Darkvater (svn r5843) Wrong path for masm64.rules in VS2005 project file (michi_cc)
Wed, 09 Aug 2006 08:48:33 +0000 Darkvater (svn r5813) Add x64 target to VS2005 project files (michi_cc)
Sat, 05 Aug 2006 00:16:24 +0000 Darkvater (svn r5764) - Cleanup: - Cleanup: Move the now unified FiosAlloc, compare_FiosItems, FiosFreeSavegameList, FiosMakeSavegameName, FiosDelete and FileExists to newly created file fios.c where it belongs.
Fri, 07 Jul 2006 02:44:51 +0000 belugas (svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
Fri, 16 Jun 2006 00:28:15 +0000 Darkvater (svn r5286) - Clean up VS2005 project files by making them identical to the VS2003 project file. Mainly put object files into a subdirectory of the project directory instead of a level higher which makes absolutely no sense. Also add some ignores, remove obsolete VS6 project files.
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.