- 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-861f7616d084master
parent
ad2abfa53f
commit
3453f55bb0
5
TODO
5
TODO
|
@ -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/).
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -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"
|
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Loading…
Reference in New Issue