Revision 778753

Go back to digest for 2nd March 2008

Features in Games

Sacha Schutz committed changes in /trunk/playground/games/ktank/ktankbattle:

ALPHA 0.1
-KGLEngine:
* KGLAnimItem added for have animation sprite
* KGLGraphicsConfig for setup graphics games, like fullscreen or window mode.
* KGLPhysicsEngine can compute some simple collision
* KGLItem can use Eigen matrix OR GL matrix
* Licence added

-KtankBattle
* New Sprites
* Now bullets can bounce
* Cursor added (currently not good position).

- BUGS
* Cursor position is not good
* Crash when we close the window?
* Compilation doesn't work with my cmakekde (Cannot find ui_kglgraphicsconfig.h").

File Changes

Added 17 files
  • /trunk/playground/games/ktank/ktankbattle
  •   /ktank.desktop
  •   /kglengine/forms
  •   /kglengine/kglanimitem.cpp
  •   /kglengine/kglanimitem.h
  •   /kglengine/kglgraphicsconfig.cpp
  •   /kglengine/kglgraphicsconfig.h
  •   /sprites/bloc2.png
  •   /sprites/fond.png
  •   /sprites/hi128-app-ktank.png
  •   /sprites/hi16-app-ktank.png
  •   /sprites/hi22-app-ktank.png
  •   /sprites/hi32-app-ktank.png
  •   /sprites/hi48-app-ktank.png
  •   /sprites/hi64-app-ktank.png
  •   /sprites/logo.png
  •   /sprites/mineA2.png
  •   /sprites/visor.png
Modified 31 files
  • /trunk/playground/games/ktank/ktankbattle
  •   /CMakeLists.txt
  •   /kbulletitem.cpp
  •   /kbulletitem.h
  •   /ktankengine.cpp
  •   /ktankengine.h
  •   /ktankitem.cpp
  •   /ktankitem.h
  •   /main.cpp
  •   /kglengine/CMakeLists.txt
  •   /kglengine/glpoint.cpp
  •   /kglengine/glpoint.h
  •   /kglengine/kgamekey.cpp
  •   /kglengine/kgamekey.h
  •   /kglengine/kglengine2d.cpp
  •   /kglengine/kglengine2d.h
  •   /kglengine/kglitem.cpp
  •   /kglengine/kglitem.h
  •   /kglengine/kglparticule.cpp
  •   /kglengine/kglparticule.h
  •   /kglengine/kglparticuleengine.cpp
  •   /kglengine/kglparticuleengine.h
  •   /kglengine/kglparticuleitem.cpp
  •   /kglengine/kglparticuleitem.h
  •   /kglengine/kglphysicsengine.cpp
  •   /kglengine/kglphysicsengine.h
  •   /kglengine/kglspriteitem.cpp
  •   /kglengine/kglspriteitem.h
  •   /kglengine/main.cpp
  •   /sprites/bloc.png
  •   /sprites/CMakeLists.txt
  •   /sprites/cursor.png
48 files changed in total