# # ChangeLog for / in orxonox.OLD # # Generated by Trac 1.0.9 # Nov 16, 2024, 8:51:14 AM Sun, 11 Jun 2006 10:41:26 GMT bensch [8311] * trunk/src/lib/graphics/importer/texture_sequence.cc (modified) trunk: improoved debug Sun, 11 Jun 2006 10:33:19 GMT bensch [8310] * trunk/src/lib/graphics/importer/texture_sequence.cc (modified) * trunk/src/lib/graphics/importer/texture_sequence.h (modified) * trunk/src/world_entities/movie_entity.cc (modified) orxonox/trunk: impooved TextureSequence Sun, 11 Jun 2006 10:24:11 GMT bensch [8309] * trunk/src/lib/graphics/importer/md2Model.cc (modified) * trunk/src/lib/graphics/importer/texture_sequence.cc (modified) * trunk/src/lib/graphics/importer/texture_sequence.h (modified) * trunk/src/lib/gui/gl/glgui_cursor.cc (modified) * trunk/src/world_entities/movie_entity.cc (modified) trunk: better texture-sequence Sat, 10 Jun 2006 15:26:50 GMT ponder [8308] * branches/terrain/src/lib/graphics/graphics_engine.cc (modified) * branches/terrain/src/orxonox.cc (modified) - orxonox crashed on osx when a call to the opengl subsystem was done ... Sat, 10 Jun 2006 10:36:05 GMT rennerc [8307] * branches/network/src/lib/network/synchronizeable.cc (modified) maybe fixed bug Sat, 10 Jun 2006 09:15:35 GMT rennerc [8306] * branches/network/src/lib/network/network_game_manager.cc (modified) * branches/network/src/lib/network/synchronizeable.cc (modified) memoryleak-- Sat, 10 Jun 2006 07:01:06 GMT snellen [8305] * branches/script_engine/src/world_entities/script_trigger.h (modified) fixed compilation problem Sat, 10 Jun 2006 06:51:17 GMT snellen [8304] * branches/script_engine/src/world_entities/script_trigger.cc (modified) * branches/script_engine/src/world_entities/script_trigger.h (modified) script_trigger: added possibility to set debug draw in the xml file Fri, 09 Jun 2006 20:21:37 GMT snellen [8303] * branches/script_engine/src/story_entities/game_world.cc (modified) game world: put State::setScriptManager(&this->scriptManager); in start() Fri, 09 Jun 2006 17:25:33 GMT rennerc [8302] * branches/network/src/lib/network/network_stream.cc (modified) fixed one more memory leak Fri, 09 Jun 2006 17:12:08 GMT rennerc [8301] * branches/network/src/lib/network/connection_monitor.h (modified) * branches/network/src/lib/network/network_game_manager.cc (modified) * branches/network/src/lib/network/player_stats.cc (modified) * branches/network/src/lib/network/player_stats.h (modified) * branches/network/src/lib/network/synchronizeable.cc (modified) fixed master memory leak :D Fri, 09 Jun 2006 14:20:36 GMT bensch [8300] * branches/script_engine/src/lib/util/executor/executor.h (modified) * branches/script_engine/src/lib/util/executor/executor_functional.cc (modified) * branches/script_engine/src/lib/util/loading/load_param.cc (modified) * branches/script_engine/src/lib/util/substring.h (modified) script_engine: fixed the LoadParam-Bug that prevented loading of two ... Fri, 09 Jun 2006 01:17:28 GMT bensch [8299] * trunk/src/lib/gui/gl/glgui_cursor.cc (modified) * trunk/src/lib/gui/gl/glgui_cursor.h (modified) gui: YEAH. the cursor works quite cool :) Fri, 09 Jun 2006 01:03:55 GMT bensch [8298] * trunk/src/lib/graphics/importer/texture_sequence.cc (modified) * trunk/src/lib/gui/gl/glgui_cursor.cc (modified) should work Fri, 09 Jun 2006 00:56:50 GMT bensch [8297] * trunk/src/lib/graphics/importer/texture_sequence.cc (modified) * trunk/src/lib/graphics/importer/texture_sequence.h (modified) * trunk/src/lib/gui/gl/glgui_cursor.cc (modified) trunk: new ImageLoading algo Thu, 08 Jun 2006 23:04:56 GMT ponder [8296] * branches/terrain/src/defs/debug.h (modified) * branches/terrain/src/defs/glincl.h (modified) * branches/terrain/src/lib/graphics/effects/volfog_effect.cc (modified) * branches/terrain/src/lib/util/threading.h (modified) * branches/terrain/src/orxonox.cc (modified) - volfog_effect.cc didn't compile on macosx, because there's no glX* ... Thu, 08 Jun 2006 21:14:16 GMT bensch [8295] * branches/terrain (copied) create new branche terrain for Dynamic-Generating Terrain Thu, 08 Jun 2006 21:12:01 GMT bensch [8294] * branches/osx (deleted) delete merged branche Thu, 08 Jun 2006 21:11:37 GMT bensch [8293] * trunk/acinclude.m4 (modified) * trunk/config.h.in (modified) * trunk/configure.ac (modified) * trunk/src/lib/graphics/Makefile.am (modified) * trunk/src/lib/graphics/importer/md2Model.cc (modified) * trunk/src/lib/graphics/importer/texture.cc (modified) * trunk/src/lib/graphics/spatial_separation/quadtree.cc (modified) * trunk/src/lib/math/vector.h (modified) * trunk/src/lib/sound/ogg_player.cc (modified) * trunk/src/lib/sound/sound_buffer.cc (modified) * trunk/src/lib/util/file.cc (modified) * trunk/src/util/signal_handler.cc (modified) * trunk/src/util/signal_handler.h (modified) orxonox/trunk: merged the osX-branche back here merged with command: ... Thu, 08 Jun 2006 20:36:26 GMT ponder [8292] * branches/osx/src/lib/graphics/importer/texture.cc (modified) Added a semicolon... Thu, 08 Jun 2006 20:35:15 GMT ponder [8291] * branches/osx/src/lib/graphics/Makefile.am (modified) * branches/osx/src/lib/graphics/importer/texture.cc (modified) Just a small change to get it compiling on non osx-systems Thu, 08 Jun 2006 18:10:58 GMT snellen [8290] * branches/script_engine/src/lib/script_engine/lunartest2.lua (modified) * branches/script_engine/src/lib/script_engine/script.cc (modified) debug output is more verbose now Thu, 08 Jun 2006 17:43:10 GMT snellen [8289] * branches/script_engine/src/lib/script_engine/script.cc (modified) * branches/script_engine/src/lib/script_engine/script_class.h (modified) * branches/script_engine/src/lib/script_engine/script_manager.cc (modified) * branches/script_engine/src/story_entities/game_world.cc (modified) * branches/script_engine/src/util/state.h (modified) * branches/script_engine/src/world_entities/script_trigger.cc (modified) added some debug output, script gets called Thu, 08 Jun 2006 16:30:52 GMT patrick [8288] * branches/bsp_model/src/lib/collision_reaction/collision_handle.cc (modified) * branches/bsp_model/src/lib/collision_reaction/cr_object_damage.cc (modified) * branches/bsp_model/src/lib/collision_reaction/cr_physics_ground_walk.cc (modified) * branches/bsp_model/src/lib/graphics/importer/bsp_manager.cc (modified) * branches/bsp_model/src/world_entities/space_ships/turbine_hover.h (modified) * branches/bsp_model/src/world_entities/world_entity.h (modified) bsp: the collision reaction is on its way... a long one... Thu, 08 Jun 2006 16:30:17 GMT stefalie [8287] * branches/water/src/world_entities/environments/mapped_water.cc (modified) water: few bugs left... Thu, 08 Jun 2006 15:54:29 GMT snellen [8286] * branches/script_engine/src/world_entities/script_trigger.cc (modified) added debug output Thu, 08 Jun 2006 15:53:11 GMT snellen [8285] * branches/script_engine/src/lib/script_engine/script_manager.cc (modified) * branches/script_engine/src/world_entities/script_trigger.cc (modified) added debug output Thu, 08 Jun 2006 15:25:20 GMT bensch [8284] * branches/script_engine (copied) new copy Thu, 08 Jun 2006 15:25:11 GMT bensch [8283] * branches/script_engine (deleted) delete Thu, 08 Jun 2006 15:25:05 GMT bensch [8282] * trunk/src/defs/debug.h (modified) debug better Thu, 08 Jun 2006 15:24:05 GMT hdavid [8281] * branches/atmospheric_engine/src/lib/graphics/effects/lightening_effect.cc (modified) branches/atmospheric_engine: lightening effect Thu, 08 Jun 2006 15:23:23 GMT bensch [8280] * branches/script_engine (copied) new copy Thu, 08 Jun 2006 15:23:03 GMT bensch [8279] * branches/script_engine (deleted) delete Thu, 08 Jun 2006 15:22:49 GMT bensch [8278] * trunk/src/lib/script_engine/script_manager.cc (modified) merge Thu, 08 Jun 2006 15:21:45 GMT bensch [8277] * branches/gui (deleted) delete branche Thu, 08 Jun 2006 15:21:29 GMT bensch [8276] * trunk/src/lib/gui/gl/glgui_style.h (modified) * trunk/src/lib/shell/shell_completion_plugin.cc (modified) * trunk/src/lib/util/directory.cc (modified) * trunk/src/lib/util/directory.h (modified) * trunk/src/lib/util/file.cc (modified) merged new GUI Thu, 08 Jun 2006 15:19:32 GMT snellen [8275] * branches/script_engine/src/lib/script_engine/script_manager.cc (modified) added debug output Thu, 08 Jun 2006 15:00:13 GMT bensch [8274] * branches/script_engine (copied) new copy Thu, 08 Jun 2006 14:59:51 GMT rennerc [8273] * branches/network/src/lib/network/data_stream.cc (modified) * branches/network/src/lib/network/message_manager.cc (modified) * branches/network/src/lib/network/network_game_manager.cc (modified) * branches/network/src/lib/network/synchronizeable.cc (modified) removed some memory leaks Thu, 08 Jun 2006 14:59:49 GMT bensch [8272] * branches/script_engine (deleted) del branche Thu, 08 Jun 2006 14:50:50 GMT bensch [8271] * trunk/src/Makefile.am (modified) * trunk/src/defs/class_id.h (modified) * trunk/src/defs/include_paths.am (modified) * trunk/src/lib/BuildLibs.am (modified) * trunk/src/lib/Makefile.am (modified) * trunk/src/lib/gui/gl/signal_connector.cc (modified) * trunk/src/lib/lang/class_list.cc (modified) * trunk/src/lib/lang/class_list.h (modified) * trunk/src/lib/script_engine/Makefile.am (modified) * trunk/src/lib/script_engine/OLD (deleted) * trunk/src/lib/script_engine/Script.cc (deleted) * trunk/src/lib/script_engine/Script.h (deleted) * trunk/src/lib/script_engine/account.cc (copied) * trunk/src/lib/script_engine/example.cc (copied) * trunk/src/lib/script_engine/luna (deleted) * trunk/src/lib/script_engine/lunar.h (modified) * trunk/src/lib/script_engine/lunartest2.lua (modified) * trunk/src/lib/script_engine/object.cc (copied) * trunk/src/lib/script_engine/script.cc (copied) * trunk/src/lib/script_engine/script.h (copied) * trunk/src/lib/script_engine/script_class.cc (copied) * trunk/src/lib/script_engine/script_class.h (copied) * trunk/src/lib/script_engine/script_manager.cc (copied) * trunk/src/lib/script_engine/script_manager.h (copied) * trunk/src/lib/scripting (deleted) * trunk/src/lib/util/executor/executor.h (modified) * trunk/src/lib/util/executor/executor_functional.h (modified) * trunk/src/lib/util/executor/executor_lua.cc (modified) * trunk/src/lib/util/executor/executor_lua.h (modified) * trunk/src/lib/util/executor/executor_xml.h (modified) * trunk/src/lib/util/loading/resource.cc (modified) * trunk/src/story_entities/game_world.cc (modified) * trunk/src/story_entities/game_world.h (modified) * trunk/src/util/state.cc (modified) * trunk/src/util/state.h (modified) * trunk/src/world_entities/WorldEntities.am (modified) * trunk/src/world_entities/script_trigger.cc (copied) * trunk/src/world_entities/script_trigger.h (copied) merge Thu, 08 Jun 2006 14:49:18 GMT bensch [8270] * trunk/src/lib/script_engine/account.cc (deleted) delete shit Thu, 08 Jun 2006 14:42:16 GMT hdavid [8269] * branches/atmospheric_engine/src/lib/graphics/effects/lightening_effect.cc (modified) * branches/atmospheric_engine/src/lib/graphics/effects/lightening_effect.h (modified) branches/atmospheric_engine: Thu, 08 Jun 2006 14:34:29 GMT stefalie [8268] * branches/water/src/story_entities/game_world.cc (modified) * branches/water/src/world_entities/environments/mapped_water.cc (modified) water: yahoooo :-) Thu, 08 Jun 2006 14:28:24 GMT amaechler [8267] * branches/atmospheric_engine/src/lib/graphics/effects/fog_effect.cc (modified) * branches/atmospheric_engine/src/lib/graphics/effects/fog_effect.h (modified) * branches/atmospheric_engine/src/lib/graphics/effects/rain_effect.cc (modified) * branches/atmospheric_engine/src/lib/graphics/effects/rain_effect.h (modified) * branches/atmospheric_engine/src/lib/graphics/graphics_engine.cc (modified) * branches/atmospheric_engine/src/world_entities/space_ships/helicopter.cc (modified) raise the number:) Thu, 08 Jun 2006 14:26:40 GMT hdavid [8266] * branches/atmospheric_engine/src/lib/graphics/effects/lightening_effect.cc (modified) * branches/atmospheric_engine/src/lib/graphics/effects/lightening_effect.h (modified) * branches/atmospheric_engine/src/world_entities/effects/billboard.cc (modified) branches/atmospheric_engine: cool light effect for the lightening Thu, 08 Jun 2006 14:25:41 GMT snellen [8265] * branches/script_engine/src/story_entities/game_world.cc (modified) * branches/script_engine/src/world_entities/script_trigger.cc (modified) started debuging Thu, 08 Jun 2006 14:19:39 GMT patrick [8264] * branches/bsp_model/src/lib/collision_reaction/collision_handle.cc (modified) * branches/bsp_model/src/lib/graphics/importer/bsp_manager.cc (modified) bsp: fixed a bug in the cr engine. now the checks are performed correctly Thu, 08 Jun 2006 14:08:59 GMT stefalie [8263] * branches/water/src/world_entities/environments/mapped_water.cc (modified) water: refl n refr textures get darker every renderpath Thu, 08 Jun 2006 14:08:44 GMT snellen [8262] * branches/script_engine/src/world_entities/script_trigger.h (modified) draw function of script trigger modified Thu, 08 Jun 2006 14:06:28 GMT amaechler [8261] * branches/atmospheric_engine/src/lib/graphics/effects/cloud_effect.cc (modified) * branches/atmospheric_engine/src/lib/graphics/effects/rain_effect.cc (modified) * branches/atmospheric_engine/src/lib/graphics/effects/sky.sgl (deleted) * branches/atmospheric_engine/src/lib/graphics/effects/snow_effect.cc (modified) branches/atmospheric_engine: deleted sgl file, now in data branch Thu, 08 Jun 2006 14:03:25 GMT stefalie [8260] * branches/water/src/story_entities/game_world.cc (modified) * branches/water/src/world_entities/environments/mapped_water.cc (modified) water: ... Thu, 08 Jun 2006 13:52:57 GMT snellen [8259] * branches/script_engine/src/lib/Makefile.am (modified) * branches/script_engine/src/story_entities/game_world.cc (modified) * branches/script_engine/src/world_entities/script_trigger.cc (modified) should work now Thu, 08 Jun 2006 13:49:58 GMT bensch [8258] * branches/atmospheric_engine (copied) new copy Thu, 08 Jun 2006 13:49:31 GMT bensch [8257] * branches/atmospheric_engine (deleted) delete merged branche Thu, 08 Jun 2006 13:47:40 GMT patrick [8256] * branches/bsp_model/src/defs/class_id.h (modified) * branches/bsp_model/src/lib/collision_reaction/collision.h (modified) * branches/bsp_model/src/lib/collision_reaction/collision_handle.cc (modified) * branches/bsp_model/src/lib/collision_reaction/collision_reaction.h (modified) * branches/bsp_model/src/lib/collision_reaction/cr_engine.cc (modified) * branches/bsp_model/src/lib/collision_reaction/cr_physics_ground_walk.cc (modified) * branches/bsp_model/src/lib/collision_reaction/cr_physics_ground_walk.h (modified) * branches/bsp_model/src/lib/coord/p_node.h (modified) bsp: some cr default values rearangements Thu, 08 Jun 2006 13:44:12 GMT bensch [8255] * 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/fog_effect.h (modified) * trunk/src/lib/graphics/effects/lightening_effect.cc (modified) * trunk/src/lib/graphics/effects/lightening_effect.h (modified) * trunk/src/lib/graphics/effects/rain_effect.cc (modified) * trunk/src/lib/graphics/effects/rain_effect.h (modified) * trunk/src/lib/graphics/effects/sglmodel.h (copied) * trunk/src/lib/graphics/effects/sky.sgl (copied) * trunk/src/lib/graphics/effects/snow_effect.cc (modified) * trunk/src/lib/graphics/effects/snow_effect.h (modified) * trunk/src/lib/graphics/effects/weather_effect.cc (modified) * trunk/src/lib/graphics/light.h (modified) * trunk/src/lib/graphics/shader.cc (modified) * trunk/src/lib/graphics/shader.h (modified) * trunk/src/lib/sound/sound_source.cc (modified) * trunk/src/lib/sound/sound_source.h (modified) * trunk/src/story_entities/game_world.cc (modified) * trunk/src/world_entities/Makefile.am (modified) * trunk/src/world_entities/effects/billboard.cc (modified) * trunk/src/world_entities/effects/billboard.h (modified) * trunk/src/world_entities/space_ships/helicopter.cc (modified) merged the atmos back with command: ... Thu, 08 Jun 2006 13:22:17 GMT hdavid [8254] * branches/atmospheric_engine/src/lib/graphics/effects/lightening_effect.cc (modified) branches/atmospheric_engiengine: lightening effect Thu, 08 Jun 2006 13:21:15 GMT amaechler [8253] * branches/atmospheric_engine/src/lib/graphics/effects/fog_effect.cc (modified) * branches/atmospheric_engine/src/lib/graphics/effects/fog_effect.h (modified) branches/atmospheric_engine: fog fade Thu, 08 Jun 2006 13:16:38 GMT rennerc [8252] * branches/network/src/lib/network/udp_server_socket.cc (modified) server should not segfault on exit any more Thu, 08 Jun 2006 13:15:59 GMT hdavid [8251] * branches/atmospheric_engine/src/lib/graphics/effects/lightening_effect.cc (modified) * branches/atmospheric_engine/src/lib/graphics/effects/lightening_effect.h (modified) * branches/atmospheric_engine/src/world_entities/effects/billboard.cc (modified) branches/atmospheric_engiengine: lightening effect Thu, 08 Jun 2006 13:06:29 GMT bensch [8250] * branches/script_engine/src/defs/include_paths.am (modified) * branches/script_engine/src/lib/script_engine/Makefile.am (modified) * branches/script_engine/src/lib/script_engine/account.cc (moved) * branches/script_engine/src/lib/script_engine/object.cc (moved) * branches/script_engine/src/lib/script_engine/script_class.h (modified) linking Thu, 08 Jun 2006 12:59:09 GMT stefalie [8249] * branches/water/src/story_entities/game_world.cc (modified) * branches/water/src/world_entities/environments/mapped_water.cc (modified) water: no culling, no clipping -> textures work fine Thu, 08 Jun 2006 12:55:51 GMT snellen [8248] * branches/script_engine/src/lib/script_engine/Account.cc (added) * branches/script_engine/src/lib/script_engine/Object.cc (added) account.cc and object.cc added Thu, 08 Jun 2006 12:55:02 GMT amaechler [8247] * branches/atmospheric_engine/src/lib/graphics/effects/cloud_effect.cc (modified) * branches/atmospheric_engine/src/lib/graphics/effects/fog_effect.cc (modified) * branches/atmospheric_engine/src/lib/graphics/effects/fog_effect.h (modified) * branches/atmospheric_engine/src/lib/graphics/effects/rain_effect.cc (modified) * branches/atmospheric_engine/src/lib/graphics/effects/rain_effect.h (modified) * branches/atmospheric_engine/src/lib/graphics/light.h (modified) branches/atmospheric_engine: fog activate, cleanups Thu, 08 Jun 2006 12:53:10 GMT snellen [8246] * branches/script_engine/src/lib/script_engine/Makefile.am (modified) * branches/script_engine/src/world_entities/WorldEntities.am (modified) * branches/script_engine/src/world_entities/script_trigger.cc (moved) * branches/script_engine/src/world_entities/script_trigger.h (moved) moved example.cc to scripttrigger, object.cc, account.cc Thu, 08 Jun 2006 12:31:50 GMT rennerc [8245] * branches/network/src/lib/network/player_stats.cc (modified) * branches/network/src/lib/network/player_stats.h (modified) added printf on nick change Thu, 08 Jun 2006 12:18:54 GMT rennerc [8244] * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/lib/network/player_stats.cc (modified) * branches/network/src/lib/network/synchronizeable.cc (modified) * branches/network/src/lib/shell/some_shell_commands.cc (modified) fixed bug with synchronizeable vars after vars with non const length Thu, 08 Jun 2006 12:09:20 GMT snellen [8243] * branches/script_engine/src/lib/script_engine/script_trigger.cc (modified) * branches/script_engine/src/lib/script_engine/script_trigger.h (modified) check in Thu, 08 Jun 2006 12:04:37 GMT amaechler [8242] * branches/atmospheric_engine/src/lib/graphics/effects/cloud_effect.cc (modified) * branches/atmospheric_engine/src/lib/graphics/effects/cloud_effect.h (modified) * branches/atmospheric_engine/src/lib/graphics/effects/rain_effect.cc (modified) * branches/atmospheric_engine/src/lib/graphics/effects/snow_effect.cc (modified) * branches/atmospheric_engine/src/lib/graphics/effects/snow_effect.h (modified) branches/atmospheric_engine: general activate, cleanups Thu, 08 Jun 2006 11:58:58 GMT stefalie [8241] * branches/water/src/story_entities/game_world.cc (modified) * branches/water/src/world_entities/environments/mapped_water.cc (modified) water: 3 of 4 Thu, 08 Jun 2006 11:56:28 GMT bensch [8240] * branches/script_engine/src/lib/script_engine/script_manager.h (modified) * branches/script_engine/src/story_entities/game_world.cc (modified) cleaner Thu, 08 Jun 2006 11:53:06 GMT bensch [8239] * branches/script_engine/src/Makefile.am (modified) * branches/script_engine/src/lib/BuildLibs.am (modified) * branches/script_engine/src/lib/script_engine/script_manager.cc (modified) * branches/script_engine/src/lib/script_engine/script_manager.h (modified) * branches/script_engine/src/lib/script_engine/script_trigger.cc (modified) * branches/script_engine/src/story_entities/game_world.cc (modified) * branches/script_engine/src/story_entities/game_world.h (modified) * branches/script_engine/src/util/state.cc (modified) * branches/script_engine/src/util/state.h (modified) more integration into orxonox framework Thu, 08 Jun 2006 11:46:45 GMT rennerc [8238] * branches/network/src/lib/network/player_stats.cc (modified) Thu, 08 Jun 2006 11:45:57 GMT rennerc [8237] * branches/network/src/lib/network/player_stats.cc (modified) two small fixes Thu, 08 Jun 2006 11:42:53 GMT rennerc [8236] * branches/network/src/lib/network/message_manager.h (modified) * branches/network/src/lib/network/player_stats.cc (modified) * branches/network/src/lib/network/player_stats.h (modified) added nickname to playerstats Thu, 08 Jun 2006 11:32:36 GMT stefalie [8235] * branches/water/src/story_entities/game_world.cc (modified) * branches/water/src/world_entities/environments/mapped_water.cc (modified) water: hack... but now i got 3 of the 4 needed textures Thu, 08 Jun 2006 11:30:08 GMT patrick [8234] * branches/bsp_model/src/lib/collision_reaction/collision_handle.h (modified) * branches/bsp_model/src/lib/collision_reaction/cr_engine.cc (modified) * branches/bsp_model/src/lib/collision_reaction/cr_physics_ground_walk.cc (modified) * branches/bsp_model/src/lib/graphics/importer/bsp_manager.cc (modified) * branches/bsp_model/src/world_entities/playable.cc (modified) bsp: cr and some manager stuff Thu, 08 Jun 2006 11:26:50 GMT bottac [8233] * branches/bsp_model/src/lib/graphics/importer/bsp_file.cc (modified) * branches/bsp_model/src/lib/graphics/importer/bsp_manager.cc (modified) Colision test Thu, 08 Jun 2006 11:16:21 GMT snellen [8232] * branches/script_engine/src/defs/class_id.h (modified) * branches/script_engine/src/lib/util/executor/executor_lua.h (modified) * branches/script_engine/src/lib/util/executor/executor_xml.h (modified) check in Thu, 08 Jun 2006 10:21:21 GMT snellen [8231] * branches/script_engine/src/defs/class_id.h (modified) * branches/script_engine/src/lib/script_engine/example.cc (modified) * branches/script_engine/src/lib/script_engine/script.cc (modified) Prepared tests Thu, 08 Jun 2006 09:20:28 GMT patrick [8230] * branches/network (copied) network: created new network branche (MARK NET) Thu, 08 Jun 2006 09:19:42 GMT patrick [8229] * branches/network (deleted) network: removing old network branche Thu, 08 Jun 2006 09:19:08 GMT patrick [8228] * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/lib/network/message_manager.cc (modified) * trunk/src/lib/network/message_manager.h (modified) * trunk/src/lib/network/network_game_manager.cc (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/player_stats.cc (modified) * trunk/src/lib/network/synchronizeable.cc (modified) * trunk/src/lib/network/udp_server_socket.cc (modified) * trunk/src/lib/network/udp_socket.cc (modified) * trunk/src/story_entities/multi_player_world.cc (modified) * trunk/src/story_entities/multi_player_world.h (modified) * trunk/src/util/signal_handler.cc (modified) * trunk/src/util/signal_handler.h (modified) * trunk/src/world_entities/space_ships/space_ship.cc (modified) * trunk/src/world_entities/spectator.cc (modified) * trunk/src/world_entities/spectator.h (modified) trunk: merged the network branche back to trunk with command: svn ... Thu, 08 Jun 2006 09:07:19 GMT bensch [8227] * branches/gui/src/lib/util/file.cc (modified) gui: less warnings from file Thu, 08 Jun 2006 08:49:15 GMT bensch [8226] * branches/gui/src/lib/util/directory.cc (modified) * branches/gui/src/lib/util/directory.h (modified) * branches/gui/src/lib/util/file.cc (modified) gui: doxy-tags Thu, 08 Jun 2006 08:32:45 GMT bensch [8225] * branches/gui/src/lib/util/directory.cc (modified) gui: directory should be safe now Thu, 08 Jun 2006 08:10:51 GMT bensch [8224] * branches/gui/src/lib/shell/shell_completion_plugin.cc (modified) * branches/gui/src/lib/util/directory.cc (modified) * branches/gui/src/lib/util/directory.h (modified) gui: much better directory, now the Directory is completly read in ... Thu, 08 Jun 2006 07:57:49 GMT hdavid [8223] * branches/atmospheric_engine/src/lib/graphics/effects/lightening_effect.cc (modified) * branches/atmospheric_engine/src/lib/graphics/effects/lightening_effect.h (modified) branches/atmospheric_enc_engine: starting implementation of random ... Thu, 08 Jun 2006 07:32:03 GMT bensch [8222] * branches/gui/src/lib/gui/gl/glgui_style.h (modified) gui: minor change Wed, 07 Jun 2006 22:03:27 GMT patrick [8221] * branches/bsp_model/src/lib/collision_reaction/cr_physics_ground_walk.h (modified) * branches/bsp_model/src/lib/graphics/importer/bsp_manager.cc (modified) bsp: work flush, we'll have to look about collisions later Wed, 07 Jun 2006 21:44:50 GMT patrick [8220] * branches/bsp_model/src/lib/collision_detection/cd_engine.cc (modified) * branches/bsp_model/src/lib/collision_reaction/collision_handle.cc (modified) * branches/bsp_model/src/lib/event/event_handler.cc (modified) * branches/bsp_model/src/lib/graphics/importer/bsp_manager.cc (modified) * branches/bsp_model/src/story_entities/game_world.cc (modified) * branches/bsp_model/src/world_entities/bsp_entity.cc (modified) bsp: collision detection doesn't work at all Wed, 07 Jun 2006 20:15:00 GMT patrick [8219] * branches/bsp_model/src/lib/collision_reaction/collision_event.h (modified) * branches/bsp_model/src/lib/graphics/importer/bsp_manager.cc (modified) * branches/bsp_model/src/lib/graphics/importer/bsp_manager.h (modified) * branches/bsp_model/src/world_entities/bsp_entity.cc (modified) * branches/bsp_model/src/world_entities/world_entity.cc (modified) * branches/bsp_model/src/world_entities/world_entity.h (modified) bsp: new ground collision attribute tripple Wed, 07 Jun 2006 20:07:54 GMT patrick [8218] * branches/bsp_model/src/lib/collision_detection/cd_engine.cc (modified) * branches/bsp_model/src/lib/graphics/importer/bsp_manager.cc (modified) * branches/bsp_model/src/lib/graphics/importer/bsp_manager.h (modified) * branches/bsp_model/src/world_entities/bsp_entity.cc (modified) * branches/bsp_model/src/world_entities/bsp_entity.h (modified) bsp: changed the BSPEntity name to BspEntity for more consistency, ... Wed, 07 Jun 2006 19:57:13 GMT patrick [8217] * branches/bsp_model/src/lib/collision_detection/cd_engine.cc (modified) * branches/bsp_model/src/lib/graphics/importer/bsp_manager.cc (modified) * branches/bsp_model/src/lib/graphics/importer/bsp_manager.h (modified) * branches/bsp_model/src/world_entities/bsp_entity.h (modified) * branches/bsp_model/src/world_entities/playable.cc (modified) bsp: major restructure: going over bsp_entity for collision ... Wed, 07 Jun 2006 19:33:10 GMT patrick [8216] * branches/bsp_model/src/lib/collision_reaction/collision_event.h (modified) * branches/bsp_model/src/lib/collision_reaction/cr_object_damage.cc (modified) * branches/bsp_model/src/lib/graphics/importer/bsp_manager.cc (modified) * branches/bsp_model/src/world_entities/world_entity.cc (modified) * branches/bsp_model/src/world_entities/world_entity.h (modified) bsp: collision registering should now work Wed, 07 Jun 2006 19:24:25 GMT patrick [8215] * branches/bsp_model/src/lib/collision_detection/cd_engine.cc (modified) * branches/bsp_model/src/lib/graphics/importer/bsp_manager.cc (modified) * branches/bsp_model/src/story_entities/game_world.cc (modified) bsp: integrated the collision checks Wed, 07 Jun 2006 19:10:01 GMT snellen [8214] * branches/script_engine/src/lib/script_engine/script_trigger.cc (modified) final check in Wed, 07 Jun 2006 19:06:41 GMT patrick [8213] * branches/bsp_model/src/lib/collision_detection/cd_engine.cc (modified) * branches/bsp_model/src/lib/collision_reaction/collision_handle.cc (modified) * branches/bsp_model/src/lib/collision_reaction/cr_engine.cc (modified) * branches/bsp_model/src/lib/graphics/importer/bsp_manager.cc (modified) * branches/bsp_model/src/lib/graphics/importer/bsp_manager.h (modified) bsp: integrating the bspmanager fully into the collision ... Wed, 07 Jun 2006 18:51:05 GMT snellen [8212] * branches/script_engine/src/lib/script_engine/script_manager.cc (modified) * branches/script_engine/src/lib/script_engine/script_manager.h (modified) * branches/script_engine/src/lib/script_engine/script_trigger.cc (modified) corrected mistakes