# # ChangeLog for branches in orxonox.OLD # # Generated by Trac 1.0.9 # Jun 29, 2024, 9:16:44 PM 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: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 Wed, 07 Jun 2006 18:47:05 GMT snellen [8211] * branches/script_engine/src/lib/script_engine/script_manager.cc (modified) * branches/script_engine/src/lib/script_engine/script_trigger.cc (modified) * branches/script_engine/src/lib/script_engine/script_trigger.h (modified) cleaned script trigger, added member: a pointer to the required script Wed, 07 Jun 2006 18:29:58 GMT snellen [8210] * branches/script_engine/src/lib/script_engine/script_manager.cc (modified) implemented reset function of the script manager Wed, 07 Jun 2006 18:10:39 GMT patrick [8209] * branches/cr (deleted) cr: removin old cr branche Wed, 07 Jun 2006 16:42:28 GMT snellen [8208] * 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/lib/script_engine/script_trigger.h (modified) added reset function to script manager Wed, 07 Jun 2006 16:23:33 GMT snellen [8207] * branches/script_engine/src/lib/script_engine/script.cc (modified) * branches/script_engine/src/lib/script_engine/script.h (modified) * branches/script_engine/src/lib/script_engine/script_trigger.cc (modified) * branches/script_engine/src/lib/script_engine/script_trigger.h (modified) set parent mode of script trigger to PNODE_MOVEMENT Wed, 07 Jun 2006 15:56:55 GMT snellen [8206] * branches/script_engine/src/lib/script_engine/script.cc (modified) * branches/script_engine/src/lib/script_engine/script.h (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) script checks now before adding an object and a class wether the ... Wed, 07 Jun 2006 15:06:47 GMT snellen [8205] * branches/script_engine/src/lib/script_engine/script_trigger.cc (modified) * branches/script_engine/src/lib/script_engine/script_trigger.h (modified) ScriptTrigger now loads its parameters Wed, 07 Jun 2006 14:44:38 GMT patrick [8204] * branches/bsp_model/src/lib/graphics/importer/bsp_manager.cc (modified) bsp: collision to move Wed, 07 Jun 2006 14:42:44 GMT patrick [8203] * branches/bsp_model/src/lib/collision_reaction/collision.h (modified) * branches/bsp_model/src/lib/collision_reaction/collision_event.h (modified) * branches/bsp_model/src/lib/collision_reaction/cr_physics_ground_walk.cc (modified) * branches/bsp_model/src/lib/graphics/importer/bsp_file.cc (modified) * branches/bsp_model/src/lib/graphics/importer/bsp_manager.cc (modified) bsp: some mods Wed, 07 Jun 2006 14:39:04 GMT snellen [8202] * branches/script_engine/src/lib/script_engine/Makefile.am (modified) * branches/script_engine/src/lib/script_engine/script.cc (modified) * branches/script_engine/src/lib/script_engine/script.h (modified) * branches/script_engine/src/lib/script_engine/script_class.cc (moved) * branches/script_engine/src/lib/script_engine/script_class.h (moved) * 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/lib/script_engine/script_trigger.h (modified) renamed scriptable to scriptclass, made ScriptManager create the ... Wed, 07 Jun 2006 14:02:50 GMT bottac [8201] * branches/bsp_model/src/lib/graphics/importer/bsp_file.cc (modified) bugfix Wed, 07 Jun 2006 13:47:53 GMT patrick [8200] * branches/bsp_model/src/lib/collision_reaction/Makefile.am (modified) * branches/bsp_model/src/lib/collision_reaction/cr_physics_ground_walk.cc (added) * branches/bsp_model/src/lib/collision_reaction/cr_physics_ground_walk.h (added) bsp: added the ground walk collision reaction skeletton Wed, 07 Jun 2006 13:37:12 GMT snellen [8199] * branches/script_engine/src/lib/script_engine/script.cc (modified) * branches/script_engine/src/lib/script_engine/script_trigger.cc (modified) * branches/script_engine/src/lib/script_engine/script_trigger.h (modified) setTarget should work Wed, 07 Jun 2006 13:35:13 GMT bottac [8198] * branches/bsp_model/src/lib/graphics/importer/bsp_file.cc (modified) name offset Wed, 07 Jun 2006 13:25:04 GMT snellen [8197] * branches/script_engine/src/lib/lang/class_list.cc (modified) * branches/script_engine/src/lib/lang/class_list.h (modified) * branches/script_engine/src/lib/script_engine/script.cc (modified) * branches/script_engine/src/lib/script_engine/scriptable.h (modified) scriptengine integrated Wed, 07 Jun 2006 13:17:38 GMT rennerc [8196] * branches/network/src/lib/network/player_stats.cc (modified) dont put player in group which is not ticked/drawed Wed, 07 Jun 2006 13:14:46 GMT bottac [8195] * branches/bsp_model/src/lib/graphics/importer/bsp_file.cc (modified) * branches/bsp_model/src/lib/graphics/importer/bsp_file.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) merged back from old branch. Wed, 07 Jun 2006 13:12:09 GMT rennerc [8194] * branches/network/src/lib/network/player_stats.cc (modified) * branches/network/src/world_entities/space_ships/space_ship.cc (modified) printf on collision Wed, 07 Jun 2006 13:04:14 GMT snellen [8193] * branches/script_engine/src/defs/class_id.h (modified) * branches/script_engine/src/lib/script_engine/Makefile.am (modified) * branches/script_engine/src/lib/script_engine/lunar.h (modified) * branches/script_engine/src/lib/script_engine/script.cc (modified) * branches/script_engine/src/lib/script_engine/script.h (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.h (modified) * branches/script_engine/src/lib/script_engine/scriptable.cc (copied) * branches/script_engine/src/lib/script_engine/scriptable.h (copied) * branches/script_engine/src/lib/util/loading/resource.cc (modified) script_engine: swapping to integrate into the ORXONOX framework Wed, 07 Jun 2006 13:03:19 GMT patrick [8192] * branches/bsp_model (copied) creating bsp_model branche (MARK BSP) Wed, 07 Jun 2006 13:02:20 GMT patrick [8191] * branches/bsp_model (deleted) removing bsp_branches again Wed, 07 Jun 2006 12:49:29 GMT patrick [8189] * branches/bsp_model (copied) Created new branche bsp_model (MARK BSP) Wed, 07 Jun 2006 12:47:11 GMT rennerc [8188] * branches/network/src/lib/network/player_stats.h (modified) no comment :D Wed, 07 Jun 2006 12:44:34 GMT rennerc [8187] * branches/network/src/lib/network/network_stream.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/udp_socket.cc (modified) * branches/network/src/story_entities/multi_player_world.cc (modified) reverted playerstats. disconnect works now Wed, 07 Jun 2006 12:29:31 GMT patrick [8185] * branches/bsp_model (deleted) orxonox: removed branche bsp_model Wed, 07 Jun 2006 11:16:12 GMT rennerc [8184] * branches/network/src/lib/network/message_manager.cc (modified) * branches/network/src/lib/network/message_manager.h (modified) * branches/network/src/lib/network/network_manager.cc (modified) * branches/network/src/lib/network/network_manager.h (modified) * branches/network/src/lib/network/player_stats.cc (modified) * branches/network/src/lib/network/player_stats.h (modified) * branches/network/src/lib/network/udp_server_socket.cc (modified) * branches/network/src/lib/network/udp_socket.cc (modified) * branches/network/src/story_entities/multi_player_world.cc (modified) * branches/network/src/story_entities/multi_player_world.h (modified) * branches/network/src/util/signal_handler.cc (modified) * branches/network/src/util/signal_handler.h (modified) do network cleanup in multiplayerworld destructor Wed, 07 Jun 2006 09:46:00 GMT patrick [8183] * branches/cr/src/world_entities/world_entity.cc (modified) cr: work flush Wed, 07 Jun 2006 09:41:16 GMT patrick [8182] * branches/cr/src/lib/collision_reaction/collision_event.h (modified) * branches/cr/src/world_entities/world_entity.cc (modified) * branches/cr/src/world_entities/world_entity.h (modified) cr: extended the collisionevent and added the interface to the WE Wed, 07 Jun 2006 07:36:31 GMT amaechler [8181] * branches/atmospheric_engine/src/lib/graphics/effects/rain_effect.cc (modified) * branches/atmospheric_engine/src/lib/sound/sound_source.cc (modified) * branches/atmospheric_engine/src/lib/sound/sound_source.h (modified) branches/atmospheric_engine: more rain and sound fadein hacking Wed, 07 Jun 2006 06:03:04 GMT amaechler [8180] * 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/effects/sky.sgl (added) branches/atmospheric_engine: ups, forgot that Tue, 06 Jun 2006 20:22:40 GMT hdavid [8179] * 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: raising lightening effect Tue, 06 Jun 2006 18:47:40 GMT snellen [8178] * 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/lib/script_engine/script_trigger.h (modified) added possibility to set the target as parent Tue, 06 Jun 2006 16:41:12 GMT hdavid [8177] * 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: lightening effect Tue, 06 Jun 2006 16:34:22 GMT amaechler [8176] * branches/atmospheric_engine/src/lib/graphics/shader.cc (modified) * branches/atmospheric_engine/src/lib/graphics/shader.h (modified) * branches/atmospheric_engine/src/world_entities/effects/billboard.cc (modified) Tue, 06 Jun 2006 16:34:02 GMT amaechler [8175] * 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/sglmodel.h (added) branches/atmospheric_engine: new cloud implementation using shaders, ... Tue, 06 Jun 2006 08:45:41 GMT rennerc [8174] * branches/network/src/lib/network/network_stream.cc (modified) reconnect to unused clientslots works now Tue, 06 Jun 2006 07:34:13 GMT snellen [8173] * branches/script_engine/src/lib/script_engine/script_trigger.cc (modified) * branches/script_engine/src/lib/script_engine/script_trigger.h (modified) scripttrigger: added delay Tue, 06 Jun 2006 07:25:54 GMT snellen [8172] * branches/script_engine/src/lib/script_engine/script_trigger.cc (modified) * branches/script_engine/src/lib/script_engine/script_trigger.h (modified) scripttrigger: added delay Tue, 06 Jun 2006 07:18:31 GMT snellen [8171] * 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/lib/script_engine/script_trigger.h (modified) scripttrigger implemented. todo: make loadParam work Tue, 06 Jun 2006 06:06:50 GMT snellen [8170] * branches/script_engine/src/lib/script_engine/Makefile.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 (added) * branches/script_engine/src/lib/script_engine/script_trigger.h (added) added scripttrigger Tue, 06 Jun 2006 00:05:33 GMT patrick [8169] * branches/cr/src/lib/collision_reaction/cr_object_damage.cc (modified) * branches/cr/src/world_entities/projectiles/projectile.cc (modified) * branches/cr/src/world_entities/world_entity.cc (modified) * branches/cr/src/world_entities/world_entity.h (modified) cr: using a new damage structure for dealing damage. working Mon, 05 Jun 2006 23:49:45 GMT patrick [8168] * branches/cr/src/lib/collision_reaction/collision_handle.cc (modified) * branches/cr/src/lib/collision_reaction/cr_object_damage.cc (modified) * branches/cr/src/world_entities/world_entity.cc (modified) cr: less and better debug output Mon, 05 Jun 2006 23:39:46 GMT patrick [8167] * branches/cr/src/lib/collision_reaction/collision_handle.cc (modified) cr: collision reaction now works: dealing damage Mon, 05 Jun 2006 23:33:36 GMT patrick [8166] * branches/cr/src/lib/collision_reaction/collision.cc (modified) * branches/cr/src/lib/collision_reaction/collision_handle.cc (modified) * branches/cr/src/lib/collision_reaction/cr_object_damage.cc (modified) cr: more bugs found. its amazing Mon, 05 Jun 2006 23:16:26 GMT patrick [8165] * branches/cr/src/lib/collision_reaction/collision_handle.cc (modified) cr: removed two more segfaults Mon, 05 Jun 2006 19:20:48 GMT snellen [8164] * branches/script_engine/src/lib/script_engine/script_manager.cc (modified) * branches/script_engine/src/lib/script_engine/script_manager.h (modified) changes in script manager Mon, 05 Jun 2006 17:23:05 GMT bensch [8163] * branches/script_engine/src/lib/script_engine/script_manager.cc (modified) * branches/script_engine/src/lib/script_engine/script_manager.h (modified) script_manager: should compile Mon, 05 Jun 2006 15:27:38 GMT ponder [8162] * branches/osx/src/lib/graphics/importer/md2Model.cc (modified) * branches/osx/src/lib/graphics/importer/texture.cc (modified) * branches/osx/src/lib/math/vector.h (modified) * branches/osx/src/lib/sound/sound_buffer.cc (modified) The md2Model loader now works as expected Mon, 05 Jun 2006 14:43:11 GMT rennerc [8161] * branches/network/src/lib/event/event_handler.cc (modified) capture mouse Mon, 05 Jun 2006 13:58:11 GMT snellen [8160] * branches/script_engine/src/lib/script_engine/script_manager.h (modified) this won't compile Mon, 05 Jun 2006 13:57:28 GMT snellen [8159] * branches/script_engine/src/lib/script_engine/script_manager.cc (modified) this won't compile Mon, 05 Jun 2006 13:56:47 GMT snellen [8158] * branches/script_engine/src/lib/script_engine/script_manager.cc (modified) this won't compile Mon, 05 Jun 2006 13:55:12 GMT snellen [8157] * branches/script_engine/src/lib/script_engine/script_manager.cc (modified) * branches/script_engine/src/lib/script_engine/script_manager.h (modified) this won't compile Mon, 05 Jun 2006 13:50:10 GMT snellen [8156] * branches/script_engine/src/lib/script_engine/script_manager.cc (modified) this won't compile Mon, 05 Jun 2006 13:47:10 GMT snellen [8155] * branches/script_engine/src/lib/script_engine/script.h (modified) * branches/script_engine/src/lib/script_engine/script_manager.cc (modified) * branches/script_engine/src/lib/script_engine/script_manager.h (modified) this won't compile Mon, 05 Jun 2006 13:30:32 GMT rennerc [8154] * branches/network/src/world_entities/spectator.cc (modified) * branches/network/src/world_entities/spectator.h (modified) clean up spectator Mon, 05 Jun 2006 13:25:05 GMT rennerc [8153] * branches/network/src/lib/network/network_game_manager.cc (modified) * 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) removed nasty bug Mon, 05 Jun 2006 11:23:45 GMT rennerc [8152] * branches/network/src/lib/network/network_game_manager.cc (modified) * branches/network/src/world_entities/spectator.cc (modified) * branches/network/src/world_entities/spectator.h (modified) replaced Spectator with new implementation Mon, 05 Jun 2006 10:48:59 GMT bensch [8151] * branches/gui (copied) copy new trunk Mon, 05 Jun 2006 10:48:39 GMT bensch [8150] * branches/network (copied) copy new trunk Mon, 05 Jun 2006 10:48:21 GMT bensch [8149] * branches/network (deleted) delete merged branche Mon, 05 Jun 2006 09:51:43 GMT bensch [8146] * branches/gui (deleted) delete old branche Sun, 04 Jun 2006 17:55:55 GMT bensch [8144] * branches/gui/src/defs/debug.h (modified) * branches/gui/src/lib/collision_reaction/cr_engine.h (modified) * branches/gui/src/lib/graphics/importer/primitive_model.cc (modified) * branches/gui/src/lib/graphics/importer/texture.cc (modified) * branches/gui/src/lib/graphics/importer/texture.h (modified) * branches/gui/src/lib/gui/gl/glgui_style.h (modified) * branches/gui/src/lib/gui/gl/glgui_widget.h (modified) * branches/gui/src/lib/gui/qt/gui_general.cc (modified) * branches/gui/src/lib/lang/base_object.cc (modified) * branches/gui/src/lib/lang/class_list.cc (modified) * branches/gui/src/lib/math/vector.h (modified) * branches/gui/src/lib/shell/shell_buffer.cc (modified) * branches/gui/src/lib/shell/shell_buffer.h (modified) * branches/gui/src/lib/shell/shell_command.h (modified) * branches/gui/src/lib/util/count_pointer.h (modified) * branches/gui/src/util/animation/t_animation.h (modified) * branches/gui/src/util/hud.cc (modified) * branches/gui/src/util/hud.h (modified) * branches/gui/src/world_entities/player.cc (modified) gui: better debugging system Sat, 03 Jun 2006 23:34:24 GMT bensch [8143] * branches/gui/src/lib/gui/gl/glgui_style.h (modified) gui: features Sat, 03 Jun 2006 23:26:04 GMT bensch [8142] * branches/gui/src/lib/gui/gl/glgui_style.h (modified) gui: nice docu, now implement it :) Sat, 03 Jun 2006 23:19:07 GMT bensch [8141] * branches/gui/src/lib/gui/gl/Makefile.am (modified) * branches/gui/src/lib/gui/gl/glgui_style.cc (copied) * branches/gui/src/lib/gui/gl/glgui_style.h (copied) * branches/gui/src/lib/util/color.h (modified) gui: added a class for the Styles of the GUI Sat, 03 Jun 2006 22:36:45 GMT bensch [8140] * branches/gui/configure.ac (modified) * branches/gui/src/defs/include_paths.am (modified) * branches/gui/src/lib/BuildLibs.am (modified) * branches/gui/src/lib/gui/Makefile.am (modified) * branches/gui/src/lib/gui/gl (moved) * branches/gui/src/lib/gui/gl/glgui_slider.cc (modified) * branches/gui/src/lib/gui/gl/glgui_widget.cc (modified) * branches/gui/src/lib/gui/gl/glgui_widget.h (modified) * branches/gui/src/lib/gui/gtk (moved) * branches/gui/src/lib/gui/qt (moved) * branches/gui/src/lib/math/rect2D.cc (modified) * branches/gui/src/orxonox.cc (modified) gui: shorter paths for different guis Sat, 03 Jun 2006 18:11:19 GMT snellen [8139] * branches/script_engine/src/lib/script_engine/script_manager.h (modified) Continued working on script manager Sat, 03 Jun 2006 18:09:14 GMT snellen [8138] * branches/script_engine/src/lib/script_engine/script_manager.cc (modified) * branches/script_engine/src/lib/script_engine/script_manager.h (modified) Continued working on script manager Sat, 03 Jun 2006 17:10:07 GMT snellen [8137] * branches/script_engine/src/lib/script_engine/script_manager.h (modified) Continued working on script manager Sat, 03 Jun 2006 17:08:20 GMT snellen [8136] * branches/script_engine/src/lib/script_engine/script_manager.h (modified) Continued working on script manager Sat, 03 Jun 2006 17:05:47 GMT snellen [8135] * branches/script_engine/src/lib/script_engine/script_manager.cc (modified) * branches/script_engine/src/lib/script_engine/script_manager.h (modified) Continued working on script manager Sat, 03 Jun 2006 17:01:08 GMT snellen [8134] * branches/script_engine/src/lib/script_engine/script.cc (modified) Continued working on script manager