summaryrefslogtreecommitdiffstats
path: root/src/Data/Triangle.h
AgeCommit message (Collapse)Author
2010-01-07Major cleanupMatthias Schiffer
Much better now!
2008-05-18zoomedit:neoraider
* Removed unused vector maths * Added missing const to set*-methods in Triangle
2008-04-13zoomedit:neoraider
* New data interfaces, yay! Levels should now be completely editable * Fixed some -Wextra warnings
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.