[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground
From:       Rivo Laks <rivolaks () hot ! ee>
Date:       2008-07-19 11:38:32
Message-ID: 1216467512.699204.30534.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 834641 by rivol:

Moving HdrGLWidget and ModelLoader to KGLLib's extras


 M  +0 -2      games/astrododge/src/CMakeLists.txt  
 D             games/astrododge/src/hdrglwidget.cpp  
 D             games/astrododge/src/hdrglwidget.h  
 M  +1 -1      games/astrododge/src/mainwindow.cpp  
 M  +1 -1      games/astrododge/src/mainwindow.h  
 D             games/astrododge/src/modelloader.cpp  
 D             games/astrododge/src/modelloader.h  
 M  +4 -0      libs/kgllib/extras/kgllib/CMakeLists.txt  
 A             libs/kgllib/extras/kgllib/hdrglwidget.cpp   \
games/astrododge/src/hdrglwidget.cpp#825930 [License: LGPL (v2.1+)]  A             \
libs/kgllib/extras/kgllib/hdrglwidget.h   games/astrododge/src/hdrglwidget.h#825568 \
[License: LGPL (v2.1+)]  A             libs/kgllib/extras/kgllib/modelloader.cpp   \
games/astrododge/src/modelloader.cpp#824416 [License: LGPL (v2.1+)]  A             \
libs/kgllib/extras/kgllib/modelloader.h   games/astrododge/src/modelloader.h#824416 \
[License: LGPL (v2.1+)]


--- trunk/playground/games/astrododge/src/CMakeLists.txt #834640:834641
@@ -5,11 +5,9 @@
         bullet.cpp
         gameobject.cpp
         gameworld.cpp
-        hdrglwidget.cpp
         inputhandler.cpp
         main.cpp
         mainwindow.cpp
-        modelloader.cpp
         ship.cpp
         )
 
--- trunk/playground/games/astrododge/src/mainwindow.cpp #834640:834641
@@ -22,7 +22,6 @@
 #include "gameworld.h"
 #include "inputhandler.h"
 #include "bullet.h"
-#include "modelloader.h"
 
 #include <kgllib/camera.h>
 #include <kgllib/rendertarget.h>
@@ -31,6 +30,7 @@
 #include <kgllib/fpscounter.h>
 #include <kgllib/textrenderer.h>
 #include <kgllib/mesh.h>
+#include <kgllib/modelloader.h>
 
 #include <QTimer>
 #include <QApplication>
--- trunk/playground/games/astrododge/src/mainwindow.h #834640:834641
@@ -19,7 +19,7 @@
 #define MAINWINDOW_H
 
 
-#include "hdrglwidget.h"
+#include <kgllib/hdrglwidget.h>
 #include <eigen/vector.h>
 #include <QTime>
 #include <QHash>
--- trunk/playground/libs/kgllib/extras/kgllib/CMakeLists.txt #834640:834641
@@ -11,6 +11,8 @@
         )
 
 set(kgllib-extras_SRCS
+        hdrglwidget.cpp
+        modelloader.cpp
         rendertarget.cpp
         simpleterrain.cpp
         trackball.cpp
@@ -25,6 +27,8 @@
         DEFINE_SYMBOL MAKE_KGLLIB_EXTRAS_LIB)
 
 install(FILES
+        hdrglwidget.h
+        modelloader.h
         rendertarget.h
         simpleterrain.h
         trackball.h


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic