]> git.tdb.fi Git - r2c2.git/commit
Add editable terrain objects
authorMikko Rasa <tdb@tdb.fi>
Thu, 21 Nov 2013 15:12:12 +0000 (17:12 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 21 Nov 2013 15:12:12 +0000 (17:12 +0200)
commit2220ba2f11705ea9a4e480603d43ab7ed4cf5a89
treea6d4a60b51703a2dfdeec9b721ad634ec9d13a95
parente37f7bfbbee86eef3b1f6e338a21239905911608
Add editable terrain objects

These will soon replace the base object in layout.  It's still a bit
rough along the edges, especially the editing tool.  References to
surface materials are also just a hint of things to come.
17 files changed:
data/terrain.tech [new file with mode: 0644]
source/3d/layout.cpp
source/3d/terrain.cpp [new file with mode: 0644]
source/3d/terrain.h [new file with mode: 0644]
source/designer/designer.cpp
source/designer/terraintool.cpp [new file with mode: 0644]
source/designer/terraintool.h [new file with mode: 0644]
source/engineer/engineer.cpp
source/libr2c2/catalogue.cpp
source/libr2c2/catalogue.h
source/libr2c2/layout.cpp
source/libr2c2/layout.h
source/libr2c2/terrain.cpp [new file with mode: 0644]
source/libr2c2/terrain.h [new file with mode: 0644]
source/libr2c2/terraintype.cpp [new file with mode: 0644]
source/libr2c2/terraintype.h [new file with mode: 0644]
terrain.dat [new file with mode: 0644]