diff options
author | truelight <truelight@openttd.org> | 2007-06-13 16:21:11 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2007-06-13 16:21:11 +0000 |
commit | b7443d800bddcdc7f3e5feaa0130df2445af4160 (patch) | |
tree | 214b44d6a6b5ee20d5f7eb13ed8d04475c94bd5f /projects | |
parent | 4185c4afcdd58d49c33e64c6d53a7eb71d44bd1e (diff) | |
download | openttd-b7443d800bddcdc7f3e5feaa0130df2445af4160.tar.xz |
(svn r10143) -Add: store the filename of the grfs opened and allow easy access to the name
-Codechange: store the SpriteID in the spritecache too
-Add: add a PNG loader for graphical files
-Documentation: added a document to explain the PNG format
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 6 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 12 |
2 files changed, 16 insertions, 2 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 48b0bd9b4..faa3cab7b 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -1008,6 +1008,12 @@ RelativePath=".\..\src\spriteloader\grf.hpp"> </File> <File + RelativePath=".\..\src\spriteloader\png.cpp"> + </File> + <File + RelativePath=".\..\src\spriteloader\png.hpp"> + </File> + <File RelativePath=".\..\src\spriteloader\spriteloader.hpp"> </File> </Filter> diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index be5d82860..c2f775285 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -956,7 +956,7 @@ > </File> <File - RelativePath="..\src\newgrf_industrytiles.h" + RelativePath=".\..\src\newgrf_industrytiles.h" > </File> <File @@ -1564,6 +1564,14 @@ > </File> <File + RelativePath=".\..\src\spriteloader\png.cpp" + > + </File> + <File + RelativePath=".\..\src\spriteloader\png.hpp" + > + </File> + <File RelativePath=".\..\src\spriteloader\spriteloader.hpp" > </File> @@ -1636,7 +1644,7 @@ > </File> <File - RelativePath="..\src\newgrf_industrytiles.cpp" + RelativePath=".\..\src\newgrf_industrytiles.cpp" > </File> <File |