openttd_vs80.vcproj
Sat, 30 Dec 2006 17:06:34 +0000 KUDr (svn r7649) [cbh] - Fix: [YAPF] assert on cbh custombridgeheads
Tue, 20 Mar 2007 00:02:18 +0000 glx (svn r9358) [0.5] -Backport from trunk (r9055, r9082, r9083, r9084, r9085, r9086): 0.5
Sat, 30 Dec 2006 22:53:05 +0000 Darkvater (svn r7661) -Backport from trunk (r7550): 0.5
Thu, 07 Dec 2006 00:51:20 +0000 Darkvater (svn r7410) -Codechange/Fix: Remove useless and unfollowable programmatic-resize, and implement it
Mon, 04 Dec 2006 14:30:18 +0000 peter1138 (svn r7358) -Codechange: add newgrf_gui.c to MS project files
Mon, 04 Dec 2006 08:30:04 +0000 peter1138 (svn r7348) -Feature: Initial support for saving NewGRF settings with savegames. Back up your savegames...
Sun, 03 Dec 2006 18:36:11 +0000 Darkvater (svn r7336) -Codechange: [win32] Add freetype support for Windows project files.
Sun, 03 Dec 2006 17:27:43 +0000 matthijs (svn r7331) - Codechange: Rename all memory pool macro's and types to "old pool", so the new pool implementation can be committed alongside it.
Thu, 30 Nov 2006 16:03:12 +0000 KUDr (svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified a bit:
Tue, 28 Nov 2006 20:55:42 +0000 Darkvater (svn r7281) -Codechange: [win32] Add win32.h to project file
Tue, 21 Nov 2006 13:03:06 +0000 Darkvater (svn r7226) -Fix (r7200): [win32] Don't ask my why but I told the linker to ignore the multithreaded
Thu, 16 Nov 2006 22:05:33 +0000 peter1138 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
Tue, 24 Oct 2006 12:56:14 +0000 Darkvater (svn r6922) -Feature: Add proper cloning sprites and cursors, different for each vehicle. Big thanks
Wed, 18 Oct 2006 00:10:38 +0000 glx (svn r6817) -Fix: set svn:eol-style for vs80 files
Tue, 10 Oct 2006 15:02:38 +0000 bjarni (svn r6722) -Codechange: [aircraft build window] moved aircraft build window to a file of it's own
Thu, 05 Oct 2006 02:26:27 +0000 belugas (svn r6644) -Fix(r6637): remove inline to allow MSVC compilation
Sun, 01 Oct 2006 00:38:46 +0000 belugas (svn r6596) -Fix(r6562) : Add missing resize_window_widget.h to MSVC projects
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.