# # ChangeLog for branches/new_class_id/src/world_entities/WorldEntities.am in orxonox.OLD # # Generated by Trac 1.0.9 # Jun 1, 2024, 7:56:57 PM Fri, 22 Sep 2006 13:40:06 GMT bensch [9785] * branches/new_class_id/src/lib/graphics/importer/material.cc (modified) * branches/new_class_id/src/lib/graphics/importer/resource_texture.cc (modified) * branches/new_class_id/src/lib/graphics/importer/resource_texture.h (modified) * branches/new_class_id/src/lib/util/filesys/directory.cc (modified) * branches/new_class_id/src/lib/util/filesys/directory.h (modified) * branches/new_class_id/src/lib/util/loading/resource.cc (modified) * branches/new_class_id/src/lib/util/loading/resource.h (modified) * branches/new_class_id/src/world_entities/WorldEntities.am (modified) some implementations of the new self sustained Resources. It works, ... Tue, 19 Sep 2006 13:47:07 GMT bensch [9761] * branches/new_class_id/src/lib/graphics/Makefile.am (modified) * branches/new_class_id/src/lib/graphics/graphics_effect.cc (moved) * branches/new_class_id/src/lib/graphics/graphics_effect.h (moved) * branches/new_class_id/src/lib/graphics/graphics_engine.cc (modified) * branches/new_class_id/src/story_entities/game_world_data.cc (modified) * branches/new_class_id/src/world_entities/WorldEntities.am (modified) orxonox/new_class_id: moved the graphics_effect back to the lib as ... Tue, 19 Sep 2006 13:44:38 GMT bensch [9760] * branches/new_class_id/src/Makefile.am (modified) * branches/new_class_id/src/lib/graphics/Makefile.am (modified) * branches/new_class_id/src/lib/graphics/graphics_engine.cc (modified) * branches/new_class_id/src/story_entities/game_world.cc (modified) * branches/new_class_id/src/story_entities/game_world_data.cc (modified) * branches/new_class_id/src/world_entities/WorldEntities.am (modified) * branches/new_class_id/src/world_entities/particles/dot_particles.cc (modified) * branches/new_class_id/src/world_entities/particles/dot_particles.h (modified) * branches/new_class_id/src/world_entities/weather_effects (moved) * branches/new_class_id/src/world_entities/weather_effects/atmospheric_engine.cc (copied) * branches/new_class_id/src/world_entities/weather_effects/atmospheric_engine.h (copied) * branches/new_class_id/src/world_entities/weather_effects/cloud_effect.cc (copied) * branches/new_class_id/src/world_entities/weather_effects/cloud_effect.h (copied) * branches/new_class_id/src/world_entities/weather_effects/fog_effect.cc (copied) * branches/new_class_id/src/world_entities/weather_effects/fog_effect.h (copied) * branches/new_class_id/src/world_entities/weather_effects/graphics_effect.cc (copied) * branches/new_class_id/src/world_entities/weather_effects/graphics_effect.h (copied) * branches/new_class_id/src/world_entities/weather_effects/lense_flare.cc (copied) * branches/new_class_id/src/world_entities/weather_effects/lense_flare.h (copied) * branches/new_class_id/src/world_entities/weather_effects/lightning_effect.cc (copied) * branches/new_class_id/src/world_entities/weather_effects/lightning_effect.h (copied) * branches/new_class_id/src/world_entities/weather_effects/rain_effect.cc (copied) * branches/new_class_id/src/world_entities/weather_effects/rain_effect.h (copied) * branches/new_class_id/src/world_entities/weather_effects/snow_effect.cc (copied) * branches/new_class_id/src/world_entities/weather_effects/snow_effect.h (copied) * branches/new_class_id/src/world_entities/weather_effects/sun_effect.cc (copied) * branches/new_class_id/src/world_entities/weather_effects/sun_effect.h (copied) * branches/new_class_id/src/world_entities/weather_effects/volfog_effect.cc (copied) * branches/new_class_id/src/world_entities/weather_effects/volfog_effect.h (copied) * branches/new_class_id/src/world_entities/weather_effects/weather_effect.cc (copied) * branches/new_class_id/src/world_entities/weather_effects/weather_effect.h (copied) moved around the weather effecs Tue, 19 Sep 2006 13:25:46 GMT bensch [9758] * branches/new_class_id/configure.ac (modified) * branches/new_class_id/src/Makefile.am (modified) * branches/new_class_id/src/defs/include_paths.am (modified) * branches/new_class_id/src/lib/BuildLibs.am (modified) * branches/new_class_id/src/lib/Makefile.am (modified) * branches/new_class_id/src/lib/graphics/effects/rain_effect.cc (modified) * branches/new_class_id/src/lib/graphics/effects/rain_effect.h (modified) * branches/new_class_id/src/lib/graphics/effects/snow_effect.cc (modified) * branches/new_class_id/src/lib/graphics/effects/snow_effect.h (modified) * branches/new_class_id/src/lib/physics/physics_connection.cc (modified) * branches/new_class_id/src/lib/util/loading/resource.h (modified) * branches/new_class_id/src/world_entities/WorldEntities.am (modified) * branches/new_class_id/src/world_entities/effects/explosion.cc (modified) * branches/new_class_id/src/world_entities/particles (moved) * branches/new_class_id/src/world_entities/playable.cc (modified) * branches/new_class_id/src/world_entities/projectiles/bomb.cc (modified) * branches/new_class_id/src/world_entities/projectiles/boomerang_projectile.cc (modified) * branches/new_class_id/src/world_entities/projectiles/guided_missile.cc (modified) * branches/new_class_id/src/world_entities/projectiles/hyperblast.cc (modified) * branches/new_class_id/src/world_entities/projectiles/laser.cc (modified) * branches/new_class_id/src/world_entities/projectiles/rail_projectile.cc (modified) * branches/new_class_id/src/world_entities/projectiles/rocket.cc (modified) * branches/new_class_id/src/world_entities/projectiles/test_bullet.cc (modified) * branches/new_class_id/src/world_entities/space_ships/cruizer.cc (modified) * branches/new_class_id/src/world_entities/space_ships/space_ship.cc (modified) * branches/new_class_id/src/world_entities/space_ships/spacecraft_2d.cc (modified) * branches/new_class_id/src/world_entities/space_ships/turbine_hover.cc (modified) orxonox/new_class_id: moved the Particle-engine Mon, 21 Aug 2006 22:37:18 GMT bensch [9683] * branches/new_class_id (copied) copy of trunk for the integration of the new ClassID Fri, 04 Aug 2006 21:01:28 GMT bensch [9656] * trunk/src/defs/class_id.h (modified) * trunk/src/lib/BuildLibs.am (modified) * trunk/src/lib/coord/p_node.cc (modified) * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/lib/gui/gl/Makefile.am (modified) * trunk/src/lib/gui/gl/glgui.h (modified) * trunk/src/lib/gui/gl/glgui_box.cc (modified) * trunk/src/lib/gui/gl/glgui_box.h (modified) * trunk/src/lib/gui/gl/glgui_container.cc (modified) * trunk/src/lib/gui/gl/glgui_container.h (modified) * trunk/src/lib/gui/gl/glgui_defs.h (modified) * trunk/src/lib/gui/gl/glgui_fixedposition_box.cc (copied) * trunk/src/lib/gui/gl/glgui_fixedposition_box.h (copied) * trunk/src/lib/gui/gl/glgui_handler.cc (modified) * trunk/src/lib/gui/gl/glgui_handler.h (modified) * trunk/src/lib/gui/gl/glgui_text.cc (modified) * trunk/src/lib/gui/gl/glgui_text.h (modified) * trunk/src/lib/gui/gl/glgui_widget.cc (modified) * trunk/src/lib/gui/gl/glgui_widget.h (modified) * trunk/src/lib/math/quaternion.cc (modified) * trunk/src/lib/math/quaternion.h (modified) * trunk/src/lib/network/Makefile.am (modified) * trunk/src/lib/network/README.NETWORK (modified) * trunk/src/lib/network/handshake.cc (modified) * trunk/src/lib/network/message_manager.cc (modified) * trunk/src/lib/network/message_manager.h (modified) * trunk/src/lib/network/monitor/network_monitor.cc (modified) * trunk/src/lib/network/monitor/network_monitor.h (modified) * trunk/src/lib/network/monitor/network_node.cc (modified) * trunk/src/lib/network/monitor/network_node.h (modified) * trunk/src/lib/network/monitor/network_stats_widget.cc (modified) * trunk/src/lib/network/monitor/network_stats_widget.h (modified) * trunk/src/lib/network/nettypes.h (modified) * trunk/src/lib/network/network_game_manager.cc (modified) * trunk/src/lib/network/network_game_manager.h (modified) * trunk/src/lib/network/network_manager.cc (modified) * trunk/src/lib/network/network_manager.h (modified) * trunk/src/lib/network/network_stream.cc (modified) * trunk/src/lib/network/network_stream.h (modified) * trunk/src/lib/network/peer_info.cc (modified) * trunk/src/lib/network/peer_info.h (modified) * trunk/src/lib/network/player_stats.cc (modified) * trunk/src/lib/network/player_stats.h (modified) * trunk/src/lib/network/proxy/network_settings.cc (modified) * trunk/src/lib/network/proxy/proxy_control.cc (copied) * trunk/src/lib/network/proxy/proxy_control.h (copied) * trunk/src/lib/network/server_socket.h (modified) * trunk/src/lib/network/shared_network_data.h (modified) * trunk/src/lib/network/synchronizeable.cc (modified) * trunk/src/lib/network/synchronizeable_var/synchronizeable_bool.h (modified) * trunk/src/lib/network/synchronizeable_var/synchronizeable_float.h (modified) * trunk/src/lib/network/synchronizeable_var/synchronizeable_int.h (modified) * trunk/src/lib/network/synchronizeable_var/synchronizeable_ip.h (modified) * trunk/src/lib/network/synchronizeable_var/synchronizeable_quaternion.h (modified) * trunk/src/lib/network/synchronizeable_var/synchronizeable_string.h (modified) * trunk/src/lib/network/synchronizeable_var/synchronizeable_uint.h (modified) * trunk/src/lib/network/synchronizeable_var/synchronizeable_var.h (modified) * trunk/src/lib/network/synchronizeable_var/synchronizeable_vector.h (modified) * trunk/src/lib/network/udp_socket.h (modified) * trunk/src/lib/particles/particle_system.cc (modified) * trunk/src/lib/particles/particle_system.h (modified) * trunk/src/lib/particles/quick_animation.cc (modified) * trunk/src/lib/util/color.h (modified) * trunk/src/story_entities/menu/game_menu.cc (modified) * trunk/src/story_entities/multi_player_world.cc (modified) * trunk/src/subprojects/network/network_unit_test.cc (modified) * trunk/src/util/multiplayer_team_deathmatch.cc (modified) * trunk/src/util/object_manager.cc (modified) * trunk/src/util/object_manager.h (modified) * trunk/src/world_entities/WorldEntities.am (modified) * trunk/src/world_entities/bsp_entity.cc (modified) * trunk/src/world_entities/environments/model_entity.cc (modified) * trunk/src/world_entities/environments/water.cc (modified) * trunk/src/world_entities/npcs/ground_turret.cc (modified) * trunk/src/world_entities/npcs/ground_turret.h (modified) * trunk/src/world_entities/npcs/network_turret.cc (copied) * trunk/src/world_entities/npcs/network_turret.h (copied) * trunk/src/world_entities/npcs/space_turret.cc (modified) * trunk/src/world_entities/npcs/space_turret.h (modified) * trunk/src/world_entities/playable.cc (modified) * trunk/src/world_entities/playable.h (modified) * trunk/src/world_entities/power_ups/param_power_up.cc (modified) * trunk/src/world_entities/projectiles/guided_missile.h (modified) * trunk/src/world_entities/projectiles/laser.cc (modified) * trunk/src/world_entities/projectiles/projectile.cc (modified) * trunk/src/world_entities/script_trigger.cc (modified) * trunk/src/world_entities/skybox.cc (modified) * trunk/src/world_entities/space_ships/hover.cc (modified) * trunk/src/world_entities/space_ships/space_ship.cc (modified) * trunk/src/world_entities/space_ships/turbine_hover.cc (modified) * trunk/src/world_entities/space_ships/turbine_hover.h (modified) * trunk/src/world_entities/spawning_point.cc (modified) * trunk/src/world_entities/spawning_point.h (modified) * trunk/src/world_entities/weapons/aim.cc (modified) * trunk/src/world_entities/weapons/aim.h (modified) * trunk/src/world_entities/weapons/aiming_turret.cc (modified) * trunk/src/world_entities/weapons/aiming_turret.h (modified) * trunk/src/world_entities/weapons/laser_cannon.cc (modified) * trunk/src/world_entities/weapons/targeting_turret.cc (modified) * trunk/src/world_entities/weapons/targeting_turret.h (modified) * trunk/src/world_entities/weapons/test_gun.cc (modified) * trunk/src/world_entities/world_entity.cc (modified) * trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: merged the proxy bache back with no conflicts