CIA.vc
chuet
Real-time open source activity stats
Stats » Authors » chuet
informationsyndicateUTC clock
03:57 on May 28, 2012
event counters
The last message was received 3.2 years ago at 21:37 on Mar 17, 2009
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
153 messages since the first one, 3.77 years ago, for an average of 1.29 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
21:37 on Mar 17, 2009KDE
Commit by chuet :: r940648 /trunk/www/sites/planet/planetkde/config:
modified my feed to take only kglengine labelled entries :)
#
17:52 on Feb 10, 2009KDE
Commit by chuet :: r924403 KGLEngineRefactoring/trunk/playground/games/KGLEngineRefactoring/physics/kglphysicsimpl.cpp:
changed back the foreach to a std::iterator to avoid a memory leak
#
17:50 on Feb 10, 2009KDE
Commit by chuet :: r924400 KGLEngineRefactoring/trunk/playground/games/KGLEngineRefactoring/items/ (kglitem.cpp kglitem.h):
small fix (changed init to matrix.setIdentity)
and commented out a useless emit.
#
19:02 on Jan 30, 2009KDE
Commit by chuet :: r918791 KGLEngineRefactoring/trunk/playground/games/KGLEngineRefactoring/screensavers/ (5 files):
now working screensaver using kscreensaver and kscreensaverinterface
#
15:42 on Jan 30, 2009KDE
Commit by chuet :: r918723 KGLEngineRefactoring/trunk/playground/games/KGLEngineRefactoring/examples/kglpong/pongengine.cpp:
now that kglengine uses the enhanced texture manager, we just have to tell it the basedir to use.
#
18:29 on Jan 29, 2009KDE
Commit by chuet :: r918269 KGLEngineRefactoring/trunk/playground/games/KGLEngineRefactoring/screensavers/ (4 files):
added a first try to make a screensaver using KGLEngine
#
18:26 on Jan 29, 2009KDE
Commit by chuet :: r918268 KGLEngineRefactoring/trunk/playground/games/KGLEngineRefactoring/ (3 files in 2 dirs):
removed kglbasictexturemanager from the cmakelists
added an option in the enhanced texture manager to use (automagically) resources
fixed the kglintro a bit (still broken ?)
#
11:22 on Jan 29, 2009KDE
Commit by chuet :: r918120 KGLEngineRefactoring/trunk/playground/games/ (14 files in 4 dirs):
some documentation on KGLPhysicsEngine
fixed a memory leak where the items of a containerItem were not deleted
fixed a bug where calling setZIndex on an item would cause it to be added if it had not yet been added.
#
17:34 on Jan 26, 2009KDE
Commit by chuet :: r917015 KGLEngineRefactoring/trunk/playground/games/KGLEngineRefactoring/ (8 files in 3 dirs):
removed the basictextureManager, and modified some code to make use of the enhanced one.
The enhancetexturemanager is now used by default in kglengine2d.
It should be soon renamed into texuremanager or something like this.
#
18:36 on Jan 20, 2009KDE
Commit by chuet :: r914272 KGLEngineRefactoring/trunk/playground/games/KGLEngineRefactoring/script/ (kglscriptengine.cpp kglscriptengine.h):
small compilation fix
#
18:31 on Jan 20, 2009KDE
Commit by chuet :: r914269 KGLEngineRefactoring/trunk/playground/games/KGLEngineRefactoring/ (22 files in 7 dirs):
lots of small modifications (mainly added Q_OBJECT to some items that were missing it)
added the physics, items, and textureManaging to the include dirs in the CMakeLists.txt
#
10:57 on Jan 16, 2009KDE
Commit by chuet :: r911863 KGLEngineRefactoring/trunk/playground/games/KGLEngineRefactoring/ (6 files in 2 dirs):
added animation capabilities to KGLSpriteItem (moved from KGLAnimItem)
Changed default openGL drawing mode from GL_TRIANGLES_STRIP to GL_POLYGON
modified the pong to animate the ball
#
09:44 on Jan 15, 2009KDE
Commit by chuet :: r911321 KGLEngineRefactoring/trunk/ (100 files in 11 dirs):
folderized the whole source tree, now we have folders for items, physics engines and texture managers.
Switched includes to kde-style ones (<KGL...>) to keep up with this refactoring.
modified the said includes when necessary
#
09:19 on Jan 15, 2009KDE
Commit by chuet :: r911303 KGLEngineRefactoring/trunk/playground/games/KGLEngineRefactoring/ (21 files in 5 dirs):

  • fixed the bug where KGLSpriteItems showed no more: modifications in kgltexturemanager.h (and implementations) and kglSpriteItem
  • modified kglItem & kglItemBase : removed the collindingWith(kglItemSet) function
  • modified the physics interface and implementation1 in consequence (removed the return type of collidingWith(item)) #That was the previous commit, I f***ed up, sorry some refactoring (astyle powered)
#
09:14 on Jan 15, 2009KDE
Commit by chuet :: r911298 KGLEngineRefactoring/trunk/playground/games/ (26 files in 5 dirs):
No log message
#
11:17 on Jan 09, 2009KDE
Commit by chuet :: r908157 KGLEngineRefactoring/trunk/playground/games/KGLEngineRefactoring/examples/scriptExample/ (. editor.cpp editor.h main.cpp):
added an option to reset the engines (both script and KGLEngine)
now shows the evaluated script in a read-only QScriptEditor
#
11:14 on Jan 09, 2009KDE
Commit by chuet :: r908156 KGLEngineRefactoring/trunk/playground/games/KGLEngineRefactoring/script/ (kglscriptengine.cpp kglscriptengine.h):
Added some convenience functions for the scritpEditor
#
09:35 on Jan 09, 2009KDE
Commit by chuet :: r908091 KGLEngineRefactoring/trunk/playground/games/KGLEngineRefactoring/ (3 files in 2 dirs):
added an eraseItem function.
now removeItem removes the item without deleting it, and eraseItem removes it and the deletes it
#
09:25 on Jan 09, 2009KDE
Commit by chuet :: r908085 KGLEngineRefactoring/trunk/playground/games/KGLEngineRefactoring/ (6 files in 4 dirs):
added some documentation
refactored eraseItem to removeItem
#
08:55 on Jan 09, 2009KDE
Commit by chuet :: r908078 KGLEngineRefactoring/trunk/playground/games/ (14 files in 9 dirs):
refactored addGLItem to addItem (more consistent with eraseItem)
removed the now useless removeItem(KGLPhysicsItem*)
#