- Updated TODO (user request)

- Added MSVC project, resource and icon file

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@446 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2006-06-29 17:55:13 +00:00
parent ad2abfa53f
commit 3453f55bb0
4 changed files with 1997 additions and 3 deletions

5
TODO
View File

@ -1,6 +1,5 @@
Easy bugs to fix:
bug #5097: CPU Hog
- Add a shadow toggle to src/clparse.c
- bug #5097: CPU Hog
Reduce the amount of main-loop-runs to a reasonable number (eg 50),
so we don't eat up the whole CPU time.
Advanced code could be taken from the SDL_gfx project (http://www.ferzkopp.net/Software/SDL_gfx-2.0/).

1967
win32/Warzone.vcproj Normal file

File diff suppressed because it is too large Load Diff

28
win32/warzone.rc Normal file
View File

@ -0,0 +1,28 @@
1 VERSIONINFO
FILEVERSION 2,0,3,0
PRODUCTVERSION 2,0,3,0
FILEOS 0x40004
FILETYPE 0x2
{
BLOCK "StringFileInfo"
{
BLOCK "040904B0"
{
VALUE "CompanyName", "Warzone Project"
VALUE "FileDescription", "Warzone 2100 GPL"
VALUE "FileVersion", "2, 0, 3, 0"
VALUE "InternalName", "Warzone"
VALUE "LegalCopyright", "Copyright © 2006 Warzone Project"
VALUE "OriginalFilename", "warzone.exe"
VALUE "ProductName", "Warzone 2100 GPL"
VALUE "ProductVersion", "2, 0, 3, 0"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0
}
}
2 ICON "warzone2100.ico"

BIN
win32/warzone2100.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB