# # ChangeLog for trunk/src/world_entities/terrain.h in orxonox.OLD # # Generated by Trac 1.0.9 # May 27, 2024, 11:35:30 AM Mon, 07 Nov 2005 23:03:18 GMT bensch [5500] * trunk/src/world_entities/environment.cc (modified) * trunk/src/world_entities/environment.h (modified) * trunk/src/world_entities/npc2.cc (modified) * trunk/src/world_entities/npc2.h (modified) * trunk/src/world_entities/player.cc (modified) * trunk/src/world_entities/player.h (modified) * trunk/src/world_entities/power_ups/laser_power_up.cc (modified) * trunk/src/world_entities/power_ups/laser_power_up.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/satellite.cc (modified) * trunk/src/world_entities/satellite.h (modified) * trunk/src/world_entities/skysphere.cc (modified) * trunk/src/world_entities/skysphere.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/test_entity.h (modified) * trunk/src/world_entities/weapons/laser.cc (modified) * trunk/src/world_entities/weapons/laser.h (modified) * trunk/src/world_entities/weapons/projectile.cc (modified) * trunk/src/world_entities/weapons/projectile.h (modified) * trunk/src/world_entities/weapons/rocket.cc (modified) * trunk/src/world_entities/weapons/rocket.h (modified) * trunk/src/world_entities/weapons/test_bullet.cc (modified) * trunk/src/world_entities/weapons/test_bullet.h (modified) * trunk/src/world_entities/weapons/test_gun.cc (modified) * trunk/src/world_entities/weapons/test_gun.h (modified) * trunk/src/world_entities/weapons/turret.cc (modified) * trunk/src/world_entities/weapons/turret.h (modified) * trunk/src/world_entities/weapons/weapon.cc (modified) * trunk/src/world_entities/weapons/weapon.h (modified) * trunk/src/world_entities/world_entity.cc (modified) * trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: all the WorldEntities now have a const function to ... Wed, 02 Nov 2005 08:01:12 GMT bensch [5465] * 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/terrain.cc (modified) * trunk/src/world_entities/terrain.h (modified) * trunk/src/world_entities/weapons/laser.cc (modified) * trunk/src/world_entities/weapons/rocket.cc (modified) * trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: vegetation rendering in the terrain (trees are 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... 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** 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 ... 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 ... Tue, 16 Aug 2005 16:57:47 GMT bensch [5039] * orxonox/trunk/src/collision.h (modified) * orxonox/trunk/src/defs/class_id.h (modified) * orxonox/trunk/src/defs/debug.h (modified) * orxonox/trunk/src/defs/error.h (modified) * orxonox/trunk/src/glmenu/glmenu_imagescreen.h (modified) * orxonox/trunk/src/lib/collision_detection/bounding_sphere.h (modified) * orxonox/trunk/src/lib/collision_detection/bounding_volume.h (modified) * orxonox/trunk/src/lib/collision_detection/bv_tree.h (modified) * orxonox/trunk/src/lib/collision_detection/bv_tree_node.h (modified) * orxonox/trunk/src/lib/collision_detection/cd_engine.h (modified) * orxonox/trunk/src/lib/collision_detection/collision.h (modified) * orxonox/trunk/src/lib/collision_detection/collision_defs.h (modified) * orxonox/trunk/src/lib/collision_detection/lin_alg.h (modified) * orxonox/trunk/src/lib/collision_detection/obb.h (modified) * orxonox/trunk/src/lib/collision_detection/obb_tree.h (modified) * orxonox/trunk/src/lib/collision_detection/obb_tree_node.h (modified) * orxonox/trunk/src/lib/coord/null_parent.h (modified) * orxonox/trunk/src/lib/event/event.h (modified) * orxonox/trunk/src/lib/event/event_def.h (modified) * orxonox/trunk/src/lib/event/event_handler.h (modified) * orxonox/trunk/src/lib/event/event_listener.h (modified) * orxonox/trunk/src/lib/event/key_mapper.h (modified) * orxonox/trunk/src/lib/event/key_names.h (modified) * orxonox/trunk/src/lib/graphics/graphics_engine.h (modified) * orxonox/trunk/src/lib/graphics/importer/abstract_model.h (modified) * orxonox/trunk/src/lib/graphics/importer/md2Model.h (modified) * orxonox/trunk/src/lib/graphics/importer/primitive_model.h (modified) * orxonox/trunk/src/lib/graphics/light.h (modified) * orxonox/trunk/src/lib/graphics/spatial_separation/quadtree.h (modified) * orxonox/trunk/src/lib/graphics/spatial_separation/quadtree_node.h (modified) * orxonox/trunk/src/lib/graphics/spatial_separation/spatial_separation.h (modified) * orxonox/trunk/src/lib/graphics/text_engine.h (modified) * orxonox/trunk/src/lib/gui/gui_element.h (modified) * orxonox/trunk/src/lib/lang/base_object.h (modified) * orxonox/trunk/src/lib/lang/class_list.h (modified) * orxonox/trunk/src/lib/math/curve.h (modified) * orxonox/trunk/src/lib/network/synchronisable.h (modified) * orxonox/trunk/src/lib/particles/particle_emitter.h (modified) * orxonox/trunk/src/lib/particles/particle_engine.h (modified) * orxonox/trunk/src/lib/particles/particle_system.h (modified) * orxonox/trunk/src/lib/particles/quick_animation.h (modified) * orxonox/trunk/src/lib/physics/fields/field.h (modified) * orxonox/trunk/src/lib/physics/fields/fields.h (modified) * orxonox/trunk/src/lib/physics/fields/gravity.h (modified) * orxonox/trunk/src/lib/physics/fields/point_gravity.h (modified) * orxonox/trunk/src/lib/physics/fields/twirl.h (modified) * orxonox/trunk/src/lib/physics/physics_connection.h (modified) * orxonox/trunk/src/lib/physics/physics_engine.h (modified) * orxonox/trunk/src/lib/physics/physics_interface.h (modified) * orxonox/trunk/src/story_entities/story_entity.h (modified) * orxonox/trunk/src/story_entities/world.h (modified) * orxonox/trunk/src/subprojects/benchmark.h (modified) * orxonox/trunk/src/util/animation/animation.h (modified) * orxonox/trunk/src/util/animation/animation3d.h (modified) * orxonox/trunk/src/util/animation/animation_player.h (modified) * orxonox/trunk/src/util/animation/t_animation.h (modified) * orxonox/trunk/src/util/loading/load_param.h (modified) * orxonox/trunk/src/util/resource_manager.h (modified) * orxonox/trunk/src/util/state.h (modified) * orxonox/trunk/src/util/track/pilot_node.h (modified) * orxonox/trunk/src/util/track/track_node.h (modified) * orxonox/trunk/src/world_entities/character_attributes.h (modified) * orxonox/trunk/src/world_entities/power_up.h (modified) * orxonox/trunk/src/world_entities/satellite.h (modified) * orxonox/trunk/src/world_entities/skybox.h (modified) * orxonox/trunk/src/world_entities/skysphere.h (modified) * orxonox/trunk/src/world_entities/terrain.h (modified) * orxonox/trunk/src/world_entities/weapons/crosshair.h (modified) * orxonox/trunk/src/world_entities/weapons/projectile.h (modified) orxonox/trunk: useless stuff :)