From: <phe...@us...> - 2012-11-05 16:03:56
|
Revision: 13432 http://vegastrike.svn.sourceforge.net/vegastrike/?rev=13432&view=rev Author: pheonixstorm Date: 2012-11-05 16:03:44 +0000 (Mon, 05 Nov 2012) Log Message: ----------- Update to binary and project files Modified Paths: -------------- trunk/vega-vc9/vegastrike/vegastrike.vcproj trunk/vegastrike/Resources.rc trunk/win32/bin/vegastrike.exe Property Changed: ---------------- trunk/ Property changes on: trunk ___________________________________________________________________ Modified: svn:ignore - Factionxml Ignoreme Install master_part_list1.csv master_part_list12515.csv memleak3.diff new diffs units.csv units12890.csv units12890A.csv v5.5_rebalance v5.5_rebalance.zip vega-vc10 vegaserver vegastrike.rar + Factionxml Ignoreme Install data4.x master_part_list1.csv master_part_list12515.csv memleak3.diff new diffs units.csv units12890.csv units12890A.csv v5.5_rebalance v5.5_rebalance.zip vega-vc10 vegaserver vegastrike.rar Modified: trunk/vega-vc9/vegastrike/vegastrike.vcproj =================================================================== --- trunk/vega-vc9/vegastrike/vegastrike.vcproj 2012-10-31 17:11:48 UTC (rev 13431) +++ trunk/vega-vc9/vegastrike/vegastrike.vcproj 2012-11-05 16:03:44 UTC (rev 13432) @@ -1930,6 +1930,10 @@ > </File> <File + RelativePath="..\..\vegastrike\src\gfx\occlusion.cpp" + > + </File> + <File RelativePath="..\..\vegastrike\src\gfx\particle.cpp" > </File> @@ -3722,6 +3726,10 @@ > </File> <File + RelativePath="..\..\vegastrike\src\gfx\occlusion.h" + > + </File> + <File RelativePath="..\..\vegastrike\src\gfx\particle.h" > </File> Modified: trunk/vegastrike/Resources.rc =================================================================== --- trunk/vegastrike/Resources.rc 2012-10-31 17:11:48 UTC (rev 13431) +++ trunk/vegastrike/Resources.rc 2012-11-05 16:03:44 UTC (rev 13432) @@ -62,8 +62,8 @@ // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,5,2,13392 - PRODUCTVERSION 0,5,2,13392 + FILEVERSION 0,5,2,13431 + PRODUCTVERSION 0,5,2,13431 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x9L @@ -81,13 +81,13 @@ VALUE "Comments", "Vega Strike is the 3D Space Simulator that allows you to trade and bounty hunt in a vast universe. Can you face the dangers and decisions that await..." VALUE "CompanyName", "Vega Strike Project" VALUE "FileDescription", "Vega Strike Open Source Space Simulator" - VALUE "FileVersion", "0, 5, 2, 13392" + VALUE "FileVersion", "0, 5, 2, 13431" VALUE "InternalName", "vegastrike" VALUE "LegalCopyright", "\xA9 Copyright 1998-2011 Vega Strike Project. All rights reserved. See the vega-licence.txt for details." VALUE "OriginalFilename", "Vegastrike.exe" VALUE "PrivateBuild", "13370" VALUE "ProductName", "Vega Strike" - VALUE "ProductVersion", "0, 5, 2, 13392" + VALUE "ProductVersion", "0, 5, 2, 13431" END END BLOCK "VarFileInfo" Modified: trunk/win32/bin/vegastrike.exe =================================================================== (Binary files differ) |