# # ChangeLog for code/branches/lod # # Generated by Trac 1.0.9 # Apr 28, 2024, 6:44:36 PM Mon, 17 May 2010 13:28:36 GMT kolibri7 [6911] * code/branches/lod/src/orxonox/graphics/Model.cc (modified) *deleted a default values function call Mon, 17 May 2010 13:21:51 GMT kolibri7 [6909] * code/branches/lod/data/levels/empty_level.oxw (modified) * code/branches/lod/data/levels/gametype_asteroids.oxw (modified) * code/branches/lod/data/levels/teambasematchlevel.oxw (modified) * code/branches/lod/data/levels/teamdeathmatch.oxw (modified) * code/branches/lod/data/levels/templates/lodinformation.oxt (modified) * code/branches/lod/src/orxonox/Level.cc (modified) * code/branches/lod/src/orxonox/graphics/Model.cc (modified) * code/branches/lod/src/orxonox/graphics/Model.h (modified) *fully functional lod implementation *added file ... Mon, 10 May 2010 14:00:52 GMT kolibri7 [6881] * code/branches/lod/data/levels/gametype_underattack.oxw (modified) * code/branches/lod/data/levels/templates/lodinformation.oxt (modified) * code/branches/lod/src/orxonox/graphics/MeshLodInformation.cc (modified) * code/branches/lod/src/orxonox/graphics/MeshLodInformation.h (modified) *lodLevel is a float now *gametype_underattack.oxw includes the ... Mon, 10 May 2010 13:35:48 GMT kolibri7 [6877] * code/branches/lod/data/levels/gametype_underattack.oxw (modified) * code/branches/lod/src/orxonox/Level.cc (modified) * code/branches/lod/src/orxonox/graphics/MeshLodInformation.cc (modified) * code/branches/lod/src/orxonox/graphics/Model.cc (modified) *everything works now; setting the lodlevels and also the XML-Port. ... Mon, 03 May 2010 20:33:02 GMT kolibri7 [6852] * code/branches/lod/src/orxonox/graphics/MeshLodInformation.cc (modified) * code/branches/lod/src/orxonox/graphics/Model.cc (modified) modified it, but the game crashes, something is wrong with while(...) Mon, 03 May 2010 14:21:07 GMT kolibri7 [6843] * code/branches/lod/src/orxonox/graphics/Model.cc (modified) * code/branches/lod/src/orxonox/graphics/Model.h (modified) fix of the problem of getting the right scale; cast to WorldEntity ... Mon, 03 May 2010 12:39:01 GMT scheusso [6839] * code/branches/lod/src/libraries/core/BaseObject.h (modified) another tab .... Mon, 03 May 2010 12:29:27 GMT kolibri7 [6838] * code/branches/lod/src/orxonox/Level.cc (modified) * code/branches/lod/src/orxonox/Level.h (modified) * code/branches/lod/src/orxonox/graphics/MeshLodInformation.h (modified) * code/branches/lod/src/orxonox/graphics/Model.cc (modified) implemented the XMLPort for additional lod information. Mon, 03 May 2010 09:38:09 GMT scheusso [6829] * code/branches/lod/src/libraries/core/BaseObject.cc (modified) no tabs ;) Mon, 03 May 2010 09:34:44 GMT scheusso [6828] * code/branches/lod/src/libraries/core/BaseObject.cc (modified) * code/branches/lod/src/libraries/core/BaseObject.h (modified) * code/branches/lod/src/orxonox/Level.cc (modified) * code/branches/lod/src/orxonox/graphics/Model.cc (modified) level pointer for the baseobject Mon, 26 Apr 2010 15:01:07 GMT kolibri7 [6794] * code/branches/lod/src/orxonox/graphics/Model.cc (modified) Trying to get the real scaleFactor, but it doesn't work yet... Mon, 26 Apr 2010 14:07:18 GMT kolibri7 [6787] * code/branches/lod/src/orxonox/graphics/MeshLodInformation.cc (modified) LoD information via XML partly implemented Mon, 26 Apr 2010 14:05:45 GMT kolibri7 [6786] * code/branches/lod/data/levels/templates/lodinformation.oxt (added) * code/branches/lod/src/orxonox/Level.cc (modified) * code/branches/lod/src/orxonox/Level.h (modified) * code/branches/lod/src/orxonox/graphics/MeshLodInformation.cc (modified) * code/branches/lod/src/orxonox/graphics/MeshLodInformation.h (modified) * code/branches/lod/src/orxonox/graphics/Model.cc (modified) Tue, 13 Apr 2010 20:11:36 GMT rgrieder [6724] * code/branches/lod/data/levels/presentationLOD.oxw (modified) * code/branches/lod/data/levels/presentationLODdif.oxw (modified) * code/branches/lod/src/orxonox/graphics/MeshLodInformation.cc (modified) * code/branches/lod/src/orxonox/graphics/MeshLodInformation.h (modified) svn:eol-style "native" for all text-based files. Mon, 12 Apr 2010 13:48:24 GMT kolibri7 [6691] * code/branches/lod/data/levels/presentationLOD.oxw (added) * code/branches/lod/data/levels/presentationLODdif.oxw (added) * code/branches/lod/src/orxonox/Level.cc (modified) * code/branches/lod/src/orxonox/Level.h (modified) * code/branches/lod/src/orxonox/graphics/CMakeLists.txt (modified) * code/branches/lod/src/orxonox/graphics/MeshLodInformation.cc (added) * code/branches/lod/src/orxonox/graphics/MeshLodInformation.h (added) * code/branches/lod/src/orxonox/graphics/Model.cc (modified) * code/branches/lod/src/orxonox/graphics/Model.h (modified) implementing the XMLPort function for LoD; getting some erreors from ...