# # ChangeLog for code/branches # # Generated by Trac 1.0.9 # May 10, 2024, 7:23:16 AM Sun, 14 Sep 2008 13:40:48 GMT rgrieder [1778] * code/branches/core3/src/orxonox/Orxonox.cc (modified) * code/branches/core3/src/util/ArgReader.cc (modified) * code/branches/core3/src/util/Convert.h (modified) * code/branches/core3/src/util/Math.cc (modified) * code/branches/core3/src/util/MathConvert.h (modified) Convert.h done. Has yet to be tested with gcc. And the comments have ... Sun, 14 Sep 2008 11:03:48 GMT rgrieder [1777] * code/branches/core3/src/orxonox/Orxonox.cc (modified) * code/branches/core3/src/orxonox/Orxonox.h (modified) * code/branches/core3/src/util/ArgReader.cc (modified) * code/branches/core3/src/util/Convert.h (modified) * code/branches/core3/src/util/Math.cc (modified) * code/branches/core3/src/util/Math.h (modified) * code/branches/core3/src/util/MathConvert.h (added) * code/branches/core3/src/util/MultiTypeValue.h (modified) * code/branches/core3/visual_studio/vc8/util.vcproj (modified) svn save Fri, 12 Sep 2008 15:36:57 GMT scheusso [1775] * code/branches/network/TODO (modified) * code/branches/network/src/network/CMakeLists.txt (modified) * code/branches/network/src/network/Client.cc (modified) * code/branches/network/src/network/GamestateClient.cc (modified) * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/network/Server.h (modified) * code/branches/network/src/network/Synchronisable.cc (modified) * code/branches/network/src/network/Synchronisable.h (modified) * code/branches/network/src/network/packet/DeleteObjects.cc (added) * code/branches/network/src/network/packet/DeleteObjects.h (added) * code/branches/network/src/network/packet/Gamestate.cc (modified) * code/branches/network/src/network/packet/Gamestate.h (modified) * code/branches/network/src/network/packet/Packet.cc (modified) * code/branches/network/src/network/packet/Packet.h (modified) * code/branches/network/src/orxonox/objects/Model.cc (modified) we have a new gamestate concept now: dont transmit synchronisable ... Thu, 11 Sep 2008 18:49:14 GMT scheusso [1774] * code/branches/network (copied) ===================== create new network branch Thu, 11 Sep 2008 18:44:16 GMT scheusso [1773] * code/branches/network (deleted) delete old network branch Thu, 11 Sep 2008 14:40:01 GMT rgrieder [1768] * code/branches/core3/src/orxonox/Orxonox.cc (modified) * code/branches/core3/src/util/ArgReader.cc (modified) * code/branches/core3/src/util/Convert.h (modified) * code/branches/core3/src/util/Math.h (modified) * code/branches/core3/src/util/MultiType.h (modified) * code/branches/core3/src/util/MultiTypeValue.h (modified) gcc test commit again Wed, 10 Sep 2008 22:25:11 GMT rgrieder [1766] * code/branches/core3/src/orxonox/Orxonox.cc (modified) * code/branches/core3/src/orxonox/Orxonox.h (modified) * code/branches/core3/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/core3/src/util/ArgReader.cc (modified) * code/branches/core3/src/util/Convert.h (modified) * code/branches/core3/src/util/Math.cc (modified) * code/branches/core3/src/util/Math.h (modified) * code/branches/core3/src/util/OutputHandler.h (modified) test files, no real content. Tue, 09 Sep 2008 20:25:33 GMT rgrieder [1754] * code/branches/core3/src/util/Convert.h (modified) Bugfix that didn't show with msvc. Tue, 09 Sep 2008 20:18:39 GMT rgrieder [1753] * code/branches/core3/src/util/Convert.h (modified) Updated Convert.h comments and structure. Added ... Tue, 09 Sep 2008 11:43:47 GMT scheusso [1749] * code/branches/network/src/network/packet/Packet.cc (modified) one memory problem less (enetpacket freeCallback should work find now) Tue, 09 Sep 2008 09:23:40 GMT scheusso [1748] * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/network/Synchronisable.cc (modified) * code/branches/network/src/network/Synchronisable.h (modified) * code/branches/network/src/network/packet/Welcome.cc (modified) * code/branches/network/src/orxonox/objects/Model.cc (modified) * code/branches/network/src/orxonox/objects/SpaceShip.cc (modified) backsync should now work correctly (server can move again ;) ) Mon, 08 Sep 2008 22:36:31 GMT rgrieder [1746] * code/branches/core3/src/util/Convert.h (modified) * code/branches/core3/src/util/Math.cc (modified) Gcc detected a few typos. Mon, 08 Sep 2008 21:17:20 GMT rgrieder [1745] * code/branches/core3/src/util/Convert.h (modified) * code/branches/core3/src/util/Math.cc (modified) * code/branches/core3/src/util/Math.h (modified) - Extended convert a little bit support template specialisations as ... Mon, 08 Sep 2008 16:47:51 GMT rgrieder [1744] * code/branches/core3/src/util/Convert.h (modified) gcc doesn't like ellipsis, replaced it with a template Mon, 08 Sep 2008 16:33:19 GMT rgrieder [1743] * code/branches/core3/src/util/Convert.h (modified) Modified Convert.h to choose the right conversion function itself. ... Mon, 08 Sep 2008 12:21:00 GMT scheusso [1742] * code/branches/network/bin/levels/sample.oxw (modified) * code/branches/network/src/network/GamestateClient.cc (modified) * code/branches/network/src/network/GamestateManager.cc (modified) * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/network/Synchronisable.cc (modified) * code/branches/network/src/network/Synchronisable.h (modified) * code/branches/network/src/network/packet/Gamestate.cc (modified) * code/branches/network/src/network/packet/Gamestate.h (modified) * code/branches/network/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/network/src/util/CMakeLists.txt (modified) * code/branches/network/src/util/CRC32.cc (added) * code/branches/network/src/util/CRC32.h (added) compressing and diffing works now (also shipCache on client). server ... Mon, 08 Sep 2008 09:09:28 GMT scheusso [1741] * code/branches/network/src/network/GamestateClient.cc (modified) * code/branches/network/src/network/GamestateManager.cc (modified) * code/branches/network/src/network/Synchronisable.cc (modified) * code/branches/network/src/network/packet/Gamestate.cc (modified) * code/branches/network/src/network/packet/Gamestate.h (modified) * code/branches/network/src/network/packet/Packet.cc (modified) compressing doesnt work yet (maybe rather decompressing) Sun, 07 Sep 2008 23:36:32 GMT scheusso [1739] * code/branches/network/src/network/Client.cc (modified) * code/branches/network/src/network/GamestateClient.cc (modified) * code/branches/network/src/network/GamestateClient.h (modified) * code/branches/network/src/network/GamestateManager.cc (modified) * code/branches/network/src/network/Host.cc (modified) * code/branches/network/src/network/Host.h (modified) * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/network/packet/Acknowledgement.cc (modified) * code/branches/network/src/network/packet/Gamestate.cc (modified) * code/branches/network/src/network/packet/Gamestate.h (modified) * code/branches/network/src/network/packet/Packet.cc (modified) * code/branches/network/src/network/packet/Packet.h (modified) further fixes (diff/undiff not working yet) Sun, 07 Sep 2008 17:27:24 GMT scheusso [1738] * code/branches/network (copied) +++++++++++++++ create new network branch ===================== Sun, 07 Sep 2008 17:26:17 GMT scheusso [1737] * code/branches/network (deleted) delete old network branch Sun, 07 Sep 2008 15:19:48 GMT landauf [1736] * code/branches/core3/src/core/BaseObject.h (modified) * code/branches/core3/src/core/Namespace.cc (modified) * code/branches/core3/src/core/Super.h (modified) * code/branches/core3/src/orxonox/objects/Ambient.cc (modified) * code/branches/core3/src/orxonox/objects/BillboardProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/BillboardProjectile.h (modified) * code/branches/core3/src/orxonox/objects/Model.cc (modified) * code/branches/core3/src/orxonox/objects/Model.h (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.h (modified) * code/branches/core3/src/orxonox/objects/Projectile.cc (modified) * code/branches/core3/src/orxonox/objects/Projectile.h (modified) * code/branches/core3/src/orxonox/objects/RotatingProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/Skybox.cc (modified) * code/branches/core3/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/core3/src/orxonox/objects/SpaceShipAI.cc (modified) * code/branches/core3/src/orxonox/objects/Tickable.h (modified) * code/branches/core3/src/orxonox/objects/WorldEntity.cc (modified) Super.h: - removed some commented lines - removed testfunction Sun, 07 Sep 2008 14:40:43 GMT scheusso [1734] * code/branches/network/src/orxonox/objects/SpaceShip.cc (modified) small change in spaceship Sun, 07 Sep 2008 14:40:10 GMT rgrieder [1733] * code/branches/network/visual_studio/vc8/network.vcproj (modified) updated msvc files Sun, 07 Sep 2008 14:33:09 GMT scheusso [1732] * code/branches/network/src/network/Client.h (modified) * code/branches/network/src/network/Host.cc (modified) * code/branches/network/src/network/Host.h (modified) * code/branches/network/src/network/packet/Welcome.cc (modified) * code/branches/network/src/orxonox/objects/Ambient.h (modified) * code/branches/network/src/orxonox/objects/SpaceShip.cc (modified) another fixed Sun, 07 Sep 2008 14:12:32 GMT rgrieder [1731] * code/branches/network/src/core/input/InputManager.cc (modified) Tried fixing autorepeat issue. Sun, 07 Sep 2008 13:30:52 GMT scheusso [1730] * code/branches/network/src/network/Client.cc (modified) * code/branches/network/src/network/GamestateManager.cc (modified) * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/network/Synchronisable.cc (modified) * code/branches/network/src/network/packet/Gamestate.cc (modified) * code/branches/network/src/network/packet/Packet.cc (modified) * code/branches/network/src/orxonox/objects/SpaceShip.cc (modified) more progress (still not ok) Sun, 07 Sep 2008 08:00:35 GMT rgrieder [1729] * code/branches/core3/src/util/MultiType.h (modified) * code/branches/core3/visual_studio/core_properties.vsprops (modified) * code/branches/core3/visual_studio/network_properties.vsprops (modified) * code/branches/core3/visual_studio/orxonox_properties.vsprops (modified) Suppressing compiler warnings is not anymore necessary in MultiType ... Sun, 07 Sep 2008 01:29:25 GMT landauf [1728] * code/branches/core3/src/core/CommandEvaluation.cc (modified) * code/branches/core3/src/core/ConfigValueContainer.cc (modified) * code/branches/core3/src/core/TclBind.cc (modified) * code/branches/core3/src/core/TclThreadManager.cc (modified) * code/branches/core3/src/util/MultiType.h (modified) Added getXXX() functions to MultiType, where XXX stands for any ... Sun, 07 Sep 2008 01:11:43 GMT landauf [1727] * code/branches/core3/src/util/MultiTypeValue.h (modified) small change to satisfy gcc4 Sun, 07 Sep 2008 00:55:22 GMT landauf [1726] * code/branches/core3/src/util/MultiType.cc (modified) * code/branches/core3/src/util/MultiType.h (modified) * code/branches/core3/src/util/MultiTypeValue.h (modified) several changes in MultiType: - added a const char* constructor to ... Sat, 06 Sep 2008 22:40:06 GMT rgrieder [1725] * code/branches/core3/src/core/Functor.h (modified) * code/branches/core3/src/util/OutputHandler.h (modified) generally added long long and unsigned long long. Sat, 06 Sep 2008 19:51:01 GMT rgrieder [1724] * code/branches/gui/src/core/Clock.cc (modified) * code/branches/gui/src/core/Clock.h (modified) * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/tools/Timer.h (modified) * code/branches/gui/src/tolua/toluabind_orxonox.c (modified) * code/branches/gui/src/tolua/toluabind_orxonox.h (modified) * code/branches/gui/visual_studio/base_properties.vsprops (modified) * code/branches/gui/visual_studio/vc8/orxonox.vcproj (modified) * code/branches/gui/visual_studio/vc8/tolua_app.vcproj (modified) - changed library dependency dir to lib_precompiled/include/ in msvc ... Sat, 06 Sep 2008 19:22:51 GMT rgrieder [1723] * code/branches/core3/src/util/Convert.h (modified) Added types long long and unsigned long long to Convert.h Sat, 06 Sep 2008 17:34:49 GMT landauf [1722] * code/branches/core3/src/util/MultiType.cc (modified) * code/branches/core3/src/util/MultiType.h (modified) * code/branches/core3/src/util/MultiTypeValue.h (modified) moved type_ from MultiType into MT_Value to avoid a possible ... Sat, 06 Sep 2008 16:35:07 GMT rgrieder [1721] * code/branches/core3/src/orxonox/OrxonoxStableHeaders.h (modified) fixed in issue with precompiled header files: MultiTypeMath.h doesn't ... Sat, 06 Sep 2008 16:30:40 GMT landauf [1720] * code/branches/core3/src/core/ConfigValueContainer.cc (modified) * code/branches/core3/src/core/Functor.h (modified) * code/branches/core3/src/util/Convert.h (modified) * code/branches/core3/src/util/MultiType.cc (modified) * code/branches/core3/src/util/MultiType.h (modified) * code/branches/core3/src/util/MultiTypeValue.h (modified) bugfix + cleanup Sat, 06 Sep 2008 16:21:52 GMT rgrieder [1719] * code/branches/core3/visual_studio/vc8/util.vcproj (modified) updated msvc files for new MultiType Sat, 06 Sep 2008 16:20:33 GMT rgrieder [1718] * code/branches/core3/src/util/MultiType.h (modified) * code/branches/core3/src/util/MultiTypeValue.h (modified) msvc adaption of code ;) Sat, 06 Sep 2008 15:45:17 GMT landauf [1717] * code/branches/core3/src/util/MultiType.h (modified) several changes to avoid compiler errors with gcc4 Sat, 06 Sep 2008 14:21:56 GMT landauf [1716] * code/branches/core3/src/core/CommandEvaluation.cc (modified) * code/branches/core3/src/core/CommandEvaluation.h (modified) * code/branches/core3/src/core/ConfigValueContainer.cc (modified) * code/branches/core3/src/core/ConfigValueContainer.h (modified) * code/branches/core3/src/core/ConsoleCommand.h (modified) * code/branches/core3/src/core/Executor.cc (modified) * code/branches/core3/src/core/Executor.h (modified) * code/branches/core3/src/core/Functor.h (modified) * code/branches/core3/src/core/XMLPort.h (modified) * code/branches/core3/src/core/input/InputManager.cc (modified) * code/branches/core3/src/util/CMakeLists.txt (modified) * code/branches/core3/src/util/Convert.h (modified) * code/branches/core3/src/util/MultiType.cc (added) * code/branches/core3/src/util/MultiType.h (modified) * code/branches/core3/src/util/MultiTypeMath.cc (deleted) * code/branches/core3/src/util/MultiTypeMath.h (deleted) * code/branches/core3/src/util/MultiTypePrimitive.cc (deleted) * code/branches/core3/src/util/MultiTypePrimitive.h (deleted) * code/branches/core3/src/util/MultiTypeString.cc (deleted) * code/branches/core3/src/util/MultiTypeString.h (deleted) * code/branches/core3/src/util/MultiTypeValue.h (added) * code/branches/core3/src/util/OutputBuffer.h (modified) * code/branches/core3/src/util/UtilPrereqs.h (modified) Added new 'MultiType', replacing MultiTypePrimitive, MultiTypeString ... Sat, 06 Sep 2008 13:16:11 GMT scheusso [1715] * code/branches/network/src/network/packet/Gamestate.cc (modified) * code/branches/network/src/network/packet/Gamestate.h (modified) * code/branches/network/src/network/packet/Packet.cc (modified) further bugfixes concerning packet handling Sat, 06 Sep 2008 12:53:49 GMT scheusso [1714] * code/branches/network/src/network/packet/ClassID.cc (modified) fixed a problem with classid Sat, 06 Sep 2008 12:50:12 GMT scheusso [1713] * code/branches/network/src/network/ConnectionManager.cc (modified) * code/branches/network/src/network/ConnectionManager.h (modified) * code/branches/network/src/network/packet/Acknowledgement.cc (modified) * code/branches/network/src/network/packet/ClassID.cc (modified) * code/branches/network/src/network/packet/Gamestate.cc (modified) * code/branches/network/src/network/packet/Packet.cc (modified) * code/branches/network/src/network/packet/Packet.h (modified) * code/branches/network/src/network/packet/Welcome.cc (modified) some bugs fixed (packet handling) Sat, 06 Sep 2008 11:39:51 GMT scheusso [1712] * code/branches/network/src/network/GamestateClient.cc (modified) * code/branches/network/src/network/GamestateClient.h (modified) * code/branches/network/src/network/GamestateManager.cc (modified) * code/branches/network/src/network/GamestateManager.h (modified) * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/network/packet/Chat.cc (modified) * code/branches/network/src/network/packet/ClassID.cc (modified) * code/branches/network/src/network/packet/Gamestate.cc (modified) * code/branches/network/src/network/packet/Gamestate.h (modified) * code/branches/network/src/network/packet/Packet.cc (modified) enet callback disabled Fri, 05 Sep 2008 21:32:42 GMT scheusso [1711] * code/branches/network/src/network/Client.cc (modified) * code/branches/network/src/network/Client.h (modified) * code/branches/network/src/network/ConnectionManager.cc (modified) * code/branches/network/src/network/Host.cc (modified) * code/branches/network/src/network/Host.h (modified) * code/branches/network/src/network/NetworkPrereqs.h (modified) * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/network/packet/Acknowledgement.cc (modified) * code/branches/network/src/network/packet/Acknowledgement.h (modified) * code/branches/network/src/network/packet/Chat.cc (modified) * code/branches/network/src/network/packet/Chat.h (modified) * code/branches/network/src/network/packet/ClassID.cc (modified) * code/branches/network/src/network/packet/ClassID.h (modified) * code/branches/network/src/network/packet/Gamestate.cc (modified) * code/branches/network/src/network/packet/Gamestate.h (modified) * code/branches/network/src/network/packet/Packet.cc (modified) * code/branches/network/src/network/packet/Packet.h (modified) * code/branches/network/src/network/packet/PacketContent.h (deleted) * code/branches/network/src/network/packet/Welcome.cc (modified) * code/branches/network/src/network/packet/Welcome.h (modified) we use enetcallback for destroying packets now (unfortunately there ... Fri, 05 Sep 2008 10:27:37 GMT scheusso [1710] * code/branches/network/src/network/Client.cc (modified) * code/branches/network/src/network/ConnectionManager.cc (modified) * code/branches/network/src/network/GamestateHandler.h (modified) * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/network/packet/Gamestate.cc (modified) * code/branches/network/src/network/packet/Gamestate.h (modified) * code/branches/network/src/network/packet/Packet.cc (modified) further errors corrected (mostly double frees, etc) Thu, 04 Sep 2008 20:47:04 GMT scheusso [1709] * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/network/packet/Packet.cc (modified) * code/branches/network/src/network/packet/Packet.h (modified) * code/branches/network/src/network/packet/Welcome.cc (modified) * code/branches/network/src/network/packet/Welcome.h (modified) fixed messing up with enet Thu, 04 Sep 2008 20:07:14 GMT scheusso [1708] * code/branches/network/src/network/packet/ClassID.cc (modified) small error in classid.cc Thu, 04 Sep 2008 19:56:12 GMT scheusso [1707] * code/branches/network/src/network/GameStateClient.cc (deleted) * code/branches/network/src/network/GameStateClient.h (deleted) * code/branches/network/src/network/GamestateClient.cc (added) * code/branches/network/src/network/GamestateClient.h (added) forgot some files Thu, 04 Sep 2008 19:53:56 GMT scheusso [1706] * code/branches/network/src/network/GamestateHandler.cc (added) * code/branches/network/src/network/GamestateHandler.h (added) * code/branches/network/src/network/packet/PacketContent.h (modified) forgot some files Thu, 04 Sep 2008 19:45:05 GMT scheusso [1705] * code/branches/network/src/network/CMakeLists.txt (modified) * code/branches/network/src/network/Client.cc (modified) * code/branches/network/src/network/Client.h (modified) * 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/ConnectionManager.h (modified) * code/branches/network/src/network/GameStateManager.cc (deleted) * code/branches/network/src/network/GameStateManager.h (deleted) * code/branches/network/src/network/GamestateManager.cc (added) * code/branches/network/src/network/GamestateManager.h (added) * code/branches/network/src/network/Host.cc (modified) * code/branches/network/src/network/Host.h (modified) * code/branches/network/src/network/NetworkPrereqs.h (modified) * code/branches/network/src/network/PacketDecoder.cc (deleted) * code/branches/network/src/network/PacketGenerator.cc (deleted) * code/branches/network/src/network/PacketManager.h (deleted) * code/branches/network/src/network/PacketTypes.h (deleted) * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/network/Server.h (modified) * code/branches/network/src/network/packet/Acknowledgement.cc (modified) * code/branches/network/src/network/packet/Acknowledgement.h (modified) * code/branches/network/src/network/packet/Chat.cc (modified) * code/branches/network/src/network/packet/ClassID.cc (modified) * code/branches/network/src/network/packet/ClassID.h (modified) * code/branches/network/src/network/packet/Gamestate.cc (modified) * code/branches/network/src/network/packet/Gamestate.h (modified) * code/branches/network/src/network/packet/Packet.cc (modified) * code/branches/network/src/network/packet/Packet.h (modified) * code/branches/network/src/network/packet/PacketContent.h (modified) * code/branches/network/src/network/packet/Welcome.cc (added) * code/branches/network/src/network/packet/Welcome.h (added) further changes Thu, 04 Sep 2008 14:22:25 GMT rgrieder [1704] * code/branches/gui/src/core/Exception.h (modified) * code/branches/gui/src/orxonox/tools/Timer.h (modified) fixed a stupid bug in Timer Thu, 04 Sep 2008 11:50:53 GMT rgrieder [1703] * code/branches/network/visual_studio/base_properties.vsprops (modified) * code/branches/network/visual_studio/vc8/network.vcproj (modified) * code/branches/network/visual_studio/vc8/util.vcproj (modified) Updated msvc files. Thu, 04 Sep 2008 07:51:06 GMT scheusso [1702] * code/branches/network/src/util/Bytestream.h (modified) some missing files Thu, 04 Sep 2008 07:50:40 GMT scheusso [1701] * code/branches/network/src/network/packet (added) * code/branches/network/src/network/packet/Acknowledgement.cc (added) * code/branches/network/src/network/packet/Acknowledgement.h (added) * code/branches/network/src/network/packet/Chat.cc (added) * code/branches/network/src/network/packet/Chat.h (added) * code/branches/network/src/network/packet/ClassID.cc (added) * code/branches/network/src/network/packet/ClassID.h (added) * code/branches/network/src/network/packet/Gamestate.cc (added) * code/branches/network/src/network/packet/Gamestate.h (added) * code/branches/network/src/network/packet/Packet.cc (added) * code/branches/network/src/network/packet/Packet.h (added) * code/branches/network/src/network/packet/PacketContent.h (added) some missing files Thu, 04 Sep 2008 07:47:34 GMT scheusso [1699] * code/branches/network/src/network/CMakeLists.txt (modified) * code/branches/network/src/network/Client.cc (modified) * code/branches/network/src/network/Client.h (modified) * code/branches/network/src/network/ClientInformation.h (modified) * code/branches/network/src/network/ConnectionManager.cc (modified) * code/branches/network/src/network/GameStateClient.cc (modified) * code/branches/network/src/network/Host.cc (modified) * code/branches/network/src/network/Host.h (modified) * code/branches/network/src/network/Packet (deleted) * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/network/Server.h (modified) * code/branches/network/src/network/Synchronisable.cc (modified) * code/branches/network/src/network/Synchronisable.h (modified) some missing files Thu, 04 Sep 2008 07:43:54 GMT scheusso [1698] * code/branches/network/src/network/Packet (added) * code/branches/network/src/network/Packet/Acknowledgement.cc (added) * code/branches/network/src/network/Packet/Acknowledgement.h (added) * code/branches/network/src/network/Packet/Chat.cc (added) * code/branches/network/src/network/Packet/Chat.h (added) * code/branches/network/src/network/Packet/ClassID.cc (added) * code/branches/network/src/network/Packet/ClassID.h (added) * code/branches/network/src/network/Packet/Gamestate.cc (added) * code/branches/network/src/network/Packet/Gamestate.h (added) * code/branches/network/src/network/Packet/Packet.cc (added) * code/branches/network/src/network/Packet/Packet.h (added) * code/branches/network/src/network/Packet/PacketContent.h (added) further adds/changes Wed, 03 Sep 2008 18:55:49 GMT rgrieder [1697] * code/branches/gui/src/core/CMakeLists.txt (modified) * code/branches/gui/src/core/Clock.h (modified) * code/branches/gui/src/orxonox/CMakeLists.txt (modified) * code/branches/gui/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/gui/src/orxonox/objects/Backlight.cc (modified) * code/branches/gui/src/orxonox/tools/ParticleInterface.cc (modified) * code/branches/gui/src/tolua/toluabind_orxonox.c (modified) * code/branches/gui/src/tolua/toluabind_orxonox.h (modified) Minor gcc/CMake 'adjustments' Wed, 03 Sep 2008 18:45:12 GMT rgrieder [1696] * code/branches/gui/src/orxonox/Settings.h (modified) * code/branches/gui/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSServer.cc (modified) - Actually set the Settings::showsGraphics and Settings::hasServer. ... Wed, 03 Sep 2008 18:29:53 GMT rgrieder [1695] * code/branches/gui/src/core/CorePrereqs.h (modified) * code/branches/gui/src/core/RootGameState.cc (modified) * code/branches/gui/src/orxonox/tools/Timer.cc (modified) * code/branches/gui/src/orxonox/tools/Timer.h (modified) Changed internal Timer clock from float to uint64_t Mon, 01 Sep 2008 20:20:24 GMT rgrieder [1694] * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSDedicated.cc (added) * code/branches/gui/src/orxonox/gamestates/GSDedicated.h (added) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/gui/src/orxonox/objects/Ambient.cc (modified) * code/branches/gui/src/orxonox/objects/Skybox.cc (modified) * code/branches/gui/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/gui/src/orxonox/objects/SpaceShipAI.cc (modified) * code/branches/gui/src/orxonox/tools/Mesh.cc (modified) * code/branches/gui/visual_studio/vc8/orxonox.vcproj (modified) Added Dedicated game state (name: "dedicated", class: GSDedicated). ... Mon, 01 Sep 2008 19:29:27 GMT bknecht [1693] * code/branches/script_trigger/bin/levels/sample.oxw (modified) * code/branches/script_trigger/src/orxonox/CMakeLists.txt (modified) * code/branches/script_trigger/src/orxonox/objects/DistanceTrigger.cc (added) * code/branches/script_trigger/src/orxonox/objects/DistanceTrigger.h (added) * code/branches/script_trigger/src/orxonox/objects/Trigger.cc (modified) * code/branches/script_trigger/src/orxonox/objects/Trigger.h (modified) Trigger delay queue is working, DistanceTrigger can be added to level ... Sun, 31 Aug 2008 20:27:49 GMT rgrieder [1692] * code/branches/gui/src/core/input/InputManager.cc (modified) bugfix in InputManager Sun, 31 Aug 2008 19:10:28 GMT rgrieder [1691] * code/branches/gui/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) - Server GameState works. But the Client has problems that don't seem ... Sun, 31 Aug 2008 18:39:13 GMT rgrieder [1690] * code/branches/gui/src/core/CommandLine.cc (modified) * code/branches/gui/src/core/GameState.cc (modified) * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/core/RootGameState.cc (modified) * code/branches/gui/src/core/RootGameState.h (modified) Added support to specify the command line arguments in start.ini ... Sun, 31 Aug 2008 16:07:57 GMT rgrieder [1689] * code/branches/gui/src/core/CorePrereqs.h (modified) * code/branches/gui/src/core/GameState.cc (modified) * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/core/RootGameState.cc (modified) * code/branches/gui/src/core/RootGameState.h (modified) * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.h (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) - renamed: GameState --> GameStateBase GameStateTyped --> ... Sun, 31 Aug 2008 15:50:42 GMT rgrieder [1688] * code/branches/gui/src/core/CorePrereqs.h (modified) * code/branches/gui/src/core/GameState.cc (modified) * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/core/RootGameState.cc (modified) * code/branches/gui/src/core/RootGameState.h (modified) * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/gamestates/GSIO.cc (deleted) * code/branches/gui/src/orxonox/gamestates/GSIO.h (deleted) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.h (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/gui/visual_studio/vc8/orxonox.vcproj (modified) Modified the GameState hierarchy so that you can get the parent with ... Sun, 31 Aug 2008 15:37:56 GMT landauf [1687] * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/Super.h (modified) simplified the declaration of a new super-function by replacing 2 ... Sun, 31 Aug 2008 12:37:00 GMT rgrieder [1686] * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/orxonox/GraphicsEngine.cc (modified) * code/branches/gui/src/orxonox/GraphicsEngine.h (modified) * code/branches/gui/src/orxonox/Orxonox.cc (deleted) * code/branches/gui/src/orxonox/Orxonox.h (deleted) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/gui/src/orxonox/gui/GUIManager.cc (modified) * code/branches/gui/src/orxonox/gui/GUIManager.h (modified) * code/branches/gui/src/orxonox/objects/Backlight.cc (modified) * code/branches/gui/src/orxonox/objects/ParticleSpawner.cc (modified) * code/branches/gui/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/gui/src/orxonox/objects/WorldEntity.h (modified) Moved most of the GraphicsEngine code to GSRoot and GSGraphics. ... Sun, 31 Aug 2008 02:44:07 GMT landauf [1685] * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/Super.h (modified) * code/branches/core3/src/orxonox/objects/BillboardProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/BillboardProjectile.h (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.h (modified) * code/branches/core3/src/orxonox/objects/Projectile.h (modified) removed some debug and test code Sun, 31 Aug 2008 02:32:31 GMT landauf [1684] * code/branches/core3/src/core/BaseObject.h (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/Namespace.cc (modified) * code/branches/core3/src/core/Super.h (modified) * code/branches/core3/src/orxonox/objects/Ambient.cc (modified) * code/branches/core3/src/orxonox/objects/BillboardProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/BillboardProjectile.h (modified) * code/branches/core3/src/orxonox/objects/Model.cc (modified) * code/branches/core3/src/orxonox/objects/Model.h (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.h (modified) * code/branches/core3/src/orxonox/objects/Projectile.cc (modified) * code/branches/core3/src/orxonox/objects/Projectile.h (modified) * code/branches/core3/src/orxonox/objects/RotatingProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/Skybox.cc (modified) * code/branches/core3/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/core3/src/orxonox/objects/SpaceShipAI.cc (modified) * code/branches/core3/src/orxonox/objects/SpaceShipAI.h (modified) * code/branches/core3/src/orxonox/objects/Tickable.h (modified) * code/branches/core3/src/orxonox/objects/WorldEntity.cc (modified) - packed all super-function-related code into a bunch of macros and ... Fri, 29 Aug 2008 23:16:14 GMT landauf [1683] * code/branches/core3/src/core/Factory.cc (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/Super.h (modified) * code/branches/core3/src/orxonox/objects/Projectile.h (modified) removed some outcommented lines (I did this in a separate commit ... Fri, 29 Aug 2008 22:40:27 GMT landauf [1682] * code/branches/core3/src/core/Identifier.cc (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/Language.cc (modified) * code/branches/core3/src/core/Language.h (modified) * code/branches/core3/src/core/Super.h (modified) * code/branches/core3/src/core/TclThreadManager.cc (modified) * code/branches/core3/src/core/TclThreadManager.h (modified) * code/branches/core3/src/orxonox/objects/Projectile.h (modified) - added several "delete"s to the destructors of some core classes. ... Fri, 29 Aug 2008 18:06:51 GMT rgrieder [1681] * code/branches/core3/src/orxonox/objects/Projectile.h (modified) * code/branches/core3/visual_studio/vc8/core.vcproj (modified) - updated msvc files - removed annoying run-time check error. ... Thu, 28 Aug 2008 22:08:13 GMT landauf [1679] * code/branches/core3/src/core/Super.h (modified) removed some warnings on other versions of gcc Thu, 28 Aug 2008 22:03:54 GMT landauf [1678] * code/branches/core3/src/orxonox/SignalHandler.cc (modified) removed an older compiler error caused by removing the PRINTF macro ... Thu, 28 Aug 2008 21:54:09 GMT landauf [1677] * code/branches/core3/src/core/Super.h (added) added Super.h... looks like I'm out of practice ;) Thu, 28 Aug 2008 21:50:53 GMT landauf [1676] * code/branches/core3/src/core/ConfigFileManager.cc (modified) * code/branches/core3/src/core/Factory.cc (modified) * code/branches/core3/src/core/Identifier.cc (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/orxonox/objects/BillboardProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/BillboardProjectile.h (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.h (modified) * code/branches/core3/src/orxonox/objects/Projectile.cc (modified) * code/branches/core3/src/orxonox/objects/Projectile.h (modified) a first test-version of my super-macro tested with a testfunction in ... Thu, 28 Aug 2008 18:34:34 GMT rgrieder [1675] * code/branches/network/src/network/Host.cc (modified) * code/branches/network/src/network/Host.h (modified) * code/branches/network/src/util/Bytestream.cc (modified) * code/branches/network/src/util/Bytestream.h (modified) Please always set svn property eol-style to 'native'. That avoids ... Thu, 28 Aug 2008 18:30:25 GMT rgrieder [1674] * code/branches/gui/src/core/Clock.cc (added) * code/branches/gui/src/core/Clock.h (added) * code/branches/gui/src/core/CorePrereqs.h (modified) * code/branches/gui/src/core/GameState.cc (modified) * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/core/RootGameState.cc (modified) * code/branches/gui/src/core/RootGameState.h (modified) * code/branches/gui/src/orxonox/CMakeLists.txt (modified) * code/branches/gui/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/gui/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSClient.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/gamestates/GSIO.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSIO.h (modified) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.h (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/gui/src/orxonox/gamestates/GSServer.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSServer.h (modified) * code/branches/gui/src/orxonox/gamestates/GSStandalone.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSStandalone.h (modified) * code/branches/gui/visual_studio/vc8/core.vcproj (modified) * code/branches/gui/visual_studio/vc8/orxonox.vcproj (modified) - Wrote Clock() class: It starts an internal clock when GSRoot starts ... Wed, 27 Aug 2008 20:35:39 GMT rgrieder [1673] * code/branches/gui/src/core/RootGameState.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) changes default state to "gui" instead of "standalone". That shows ... Wed, 27 Aug 2008 20:21:39 GMT rgrieder [1672] * code/branches/gui/src/core/CMakeLists.txt (modified) * code/branches/gui/src/core/CorePrereqs.h (modified) * code/branches/gui/src/core/GameState.cc (modified) * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/core/RootGameState.cc (added) * code/branches/gui/src/core/RootGameState.h (added) * code/branches/gui/src/core/input/InputManager.cc (modified) * code/branches/gui/src/orxonox/CMakeLists.txt (modified) * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/gui/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSClient.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/gamestates/GSIO.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSIO.h (modified) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.h (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/gui/src/orxonox/gamestates/GSServer.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSServer.h (modified) * code/branches/gui/src/orxonox/gamestates/GSStandalone.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSStandalone.h (modified) * code/branches/gui/visual_studio/vc8/core.vcproj (modified) - Changed GameState so that the new RootGameState can override 2 ... Tue, 26 Aug 2008 15:03:24 GMT bknecht [1671] * code/branches/script_trigger/bin/levels/sample.oxw (modified) * code/branches/script_trigger/src/orxonox/objects/Trigger.cc (modified) * code/branches/script_trigger/src/orxonox/objects/Trigger.h (modified) Only some minor changes in the Trigger. I need to acclimatize to ... Tue, 26 Aug 2008 14:26:04 GMT rgrieder [1670] * code/branches/gui/src/core/CommandLine.h (modified) * code/branches/gui/src/core/Core.cc (modified) * code/branches/gui/src/core/Core.h (modified) * code/branches/gui/src/core/Exception.h (modified) * code/branches/gui/src/core/GameState.cc (modified) * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/core/Script.cc (modified) * code/branches/gui/src/core/input/InputManager.cc (modified) * code/branches/gui/src/core/input/InputManager.h (modified) * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/src/orxonox/Orxonox.cc (modified) * code/branches/gui/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/gui/src/orxonox/gamestates/GSClient.cc (added) * code/branches/gui/src/orxonox/gamestates/GSClient.h (added) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/gamestates/GSIO.cc (added) * code/branches/gui/src/orxonox/gamestates/GSIO.h (added) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.cc (added) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.h (added) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/gui/src/orxonox/gamestates/GSServer.cc (added) * code/branches/gui/src/orxonox/gamestates/GSServer.h (added) * code/branches/gui/src/orxonox/gamestates/GSStandalone.cc (added) * code/branches/gui/src/orxonox/gamestates/GSStandalone.h (added) * code/branches/gui/src/orxonox/gui/GUIManager.cc (modified) * code/branches/gui/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/gui/visual_studio/vc8/core.vcproj (modified) * code/branches/gui/visual_studio/vc8/orxonox.vcproj (modified) Still working on the GameStates, but I have to save the work because ... Mon, 25 Aug 2008 23:19:21 GMT scheusso [1669] * code/branches/network/src/orxonox/Orxonox.cc (modified) * code/branches/network/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/network/src/util/Bytestream.cc (added) * code/branches/network/src/util/Bytestream.h (added) * code/branches/network/src/util/CMakeLists.txt (modified) * code/branches/network/src/util/UtilPrereqs.h (modified) forgot something ;) Mon, 25 Aug 2008 22:54:19 GMT scheusso [1668] * code/branches/network/src/network/Host.h (modified) removed an include Mon, 25 Aug 2008 22:52:56 GMT scheusso [1667] * code/branches/network/src/network/Node.h (deleted) not needed Mon, 25 Aug 2008 22:52:43 GMT scheusso [1666] * code/branches/network/src/network/CMakeLists.txt (modified) * code/branches/network/src/network/Client.cc (modified) * code/branches/network/src/network/Client.h (modified) * 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/ConnectionManager.h (modified) * code/branches/network/src/network/GameStateManager.cc (modified) * code/branches/network/src/network/GameStateManager.h (modified) * code/branches/network/src/network/Host.cc (added) * code/branches/network/src/network/Host.h (added) * code/branches/network/src/network/Node.h (added) * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/network/Server.h (modified) * code/branches/network/src/network/dummyclient.cc (deleted) * code/branches/network/src/network/dummyclient2.cc (deleted) * code/branches/network/src/network/dummyclient3.cc (deleted) * code/branches/network/src/network/dummyclient4.cc (deleted) * code/branches/network/src/network/dummyserver.cc (deleted) * code/branches/network/src/network/dummyserver3.cc (deleted) * code/branches/network/src/network/dummyserver4.cc (deleted) a hole lot of changes: - changes in structure concerning ... Sun, 24 Aug 2008 10:20:44 GMT rgrieder [1665] * code/branches/gui/src/core/CMakeLists.txt (modified) * code/branches/gui/src/orxonox/CMakeLists.txt (modified) gcc and CMake adjustments Thu, 21 Aug 2008 19:23:11 GMT rgrieder [1664] * code/branches/gui/src/core/CommandLine.cc (modified) * code/branches/gui/src/core/CommandLine.h (modified) * code/branches/gui/src/core/Exception.cc (modified) * code/branches/gui/src/core/Exception.h (modified) * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/gui/src/util/Convert.h (modified) * code/branches/gui/src/util/SubString.h (modified) - Finished CommandLineArgument completely. You can also use ... Wed, 20 Aug 2008 20:30:28 GMT rgrieder [1663] * code/branches/gui/src/core/CommandLine.cc (added) * code/branches/gui/src/core/CommandLine.h (added) * code/branches/gui/src/core/CorePrereqs.h (modified) * code/branches/gui/src/core/Exception.h (modified) * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/src/orxonox/Orxonox.cc (modified) * code/branches/gui/src/orxonox/Orxonox.h (modified) * code/branches/gui/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/gui/src/orxonox/Settings.cc (modified) * code/branches/gui/src/orxonox/Settings.h (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/gui/visual_studio/vc8/core.vcproj (modified) Added CommandLine class. You can now call SetCommandLineArgument ... Tue, 19 Aug 2008 18:12:15 GMT rgrieder [1662] * code/branches/gui/src/core/ConsoleCommand.cc (modified) * code/branches/gui/src/core/ConsoleCommand.h (modified) * code/branches/gui/src/orxonox/Orxonox.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/gui/src/orxonox/gui/GUIManager.cc (modified) * code/branches/gui/src/orxonox/objects/Backlight.cc (modified) * code/branches/gui/src/orxonox/overlays/console/InGameConsole.h (modified) * code/branches/gui/src/orxonox/tools/ParticleInterface.cc (modified) - Changed static Executor/Functor in ConsoleCommand to generic one ... Mon, 18 Aug 2008 19:17:30 GMT rgrieder [1661] * code/branches/gui/src/core/GameState.cc (modified) * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/src/orxonox/Orxonox.cc (modified) * code/branches/gui/src/orxonox/gamestates (added) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (added) * code/branches/gui/src/orxonox/gamestates/GSGUI.h (added) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (added) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (added) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (added) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (added) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (added) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (added) * code/branches/gui/src/orxonox/gui/GUIManager.cc (modified) * code/branches/gui/src/orxonox/gui/GUIManager.h (modified) * code/branches/gui/visual_studio/vc8/orxonox.vcproj (modified) started implementing the GameStates. Not much for now, but most of ... Sun, 17 Aug 2008 17:27:36 GMT rgrieder [1660] * code/branches/gui/src/core/CMakeLists.txt (modified) * code/branches/gui/src/core/Exception.h (modified) * code/branches/gui/src/core/GameState.cc (added) * code/branches/gui/src/core/GameState.h (added) * code/branches/gui/src/core/input/InputManager.cc (modified) * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/visual_studio/vc8/core.vcproj (modified) GameState class added. Tested and working, but now comes the hard ... Thu, 14 Aug 2008 19:41:48 GMT rgrieder [1659] * code/branches/gui/src/core/input/InputManager.cc (modified) * code/branches/gui/src/core/input/InputManager.h (modified) * code/branches/gui/src/core/input/SimpleInputState.cc (modified) * code/branches/gui/src/orxonox/gui/GUIManager.cc (modified) * code/branches/gui/visual_studio/base_properties.vsprops (modified) reload feature tested and works under windows, but only with one joy ... Thu, 14 Aug 2008 18:52:04 GMT rgrieder [1658] * code/branches/core3/src/core/ConfigFileManager.cc (modified) * code/branches/core3/src/core/ConfigFileManager.h (modified) * code/branches/core3/src/core/ConfigValueContainer.cc (modified) * code/branches/core3/src/core/input/KeyBinder.cc (modified) * code/branches/core3/src/orxonox/Orxonox.cc (modified) * code/branches/core3/visual_studio/base_properties.vsprops (modified) ConfigFileManager::getSingleton --> getInstance() Wed, 13 Aug 2008 16:06:44 GMT rgrieder [1657] * code/branches/gcc43 (deleted) * code/branches/hud (deleted) * code/branches/input (deleted) removed hud, input and gcc43 branches Sun, 10 Aug 2008 19:43:50 GMT rgrieder [1656] * code/branches/gui/src/core/input/InputManager.cc (modified) * code/branches/gui/src/core/input/InputManager.h (modified) * code/branches/gui/src/orxonox/Orxonox.cc (modified) added reloading support for the InputManager. This could be useful ... Tue, 05 Aug 2008 19:55:45 GMT rgrieder [1655] * code/branches/core3/src/core/ObjectListBase.h (modified) fixed a copy&paste bug in ObjectListBase.h Tue, 05 Aug 2008 19:55:00 GMT rgrieder [1654] * code/branches/gui/src/orxonox/Orxonox.cc (modified) * code/branches/gui/src/orxonox/Orxonox.h (modified) * code/branches/gui/src/orxonox/objects/Backlight.cc (modified) * code/branches/gui/src/orxonox/tools/ParticleInterface.cc (modified) forgot getSingleton in Orxonox.cc There are now only three classes ...