Revision 1195400

Go back to digest for 14th November 2010

Other in Games

Stefan Majewsky committed changes in /trunk/KDE/kdegames/kolf:

Refactor Slope to Kolf::Slope, and remove old RectPoint class.

Summary of today's changes:
* All visible CanvasItems (except for Ball) have now been refactored.
* All CanvasItems allow on-screen editing via Kolf::Overlay now.

Regressions:
* Z ordering is completely broken, and will be rewritten tomorrow.
* I have not tested load/save yet, though there seem to be some minor issues.
* The editor behaves a bit awkwardly because KolfGame still does its own selection stuff.

File Changes

Deleted 2 files
  • /trunk/KDE/kdegames/kolf
  •   /slope.cpp
  •   /slope.h
Modified 10 files
  • /trunk/KDE/kdegames/kolf
  •   /canvasitem.cpp
  •   /CMakeLists.txt
  •   /game.cpp
  •   /game.h
  •   /kolf.cpp
  •   /landscape.cpp
  •   /landscape.h
  •   /obstacles.cpp
  •   /overlay.cpp
  •   /overlay.h
12 files changed in total