From: <axl...@us...> - 2008-12-07 17:26:57
|
Revision: 65 http://hgengine.svn.sourceforge.net/hgengine/?rev=65&view=rev Author: axlecrusher Date: 2008-12-07 17:26:46 +0000 (Sun, 07 Dec 2008) Log Message: ----------- new files Modified Paths: -------------- Mercury2/adv_set.c Modified: Mercury2/adv_set.c =================================================================== --- Mercury2/adv_set.c 2008-12-07 17:25:12 UTC (rev 64) +++ Mercury2/adv_set.c 2008-12-07 17:26:46 UTC (rev 65) @@ -9,7 +9,8 @@ src/MercuryWindow.cpp src/RenderableNode.cpp \ src/TransformNode.cpp src/MercuryMatrix.cpp \ src/Viewport.cpp src/Quad.cpp src/MercuryUtil.cpp \ - src/Texture.cpp" + src/Texture.cpp src/RawImageData.cpp src/BMPLoader.cpp \ + src/PNGLoader.cpp src/ImageLoader.cpp" #ifdef USE_LIBXML SOURCES="$SOURCES src/XMLParser.cpp" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cn...@us...> - 2008-12-30 04:59:41
|
Revision: 91 http://hgengine.svn.sourceforge.net/hgengine/?rev=91&view=rev Author: cnlohr Date: 2008-12-30 04:59:37 +0000 (Tue, 30 Dec 2008) Log Message: ----------- fix configure&compile Modified Paths: -------------- Mercury2/adv_set.c Modified: Mercury2/adv_set.c =================================================================== --- Mercury2/adv_set.c 2008-12-29 03:39:37 UTC (rev 90) +++ Mercury2/adv_set.c 2008-12-30 04:59:37 UTC (rev 91) @@ -10,7 +10,9 @@ src/TransformNode.cpp src/MercuryMatrix.cpp \ src/Viewport.cpp src/Quad.cpp src/MercuryUtil.cpp \ src/Texture.cpp src/RawImageData.cpp src/BMPLoader.cpp \ - src/PNGLoader.cpp src/ImageLoader.cpp" + src/PNGLoader.cpp src/ImageLoader.cpp \ + src/MercuryVBO.cpp src/MSemaphore.cpp \ + src/UpdateThreader.cpp" #ifdef USE_LIBXML SOURCES="$SOURCES src/XMLParser.cpp" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cn...@us...> - 2008-12-30 19:40:03
|
Revision: 100 http://hgengine.svn.sourceforge.net/hgengine/?rev=100&view=rev Author: cnlohr Date: 2008-12-30 19:40:00 +0000 (Tue, 30 Dec 2008) Log Message: ----------- include models Modified Paths: -------------- Mercury2/adv_set.c Modified: Mercury2/adv_set.c =================================================================== --- Mercury2/adv_set.c 2008-12-30 19:36:06 UTC (rev 99) +++ Mercury2/adv_set.c 2008-12-30 19:40:00 UTC (rev 100) @@ -12,7 +12,8 @@ src/Texture.cpp src/RawImageData.cpp src/BMPLoader.cpp \ src/PNGLoader.cpp src/ImageLoader.cpp \ src/MercuryVBO.cpp src/MSemaphore.cpp \ - src/UpdateThreader.cpp" + src/UpdateThreader.cpp src/HGMDLMesh.cpp \ + src/HGMDLModel.cpp" #ifdef USE_LIBXML SOURCES="$SOURCES src/XMLParser.cpp" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cn...@us...> - 2008-12-30 21:26:50
|
Revision: 110 http://hgengine.svn.sourceforge.net/hgengine/?rev=110&view=rev Author: cnlohr Date: 2008-12-30 21:26:46 +0000 (Tue, 30 Dec 2008) Log Message: ----------- updated cnconfigure Modified Paths: -------------- Mercury2/adv_set.c Modified: Mercury2/adv_set.c =================================================================== --- Mercury2/adv_set.c 2008-12-30 21:25:50 UTC (rev 109) +++ Mercury2/adv_set.c 2008-12-30 21:26:46 UTC (rev 110) @@ -13,7 +13,7 @@ src/PNGLoader.cpp src/ImageLoader.cpp \ src/MercuryVBO.cpp src/MSemaphore.cpp \ src/UpdateThreader.cpp src/HGMDLMesh.cpp \ - src/HGMDLModel.cpp" + src/HGMDLModel.cpp src/MercuryString.cpp" #ifdef USE_LIBXML SOURCES="$SOURCES src/XMLParser.cpp" @@ -24,7 +24,7 @@ #endif PROJ="mercury" -CFLAGS="$CFLAGS -DHAVE_CONFIG -fno-exceptions -fPIC -Isrc" +CFLAGS="$CFLAGS -DHAVE_CONFIG -DHGENGINE -fno-exceptions -fPIC -Isrc" LDFLAGS="$LDFLAGS -rdynamic -g -fPIC" /* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cn...@us...> - 2008-12-30 23:27:00
|
Revision: 116 http://hgengine.svn.sourceforge.net/hgengine/?rev=116&view=rev Author: cnlohr Date: 2008-12-30 23:26:56 +0000 (Tue, 30 Dec 2008) Log Message: ----------- add Mercury files (not net) Modified Paths: -------------- Mercury2/adv_set.c Modified: Mercury2/adv_set.c =================================================================== --- Mercury2/adv_set.c 2008-12-30 23:26:25 UTC (rev 115) +++ Mercury2/adv_set.c 2008-12-30 23:26:56 UTC (rev 116) @@ -8,8 +8,16 @@ src/TransformNode.cpp src/MercuryMatrix.cpp src/Viewport.cpp src/Quad.cpp src/MercuryUtil.cpp \ src/Texture.cpp src/RawImageData.cpp src/BMPLoader.cpp src/PNGLoader.cpp src/ImageLoader.cpp \ src/MercuryVBO.cpp src/MSemaphore.cpp src/UpdateThreader.cpp src/HGMDLMesh.cpp \ - src/HGMDLModel.cpp src/MercuryString.cpp src/MercuryCrash.c src/MercuryBacktrace.c" + src/HGMDLModel.cpp src/MercuryString.cpp src/MercuryCrash.c src/MercuryBacktrace.c \ + src/MercuryFile.cpp" + +SOURCES="$SOURCES src/MercuryFileDriverDirect.cpp src/MercuryFileDriverMem.cpp \ + src/MercuryFileDriverPacked.cpp src/MercuryFileDriverZipped.cpp" + +//Not implemented yet, since we don't have ezsocekts +//src/MercuryFileDriverNet.cpp + #ifdef USE_LIBXML SOURCES="$SOURCES src/XMLParser.cpp" #endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cn...@us...> - 2009-04-05 00:30:30
|
Revision: 200 http://hgengine.svn.sourceforge.net/hgengine/?rev=200&view=rev Author: cnlohr Date: 2009-04-05 00:30:19 +0000 (Sun, 05 Apr 2009) Log Message: ----------- yay adv_set Modified Paths: -------------- Mercury2/adv_set.c Modified: Mercury2/adv_set.c =================================================================== --- Mercury2/adv_set.c 2009-04-04 23:23:21 UTC (rev 199) +++ Mercury2/adv_set.c 2009-04-05 00:30:19 UTC (rev 200) @@ -10,7 +10,7 @@ src/MercuryVBO.cpp src/MSemaphore.cpp src/UpdateThreader.cpp src/HGMDLMesh.cpp \ src/HGMDLModel.cpp src/MercuryString.cpp src/MercuryCrash.c src/MercuryBacktrace.c \ src/MercuryFile.cpp src/MercuryTimer.cpp src/MercuryMessageManager.cpp src/MercuryVertex.cpp \ - src/MercuryPlane.cpp src/BoundingBox.cpp src/Shader.cpp" + src/MercuryPlane.cpp src/BoundingBox.cpp src/Shader.cpp src/RenderGraph.cpp" SOURCES="$SOURCES src/MercuryFileDriverDirect.cpp src/MercuryFileDriverMem.cpp \ src/MercuryFileDriverPacked.cpp src/MercuryFileDriverZipped.cpp" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <axl...@us...> - 2009-05-17 12:48:26
|
Revision: 264 http://hgengine.svn.sourceforge.net/hgengine/?rev=264&view=rev Author: axlecrusher Date: 2009-05-17 12:48:18 +0000 (Sun, 17 May 2009) Log Message: ----------- update Modified Paths: -------------- Mercury2/adv_set.c Modified: Mercury2/adv_set.c =================================================================== --- Mercury2/adv_set.c 2009-05-17 12:47:49 UTC (rev 263) +++ Mercury2/adv_set.c 2009-05-17 12:48:18 UTC (rev 264) @@ -3,7 +3,7 @@ FOLDERS="src" -SOURCES="src/Mercury2.cpp src/MercuryAsset.cpp src/MercuryNode.cpp src/MercuryPoint.cpp \ +SOURCES="src/Mercury2.cpp src/MercuryAsset.cpp src/MercuryNode.cpp \ src/MercuryThreads.cpp src/MercuryMath.cpp src/MercuryWindow.cpp src/RenderableNode.cpp \ src/TransformNode.cpp src/MercuryMatrix.cpp src/Viewport.cpp src/Quad.cpp src/MercuryUtil.cpp \ src/Texture.cpp src/RawImageData.cpp src/BMPLoader.cpp src/PNGLoader.cpp src/ImageLoader.cpp \ @@ -11,7 +11,7 @@ src/HGMDLModel.cpp src/MercuryString.cpp src/MercuryCrash.c src/MercuryBacktrace.c \ src/MercuryFile.cpp src/MercuryTimer.cpp src/MercuryMessageManager.cpp src/MercuryVertex.cpp \ src/MercuryPlane.cpp src/BoundingBox.cpp src/Shader.cpp src/RenderGraph.cpp src/Frustum.cpp \ - src/BillboardNode.cpp" + src/BillboardNode.cpp src/Camera.cpp" SOURCES="$SOURCES src/MercuryFileDriverDirect.cpp src/MercuryFileDriverMem.cpp \ src/MercuryFileDriverPacked.cpp src/MercuryFileDriverZipped.cpp" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cn...@us...> - 2009-06-28 21:52:54
|
Revision: 384 http://hgengine.svn.sourceforge.net/hgengine/?rev=384&view=rev Author: cnlohr Date: 2009-06-28 21:52:53 +0000 (Sun, 28 Jun 2009) Log Message: ----------- add the resource node Modified Paths: -------------- Mercury2/adv_set.c Modified: Mercury2/adv_set.c =================================================================== --- Mercury2/adv_set.c 2009-06-27 22:25:13 UTC (rev 383) +++ Mercury2/adv_set.c 2009-06-28 21:52:53 UTC (rev 384) @@ -12,7 +12,7 @@ src/MercuryFile.cpp src/MercuryTimer.cpp src/MercuryMessageManager.cpp src/MercuryVertex.cpp \ src/MercuryPlane.cpp src/BoundingBox.cpp src/Shader.cpp src/RenderGraph.cpp src/Frustum.cpp \ src/Camera.cpp src/MercuryInput.cpp src/MQuaternion.cpp src/ModuleManager.cpp src/MercuryFBO.cpp \ - src/GLHelpers.cpp src/FullscreenQuad.cpp" + src/GLHelpers.cpp src/FullscreenQuad.cpp src/MercuryNamedResource.cpp" SOURCES="$SOURCES src/MercuryFileDriverDirect.cpp src/MercuryFileDriverMem.cpp \ src/MercuryFileDriverPacked.cpp src/MercuryFileDriverZipped.cpp" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <axl...@us...> - 2009-08-05 00:46:47
|
Revision: 457 http://hgengine.svn.sourceforge.net/hgengine/?rev=457&view=rev Author: axlecrusher Date: 2009-08-05 00:46:35 +0000 (Wed, 05 Aug 2009) Log Message: ----------- lights Modified Paths: -------------- Mercury2/adv_set.c Modified: Mercury2/adv_set.c =================================================================== --- Mercury2/adv_set.c 2009-08-05 00:45:52 UTC (rev 456) +++ Mercury2/adv_set.c 2009-08-05 00:46:35 UTC (rev 457) @@ -13,7 +13,7 @@ src/MercuryPlane.cpp src/BoundingBox.cpp src/Shader.cpp src/RenderGraph.cpp src/Frustum.cpp \ src/Camera.cpp src/MercuryInput.cpp src/MQuaternion.cpp src/ModuleManager.cpp src/MercuryFBO.cpp \ src/GLHelpers.cpp src/FullscreenQuad.cpp src/MercuryNamedResource.cpp src/MercuryPrefs.cpp \ - src/MercuryTheme.cpp src/Orthographic.cpp" + src/MercuryTheme.cpp src/Orthographic.cpp src/Light.cpp src/RenderDifferedLights.cpp" SOURCES="$SOURCES src/MercuryFileDriverDirect.cpp src/MercuryFileDriverMem.cpp \ src/MercuryFileDriverPacked.cpp src/MercuryFileDriverZipped.cpp" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <axl...@us...> - 2009-08-19 01:41:47
|
Revision: 499 http://hgengine.svn.sourceforge.net/hgengine/?rev=499&view=rev Author: axlecrusher Date: 2009-08-19 01:41:42 +0000 (Wed, 19 Aug 2009) Log Message: ----------- Add program log. Modified Paths: -------------- Mercury2/adv_set.c Modified: Mercury2/adv_set.c =================================================================== --- Mercury2/adv_set.c 2009-08-19 01:40:56 UTC (rev 498) +++ Mercury2/adv_set.c 2009-08-19 01:41:42 UTC (rev 499) @@ -13,7 +13,8 @@ src/MercuryPlane.cpp src/BoundingBox.cpp src/Shader.cpp src/RenderGraph.cpp src/Frustum.cpp \ src/Camera.cpp src/MercuryInput.cpp src/MQuaternion.cpp src/ModuleManager.cpp src/MercuryFBO.cpp \ src/GLHelpers.cpp src/FullscreenQuad.cpp src/MercuryNamedResource.cpp src/MercuryPrefs.cpp \ - src/MercuryTheme.cpp src/Orthographic.cpp src/Light.cpp src/RenderDifferedLights.cpp" + src/MercuryTheme.cpp src/Orthographic.cpp src/Light.cpp src/RenderDifferedLights.cpp \ + src/MercuryLog.cpp" SOURCES="$SOURCES src/MercuryFileDriverDirect.cpp src/MercuryFileDriverMem.cpp \ src/MercuryFileDriverPacked.cpp src/MercuryFileDriverZipped.cpp" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cn...@us...> - 2009-10-31 07:00:33
|
Revision: 593 http://hgengine.svn.sourceforge.net/hgengine/?rev=593&view=rev Author: cnlohr Date: 2009-10-31 07:00:16 +0000 (Sat, 31 Oct 2009) Log Message: ----------- better crash handling capability Modified Paths: -------------- Mercury2/adv_set.c Modified: Mercury2/adv_set.c =================================================================== --- Mercury2/adv_set.c 2009-10-27 04:50:09 UTC (rev 592) +++ Mercury2/adv_set.c 2009-10-31 07:00:16 UTC (rev 593) @@ -31,7 +31,7 @@ #endif PROJ="mercury" -CFLAGS="$CFLAGS -DHAVE_CONFIG -DHGENGINE -fno-exceptions -fPIC -Isrc -Isrc/DataStructures -Isrc/DataTypes -g " +CFLAGS="$CFLAGS -DHAVE_CONFIG -DHGENGINE -fno-exceptions -fPIC -Isrc -Isrc/DataStructures -Isrc/DataTypes -g -rdynamic" LDFLAGS="$LDFLAGS -rdynamic -g -fPIC " /* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <axl...@us...> - 2010-06-30 01:55:20
|
Revision: 756 http://hgengine.svn.sourceforge.net/hgengine/?rev=756&view=rev Author: axlecrusher Date: 2010-06-30 01:55:12 +0000 (Wed, 30 Jun 2010) Log Message: ----------- Reorganize headers and math data structures to allow for much easier inclusion into tools. Tools no longer need to pull in a huge mess of HG2 source files when compiling. Modified Paths: -------------- Mercury2/adv_set.c Modified: Mercury2/adv_set.c =================================================================== --- Mercury2/adv_set.c 2010-06-30 01:46:59 UTC (rev 755) +++ Mercury2/adv_set.c 2010-06-30 01:55:12 UTC (rev 756) @@ -15,7 +15,8 @@ src/GLHelpers.cpp src/FullscreenQuad.cpp src/MercuryNamedResource.cpp src/MercuryPrefs.cpp \ src/MercuryTheme.cpp src/Orthographic.cpp src/Light.cpp src/RenderDeferredLights.cpp \ src/MercuryLog.cpp src/MercuryCTA.cpp src/DataTypes/MTriangle.cpp src/StateChanger.cpp \ - src/MercurySound.cpp src/MercurySoundSourceRAM.cpp src/MercuryValue.cpp" + src/MercurySound.cpp src/MercurySoundSourceRAM.cpp src/MercuryValue.cpp \ + src/MercuryStringUtil.cpp" SOURCES="$SOURCES src/MercuryFileDriverDirect.cpp src/MercuryFileDriverMem.cpp \ src/MercuryFileDriverPacked.cpp src/MercuryFileDriverZipped.cpp" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cn...@us...> - 2010-07-12 02:57:32
|
Revision: 757 http://hgengine.svn.sourceforge.net/hgengine/?rev=757&view=rev Author: cnlohr Date: 2010-07-12 02:57:25 +0000 (Mon, 12 Jul 2010) Log Message: ----------- we forgot to add this... some of my demos use it Modified Paths: -------------- Mercury2/adv_set.c Modified: Mercury2/adv_set.c =================================================================== --- Mercury2/adv_set.c 2010-06-30 01:55:12 UTC (rev 756) +++ Mercury2/adv_set.c 2010-07-12 02:57:25 UTC (rev 757) @@ -16,7 +16,7 @@ src/MercuryTheme.cpp src/Orthographic.cpp src/Light.cpp src/RenderDeferredLights.cpp \ src/MercuryLog.cpp src/MercuryCTA.cpp src/DataTypes/MTriangle.cpp src/StateChanger.cpp \ src/MercurySound.cpp src/MercurySoundSourceRAM.cpp src/MercuryValue.cpp \ - src/MercuryStringUtil.cpp" + src/MercuryStringUtil.cpp src/MercuryTransform.cpp" SOURCES="$SOURCES src/MercuryFileDriverDirect.cpp src/MercuryFileDriverMem.cpp \ src/MercuryFileDriverPacked.cpp src/MercuryFileDriverZipped.cpp" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |