summaryrefslogtreecommitdiff
path: root/openttd.vcproj
AgeCommit message (Collapse)Author
2005-07-19(svn r2640) - CodeChange: change calling convention to __fastcall as well ↵Darkvater
for vs.net2003 as it was done for vs6. Debug/Release works fine for me, if there are probs let me (+ludde) know.
2005-07-17(svn r2608) - Fix: add strings.h to vs.net2003 project fileDarkvater
2005-07-17(svn r2606) -Codechange: renamed ai.c to ai_old.c, and ai.h to ai_new.h to ↵truelight
make room for a global AI-handler
2005-07-15(svn r2586) - Fix [Makefile]: add mersenne.c to VS.NET2003 project fileDarkvater
2005-07-06(svn r2524) - Add pbs.[ch] to VS.NET2003 and VS6 project files.Darkvater
2005-06-17(svn r2454) * Codechange: Move #include "stdafx.h" and "openttd.h" from ↵matthijs
rail.h to rail.c * Codechange: Move declaration of lookup arrays into the functions that need them. This doesn't pollute the global namespace with the array names. * Add: rail.h to the openttd.vcproj and openttd.dsp for MSVC.
2005-06-02(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.Darkvater