|
From: <sik...@us...> - 2007-12-13 18:19:55
|
Revision: 82
http://perceptioncrash.svn.sourceforge.net/perceptioncrash/?rev=82&view=rev
Author: sik0fewl
Date: 2007-12-13 10:19:38 -0800 (Thu, 13 Dec 2007)
Log Message:
-----------
Finally added logo from Codehead :)
Modified Paths:
--------------
trunk/perceptioncrash/lib/tinyxml/Jamfile
trunk/perceptioncrash/src/PlayState.cpp
Added Paths:
-----------
trunk/htdocs/
trunk/media/logo/
trunk/media/logo/PC_Logo_6.psd
trunk/media/logo/readme.txt
trunk/perceptioncrash-xna/
Added: trunk/media/logo/PC_Logo_6.psd
===================================================================
(Binary files differ)
Property changes on: trunk/media/logo/PC_Logo_6.psd
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/media/logo/readme.txt
===================================================================
--- trunk/media/logo/readme.txt (rev 0)
+++ trunk/media/logo/readme.txt 2007-12-13 18:19:38 UTC (rev 82)
@@ -0,0 +1,3 @@
+Logo requires Cyborg 45 font which can be found here:
+
+ http://www.dafont.com/cyborg45.font
Property changes on: trunk/media/logo/readme.txt
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/perceptioncrash/lib/tinyxml/Jamfile
===================================================================
--- trunk/perceptioncrash/lib/tinyxml/Jamfile 2006-06-03 02:06:22 UTC (rev 81)
+++ trunk/perceptioncrash/lib/tinyxml/Jamfile 2007-12-13 18:19:38 UTC (rev 82)
@@ -5,6 +5,7 @@
: tinystr.h tinyxml.h tinystr.cpp tinyxml.cpp tinyxmlerror.cpp tinyxmlparser.cpp
: noinstall ;
+DefineConst tixml : TIXML_USE_STL
#ExternalLibs perceptioncrash : OGRE CEGUI CEGUIOGRERENDERER ;
# Construct a description for the help target
Modified: trunk/perceptioncrash/src/PlayState.cpp
===================================================================
--- trunk/perceptioncrash/src/PlayState.cpp 2006-06-03 02:06:22 UTC (rev 81)
+++ trunk/perceptioncrash/src/PlayState.cpp 2007-12-13 18:19:38 UTC (rev 82)
@@ -36,7 +36,7 @@
// sdw: This line causes me to crash, i don't know why. It works fine in another
// project, and used to in this one, until something must have changed.
- //rgm->loadResourceGroup(rgm->getWorldResourceGroupName(), false, true);
+ rgm->loadResourceGroup(rgm->getWorldResourceGroupName(), false, true);
mSceneMgr->setAmbientLight(Ogre::ColourValue(1, 1, 1));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|