summaryrefslogtreecommitdiffstats
path: root/src/Data
AgeCommit message (Collapse)Author
2010-01-07Major cleanupMatthias Schiffer
Much better now!
2008-06-11Added headers and other files to distribution tarballMatthias Schiffer
2008-05-18zoomedit:neoraider
* Removed unused vector maths * Added missing const to set*-methods in Triangle
2008-04-15zoomedit:neoraider
* Connected TopView to RenderArea
2008-04-14zoomedit:neoraider
* Use 0 instead of NULL consistantly
2008-04-14zoomedit:neoraider
* Changed CPPFLAGS and LIBS handling * Added cross and dot product to Vector class * Added View classes
2008-04-13zoomedit:neoraider
* New data interfaces, yay! Levels should now be completely editable * Fixed some -Wextra warnings
2008-04-12zoomedit:neoraider
* Made Rooms, Gates and Textures in Levels changable
2008-04-11zoomedit:neoraider
* Instance: Added createLevel and loadLevel methods.
2008-04-11zoomedit:neoraider
* Added Xml util class to remove dependency on SVN libxml++.
2008-04-11zoomedit:neoraider
* TexCoords saves number of used coordinates now. * All data classes save changes in the XML tree now.
2008-04-10zoomedit:neoraider
* Mapped XML data structures to classes completely.
2008-04-10zoomedit:neoraider
* Level can load Room data from the XML tree now.
2008-04-10zoomedit:neoraider
* Added more data classes * Work on integration with libxml++
2008-04-09zoomedit:neoraider
* Added some basic data structures.