More Info

Revision 918890

(Back to digest)
 

Other in Games

Stefan Majewsky committed changes in /trunk/playground/games/kolf-ng:

Checking in the (incomplete) foundation for the first integral part of the editor interface, the property view. Unfortunately, there is no standard approach for property models with complex property types such as QRectF. Currently, we have the TypeModel (together with some basic subclasses) which represents a single property. I hope to make the EditorModel tomorrow which glues the single properties into a complete model.

File Changes

Added 11 files
/trunk/playground/games/kolf-ng/editor
 
/editormodel.cpp
 
/editormodel.h
 
/typemodel-basic.cpp
 
/typemodel-basic.h
 
/typemodel-geometry.cpp
 
/typemodel-geometry.h
 
/typemodel.cpp
 
/typemodel.h
 
/typemodelfactory.cpp
 
/typemodelfactory.h
Modified 3 files
/trunk/playground/games/kolf-ng
 
/CMakeLists.txt
 
/courses/test1.kolf
 
/engine/course.cpp
14 files changed in total