Revision 899775

Go back to digest for 28th December 2008

Features in Games

Charles Huet committed changes in /trunk/playground/games/KGLEngineRefactoring:

* Added a QtScript engine that will allow creation of games using QtScript.
* Added an example using the script (only showing the kglintro)
* some minor modifications (mainly changed public functions to public Q_SLOTS functions)

File Changes

Added 8 files
  • /trunk/playground/games/KGLEngineRefactoring
  •   /script
  •   /examples/scriptExample
  •   /script/CMakeLists.txt
  •   /script/conversions.h
  •   /script/kglscriptengine.cpp
  •   /script/kglscriptengine.h
  •   /examples/scriptExample/main.cpp
  •   /examples/scriptExample/test.js
Modified 9 files
  • /trunk/playground/games/KGLEngineRefactoring
  •   /CMakeLists.txt
  •   /kglbasictexturemanager.cpp
  •   /kglengine2d.h
  •   /kglitem.cpp
  •   /kglitem.h
  •   /kglitembase.h
  •   /kglphysicsitem.h
  •   /examples/CMakeLists.txt
  •   /examples/kglintro/main.cpp
17 files changed in total