Revision 564086
Go back to digest for 23rd July 2006Other in Games
Dmitry Suzdalev committed changes in /trunk/KDE/kdegames/kasteroids:
Ported KAsteroids to QGraphicsView! :)
Finally I found the cure to QGraphicsView's slowness, and it's called
QGraphicsView::setCacheMode( QGraphicsView::CacheBackground )
I guess the next step will be de-Q3PtrList-ifying ;).
Few issues remain though.
Like the "Press L to start" thing floating around _during_ a game :).
File Changes
Modified 5 files
- /trunk/KDE/kdegames/kasteroids
- /kasteroids.kcfg
- /sprites.h
- /toplevel.cpp
- /view.cpp
- /view.h
5 files changed in total