# # ChangeLog for branches/new_class_id/src/Makefile.am in orxonox.OLD # # Generated by Trac 1.0.9 # May 17, 2024, 6:26:55 PM Tue, 26 Sep 2006 16:31:56 GMT bensch [9839] * 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/text_engine/font.cc (modified) * branches/new_class_id/src/lib/graphics/text_engine/resource_font.cc (modified) * branches/new_class_id/src/lib/graphics/text_engine/resource_font.h (modified) * branches/new_class_id/src/lib/graphics/text_engine/text.cc (modified) * branches/new_class_id/src/lib/util/loading/resource.cc (modified) * branches/new_class_id/src/orxonox.cc (modified) Font completely ported to the new Resource-Format. Now all the Basic ... Tue, 26 Sep 2006 15:16:10 GMT bensch [9836] * branches/new_class_id/src/Makefile.am (modified) * branches/new_class_id/src/lib/graphics/importer/Makefile.am (modified) * branches/new_class_id/src/lib/graphics/importer/bsp_file.cc (modified) * branches/new_class_id/src/lib/graphics/importer/bsp_manager.cc (modified) * branches/new_class_id/src/lib/graphics/importer/media_container.cc (modified) * branches/new_class_id/src/lib/graphics/importer/movie_player.cc (modified) * branches/new_class_id/src/lib/graphics/text_engine/text.cc (modified) * branches/new_class_id/src/lib/gui/gl/glgui_handler.cc (modified) * branches/new_class_id/src/lib/gui/gl/glgui_widget.cc (modified) * branches/new_class_id/src/lib/network/monitor/network_stats_widget.cc (modified) * branches/new_class_id/src/lib/network/network_stream.cc (modified) * branches/new_class_id/src/lib/network/proxy/network_settings.cc (modified) * branches/new_class_id/src/lib/network/zip.cc (modified) * branches/new_class_id/src/lib/script_engine/script.cc (modified) * branches/new_class_id/src/lib/shell/shell_completion_plugin.cc (modified) * branches/new_class_id/src/lib/shell/some_shell_commands.cc (modified) * branches/new_class_id/src/lib/util/Makefile.am (modified) * branches/new_class_id/src/lib/util/loading/game_loader.cc (modified) * branches/new_class_id/src/lib/util/loading/old_resource_manager.cc (modified) * branches/new_class_id/src/lib/util/loading/old_resource_manager.h (modified) * branches/new_class_id/src/lib/util/loading/resource.cc (modified) * branches/new_class_id/src/lib/util/loading/resource_manager.cc (modified) * branches/new_class_id/src/lib/util/loading/resource_manager.h (modified) * branches/new_class_id/src/orxonox.cc (modified) * branches/new_class_id/src/story_entities/game_world_data.cc (modified) * branches/new_class_id/src/story_entities/story_entity.cc (modified) * branches/new_class_id/src/world_entities/bsp_entity.cc (modified) * branches/new_class_id/src/world_entities/terrain.cc (modified) * branches/new_class_id/src/world_entities/world_entity.cc (modified) orxonox/new_class_id: Taken out the old ResourceManager. On the way, ... Sat, 23 Sep 2006 16:39:32 GMT bensch [9794] * branches/new_class_id/src/Makefile.am (modified) * branches/new_class_id/src/lib/BuildLibs.am (modified) * branches/new_class_id/src/lib/shell/some_shell_commands.cc (modified) * branches/new_class_id/src/lib/util/Makefile.am (modified) * branches/new_class_id/src/lib/util/loading/game_loader.cc (modified) * branches/new_class_id/src/lib/util/loading/new_resource_manager.cc (modified) * branches/new_class_id/src/lib/util/loading/new_resource_manager.h (modified) * branches/new_class_id/src/lib/util/loading/resource.cc (modified) slight change in the make process 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 Fri, 01 Sep 2006 18:16:15 GMT bensch [9716] * branches/new_class_id/src/Makefile.am (modified) * branches/new_class_id/src/defs/class_id_DEPRECATED.h (moved) * branches/new_class_id/src/lib/graphics/effects/cloud_effect.cc (modified) * branches/new_class_id/src/lib/graphics/effects/fog_effect.cc (modified) * branches/new_class_id/src/lib/graphics/effects/lense_flare.cc (modified) * branches/new_class_id/src/lib/graphics/effects/lightning_effect.cc (modified) * branches/new_class_id/src/lib/graphics/effects/rain_effect.cc (modified) * branches/new_class_id/src/lib/graphics/effects/snow_effect.cc (modified) * branches/new_class_id/src/lib/graphics/effects/volfog_effect.cc (modified) * branches/new_class_id/src/lib/graphics/light.cc (modified) * branches/new_class_id/src/lib/graphics/render2D/image_plane.cc (modified) * branches/new_class_id/src/lib/gui/gl/glmenu/glmenu_imagescreen.cc (modified) * branches/new_class_id/src/lib/lang/Makefile.am (modified) * branches/new_class_id/src/lib/lang/base_object.h (modified) * branches/new_class_id/src/lib/lang/class_id.cc (moved) * branches/new_class_id/src/lib/lang/class_id.h (moved) * branches/new_class_id/src/lib/lang/object_list.cc (moved) * branches/new_class_id/src/lib/lang/object_list.h (moved) * branches/new_class_id/src/lib/lang/test_object_list.cc (modified) * branches/new_class_id/src/lib/network/network_stream.cc (modified) * branches/new_class_id/src/lib/network/player_stats.cc (modified) * branches/new_class_id/src/lib/particles/box_emitter.cc (modified) * branches/new_class_id/src/lib/particles/dot_emitter.cc (modified) * branches/new_class_id/src/lib/particles/dot_particles.cc (modified) * branches/new_class_id/src/lib/particles/model_particles.cc (modified) * branches/new_class_id/src/lib/particles/plane_emitter.cc (modified) * branches/new_class_id/src/lib/particles/spark_particles.cc (modified) * branches/new_class_id/src/lib/particles/sprite_particles.cc (modified) * branches/new_class_id/src/lib/physics/fields/gravity.cc (modified) * branches/new_class_id/src/lib/physics/fields/point_gravity.cc (modified) * branches/new_class_id/src/lib/physics/fields/twirl.cc (modified) * branches/new_class_id/src/lib/physics/physics_connection.cc (modified) * branches/new_class_id/src/lib/util/loading/fast_factory.h (modified) * branches/new_class_id/src/story_entities/menu/game_menu.cc (modified) * branches/new_class_id/src/story_entities/movie_loader.cc (modified) * branches/new_class_id/src/story_entities/multi_player_world.cc (modified) * branches/new_class_id/src/story_entities/single_player_world.cc (modified) * branches/new_class_id/src/subprojects/network/simple_sync.cc (modified) * branches/new_class_id/src/util/kill_target.cc (modified) * branches/new_class_id/src/util/multiplayer_team_deathmatch.cc (modified) * branches/new_class_id/src/util/singleplayer_shootemup.cc (modified) * branches/new_class_id/src/world_entities/bsp_entity.cc (modified) * branches/new_class_id/src/world_entities/creatures/fps_player.cc (modified) * branches/new_class_id/src/world_entities/creatures/md2_creature.cc (modified) * branches/new_class_id/src/world_entities/effects/billboard.cc (modified) * branches/new_class_id/src/world_entities/effects/explosion.cc (modified) * branches/new_class_id/src/world_entities/effects/lightning_bolt.cc (modified) * branches/new_class_id/src/world_entities/elements/image_entity.cc (modified) * branches/new_class_id/src/world_entities/elements/text_element.cc (modified) * branches/new_class_id/src/world_entities/environment.cc (modified) * branches/new_class_id/src/world_entities/environments/building.cc (modified) * branches/new_class_id/src/world_entities/environments/mapped_water.cc (modified) * branches/new_class_id/src/world_entities/environments/model_entity.cc (modified) * branches/new_class_id/src/world_entities/environments/water.cc (modified) * branches/new_class_id/src/world_entities/movie_entity.cc (modified) * branches/new_class_id/src/world_entities/npcs/attractor_mine.cc (modified) * branches/new_class_id/src/world_entities/npcs/door.cc (modified) * branches/new_class_id/src/world_entities/npcs/gate.cc (modified) * branches/new_class_id/src/world_entities/npcs/generic_npc.cc (modified) * branches/new_class_id/src/world_entities/npcs/ground_turret.cc (modified) * branches/new_class_id/src/world_entities/npcs/network_turret.cc (modified) * branches/new_class_id/src/world_entities/npcs/npc_test.cc (modified) * branches/new_class_id/src/world_entities/npcs/repair_station.cc (modified) * branches/new_class_id/src/world_entities/npcs/space_turret.cc (modified) * branches/new_class_id/src/world_entities/planet.cc (modified) * branches/new_class_id/src/world_entities/power_ups/laser_power_up.cc (modified) * branches/new_class_id/src/world_entities/power_ups/param_power_up.cc (modified) * branches/new_class_id/src/world_entities/power_ups/turret_power_up.cc (modified) * branches/new_class_id/src/world_entities/power_ups/weapon_power_up.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/recorder.cc (modified) * branches/new_class_id/src/world_entities/skybox.cc (modified) * branches/new_class_id/src/world_entities/space_ships/collision_probe.cc (modified) * branches/new_class_id/src/world_entities/space_ships/cruizer.cc (modified) * branches/new_class_id/src/world_entities/space_ships/helicopter.cc (modified) * branches/new_class_id/src/world_entities/space_ships/hover.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) * branches/new_class_id/src/world_entities/spawning_point.cc (modified) * branches/new_class_id/src/world_entities/spectator.cc (modified) * branches/new_class_id/src/world_entities/terrain.cc (modified) * branches/new_class_id/src/world_entities/test_entity.cc (modified) * branches/new_class_id/src/world_entities/weapons/aiming_turret.cc (modified) * branches/new_class_id/src/world_entities/weapons/boomerang_gun.cc (modified) * branches/new_class_id/src/world_entities/weapons/cannon.cc (modified) * branches/new_class_id/src/world_entities/weapons/fps_sniper_rifle.cc (modified) * branches/new_class_id/src/world_entities/weapons/hyperblaster.cc (modified) * branches/new_class_id/src/world_entities/weapons/laser_cannon.cc (modified) * branches/new_class_id/src/world_entities/weapons/targeting_turret.cc (modified) * branches/new_class_id/src/world_entities/weapons/test_gun.cc (modified) * branches/new_class_id/src/world_entities/weapons/turret.cc (modified) more renamings 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 Sun, 02 Jul 2006 12:11:59 GMT bensch [9006] * trunk/src/Makefile.am (modified) * trunk/src/defs/class_id.h (modified) * trunk/src/lib/graphics/Makefile.am (modified) * trunk/src/lib/graphics/effects/cloud_effect.cc (modified) * trunk/src/lib/graphics/effects/cloud_effect.h (modified) * trunk/src/lib/graphics/effects/fog_effect.cc (modified) * trunk/src/lib/graphics/effects/lense_flare.cc (modified) * trunk/src/lib/graphics/effects/lightening_effect.cc (deleted) * trunk/src/lib/graphics/effects/lightening_effect.h (deleted) * trunk/src/lib/graphics/effects/lightning_effect.cc (copied) * trunk/src/lib/graphics/effects/lightning_effect.h (copied) * trunk/src/lib/graphics/effects/rain_effect.cc (modified) * trunk/src/lib/graphics/effects/rain_effect.h (modified) * trunk/src/lib/graphics/effects/snow_effect.cc (modified) * trunk/src/lib/graphics/effects/volfog_effect.cc (modified) * trunk/src/lib/gui/gl/glgui_handler.cc (modified) * trunk/src/lib/util/executor/executor_lua.h (modified) * trunk/src/world_entities/environments/mapped_water.cc (modified) * trunk/src/world_entities/environments/mapped_water.h (modified) * trunk/src/world_entities/script_trigger.cc (modified) * trunk/src/world_entities/script_trigger.h (modified) * trunk/src/world_entities/skydome.cc (modified) * trunk/src/world_entities/skydome.h (modified) orxonox/trunk: merged the mountain_lake branche back to the trunk ...