# # ChangeLog for orxonox/trunk/src/world_entities/skysphere.cc in orxonox.OLD # # Generated by Trac 1.0.9 # Jun 8, 2024, 11:46:01 PM Fri, 06 May 2005 18:49:29 GMT bensch [4094] * orxonox/trunk/src/defs/debug.h (modified) * orxonox/trunk/src/game_loader.cc (modified) * orxonox/trunk/src/lib/graphics/graphics_engine.cc (modified) * orxonox/trunk/src/orxonox.cc (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/environment.cc (modified) * orxonox/trunk/src/world_entities/skysphere.cc (modified) orxonox/trunk: orxonox now runs from anywhere of the LINUX environment Fri, 08 Apr 2005 17:48:05 GMT bensch [3763] * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/skysphere.cc (modified) * orxonox/trunk/src/world_entities/skysphere.h (modified) orxonox/trunk: skySphere now added to WorldEntity-List Sun, 20 Mar 2005 22:37:26 GMT patrick [3608] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/camera.cc (modified) * orxonox/trunk/src/camera.h (modified) * orxonox/trunk/src/command_node.cc (modified) * orxonox/trunk/src/command_node.h (modified) * orxonox/trunk/src/defs/comincl.h (added) * orxonox/trunk/src/defs/stdincl.h (modified) * orxonox/trunk/src/game_loader.h (modified) * orxonox/trunk/src/lib/coord/null_parent.cc (modified) * orxonox/trunk/src/lib/coord/p_node.cc (modified) * orxonox/trunk/src/lib/coord/p_node.h (modified) * orxonox/trunk/src/lib/graphics/light.cc (modified) * orxonox/trunk/src/message_structures.h (modified) * orxonox/trunk/src/orxonox.h (modified) * orxonox/trunk/src/story_entities/campaign.cc (modified) * orxonox/trunk/src/story_entities/campaign.h (modified) * orxonox/trunk/src/story_entities/story_entity.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/story_entities/world.h (modified) * orxonox/trunk/src/track_manager.cc (modified) * orxonox/trunk/src/track_manager.h (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/player.h (modified) * orxonox/trunk/src/world_entities/primitive.cc (modified) * orxonox/trunk/src/world_entities/primitive.h (modified) * orxonox/trunk/src/world_entities/skysphere.cc (modified) * orxonox/trunk/src/world_entities/skysphere.h (modified) * orxonox/trunk/src/world_entities/terrain.cc (modified) * orxonox/trunk/src/world_entities/world_entity.cc (modified) * orxonox/trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: now there is a real speedup in compiling time when ... Sun, 20 Mar 2005 21:38:59 GMT patrick [3607] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/camera.cc (modified) * orxonox/trunk/src/defs/stdincl.h (modified) * orxonox/trunk/src/lib/coord/helper_parent.h (modified) * orxonox/trunk/src/lib/coord/null_parent.cc (modified) * orxonox/trunk/src/lib/coord/null_parent.h (modified) * orxonox/trunk/src/lib/coord/p_node.cc (modified) * orxonox/trunk/src/lib/coord/p_node.h (modified) * orxonox/trunk/src/lib/lang/base_object.cc (modified) * orxonox/trunk/src/lib/lang/base_object.h (modified) * orxonox/trunk/src/lib/math/quaternion.h (added) * orxonox/trunk/src/lib/math/vector.cc (modified) * orxonox/trunk/src/lib/math/vector_new.h (added) * orxonox/trunk/src/track_node.cc (modified) * orxonox/trunk/src/world_entities/primitive.cc (modified) * orxonox/trunk/src/world_entities/skysphere.cc (modified) orxonox/trunk: stdincl was still included everywhere. removed it out ... Thu, 17 Mar 2005 12:06:51 GMT bensch [3590] * orxonox/trunk/src/defs/debug.h (modified) * orxonox/trunk/src/lib/coord/p_node.cc (modified) * orxonox/trunk/src/lib/graphics/importer/array.cc (modified) * orxonox/trunk/src/lib/graphics/importer/array.h (modified) * orxonox/trunk/src/lib/graphics/importer/material.cc (modified) * orxonox/trunk/src/lib/graphics/importer/material.h (modified) * orxonox/trunk/src/lib/graphics/importer/model.cc (modified) * orxonox/trunk/src/lib/graphics/importer/objModel.cc (modified) * orxonox/trunk/src/lib/graphics/importer/texture.cc (modified) * orxonox/trunk/src/lib/graphics/importer/windowHandler.h (modified) * orxonox/trunk/src/lib/gui/gui/orxonox_gui_gtk.h (modified) * orxonox/trunk/src/lib/math/vector.cc (modified) * orxonox/trunk/src/light.cc (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/track_manager.cc (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/primitive.cc (modified) * orxonox/trunk/src/world_entities/skysphere.cc (modified) orxonox/trunk: updated debug.h: now possibility to log per module ... Thu, 17 Mar 2005 01:15:33 GMT patrick [3586] * orxonox/trunk/src/command_node.cc (modified) * orxonox/trunk/src/lib/util/list.h (modified) * orxonox/trunk/src/orxonox.conf (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/primitive.cc (modified) * orxonox/trunk/src/world_entities/primitive.h (modified) * orxonox/trunk/src/world_entities/skysphere.cc (modified) orxonox/trunk: fixed movement bug (was in the lists), modified the player Tue, 15 Mar 2005 22:22:51 GMT bensch [3566] * orxonox/trunk/src/camera.cc (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/environment.cc (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/primitive.cc (modified) * orxonox/trunk/src/world_entities/skysphere.cc (modified) * orxonox/trunk/src/world_entities/terrain.cc (modified) * orxonox/trunk/src/world_entities/terrain.h (modified) * orxonox/trunk/src/world_entities/world_entity.cc (modified) * orxonox/trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: updated the terrain class to more functionality view ... Tue, 15 Mar 2005 11:44:19 GMT bensch [3559] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/story_entities/world.h (modified) * orxonox/trunk/src/world_entities/skysphere.cc (modified) * orxonox/trunk/src/world_entities/terrain.cc (copied) * orxonox/trunk/src/world_entities/terrain.h (copied) orxonox/trunk: now terrain is out of the World.cc and is a world- entity Mon, 14 Mar 2005 09:54:00 GMT bensch [3544] * orxonox/trunk/src/ability.h (modified) * orxonox/trunk/src/ai/ai.h (modified) * orxonox/trunk/src/camera.cc (modified) * orxonox/trunk/src/camera.h (modified) * orxonox/trunk/src/glmenu/glmenu_imagescreen.cc (modified) * orxonox/trunk/src/glmenu/glmenu_imagescreen.h (modified) * orxonox/trunk/src/lib/coord/helper_parent.cc (modified) * orxonox/trunk/src/lib/coord/helper_parent.h (modified) * orxonox/trunk/src/lib/coord/null_parent.cc (modified) * orxonox/trunk/src/lib/coord/null_parent.h (modified) * orxonox/trunk/src/lib/coord/p_node.cc (modified) * orxonox/trunk/src/lib/coord/p_node.h (modified) * orxonox/trunk/src/lib/lang/base_object.cc (modified) * orxonox/trunk/src/lib/lang/base_object.h (modified) * orxonox/trunk/src/light.cc (modified) * orxonox/trunk/src/light.h (modified) * orxonox/trunk/src/orxonox.cc (modified) * orxonox/trunk/src/orxonox.h (modified) * orxonox/trunk/src/proto_class.cc (modified) * orxonox/trunk/src/proto_class.h (modified) * orxonox/trunk/src/story_entities/campaign.h (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/track_manager.cc (modified) * orxonox/trunk/src/track_manager.h (modified) * orxonox/trunk/src/track_node.cc (modified) * orxonox/trunk/src/track_node.h (modified) * orxonox/trunk/src/world_entities/environment.h (modified) * orxonox/trunk/src/world_entities/npc.h (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/player.h (modified) * orxonox/trunk/src/world_entities/power_up.h (modified) * orxonox/trunk/src/world_entities/primitive.cc (modified) * orxonox/trunk/src/world_entities/primitive.h (modified) * orxonox/trunk/src/world_entities/skysphere.cc (modified) * orxonox/trunk/src/world_entities/world_entity.cc (modified) * orxonox/trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: now the delete-process is as inteded by c++ virtual ... Sun, 13 Mar 2005 22:57:19 GMT bensch [3536] * orxonox/trunk/src/glmenu/glmenu_imagescreen.cc (modified) * orxonox/trunk/src/lib/graphics/importer/material.cc (modified) * orxonox/trunk/src/world_entities/skysphere.cc (modified) orxonox/trunk: GL_TEXTURE_2D-patch: now only enabled and disabled ... Sun, 13 Mar 2005 21:50:43 GMT bensch [3531] * orxonox/trunk/src/lib/coord/p_node.cc (modified) * orxonox/trunk/src/lib/lang/base_object.cc (modified) * orxonox/trunk/src/lib/lang/base_object.h (modified) * orxonox/trunk/src/world_entities/npc.h (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/player.h (modified) * orxonox/trunk/src/world_entities/primitive.cc (modified) * orxonox/trunk/src/world_entities/primitive.h (modified) * orxonox/trunk/src/world_entities/skysphere.cc (modified) * orxonox/trunk/src/world_entities/skysphere.h (modified) * orxonox/trunk/src/world_entities/world_entity.cc (modified) * orxonox/trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: all WorldEntities/PWodes now destroy all date they ... Sun, 13 Mar 2005 19:00:25 GMT bensch [3526] * orxonox/trunk/src/orxonox.cc (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/story_entities/world.h (modified) * orxonox/trunk/src/world_entities/environment.cc (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/primitive.cc (modified) * orxonox/trunk/src/world_entities/skysphere.cc (modified) orxonox/trunk: better ModelView-matrix transformations Fri, 11 Mar 2005 20:40:48 GMT patrick [3507] * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/skysphere.cc (modified) * orxonox/trunk/src/world_entities/skysphere.h (modified) orxonox/trunk: finished work on porting Skysphere to WorldEntity Fri, 11 Mar 2005 17:22:15 GMT patrick [3502] * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/lib/Makefile.in (modified) * orxonox/trunk/src/lib/graphics/Makefile.in (modified) * orxonox/trunk/src/lib/graphics/importer/Makefile.in (modified) * orxonox/trunk/src/lib/gui/Makefile.in (modified) * orxonox/trunk/src/lib/gui/console/Makefile.in (modified) * orxonox/trunk/src/lib/gui/gui/Makefile.in (modified) * orxonox/trunk/src/story_entities/world.cc (modified) * orxonox/trunk/src/world_entities/skysphere.cc (modified) * orxonox/trunk/src/world_entities/skysphere.h (modified) orxonox/trunk: changed Skysphere to WorldEntity Thu, 10 Mar 2005 22:29:32 GMT patrick [3484] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/console/Makefile.in (modified) * orxonox/trunk/src/glmenu/glmenu_imagescreen.cc (modified) * orxonox/trunk/src/gui/Makefile.in (modified) * orxonox/trunk/src/lib/data (added) * orxonox/trunk/src/lib/data/data_tank.cc (moved) * orxonox/trunk/src/lib/data/data_tank.h (moved) * orxonox/trunk/src/lib/graphics (added) * orxonox/trunk/src/lib/graphics/importer (moved) * orxonox/trunk/src/lib/graphics/importer/Makefile.in (modified) * orxonox/trunk/src/lib/lang/base_entity.cc (moved) * orxonox/trunk/src/lib/lang/base_entity.h (moved) * orxonox/trunk/src/lib/lang/base_object.cc (moved) * orxonox/trunk/src/lib/lang/base_object.h (moved) * orxonox/trunk/src/lib/util/ini_parser.cc (moved) * orxonox/trunk/src/lib/util/ini_parser.h (moved) * orxonox/trunk/src/world_entities/environment.cc (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/skysphere.cc (modified) * orxonox/trunk/src/world_entities/skysphere.h (modified) orxonox/trunk: now moved importer in lib and other stuff. very very ... Thu, 10 Mar 2005 18:01:53 GMT patrick [3475] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/defs (added) * orxonox/trunk/src/defs/debug.h (moved) * orxonox/trunk/src/defs/error.h (moved) * orxonox/trunk/src/defs/stdincl.h (moved) * orxonox/trunk/src/importer/array.h (modified) * orxonox/trunk/src/importer/objModel.cc (modified) * orxonox/trunk/src/importer/texture.h (modified) * orxonox/trunk/src/sfont (deleted) * orxonox/trunk/src/story_entities/world.cc (moved) * orxonox/trunk/src/story_entities/world.h (moved) * orxonox/trunk/src/world_entities/skysphere.cc (moved) * orxonox/trunk/src/world_entities/skysphere.h (moved) orxonox/trunk: redesigning directory structure - created defs and ... Wed, 02 Mar 2005 15:10:19 GMT bensch [3450] * orxonox/trunk/src/base_entity.h (modified) * orxonox/trunk/src/p_node.cc (modified) * orxonox/trunk/src/p_node.h (modified) * orxonox/trunk/src/player.cc (modified) * orxonox/trunk/src/player.h (modified) * orxonox/trunk/src/skysphere.cc (modified) orxonox/trunk: doxygen-tags: player.cc/h p_node.cc/h base_entity.h ...