From: spom_spom <spo...@us...> - 2012-10-21 23:39:49
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Opengate content editor". The branch, master has been updated via 4c2cb3ca783492901b8a1680b75bbd404ab87a9f (commit) from 3010193f8864f9a4425e864552aa92a4a2b2bd6b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4c2cb3ca783492901b8a1680b75bbd404ab87a9f Author: spom <spo...@so...> Date: Mon Oct 22 01:38:02 2012 +0200 some first experiments on procedural asteroids ----------------------------------------------------------------------- Summary of changes: ogEditor/apps/opengate/pyopengate/Makefile | 2 +- ogEditor/apps/opengate/pyopengate/build.sh | 4 +- ogEditor/apps/opengate/pyopengate/generate_code.py | 2 +- .../opengate/pyopengate/tmp/__array_1.pypp.hpp | 183 ----------- .../pyopengate/tmp/__call_policies.pypp.hpp | 173 ---------- ogEditor/apps/opengate/test/astroTest.py | 344 ++++++++++++++++++++ ogEditor/apps/opengate/test/nmTest.py | 19 +- ogEditor/apps/opengate/test/ogMeshView.py | 35 ++- ogEditor/apps/opengate/test/planetShaderTest.py | 254 +++++++-------- ogEditor/apps/opengate/test/reflMapTest.py | 30 +- ogEditor/apps/opengate/test/resources.cfg | 1 + ogEditor/apps/opengate/test/testAppFrameWork.py | 117 +++++-- ogEditor/apps/opengate/test/testOpengate.py | 2 +- ogEditor/wxOgre/OgreWindowWx.py | 31 +- ogEditor/wxOgre/__init__.py | 2 +- 15 files changed, 626 insertions(+), 573 deletions(-) delete mode 100644 ogEditor/apps/opengate/pyopengate/tmp/__array_1.pypp.hpp delete mode 100644 ogEditor/apps/opengate/pyopengate/tmp/__call_policies.pypp.hpp create mode 100755 ogEditor/apps/opengate/test/astroTest.py hooks/post-receive -- Opengate content editor |