summaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2006-12-21 21:56:10 +0000
committerDarkvater <Darkvater@openttd.org>2006-12-21 21:56:10 +0000
commit1c260bc5f10ae21c683d263518363b92c0f8b2e2 (patch)
tree6199d11d5f61e92426b42c0c5a58fa819f9653db /changelog.txt
parent19f54fd01701b692830554e8fc45ec972403ed10 (diff)
downloadopenttd-1c260bc5f10ae21c683d263518363b92c0f8b2e2.tar.xz
(svn r7537) -Forgot added VS80 support from Makefile
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index 98a015850..d86004eab 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -91,6 +91,7 @@
- Codechange: [win32] Add native x64 target to VS2005 project files (r5813)
- Codechange: [win32]The exception dialog showed the last modification-date of win32.c instead of the last compilation-date (r5801)
- Codechange: Add owner attribute to canals and locks. This makes them more useful in multiplayer games, as only the owner can delete them. Does not affect usage (r5084)
+- Codechange: Add MSVC2005 support, project and solution files are in the _vs80.* files (r4581)
- Codechange: [OSX] Shark (Xcode's profiling tool) can now relate CPU usage to lines (r3611)
- Codechange: Rewrite the multistop slot assignment system. More resource-friendly, several slot-assignment improvements (r3730, r4259)
- Codechange: Completely remove the deprecated -p parameter (is superseded by -n) (r3508)