# # ChangeLog for trunk/src/world_entities in orxonox.OLD # # Generated by Trac 1.0.9 # May 19, 2024, 7:58:52 PM Tue, 25 Oct 2005 15:31:54 GMT bensch [5435] * trunk/src/lib/graphics/importer/abstract_model.h (modified) * trunk/src/lib/math/vector.h (modified) * trunk/src/world_entities/player.cc (modified) * trunk/src/world_entities/player.h (modified) * trunk/src/world_entities/power_ups/turret_power_up.cc (modified) * trunk/src/world_entities/power_ups/turret_power_up.h (modified) * trunk/src/world_entities/weapons/weapon_manager.cc (modified) * trunk/src/world_entities/weapons/weapon_manager.h (modified) * trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: power-ups implemented (simple-mode) Tue, 25 Oct 2005 09:38:46 GMT bensch [5434] * trunk/src/Makefile.am (modified) * trunk/src/Makefile.in (modified) * trunk/src/defs/class_id.h (modified) * trunk/src/world_entities/power_ups/power_up.cc (modified) * trunk/src/world_entities/power_ups/power_up.h (modified) * trunk/src/world_entities/power_ups/turret_power_up.cc (copied) * trunk/src/world_entities/power_ups/turret_power_up.h (copied) orxonox/trunk: Turret Power Up defined Tue, 25 Oct 2005 09:15:33 GMT bensch [5433] * trunk/src/Makefile.am (modified) * trunk/src/Makefile.in (modified) * trunk/src/world_entities/Makefile.am (modified) * trunk/src/world_entities/power_ups (added) * trunk/src/world_entities/power_ups/power_up.cc (moved) * trunk/src/world_entities/power_ups/power_up.h (moved) orxonox/trunk: include power_up.h Mon, 24 Oct 2005 21:54:17 GMT bensch [5431] * trunk/src/lib/collision_detection/obb_tree.h (modified) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/lib/collision_detection/obb_tree_node.h (modified) * trunk/src/world_entities/world_entity.cc (modified) * trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: changed the static values back Mon, 24 Oct 2005 17:07:00 GMT patrick [5428] * trunk/Makefile.in (modified) * trunk/src/lib/collision_detection/lin_alg.h (modified) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/world_entities/environment.cc (modified) * trunk/src/world_entities/test_entity.cc (modified) * trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: fixed a bug in the CD engine Mon, 24 Oct 2005 16:06:06 GMT bensch [5427] * trunk/src/lib/collision_detection/obb_tree_node.h (modified) * trunk/src/lib/graphics/importer/abstract_model.h (modified) * trunk/src/lib/graphics/importer/model.cc (modified) * trunk/src/lib/graphics/spatial_separation/quadtree_node.cc (modified) * trunk/src/lib/graphics/spatial_separation/spatial_separation.cc (modified) * trunk/src/lib/graphics/text_engine/font.cc (modified) * trunk/src/lib/graphics/text_engine/text.h (modified) * trunk/src/lib/gui/gl_gui/glgui_button.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_button.h (modified) * trunk/src/lib/sound/sound_engine.cc (modified) * trunk/src/subprojects/benchmark.cc (modified) * trunk/src/world_entities/npc.cc (modified) * trunk/src/world_entities/npc2.cc (modified) * trunk/src/world_entities/test_entity.cc (modified) * trunk/src/world_entities/test_entity.h (modified) orxonox/trunk: some minor include stuff Sat, 22 Oct 2005 11:57:29 GMT bensch [5420] * trunk/src/lib/coord/p_node.cc (modified) * trunk/src/lib/graphics/render2D/render_2d.h (modified) * trunk/src/lib/graphics/text_engine/font.cc (modified) * trunk/src/lib/graphics/text_engine/text.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_pushbutton.cc (modified) * trunk/src/lib/math/vector.cc (modified) * trunk/src/lib/math/vector.h (modified) * trunk/src/lib/shell/shell.cc (modified) * trunk/src/world_entities/player.cc (modified) orxonox/trunk: Font is now Right, and the Rendering 'should be' faster. Sat, 22 Oct 2005 08:55:51 GMT bensch [5419] * trunk/src/lib/coord/p_node.cc (modified) * trunk/src/lib/graphics/text_engine/text.cc (modified) * trunk/src/lib/math/vector.h (modified) * trunk/src/world_entities/environment.cc (modified) * trunk/src/world_entities/test_entity.cc (modified) * trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: MUCH better algorithm for the QuaternionSlerp in ... Fri, 21 Oct 2005 08:07:57 GMT bensch [5415] * trunk/src/lib/graphics/graphics_engine.cc (modified) * trunk/src/world_entities/terrain.cc (modified) orxonox/trunk: windows compatibility Fri, 21 Oct 2005 07:45:54 GMT bensch [5414] * trunk/src/lib/coord/p_node.cc (modified) * trunk/src/lib/coord/p_node.h (modified) * trunk/src/lib/graphics/render2D/element_2d.cc (modified) * trunk/src/lib/graphics/render2D/element_2d.h (modified) * trunk/src/world_entities/weapons/turret.cc (modified) orxonox/trunk: new functionality in PNode and Element2D they now ... Tue, 18 Oct 2005 23:54:37 GMT bensch [5405] * trunk/src/lib/collision_detection/bv_tree.h (modified) * trunk/src/lib/collision_detection/bv_tree_node.h (modified) * trunk/src/lib/collision_detection/obb_tree_node.h (modified) * trunk/src/lib/coord/p_node.h (modified) * trunk/src/lib/graphics/importer/material.h (modified) * trunk/src/lib/graphics/importer/model.h (modified) * trunk/src/lib/graphics/light.h (modified) * trunk/src/lib/graphics/render2D/render_2d.h (modified) * trunk/src/lib/graphics/spatial_separation/quadtree_node.h (modified) * trunk/src/lib/gui/gl_gui/glgui_handler.h (modified) * trunk/src/lib/gui/gl_gui/glgui_mainwidget.h (modified) * trunk/src/lib/lang/class_list.h (modified) * trunk/src/lib/particles/particle_emitter.h (modified) * trunk/src/lib/particles/particle_engine.h (modified) * trunk/src/lib/particles/particle_system.h (modified) * trunk/src/lib/particles/quick_animation.h (modified) * trunk/src/lib/physics/fields/field.h (modified) * trunk/src/lib/physics/fields/gravity.h (modified) * trunk/src/lib/physics/fields/point_gravity.h (modified) * trunk/src/lib/physics/fields/twirl.h (modified) * trunk/src/lib/sound/sound_engine.h (modified) * trunk/src/lib/util/ini_parser.h (modified) * trunk/src/proto/proto_singleton.h (modified) * trunk/src/util/animation/animation.h (modified) * trunk/src/util/animation/animation_player.h (modified) * trunk/src/util/resource_manager.h (modified) * trunk/src/util/state.h (modified) * trunk/src/util/track/track_node.h (modified) * trunk/src/world_entities/skybox.h (modified) * trunk/src/world_entities/skysphere.h (modified) * trunk/src/world_entities/terrain.h (modified) * trunk/src/world_entities/weapons/crosshair.h (modified) orxonox/trunk: renamed definition to the right term declaration... Tue, 18 Oct 2005 16:28:54 GMT bensch [5398] * trunk/src/lib/collision_detection/lin_alg.h (modified) * trunk/src/lib/graphics/render2D/element_2d.cc (modified) * trunk/src/lib/graphics/render2D/element_2d.h (modified) * trunk/src/lib/graphics/render2D/render_2d.cc (modified) * trunk/src/lib/graphics/render2D/render_2d.h (modified) * trunk/src/lib/shell/shell.cc (modified) * trunk/src/world_entities/weapons/crosshair.cc (modified) orxonox/trunk: fixed a bug in the allocation of Element2D Mon, 17 Oct 2005 20:31:00 GMT bensch [5396] * trunk/src/lib/graphics/render2D/element_2d.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_pushbutton.cc (modified) * trunk/src/world_entities/player.cc (modified) * trunk/src/world_entities/weapons/crosshair.cc (modified) orxonox/trunk: fixed a BUG in the Element2D-class preventing the ... Mon, 17 Oct 2005 20:14:14 GMT bensch [5395] * trunk/src/lib/graphics/text_engine/text.h (modified) * trunk/src/lib/gui/gl_gui/glgui_button.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_button.h (modified) * trunk/src/lib/gui/gl_gui/glgui_checkbutton.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_checkbutton.h (modified) * trunk/src/lib/gui/gl_gui/glgui_pushbutton.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_pushbutton.h (modified) * trunk/src/lib/gui/gl_gui/glgui_widget.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_widget.h (modified) * trunk/src/world_entities/player.cc (modified) orxonox/trunk: first element of the GLGui is visible... there is a ... Sat, 15 Oct 2005 19:58:59 GMT bensch [5384] * trunk/src/defs/class_id.h (modified) * trunk/src/lib/gui/gl_gui/Makefile.am (modified) * trunk/src/lib/gui/gl_gui/Makefile.in (modified) * trunk/src/lib/gui/gl_gui/glgui_mainwidget.cc (copied) * trunk/src/lib/gui/gl_gui/glgui_mainwidget.h (copied) * trunk/src/lib/gui/gl_gui/glgui_widget.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_widget.h (modified) * trunk/src/world_entities/camera.cc (modified) orxonox/trunk: introducing the GLGuiMainWidget-class, that is the ... Sat, 15 Oct 2005 18:22:30 GMT bensch [5382] * trunk/src/lib/coord/p_node.cc (modified) * trunk/src/lib/coord/p_node.h (modified) * trunk/src/lib/graphics/render2D/element_2d.cc (modified) * trunk/src/lib/graphics/render2D/element_2d.h (modified) * trunk/src/lib/graphics/render2D/render_2d.cc (modified) * trunk/src/lib/shell/shell.cc (modified) * trunk/src/world_entities/camera.cc (modified) * trunk/src/world_entities/weapons/test_gun.cc (modified) orxonox/trunk: fixed a reparenting bug made the naming more compliant Fri, 14 Oct 2005 16:54:55 GMT bensch [5378] * trunk/src/lib/graphics/render2D/element_2d.cc (modified) * trunk/src/lib/graphics/render2D/element_2d.h (modified) * trunk/src/lib/graphics/text_engine/text.h (modified) * trunk/src/world_entities/environment.cc (modified) * trunk/src/world_entities/test_entity.cc (modified) * trunk/src/world_entities/weapons/crosshair.cc (modified) * trunk/src/world_entities/weapons/crosshair.h (modified) * trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: crosshair now more compliant with Element2D Element2D ... Tue, 11 Oct 2005 08:13:55 GMT bensch [5363] * trunk/src/defs/class_id.h (modified) * trunk/src/lib/gui/gl_gui/Makefile.am (modified) * trunk/src/lib/gui/gl_gui/Makefile.in (modified) * trunk/src/lib/gui/gl_gui/glgui_button.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_button.h (modified) * trunk/src/lib/gui/gl_gui/glgui_widget.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_widget.h (modified) * trunk/src/world_entities/npc2.cc (modified) orxonox/trunk: sync Mon, 10 Oct 2005 23:26:29 GMT bensch [5361] * trunk/src/world_entities/environment.cc (modified) * trunk/src/world_entities/environment.h (modified) orxonox/trunk: fixed missing link Mon, 10 Oct 2005 19:15:05 GMT bensch [5357] * trunk/src/defs/debug.h (modified) * trunk/src/lib/graphics/light.cc (modified) * trunk/src/lib/graphics/text_engine/font.cc (modified) * trunk/src/lib/graphics/text_engine/text.cc (modified) * trunk/src/lib/graphics/text_engine/text_engine.cc (modified) * trunk/src/lib/particles/particle_emitter.cc (modified) * trunk/src/lib/particles/particle_engine.cc (modified) * trunk/src/lib/particles/particle_system.cc (modified) * trunk/src/lib/physics/fields/field.cc (modified) * trunk/src/lib/physics/fields/gravity.cc (modified) * trunk/src/lib/physics/fields/point_gravity.cc (modified) * trunk/src/lib/physics/fields/twirl.cc (modified) * trunk/src/lib/physics/physics_connection.cc (modified) * trunk/src/util/fast_factory.h (modified) * trunk/src/util/loading/factory.h (modified) * trunk/src/world_entities/camera.cc (modified) * trunk/src/world_entities/environment.cc (modified) * trunk/src/world_entities/npc.cc (modified) * trunk/src/world_entities/npc2.cc (modified) * trunk/src/world_entities/player.cc (modified) * trunk/src/world_entities/satellite.cc (modified) * trunk/src/world_entities/skybox.cc (modified) * trunk/src/world_entities/skybox.h (modified) * trunk/src/world_entities/terrain.cc (modified) * trunk/src/world_entities/terrain.h (modified) * trunk/src/world_entities/test_entity.cc (modified) * trunk/src/world_entities/weapons/crosshair.cc (modified) * trunk/src/world_entities/weapons/projectile.cc (modified) * trunk/src/world_entities/weapons/test_bullet.cc (modified) * trunk/src/world_entities/weapons/test_gun.cc (modified) * trunk/src/world_entities/weapons/turret.cc (modified) * trunk/src/world_entities/weapons/weapon.cc (modified) orxonox/trunk: some minor cleanup, of the mess i made with AutoMake- sh** Mon, 10 Oct 2005 18:17:44 GMT bensch [5356] * trunk/src/lib/coord/p_node.h (modified) * trunk/src/lib/graphics/spatial_separation/spatial_separation.h (modified) * trunk/src/util/loading/factory.h (modified) * trunk/src/world_entities/skybox.cc (modified) * trunk/src/world_entities/terrain.cc (modified) * trunk/src/world_entities/weapons/test_gun.cc (modified) * trunk/src/world_entities/weapons/turret.cc (modified) * trunk/src/world_entities/weapons/weapon.cc (modified) * trunk/src/world_entities/weapons/weapon.h (modified) * trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: saver Weapon-Projectile-generation and Stuff Mon, 10 Oct 2005 17:47:42 GMT bensch [5355] * trunk/src/lib/graphics/text_engine/font.h (modified) * trunk/src/story_entities/world.cc (modified) * trunk/src/util/fast_factory.h (modified) * trunk/src/util/garbage_collector.cc (modified) * trunk/src/util/garbage_collector.h (modified) * trunk/src/util/loading/factory.h (modified) * trunk/src/world_entities/Makefile.am (copied) * trunk/src/world_entities/Makefile.in (copied) * trunk/src/world_entities/player.cc (modified) * trunk/src/world_entities/skybox.cc (modified) * trunk/src/world_entities/weapons/test_gun.cc (modified) * trunk/src/world_entities/weapons/turret.cc (modified) * trunk/src/world_entities/weapons/weapon.cc (modified) * trunk/src/world_entities/weapons/weapon.h (modified) * trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: some build-efficiency-issues Mon, 10 Oct 2005 11:13:56 GMT bensch [5354] * trunk/src/lib/coord/p_node.cc (modified) * trunk/src/lib/graphics/render2D/element_2d.cc (modified) * trunk/src/world_entities/camera.cc (modified) orxonox/trunk: animationing is reversible over time (try setting in ... Mon, 10 Oct 2005 03:49:30 GMT bensch [5353] * trunk/configure (modified) * trunk/configure.ac (modified) * trunk/src/Makefile.am (modified) * trunk/src/Makefile.in (modified) * trunk/src/world_entities/Makefile.am (deleted) * trunk/src/world_entities/Makefile.in (deleted) orxonox/trunk: reverted with svn merge . . -r5351:5350 to remove ... Mon, 10 Oct 2005 03:14:52 GMT bensch [5351] * trunk/configure (modified) * trunk/configure.ac (modified) * trunk/src/Makefile.am (modified) * trunk/src/Makefile.in (modified) * trunk/src/lib/Makefile.in (modified) * trunk/src/lib/collision_detection/Makefile.in (modified) * trunk/src/lib/event/Makefile.in (modified) * trunk/src/lib/graphics/Makefile.in (modified) * trunk/src/lib/graphics/importer/Makefile.in (modified) * trunk/src/lib/graphics/spatial_separation/Makefile.in (modified) * trunk/src/lib/gui/Makefile.in (modified) * trunk/src/lib/gui/gl_gui/Makefile.in (modified) * trunk/src/lib/gui/gtk_gui/Makefile.in (modified) * trunk/src/lib/particles/Makefile.in (modified) * trunk/src/lib/physics/Makefile.in (modified) * trunk/src/lib/shell/Makefile.in (modified) * trunk/src/lib/sound/Makefile.in (modified) * trunk/src/lib/tinyxml/Makefile.in (modified) * trunk/src/subprojects/Makefile.in (modified) * trunk/src/subprojects/collision_detection/Makefile.in (modified) * trunk/src/subprojects/importer/Makefile.in (modified) * trunk/src/subprojects/particles/Makefile.in (modified) * trunk/src/subprojects/testmain/Makefile.in (modified) * trunk/src/util/Makefile.in (modified) * trunk/src/world_entities/Makefile.am (copied) * trunk/src/world_entities/Makefile.in (copied) orxonox/trunk: building world_etities as a lib in ... Sat, 08 Oct 2005 22:11:23 GMT bensch [5333] * trunk/src/lib/graphics/shader.cc (modified) * trunk/src/world_entities/npc2.cc (modified) orxonox/trunk: we do not have to shade the whole world Sat, 08 Oct 2005 16:57:04 GMT bensch [5325] * trunk/src/world_entities/npc2.cc (modified) orxonox/trunk: Shaders get loaded in the release now Sat, 08 Oct 2005 15:27:22 GMT bensch [5323] * trunk/src/lib/graphics/shader.cc (modified) * trunk/src/lib/graphics/shader.h (modified) * trunk/src/util/resource_manager.cc (modified) * trunk/src/util/resource_manager.h (modified) * trunk/src/world_entities/npc2.cc (modified) orxonox/trunk: Shaders can now be loaded via the ResourceManager Sat, 08 Oct 2005 00:07:42 GMT bensch [5313] * trunk/src/util/track/track_manager.cc (modified) * trunk/src/util/track/track_manager.h (modified) * trunk/src/world_entities/npc2.cc (modified) * trunk/src/world_entities/skysphere.cc (modified) orxonox/trunk: minor nicessity fixes. no real bugs traced -> :( Fri, 07 Oct 2005 22:32:52 GMT bensch [5308] * trunk/src/glmenu/glmenu_imagescreen.cc (modified) * trunk/src/lib/graphics/importer/material.cc (modified) * trunk/src/lib/graphics/importer/material.h (modified) * trunk/src/lib/graphics/importer/model.cc (modified) * trunk/src/lib/graphics/importer/texture.h (modified) * trunk/src/util/resource_manager.cc (modified) * trunk/src/util/resource_manager.h (modified) * trunk/src/world_entities/environment.cc (modified) * trunk/src/world_entities/skybox.cc (modified) * trunk/src/world_entities/terrain.cc (modified) * trunk/src/world_entities/terrain.h (modified) orxonox/trunk: Fixed a reversive BUG in the ResourceManager: Since ... Fri, 07 Oct 2005 12:28:45 GMT bensch [5302] * trunk/src/lib/graphics/importer/material.cc (modified) * trunk/src/util/resource_manager.cc (modified) * trunk/src/world_entities/satellite.cc (modified) * trunk/src/world_entities/skybox.cc (modified) * trunk/src/world_entities/weapons/weapon.cc (modified) * trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: fixed bug in SkyShphere, doubly deleted Model Fri, 07 Oct 2005 11:59:44 GMT bensch [5300] * trunk/src/defs/debug.h (modified) * trunk/src/glmenu/glmenu_imagescreen.cc (modified) * trunk/src/glmenu/glmenu_imagescreen.h (modified) * trunk/src/lib/coord/null_parent.cc (modified) * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/lib/graphics/importer/objModel.cc (modified) * trunk/src/story_entities/campaign.cc (modified) * trunk/src/util/loading/game_loader.cc (modified) * trunk/src/world_entities/player.cc (modified) * trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: even less debug-info Thu, 06 Oct 2005 18:31:23 GMT bensch [5285] * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/lib/graphics/graphics_engine.cc (modified) * trunk/src/lib/graphics/render2D/element_2d.cc (modified) * trunk/src/lib/graphics/render2D/element_2d.h (modified) * trunk/src/lib/graphics/shader.cc (modified) * trunk/src/lib/graphics/text_engine.cc (modified) * trunk/src/lib/util/list.h (modified) * trunk/src/orxonox.cc (modified) * trunk/src/world_entities/environment.cc (modified) * trunk/src/world_entities/test_entity.cc (modified) * trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: nicer quit-modi TextEngine is now deleted by ... Tue, 04 Oct 2005 19:32:01 GMT bensch [5281] * trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: remove unused stuff Tue, 04 Oct 2005 19:29:49 GMT bensch [5280] * trunk/config.h.in (modified) * trunk/configure (modified) * trunk/src/lib/graphics/importer/abstract_model.h (modified) * trunk/src/world_entities/weapons/crosshair.cc (modified) orxonox/trunk: remove unused stuff Wed, 28 Sep 2005 16:04:59 GMT bensch [5271] * trunk/configure (modified) * trunk/src/lib/graphics/shader.cc (modified) * trunk/src/world_entities/npc2.cc (modified) orxonox/trunk: better checking, and not loading shader if it is non- ... Tue, 27 Sep 2005 16:51:07 GMT bensch [5269] * trunk/src/lib/graphics/shader.cc (modified) * trunk/src/world_entities/npc2.cc (modified) orxonox/trunk: flushing Tue, 27 Sep 2005 16:21:57 GMT bensch [5268] * trunk/src/lib/graphics/shader.cc (modified) * trunk/src/world_entities/npc2.cc (modified) orxonox/trunk: better error-handling through try and catch Tue, 27 Sep 2005 16:09:09 GMT bensch [5267] * trunk/src/lib/graphics/shader.cc (modified) * trunk/src/world_entities/npc2.cc (modified) orxonox/trunk: nicer error-checking Tue, 27 Sep 2005 14:10:26 GMT bensch [5266] * trunk/src/Makefile.am (modified) * trunk/src/Makefile.in (modified) * trunk/src/lib/graphics/graphics_engine.cc (modified) * trunk/src/lib/graphics/shader.cc (modified) * trunk/src/lib/graphics/shader.h (modified) * trunk/src/story_entities/world.cc (modified) * trunk/src/world_entities/npc.cc (modified) * trunk/src/world_entities/npc2.cc (copied) * trunk/src/world_entities/npc2.h (copied) orxonox/trunk: Shaders now work :) Sun, 25 Sep 2005 17:47:27 GMT bensch [5259] * trunk/src/world_entities/npc.cc (modified) orxonox/trunk: npc collide effect with player Sun, 25 Sep 2005 17:29:10 GMT bensch [5258] * trunk/src/story_entities/world.cc (modified) * trunk/src/world_entities/npc.cc (modified) orxonox/trunk: binding of the Sky is ok again. (parenting mode wasn't ... Sun, 25 Sep 2005 17:04:28 GMT bensch [5257] * trunk/src/lib/physics/physics_connection.h (modified) * trunk/src/lib/physics/physics_interface.cc (modified) * trunk/src/lib/physics/physics_interface.h (modified) * trunk/src/world_entities/npc.cc (modified) * trunk/src/world_entities/npc.h (modified) * trunk/src/world_entities/player.h (modified) * trunk/src/world_entities/weapons/test_bullet.cc (modified) * trunk/src/world_entities/weapons/test_bullet.h (modified) * trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: bouncy effect with physically based animations... or ... Sun, 25 Sep 2005 16:27:22 GMT bensch [5256] * trunk/src/lib/shell/shell.cc (modified) * trunk/src/story_entities/world.cc (modified) * trunk/src/world_entities/environment.cc (modified) * trunk/src/world_entities/test_entity.cc (modified) * trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: real strange, i thought i fixed this before this ... Thu, 22 Sep 2005 23:37:57 GMT bensch [5219] * trunk/src/lib/graphics/spatial_separation/quadtree.cc (modified) * trunk/src/orxonox.cc (modified) * trunk/src/util/resource_manager.cc (modified) * trunk/src/world_entities/weapons/crosshair.cc (modified) orxonox/trunk: warlord-fix Thu, 22 Sep 2005 14:44:56 GMT bensch [5216] * trunk/src/lib/graphics/graphics_engine.cc (modified) * trunk/src/lib/graphics/graphics_engine.h (modified) * trunk/src/lib/graphics/importer/model.cc (modified) * trunk/src/lib/physics/physics_engine.cc (modified) * trunk/src/lib/sound/sound_engine.h (modified) * trunk/src/orxonox.cc (modified) * trunk/src/story_entities/campaign.cc (modified) * trunk/src/story_entities/world.cc (modified) * trunk/src/util/resource_manager.cc (modified) * trunk/src/world_entities/weapons/crosshair.cc (modified) orxonox/trunk: more fixes due to valgrind Wed, 21 Sep 2005 18:10:11 GMT bensch [5213] * trunk/src/world_entities/environment.cc (modified) * trunk/src/world_entities/test_entity.cc (modified) * trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: removed the Collision-detection, to be faster with ... Wed, 21 Sep 2005 18:07:51 GMT bensch [5212] * trunk/src/lib/graphics/importer/texture.cc (modified) * trunk/src/lib/graphics/light.cc (modified) * trunk/src/lib/graphics/render2D/element_2d.cc (modified) * trunk/src/lib/shell/shell_buffer.cc (modified) * trunk/src/world_entities/player.cc (modified) * trunk/src/world_entities/player.h (modified) * trunk/src/world_entities/skybox.cc (modified) * trunk/src/world_entities/weapons/crosshair.cc (modified) orxonox/trunk: some little errors corrected via Valgrind Mon, 19 Sep 2005 18:36:45 GMT bensch [5208] * trunk/src/lib/graphics/text_engine.cc (modified) * trunk/src/lib/shell/shell.cc (modified) * trunk/src/lib/shell/shell.h (modified) * trunk/src/lib/shell/shell_input.h (modified) * trunk/src/orxonox.cc (modified) * trunk/src/util/loading/game_loader.cc (modified) * trunk/src/util/resource_manager.cc (modified) * trunk/src/world_entities/weapons/weapon_manager.cc (modified) * trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: first fruits of valgrind.... delete[] are fine now :) Mon, 05 Sep 2005 20:29:03 GMT bensch [5162] * trunk/src/lib/shell/shell.cc (modified) * trunk/src/lib/shell/shell_command.h (modified) * trunk/src/util/loading/factory.cc (modified) * trunk/src/util/loading/game_loader.cc (modified) * trunk/src/world_entities/player.cc (modified) orxonox/trunk: more elaborate and MUCH easier through Macro- definition Sat, 27 Aug 2005 13:39:26 GMT bensch [5155] * trunk/src/defs/functor_list.h (modified) * trunk/src/glmenu/glmenu_imagescreen.cc (modified) * trunk/src/lib/particles/particle_system.cc (modified) * trunk/src/lib/physics/physics_connection.cc (modified) * trunk/src/util/loading/factory.cc (modified) * trunk/src/util/loading/factory.h (modified) * trunk/src/util/shell_command.cc (modified) * trunk/src/util/shell_command.h (modified) * trunk/src/world_entities/player.cc (modified) * trunk/src/world_entities/skybox.cc (modified) orxonox/trunk: now one should be able to create entities on the Fly Sat, 27 Aug 2005 00:15:44 GMT bensch [5145] * trunk/src/defs/functor_list.h (modified) * trunk/src/util/shell.cc (modified) * trunk/src/util/shell.h (modified) * trunk/src/util/shell_command.cc (modified) * trunk/src/util/shell_command.h (modified) * trunk/src/world_entities/player.cc (modified) orxonox/trunk: one parameter-functions should be executable.... dubugging Fri, 26 Aug 2005 22:56:47 GMT bensch [5144] * trunk/src/util/shell_command.cc (modified) * trunk/src/world_entities/player.cc (modified) orxonox/trunk: now it is also possible, to execute Functions on NON- ... Fri, 26 Aug 2005 22:32:41 GMT bensch [5143] * trunk/src/defs/functor_list.h (modified) * trunk/src/lib/event/event.h (modified) * trunk/src/lib/event/event_listener.h (modified) * trunk/src/lib/physics/physics_interface.h (modified) * trunk/src/util/shell_command.cc (modified) * trunk/src/util/shell_command.h (modified) * trunk/src/world_entities/environment.cc (modified) * trunk/src/world_entities/player.cc (modified) * trunk/src/world_entities/terrain.cc (modified) * trunk/src/world_entities/weapons/weapon.cc (modified) * trunk/src/world_entities/world_entity.cc (modified) * trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: minor cleanup Tue, 23 Aug 2005 23:47:05 GMT bensch [5116] * trunk/src/lib/collision_detection/bounding_volume.cc (modified) * trunk/src/lib/collision_detection/cd_engine.cc (modified) * trunk/src/lib/collision_detection/obb.cc (modified) * trunk/src/world_entities/test_entity.cc (modified) orxonox/trunk: saver removal of vertices in obb's Tue, 23 Aug 2005 23:30:13 GMT bensch [5115] * trunk/src/lib/collision_detection/cd_engine.cc (modified) * trunk/src/lib/collision_detection/obb_tree.cc (modified) * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/lib/coord/p_node.cc (modified) * trunk/src/lib/graphics/importer/model.cc (modified) * trunk/src/lib/graphics/render2D/element_2d.cc (modified) * trunk/src/lib/graphics/render2D/render_2d.cc (modified) * trunk/src/lib/graphics/spatial_separation/quadtree_node.cc (modified) * trunk/src/lib/graphics/text_engine.cc (modified) * trunk/src/lib/lang/class_list.cc (modified) * trunk/src/lib/particles/particle_engine.cc (modified) * trunk/src/lib/physics/physics_engine.cc (modified) * trunk/src/lib/physics/physics_interface.cc (modified) * trunk/src/lib/sound/sound_engine.cc (modified) * trunk/src/lib/util/ini_parser.cc (modified) * trunk/src/lib/util/list.h (modified) * trunk/src/story_entities/campaign.cc (modified) * trunk/src/story_entities/world.cc (modified) * trunk/src/subprojects/benchmark.cc (modified) * trunk/src/subprojects/collision_detection/collision_detection.cc (modified) * trunk/src/util/animation/animation3d.cc (modified) * trunk/src/util/animation/animation_player.cc (modified) * trunk/src/util/animation/t_animation.h (modified) * trunk/src/util/garbage_collector.cc (modified) * trunk/src/util/loading/load_param.cc (modified) * trunk/src/util/resource_manager.cc (modified) * trunk/src/util/shell.cc (modified) * trunk/src/util/track/track_manager.cc (modified) * trunk/src/world_entities/test_entity.cc (modified) orxonox/trunk: reimplemented the list functions, as i did before in ... Sat, 20 Aug 2005 15:39:13 GMT patrick [5087] * trunk/src/lib/graphics/importer/md2Model.cc (modified) * trunk/src/lib/graphics/importer/md2Model.h (modified) * trunk/src/story_entities/world.cc (modified) * trunk/src/world_entities/npc.cc (modified) * trunk/src/world_entities/test_entity.cc (modified) * trunk/src/world_entities/test_entity.h (modified) orxonox/trunk: added some droids in the middle of the track to the ... Sat, 20 Aug 2005 13:37:12 GMT patrick [5085] * trunk/src/lib/graphics/importer/md2Model.cc (modified) * trunk/src/lib/graphics/importer/md2Model.h (modified) * trunk/src/story_entities/world.cc (modified) * trunk/src/world_entities/test_entity.cc (modified) orxonox/trunk: bugfixing the md2 animation class. there seems to be a ... Thu, 18 Aug 2005 21:16:50 GMT bensch [5070] * branches (moved) * releases (moved) * tags (moved) * trunk (moved) reporx: moved orxonox out of orxonox directory, because it is the ... Thu, 18 Aug 2005 13:51:43 GMT bensch [5068] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/defs/class_id.h (modified) * orxonox/trunk/src/lib/graphics/render2D/element_2d.cc (modified) * orxonox/trunk/src/lib/graphics/render2D/element_2d.h (modified) * orxonox/trunk/src/lib/graphics/render2D/render_2d.cc (modified) * orxonox/trunk/src/lib/util/list.h (modified) * orxonox/trunk/src/util/shell.cc (copied) * orxonox/trunk/src/util/shell.h (copied) * orxonox/trunk/src/world_entities/skysphere.cc (modified) orxonox/trunk: added Shell Class to the utils. This class should ...