# # ChangeLog for code/branches/network # # Generated by Trac 1.0.9 # Jun 15, 2024, 10:25:41 AM Sat, 24 May 2008 18:12:20 GMT rgrieder [1413] * code/branches/network/bin/def_keybindings.ini (added) * code/branches/network/bin/keybindings.ini (deleted) * code/branches/network/src/core/CMakeLists.txt (modified) * code/branches/network/src/core/ConfigFileManager.cc (modified) * code/branches/network/src/core/ConfigFileManager.h (modified) * code/branches/network/src/core/CorePrereqs.h (modified) * code/branches/network/src/core/InputBuffer.cc (modified) * code/branches/network/src/core/InputBuffer.h (modified) * code/branches/network/src/core/InputInterfaces.h (modified) * code/branches/network/src/core/InputManager.cc (modified) * code/branches/network/src/core/InputManager.h (modified) * code/branches/network/src/core/KeyBinder.cc (moved) * code/branches/network/src/core/KeyBinder.h (moved) * code/branches/network/src/orxonox/Orxonox.cc (modified) * code/branches/network/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/network/visual_studio/vc8/core.vcproj (modified) - renamed InputHandler to KeyBinder - added feature to detect a key ... Sat, 24 May 2008 15:44:20 GMT rgrieder [1412] * code/branches/network/src/orxonox/hud/BarOverlayElement.h (modified) - applied r1410 again Sat, 24 May 2008 15:35:34 GMT FelixSchulthess [1411] * code/branches/network/src/orxonox/Orxonox.cc (modified) * code/branches/network/src/orxonox/hud/BarOverlayElement.cc (modified) * code/branches/network/src/orxonox/hud/BarOverlayElement.h (modified) * code/branches/network/src/orxonox/hud/HUD.cc (modified) * code/branches/network/src/orxonox/hud/HUD.h (modified) * code/branches/network/src/orxonox/hud/Navigation.cc (modified) * code/branches/network/src/orxonox/hud/RadarObject.h (modified) * code/branches/network/src/orxonox/hud/RadarOverlayElement.h (modified) rewritten navigation algebra... very ugly, and not optimized Sat, 24 May 2008 13:38:39 GMT rgrieder [1410] * code/branches/network/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/network/src/orxonox/hud/BarOverlayElement.cc (modified) * code/branches/network/src/orxonox/hud/BarOverlayElement.h (modified) * code/branches/network/src/orxonox/hud/HUD.cc (modified) * code/branches/network/src/orxonox/hud/HUD.h (modified) * code/branches/network/src/orxonox/hud/Navigation.cc (modified) * code/branches/network/src/orxonox/hud/Navigation.h (modified) * code/branches/network/src/orxonox/hud/OverlayElementFactories.h (modified) * code/branches/network/src/orxonox/hud/RadarObject.cc (modified) * code/branches/network/src/orxonox/hud/RadarObject.h (modified) * code/branches/network/src/orxonox/hud/RadarOverlayElement.cc (modified) * code/branches/network/src/orxonox/hud/RadarOverlayElement.h (modified) * code/branches/network/visual_studio/vc8/orxonox.vcproj (modified) - converted tabs to spaces in HUD - adjusted msvc project Sat, 24 May 2008 12:57:43 GMT scheusso [1409] * code/branches/network/src/network/Client.cc (modified) * code/branches/network/src/network/ClientConnection.cc (modified) * code/branches/network/src/network/ClientConnection.h (modified) * code/branches/network/src/network/ConnectionManager.cc (modified) * code/branches/network/src/network/ConnectionManager.h (modified) * code/branches/network/src/network/PacketBuffer.cc (modified) * code/branches/network/src/network/PacketBuffer.h (modified) * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/network/Server.h (modified) * code/branches/network/src/orxonox/objects/Camera.cc (modified) changed concept of threading, had to change packetbuffer (using ... Sat, 24 May 2008 12:07:04 GMT FelixSchulthess [1408] * code/branches/network/src/orxonox/hud/RadarObject.cc (modified) * code/branches/network/src/orxonox/hud/RadarObject.h (modified) * code/branches/network/src/orxonox/hud/RadarOverlayElement.cc (modified) * code/branches/network/src/orxonox/hud/RadarOverlayElement.h (modified) * code/branches/network/src/orxonox/objects/SpaceShip.cc (modified) compiles now with changes from trunk Sat, 24 May 2008 11:39:05 GMT rgrieder [1406] * code/branches/network/bin/keybindings.ini (modified) * code/branches/network/bin/levels/sample.oxw (modified) * code/branches/network/src/orxonox/CMakeLists.txt (modified) * code/branches/network/src/orxonox/Orxonox.cc (modified) * code/branches/network/src/orxonox/hud/BarOverlayElement.cc (modified) * code/branches/network/src/orxonox/hud/BarOverlayElement.h (modified) * code/branches/network/src/orxonox/hud/HUD.cc (modified) * code/branches/network/src/orxonox/hud/HUD.h (modified) * code/branches/network/src/orxonox/hud/Navigation.cc (copied) * code/branches/network/src/orxonox/hud/Navigation.h (copied) * code/branches/network/src/orxonox/hud/RadarObject.cc (modified) * code/branches/network/src/orxonox/hud/RadarObject.h (modified) * code/branches/network/src/orxonox/hud/RadarOverlayElement.cc (modified) * code/branches/network/src/orxonox/hud/RadarOverlayElement.h (modified) * code/branches/network/src/orxonox/objects/Camera.h (modified) * code/branches/network/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/network/src/orxonox/objects/SpaceShip.h (modified) - merged Felix's changes from trunk to network branch - added ... Sat, 24 May 2008 11:27:38 GMT scheusso [1405] * code/branches/network/presentation/network (added) * code/branches/network/presentation/network/node.dia (moved) * code/branches/network/presentation/network/node.png (moved) * code/branches/network/presentation/network/overview2.dia (moved) * code/branches/network/presentation/network/overview2.png (moved) * code/branches/network/presentation/network/slides-new.odp (moved) * code/branches/network/presentation/network_structure.dia (deleted) * code/branches/network/presentation/overview-2.png (deleted) * code/branches/network/presentation/overview.dia (deleted) * code/branches/network/presentation/overview.jpg (deleted) * code/branches/network/presentation/slides.odp (deleted) cleaned up presentation folder Sat, 24 May 2008 11:13:15 GMT scheusso [1404] * code/branches/network/presentation/node.dia (added) * code/branches/network/presentation/node.png (added) * code/branches/network/presentation/overview2.dia (added) * code/branches/network/presentation/overview2.png (added) * code/branches/network/presentation/slides-new.odp (added) added new dia and changed slides (3slides now) Sat, 24 May 2008 09:51:54 GMT scheusso [1403] * code/branches/network/presentation (added) * code/branches/network/presentation/network_structure.dia (added) * code/branches/network/presentation/overview-2.png (added) * code/branches/network/presentation/overview.dia (added) * code/branches/network/presentation/overview.jpg (added) * code/branches/network/presentation/slides.odp (added) created presentation folder and added files from last presentation Fri, 23 May 2008 17:12:05 GMT rgrieder [1398] * code/branches/network/src/core/InputHandler.cc (modified) * code/branches/network/src/core/InputHandler.h (modified) * code/branches/network/src/core/InputManager.cc (modified) * code/branches/network/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/network/src/orxonox/objects/SpaceShip.h (modified) - removed the mouseHandler in SpaceShip Fri, 23 May 2008 17:04:37 GMT scheusso [1397] * code/branches/network/bin/keybindings.ini (modified) fixed keybindings Fri, 23 May 2008 14:02:03 GMT rgrieder [1391] * code/branches/network/bin/keybindings.ini (modified) * code/branches/network/src/core/CommandExecutor.cc (modified) * code/branches/network/src/core/InputHandler.cc (modified) * code/branches/network/src/core/InputHandler.h (modified) * code/branches/network/src/core/InputManager.cc (modified) * code/branches/network/src/orxonox/Orxonox.cc (modified) * code/branches/network/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/network/src/orxonox/objects/SpaceShip.h (modified) - fixed some bugs Thu, 22 May 2008 15:53:24 GMT scheusso [1389] * code/branches/network/src/network/ClientInformation.cc (modified) * code/branches/network/src/network/ClientInformation.h (modified) * code/branches/network/src/network/ConnectionManager.cc (modified) * code/branches/network/src/network/Server.cc (modified) some fixes in client disconnect procedure -- mostly because of ... Thu, 22 May 2008 15:03:28 GMT scheusso [1386] * code/branches/network/src/orxonox/objects/SpaceShip.cc (modified) we need that enable mousehandler in spaceship .... Thu, 22 May 2008 14:58:58 GMT scheusso [1385] * code/branches/network/src/orxonox/hud/HUD.cc (modified) another fix in hud Thu, 22 May 2008 14:55:24 GMT scheusso [1384] * code/branches/network/src/orxonox/hud/HUD.cc (modified) * code/branches/network/src/orxonox/hud/RadarOverlayElement.cc (modified) changed radar handling (SpaceShip::instance is now ... Thu, 22 May 2008 14:35:11 GMT scheusso [1379] * code/branches/network/bin/keybindings.ini (modified) * code/branches/network/src/network/ConnectionManager.cc (modified) * code/branches/network/src/network/ConnectionManager.h (modified) * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/network/Server.h (modified) * code/branches/network/src/orxonox/Orxonox.cc (modified) * code/branches/network/src/orxonox/Orxonox.h (modified) added command line argument --port Thu, 22 May 2008 14:24:32 GMT scheusso [1378] * code/branches/network/src/network/ClientInformation.cc (modified) * code/branches/network/src/network/ConnectionManager.cc (modified) * code/branches/network/src/network/ConnectionManager.h (modified) various enhancements with enet handling (serverside in connectionmanager) Thu, 22 May 2008 14:23:29 GMT dumenim [1377] * code/branches/network/src/network/Client.cc (modified) * code/branches/network/src/network/ClientConnection.cc (modified) * code/branches/network/src/network/ClientConnection.h (modified) some changes on clientside (replaces some enet_host_service with ... Thu, 22 May 2008 13:26:06 GMT rgrieder [1373] * code/branches/network/src/orxonox/hud/BarOverlayElement.cc (modified) * code/branches/network/src/orxonox/hud/RadarObject.cc (modified) * code/branches/network/src/orxonox/hud/RadarOverlayElement.cc (modified) * code/branches/network/visual_studio/vc8/orxonox.vcproj (modified) - HUD additions for msvc Thu, 22 May 2008 13:12:46 GMT scheusso [1371] * code/branches/network (copied) create new network branch Thu, 22 May 2008 13:03:14 GMT rgrieder [1364] * code/trunk/bin/keybindings.ini (modified) changed line endings in keybindings.ini