# # ChangeLog for / in orxonox.OLD # # Generated by Trac 1.0.9 # Jun 11, 2024, 11:58:11 AM Fri, 26 May 2006 11:21:32 GMT bensch [7868] * trunk/src/lib/event/event_def.h (modified) * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/lib/event/event_handler.h (modified) * trunk/src/lib/event/event_listener.cc (modified) * trunk/src/lib/event/event_listener.h (modified) * trunk/src/lib/graphics/graphics_engine.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_handler.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_widget.h (modified) * trunk/src/lib/shell/shell.cc (modified) * trunk/src/lib/shell/shell_input.cc (modified) * trunk/src/lib/util/loading/game_loader.cc (modified) * trunk/src/lib/util/loading/game_loader.h (modified) * trunk/src/story_entities/movie_loader.cc (modified) * trunk/src/story_entities/simple_game_menu.cc (modified) * trunk/src/util/track/pilot_node.cc (modified) * trunk/src/world_entities/camera.cc (modified) * trunk/src/world_entities/creatures/md2_creature.cc (modified) * trunk/src/world_entities/playable.cc (modified) * trunk/src/world_entities/player.cc (modified) * trunk/src/world_entities/space_ships/helicopter.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/weapons/crosshair.cc (modified) trunk: merge Check in the Event-changes: r7867 | bensch | 2006-05-26 ... Fri, 26 May 2006 11:19:46 GMT bensch [7867] * branches/gui/src/lib/event/event_listener.cc (modified) * branches/gui/src/lib/graphics/graphics_engine.cc (modified) * branches/gui/src/lib/util/loading/game_loader.cc (modified) * branches/gui/src/lib/util/loading/game_loader.h (modified) * branches/gui/src/util/track/pilot_node.cc (modified) * branches/gui/src/world_entities/camera.cc (modified) * branches/gui/src/world_entities/creatures/md2_creature.cc (modified) * branches/gui/src/world_entities/space_ships/helicopter.cc (modified) * branches/gui/src/world_entities/space_ships/hover.cc (modified) * branches/gui/src/world_entities/space_ships/space_ship.cc (modified) * branches/gui/src/world_entities/space_ships/turbine_hover.cc (modified) * branches/gui/src/world_entities/weapons/crosshair.cc (modified) Events better subscribed Fri, 26 May 2006 11:11:10 GMT bensch [7866] * branches/gui/src/lib/event/event_def.h (modified) * branches/gui/src/lib/event/event_handler.cc (modified) * branches/gui/src/lib/event/event_handler.h (modified) * branches/gui/src/lib/event/event_listener.cc (modified) * branches/gui/src/lib/event/event_listener.h (modified) * branches/gui/src/lib/gui/gl_gui/glgui_handler.cc (modified) * branches/gui/src/lib/gui/gl_gui/glgui_widget.h (modified) * branches/gui/src/lib/shell/shell.cc (modified) * branches/gui/src/lib/shell/shell_input.cc (modified) * branches/gui/src/story_entities/movie_loader.cc (modified) * branches/gui/src/story_entities/simple_game_menu.cc (modified) * branches/gui/src/world_entities/camera.cc (modified) * branches/gui/src/world_entities/playable.cc (modified) * branches/gui/src/world_entities/player.cc (modified) * branches/gui/src/world_entities/weapons/crosshair.cc (modified) Events are subscribed at the EventListener, and not the EventHandler Thu, 25 May 2006 21:29:55 GMT patrick [7865] * trunk/src/lib/collision_reaction/cr_engine.cc (modified) * trunk/src/lib/collision_reaction/cr_engine.h (modified) trunk: removed compiler error Thu, 25 May 2006 16:35:57 GMT bensch [7864] * branches/gui (copied) new copy Thu, 25 May 2006 16:02:27 GMT bensch [7863] * trunk/src/lib/gui/qt_gui/gui_control.cc (modified) * trunk/src/lib/gui/qt_gui/gui_control.h (modified) orxonox/trunk: also catching mouse-events Thu, 25 May 2006 15:34:44 GMT bensch [7862] * trunk/src/lib/gui/qt_gui/gui_control.cc (modified) * trunk/src/lib/gui/qt_gui/gui_control.h (modified) orxonox/trunk: OK the Keys are grabbed, as they should Thu, 25 May 2006 14:47:24 GMT bensch [7861] * trunk/src/lib/gui/qt_gui/gui_control.cc (modified) * trunk/src/lib/gui/qt_gui/gui_control.h (modified) test control Thu, 25 May 2006 14:09:51 GMT rennerc [7860] * branches/network/src/subprojects/network/network_unit_test.cc (modified) Thu, 25 May 2006 14:03:10 GMT rennerc [7859] * branches/network/src/subprojects/network/network_unit_test.cc (modified) Thu, 25 May 2006 13:59:34 GMT bensch [7858] * trunk/src/lib/gui/qt_gui/gui_audio.cc (modified) * trunk/src/lib/shell/shell_input.cc (modified) * trunk/src/lib/shell/shell_input.h (modified) orxonox/trunk: fixed auto-repeat Thu, 25 May 2006 13:58:07 GMT rennerc [7857] * branches/network/src/lib/network/udp_server_socket.cc (modified) * branches/network/src/subprojects/network/network_unit_test.cc (modified) Thu, 25 May 2006 13:49:16 GMT bensch [7856] * trunk/src/lib/gui/qt_gui/gui_audio.cc (modified) trunk: qt_gui: more as sugested by patrick Thu, 25 May 2006 13:42:18 GMT bensch [7855] * trunk/src/lib/gui/gl_gui/Makefile.am (modified) * trunk/src/lib/gui/gl_gui/glgui.h (modified) * trunk/src/lib/gui/gl_gui/glgui_widget.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_widget.h (modified) * trunk/src/lib/gui/gl_gui/signal_connector.cc (modified) * trunk/src/lib/gui/gl_gui/signal_connector.h (modified) * trunk/src/lib/gui/qt_gui/gui_audio.cc (modified) * trunk/src/lib/gui/qt_gui/gui_general.cc (modified) * trunk/src/lib/gui/qt_gui/qt_gui.cc (modified) qtgui: cleanup as patrick sugested Thu, 25 May 2006 12:29:58 GMT rennerc [7854] * branches/network/src/lib/network/udp_server_socket.cc (modified) added assert Thu, 25 May 2006 12:16:40 GMT rennerc [7853] * branches/network/src/lib/network/network_game_manager.cc (modified) removed hover-hack Thu, 25 May 2006 11:40:38 GMT rennerc [7852] * branches/network/src/lib/network/network_game_manager.cc (modified) hack for bench. so he can test hover :D Thu, 25 May 2006 11:27:00 GMT rennerc [7851] * branches/network/src/lib/network/Makefile.am (modified) * branches/network/src/lib/network/connection_monitor.cc (modified) * branches/network/src/lib/network/connection_monitor.h (modified) * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/lib/network/network_stream.h (modified) * branches/network/src/lib/network/zip.cc (added) * branches/network/src/lib/network/zip.h (added) * branches/network/src/orxonox.cc (modified) compression implemented Thu, 25 May 2006 11:14:38 GMT bensch [7850] * branches/network/configure.ac (modified) network: libz-test in configure Thu, 25 May 2006 10:48:25 GMT bensch [7849] * trunk/src/lib/sound/ogg_player.cc (modified) trunk: Sound is not lost, if the MusicEngine does not get his time in ... Thu, 25 May 2006 09:42:03 GMT bensch [7848] * trunk/src/lib/graphics/importer/material.cc (modified) Temprarily fixed the Missing File-bug Wed, 24 May 2006 23:12:30 GMT bensch [7847] * trunk/src/lib/sound/sound_engine.h (modified) * trunk/src/lib/util/threading.cc (modified) * trunk/src/lib/util/threading.h (modified) trunk: some minor fixes Wed, 24 May 2006 21:45:28 GMT bensch [7846] * trunk/src/lib/graphics/render2D/element_2d.cc (modified) orxonox/trunk: doxygen Wed, 24 May 2006 21:44:13 GMT bensch [7845] * trunk/src/lib/graphics/render2D/element_2d.cc (modified) hmm... does not help Wed, 24 May 2006 21:34:22 GMT bensch [7844] * trunk/src/lib/graphics/effects/lense_flare.cc (modified) * trunk/src/lib/graphics/effects/lense_flare.h (modified) * trunk/src/lib/graphics/render2D/element_2d.cc (modified) orxonox/trunk: Ok the Element2D-renderer works, and hides Elements, ... Wed, 24 May 2006 21:17:59 GMT bensch [7843] * trunk/src/lib/collision_reaction/cr_engine.h (modified) * trunk/src/lib/graphics/effects/lense_flare.cc (modified) * trunk/src/lib/graphics/render2D/element_2d.cc (modified) * trunk/src/lib/graphics/render2D/element_2d.h (modified) * trunk/src/lib/graphics/render2D/image_plane.cc (modified) * trunk/src/lib/graphics/render2D/image_plane.h (modified) compiles Wed, 24 May 2006 21:09:58 GMT patrick [7842] * trunk/src/lib/collision_reaction/cr_engine.cc (modified) * trunk/src/lib/collision_reaction/cr_engine.h (modified) trunk: can't compile on this computer, commented out and syntax check ... Wed, 24 May 2006 21:07:38 GMT patrick [7841] * trunk/src/lib/collision_reaction/collision_handle.cc (added) * trunk/src/lib/collision_reaction/collision_handle.h (added) * trunk/src/lib/collision_reaction/cr_engine.cc (modified) * trunk/src/lib/collision_reaction/cr_engine.h (modified) * trunk/src/subprojects/collision_detection/collision_detection.cc (modified) trunk: collision handle introduced and other stuff Wed, 24 May 2006 20:38:51 GMT bensch [7840] * trunk/src/lib/graphics/effects/lense_flare.cc (modified) * trunk/src/lib/graphics/graphics_engine.cc (modified) * trunk/src/lib/graphics/graphics_engine.h (modified) * trunk/src/lib/graphics/render2D/element_2d.cc (modified) * trunk/src/lib/graphics/render2D/element_2d.h (modified) * trunk/src/lib/graphics/render2D/render_2d.cc (modified) * trunk/src/lib/graphics/render2D/render_2d.h (modified) * trunk/src/lib/gui/gl_gui/glgui_handler.cc (modified) * trunk/src/story_entities/game_world.cc (modified) * trunk/src/world_entities/skybox.cc (modified) * trunk/src/world_entities/skysphere.cc (modified) trunk: Elements that are supposed to be on the Background stay there: ... Wed, 24 May 2006 20:35:26 GMT patrick [7839] * trunk/src/lib/collision_reaction/cr_engine.h (modified) trunk: collision reaction main structure Wed, 24 May 2006 20:06:01 GMT bensch [7838] * branches/atmospheric_engine (copied) new copy Wed, 24 May 2006 20:05:45 GMT bensch [7837] * branches/atmospheric_engine (deleted) delete again Wed, 24 May 2006 20:05:32 GMT bensch [7836] * trunk/src/defs/class_id.h (modified) * trunk/src/lib/graphics/effects/atmospheric_engine.cc (modified) * trunk/src/lib/graphics/effects/sun_effect.cc (modified) * trunk/src/util/object_manager.cc (modified) * trunk/src/util/object_manager.h (modified) trunk: merged the Atmos back again, because a ClassID was wrong Wed, 24 May 2006 18:55:03 GMT bensch [7835] * branches/water/src/lib/graphics/shader.h (modified) orxonox/water: Uniform class, (total inline Class, that handles ... Wed, 24 May 2006 17:09:27 GMT bensch [7834] * branches/water/src/lib/graphics/shader.cc (modified) * branches/water/src/lib/graphics/shader.h (modified) less output Wed, 24 May 2006 16:41:08 GMT bottac [7833] * branches/bsp_model/src/lib/collision_detection/cd_engine.cc (modified) * branches/bsp_model/src/lib/collision_detection/cd_engine.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/story_entities/game_world.cc (modified) * branches/bsp_model/src/world_entities/world_entity.cc (modified) * branches/bsp_model/src/world_entities/world_entity.h (modified) collision detection. Wed, 24 May 2006 16:40:24 GMT stefalie [7832] * branches/water/src/world_entities/environments/mapped_water.cc (modified) branches/water: yeah, we got oil./src/orxonox! Wed, 24 May 2006 16:31:10 GMT bensch [7831] * branches/water/src/world_entities/skybox.cc (modified) reverted change Wed, 24 May 2006 16:30:08 GMT bensch [7830] * branches/water/src/lib/graphics/shader.cc (modified) * branches/water/src/world_entities/skybox.cc (modified) shaders testing Wed, 24 May 2006 16:24:08 GMT snellen [7829] * branches/script_engine/src/lib/script_engine/Makefile.am (modified) * branches/script_engine/src/lib/script_engine/lunartest.lua (modified) works! Wed, 24 May 2006 16:22:38 GMT bensch [7828] * branches/water/src/lib/graphics/shader.cc (modified) water: test Wed, 24 May 2006 16:17:51 GMT bensch [7827] * branches/water/src/lib/graphics/shader.cc (modified) water: test Wed, 24 May 2006 16:15:34 GMT bensch [7826] * branches/water/src/lib/graphics/shader.cc (modified) water: test Wed, 24 May 2006 16:12:55 GMT bensch [7825] * branches/water/src/lib/graphics/shader.cc (modified) water: test Wed, 24 May 2006 16:11:31 GMT snellen [7824] * branches/script_engine/src/lib/script_engine/Makefile.am (modified) should compile now Wed, 24 May 2006 16:10:25 GMT stefalie [7823] * branches/water/src/world_entities/environments/mapped_water.cc (modified) * branches/water/src/world_entities/environments/mapped_water.h (modified) branches/water: the texture mooooves Wed, 24 May 2006 16:04:19 GMT bensch [7822] * branches/water/src/lib/graphics/shader.cc (modified) * branches/water/src/lib/graphics/shader.h (modified) water: shader update Wed, 24 May 2006 16:01:49 GMT snellen [7821] * branches/script_engine/src/lib/script_engine/account.cc (added) * branches/script_engine/src/lib/script_engine/luna/luna.h (moved) * branches/script_engine/src/lib/script_engine/lunar.h (added) * branches/script_engine/src/lib/script_engine/lunartest.lua (added) should compile now Wed, 24 May 2006 15:56:07 GMT snellen [7820] * branches/script_engine/src/lib/script_engine/luna (added) * branches/script_engine/src/lib/script_engine/luna.h (modified) * branches/script_engine/src/lib/script_engine/luna/account.cc (moved) * branches/script_engine/src/lib/script_engine/luna/account.lua (moved) moved old files Wed, 24 May 2006 15:39:17 GMT patrick [7819] * trunk/configure.ac (modified) * trunk/src/defs/class_id.h (modified) * trunk/src/defs/debug.h (modified) * trunk/src/lib/Makefile.am (modified) * trunk/src/lib/collision_reaction (added) * trunk/src/lib/collision_reaction/Makefile.am (added) * trunk/src/lib/collision_reaction/cr_engine.cc (added) * trunk/src/lib/collision_reaction/cr_engine.h (added) trunk: added a collision reaction lib. starting implementation Wed, 24 May 2006 15:38:28 GMT bensch [7818] * branches/water/src/lib/graphics/shader.cc (modified) * branches/water/src/lib/graphics/shader.h (modified) Better nicer Shader Wed, 24 May 2006 14:56:57 GMT stefalie [7817] * branches/water/src/world_entities/environments/mapped_water.cc (modified) ... Wed, 24 May 2006 14:56:48 GMT stefalie [7816] * branches/water/src/world_entities/environments/mapped_water.cc (modified) * branches/water/src/world_entities/environments/mapped_water.h (modified) ... Wed, 24 May 2006 14:49:35 GMT snellen [7815] * branches/script_engine/src/lib/script_engine/account.cc (modified) * branches/script_engine/src/lib/script_engine/account.lua (modified) * branches/script_engine/src/lib/script_engine/luna.h (modified) object pointer is now found Wed, 24 May 2006 14:39:32 GMT stefalie [7814] * branches/water/src/story_entities/game_world.cc (modified) * branches/water/src/util/object_manager.cc (modified) * branches/water/src/world_entities/environments/mapped_water.cc (modified) * branches/water/src/world_entities/skybox.cc (modified) * branches/water/src/world_entities/terrain.cc (modified) * branches/water/src/world_entities/world_entity.cc (modified) * branches/water/src/world_entities/world_entity.h (modified) branches/water: textures works now, but its at the wrong place Wed, 24 May 2006 14:28:05 GMT hdavid [7813] * branches/atmospheric_engine/src/defs/class_id.h (modified) * branches/atmospheric_engine/src/lib/graphics/effects/atmospheric_engine.cc (modified) * branches/atmospheric_engine/src/lib/graphics/effects/sun_effect.cc (modified) branches/atmospheric_engine: fixed class_id Wed, 24 May 2006 13:57:48 GMT bensch [7812] * branches/atmospheric_engine (copied) copy trunk to new branche Wed, 24 May 2006 13:57:29 GMT bensch [7811] * branches/atmospheric_engine (deleted) delete branche Wed, 24 May 2006 13:57:04 GMT bensch [7810] * trunk/src/Makefile.am (modified) * trunk/src/defs/class_id.h (modified) * trunk/src/lib/graphics/Makefile.am (modified) * trunk/src/lib/graphics/effects/atmospheric_engine.cc (copied) * trunk/src/lib/graphics/effects/atmospheric_engine.h (copied) * trunk/src/lib/graphics/effects/cloud_effect.cc (copied) * trunk/src/lib/graphics/effects/cloud_effect.h (copied) * trunk/src/lib/graphics/effects/fog_effect.cc (modified) * trunk/src/lib/graphics/effects/fog_effect.h (modified) * trunk/src/lib/graphics/effects/lense_flare.cc (modified) * trunk/src/lib/graphics/effects/lense_flare.h (modified) * trunk/src/lib/graphics/effects/lightening_effect.cc (copied) * trunk/src/lib/graphics/effects/lightening_effect.h (copied) * trunk/src/lib/graphics/effects/rain_effect.cc (copied) * trunk/src/lib/graphics/effects/rain_effect.h (copied) * trunk/src/lib/graphics/effects/snow_effect.cc (copied) * trunk/src/lib/graphics/effects/snow_effect.h (copied) * trunk/src/lib/graphics/effects/sun_effect.cc (copied) * trunk/src/lib/graphics/effects/sun_effect.h (copied) * trunk/src/lib/graphics/effects/volfog_effect.cc (copied) * trunk/src/lib/graphics/effects/volfog_effect.h (copied) * trunk/src/lib/graphics/effects/weather_effect.cc (copied) * trunk/src/lib/graphics/effects/weather_effect.h (copied) * trunk/src/lib/graphics/render2D/billboard.cc (deleted) * trunk/src/lib/graphics/render2D/billboard.h (deleted) * trunk/src/lib/graphics/render2D/image_plane.cc (copied) * trunk/src/lib/graphics/render2D/image_plane.h (copied) * 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/story_entities/game_world_data.cc (modified) * trunk/src/util/multiplayer_team_deathmatch.cc (modified) * trunk/src/util/multiplayer_team_deathmatch.h (modified) * trunk/src/world_entities/effects/billboard.cc (copied) * trunk/src/world_entities/effects/billboard.h (copied) * trunk/src/world_entities/space_ships/helicopter.cc (modified) * trunk/src/world_entities/space_ships/helicopter.h (modified) orxonox/trunk: merged the Weather effects back here Wed, 24 May 2006 13:27:07 GMT rennerc [7809] * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/lib/network/synchronizeable.cc (modified) removed zerodiff handling Wed, 24 May 2006 13:25:09 GMT snellen [7808] * branches/script_engine/src/lib/script_engine/account.cc (modified) * branches/script_engine/src/lib/script_engine/account.lua (modified) * branches/script_engine/src/lib/script_engine/luna.h (modified) object pointer is now found Wed, 24 May 2006 13:21:13 GMT hdavid [7807] * branches/atmospheric_engine/src/defs/class_id.h (modified) * branches/atmospheric_engine/src/lib/graphics/Makefile.am (modified) * branches/atmospheric_engine/src/lib/graphics/effects/lense_flare.cc (modified) * branches/atmospheric_engine/src/lib/graphics/effects/lense_flare.h (modified) * 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/lib/graphics/render2D/image_plane.cc (moved) * branches/atmospheric_engine/src/lib/graphics/render2D/image_plane.h (moved) * branches/atmospheric_engine/src/util/multiplayer_team_deathmatch.cc (modified) * branches/atmospheric_engine/src/util/multiplayer_team_deathmatch.h (modified) * branches/atmospheric_engine/src/world_entities/effects/billboard.cc (copied) * branches/atmospheric_engine/src/world_entities/effects/billboard.h (copied) branches/atmospheric_engine: renamed fake-billboard to imageplane and ... Wed, 24 May 2006 12:51:31 GMT rennerc [7806] * branches/network/src/lib/network/network_stream.cc (modified) Wed, 24 May 2006 12:33:45 GMT bottac [7805] * branches/bsp_model/src/lib/graphics/importer/bsp_file.cc (modified) All Coordinates are now beeing converted from Q3A-Coods to ... Wed, 24 May 2006 12:19:42 GMT rennerc [7804] * branches/network/src/lib/network/converter.cc (modified) * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_string.cc (modified) Wed, 24 May 2006 11:58:44 GMT rennerc [7803] * branches/network/src/lib/network/network_stream.cc (modified) Wed, 24 May 2006 11:33:19 GMT rennerc [7802] * branches/network/src/lib/network/network_stream.cc (modified) Wed, 24 May 2006 11:24:39 GMT bottac [7801] * 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) Support for animated textures in bsp maps started. Wed, 24 May 2006 11:24:12 GMT rennerc [7800] * branches/network/src/lib/network/network_stream.cc (modified) dont send zero diffs Wed, 24 May 2006 11:09:35 GMT patrick [7799] * branches/network/src/lib/network/network_log.h (modified) network: removed some false include Wed, 24 May 2006 11:05:50 GMT bensch [7798] * branches/water (copied) created branche Wed, 24 May 2006 11:05:19 GMT bensch [7797] * branches/water (deleted) deleted shitty branche Wed, 24 May 2006 11:04:36 GMT bensch [7796] * trunk/src/world_entities/environments/mapped_water.cc (added) * trunk/src/world_entities/environments/mapped_water.h (added) added missing files Wed, 24 May 2006 10:24:03 GMT amaechler [7795] * branches/atmospheric_engine/src/lib/graphics/effects/cloud_effect.cc (modified) * branches/atmospheric_engine/src/lib/graphics/effects/volfog_effect.cc (modified) branches/atmospheric_engine: cloud tardis bugfix Wed, 24 May 2006 10:22:55 GMT rennerc [7794] * branches/network/src/lib/coord/p_node.cc (modified) removed some output Wed, 24 May 2006 10:22:20 GMT rennerc [7793] * branches/network/src/lib/coord/p_node.cc (modified) * branches/network/src/lib/network/synchronizeable.cc (modified) * branches/network/src/lib/network/synchronizeable_var/synchronizeable_vector.cc (modified) fixed da bug Wed, 24 May 2006 09:38:51 GMT rennerc [7792] * branches/network/src/lib/network/connection_monitor.cc (modified) * branches/network/src/lib/network/handshake.cc (modified) * branches/network/src/lib/network/network_stream.cc (modified) fixed bug Wed, 24 May 2006 06:54:34 GMT ponder [7791] * branches/osx/configure.ac (modified) * branches/osx/src/util/signal_handler.cc (modified) * branches/osx/src/util/signal_handler.h (modified) Defined signal_handler as linux only, since the compiler couldn't ... Wed, 24 May 2006 02:28:20 GMT bensch [7790] * trunk/src/lib/graphics/importer/texture.cc (modified) * trunk/src/lib/graphics/importer/texture.h (modified) orxonox/trunk: No More Valgrind warnings from the Texture Wed, 24 May 2006 02:03:33 GMT bensch [7789] * trunk/src/lib/graphics/importer/texture.cc (modified) trunk: code-design Wed, 24 May 2006 01:41:09 GMT bensch [7788] * trunk/src/lib/graphics/importer/material.cc (modified) * trunk/src/lib/graphics/importer/material.h (modified) * trunk/src/lib/graphics/importer/texture.cc (modified) * trunk/src/lib/graphics/importer/texture.h (modified) orxonox/trunk: Material handles references... lets see if this works Wed, 24 May 2006 01:20:20 GMT bensch [7787] * branches/water (copied) branches: new copy of the trunk Wed, 24 May 2006 01:19:54 GMT bensch [7786] * branches/water (deleted) deleted branche for new copy of the Trunk Wed, 24 May 2006 01:17:19 GMT bensch [7785] * trunk/src/defs/class_id.h (modified) * trunk/src/lib/graphics/importer/material.cc (modified) * trunk/src/lib/graphics/importer/material.h (modified) * trunk/src/lib/graphics/importer/texture.cc (modified) * trunk/src/lib/graphics/importer/texture.h (modified) * trunk/src/lib/graphics/shader.h (modified) * trunk/src/lib/util/executor/functor_list.h (modified) * trunk/src/story_entities/game_world.cc (modified) * trunk/src/story_entities/game_world.h (modified) * trunk/src/util/object_manager.cc (modified) * trunk/src/util/object_manager.h (modified) * trunk/src/world_entities/WorldEntities.am (modified) orxonox/trunk: merged the Changes from the water branche back to the ... Wed, 24 May 2006 00:59:44 GMT amaechler [7784] * 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: random animated and generated clouds, ... Wed, 24 May 2006 00:49:58 GMT bensch [7783] * branches/water/src/lib/graphics/importer/material.h (modified) * branches/water/src/lib/graphics/importer/texture.cc (modified) * branches/water/src/lib/graphics/importer/texture.h (modified) orxonox/trunk: image-data splitted out of Texture Tue, 23 May 2006 22:41:23 GMT amaechler [7782] * 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: simple cloud texture creation working Tue, 23 May 2006 22:31:03 GMT bensch [7781] * branches/water/src/world_entities/environments/mapped_water.cc (modified) orxonox/water: MAPPING IS PERFORMED CORRECTLY :) Tue, 23 May 2006 22:03:01 GMT stefalie [7780] * branches/water/src/lib/graphics/shader.h (modified) * branches/water/src/story_entities/game_world.cc (modified) * branches/water/src/world_entities/environments/mapped_water.cc (modified) * branches/water/src/world_entities/environments/mapped_water.h (modified) branches/water: compiles, but the reflection texture bug isnt sovled ... Tue, 23 May 2006 20:04:17 GMT bensch [7779] * trunk/src/lib/gui/gl_gui/glgui.h (modified) * trunk/src/lib/gui/gl_gui/glgui_bar.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_bar.h (modified) * trunk/src/lib/gui/gl_gui/glgui_box.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_box.h (modified) * trunk/src/lib/gui/gl_gui/glgui_button.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_button.h (modified) * trunk/src/lib/gui/gl_gui/glgui_checkbutton.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_checkbutton.h (modified) * trunk/src/lib/gui/gl_gui/glgui_colorselector.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_colorselector.h (modified) * trunk/src/lib/gui/gl_gui/glgui_container.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_container.h (modified) * trunk/src/lib/gui/gl_gui/glgui_cursor.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_cursor.h (modified) * trunk/src/lib/gui/gl_gui/glgui_element.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_element.h (modified) * trunk/src/lib/gui/gl_gui/glgui_frame.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_frame.h (modified) * trunk/src/lib/gui/gl_gui/glgui_handler.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_handler.h (modified) * trunk/src/lib/gui/gl_gui/glgui_image.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_image.h (modified) * trunk/src/lib/gui/gl_gui/glgui_mainwidget.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_mainwidget.h (modified) * trunk/src/lib/gui/gl_gui/glgui_menu.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_menu.h (modified) * trunk/src/lib/gui/gl_gui/glgui_pushbutton.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_pushbutton.h (modified) * trunk/src/lib/gui/gl_gui/glgui_slider.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_slider.h (modified) * trunk/src/lib/gui/gl_gui/glgui_text.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_text.h (modified) * trunk/src/lib/gui/gl_gui/glgui_textfield.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_textfield.h (modified) * trunk/src/lib/gui/gl_gui/glgui_widget.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_widget.h (modified) * trunk/src/lib/gui/gl_gui/glgui_window.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_window.h (modified) * trunk/src/lib/gui/gl_gui/signal_connector.cc (copied) * trunk/src/lib/gui/gl_gui/signal_connector.h (copied) * trunk/src/lib/lang/base_object.h (modified) * trunk/src/util/hud.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) 3088 linews changed :): trunk: namespaces Tue, 23 May 2006 14:35:08 GMT rennerc [7778] * branches/network/src/lib/network/connection_monitor.cc (modified) * branches/network/src/lib/network/connection_monitor.h (modified) * branches/network/src/lib/network/handshake.cc (modified) * branches/network/src/lib/network/handshake.h (modified) * branches/network/src/lib/network/network_game_manager.cc (modified) * branches/network/src/lib/network/network_log.h (modified) * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/lib/network/udp_socket.cc (modified) reverted some files Tue, 23 May 2006 14:21:02 GMT rennerc [7777] * branches/network/src/lib/network/handshake.cc (modified) * branches/network/src/lib/network/handshake.h (modified) * branches/network/src/lib/network/network_stream.cc (modified) * branches/network/src/lib/network/udp_socket.cc (modified) added debug output Tue, 23 May 2006 13:29:36 GMT rennerc [7776] * branches/network/src/lib/network/connection_monitor.h (modified) * branches/network/src/lib/network/handshake.cc (modified) * branches/network/src/lib/network/network_stream.cc (modified) removed some features Tue, 23 May 2006 13:15:23 GMT rennerc [7775] * branches/network/src/lib/network/handshake.cc (modified) * branches/network/src/lib/network/network_stream.cc (modified) added some debug output Tue, 23 May 2006 13:10:57 GMT rennerc [7774] * branches/network/src/lib/network/handshake.cc (modified) * branches/network/src/lib/network/network_stream.cc (modified) added some debug output to handshake Tue, 23 May 2006 13:00:42 GMT rennerc [7773] * branches/network/src/lib/network/network_stream.cc (modified) fixed bug Tue, 23 May 2006 12:58:52 GMT rennerc [7772] * branches/network/src/lib/network/connection_monitor.cc (modified) * branches/network/src/lib/network/connection_monitor.h (modified) * branches/network/src/lib/network/network_game_manager.cc (modified) * branches/network/src/lib/network/network_stream.cc (modified) fixed bug Tue, 23 May 2006 12:19:54 GMT bensch [7771] * trunk/src/lib/shell/shell_command.cc (modified) * trunk/src/lib/shell/shell_input.cc (modified) orxonox/trunk: Fixed a Bug in the Shell Exection, that compromised a ... Tue, 23 May 2006 12:09:38 GMT patrick [7770] * branches/network/src/lib/network/network_log.h (modified) removed an include only Tue, 23 May 2006 10:45:40 GMT ponder [7769] * branches/osx/acinclude.m4 (modified) * branches/osx/configure.ac (modified) * branches/osx/src/lib/util/file.cc (modified) If QT-frameworks ( macosx ) are present, the library directories for ...