# # ChangeLog for code # # Generated by Trac 1.0.9 # Sep 19, 2024, 9:11:31 AM Tue, 17 Mar 2009 12:29:18 GMT bknecht [2796] * code/branches/gui (copied) created new branch to work on ingame GUI and GUI in general Tue, 17 Mar 2009 12:16:49 GMT scheusso [2795] * code/branches/netp/src/network/synchronisable/SynchronisableVariable.cc (added) forgot to add some file Tue, 17 Mar 2009 11:49:29 GMT scheusso [2794] * code/branches/netp/src/network/ClientConnection.cc (modified) * code/branches/netp/src/network/ClientConnection.h (modified) * code/branches/netp/src/network/ConnectionManager.cc (modified) * code/branches/netp/src/network/ConnectionManager.h (modified) * code/branches/netp/src/network/TrafficControl.cc (modified) * code/branches/netp/src/network/packet/Packet.h (modified) * code/branches/netp/src/network/synchronisable/SynchronisableVariable.cc (deleted) * code/branches/netp/src/network/synchronisable/SynchronisableVariable.h (modified) * code/branches/netp/src/network/synchronisable/SynchronisableVariableSpecialisations.h (copied) * code/branches/netp/src/orxonox/objects/controllers/AIController.cc (modified) some optimisations (mostly inlined SynchronisableVariable functions) ... Tue, 17 Mar 2009 11:29:03 GMT scheusso [2793] * code/branches/netp (copied) create new branch for network and performance changes Mon, 16 Mar 2009 21:42:09 GMT rgrieder [2792] * code/trunk/cmake/FlagUtilities.cmake (modified) Finally found the MSVC IntelliSense bug! It wasn't working at all, so ... Mon, 16 Mar 2009 12:21:57 GMT rgrieder [2791] * code/trunk/src/ogreceguirenderer/OgreCEGUIRenderer.cpp (modified) Please never commit any changes to the external libraries! It doesn't ... Mon, 16 Mar 2009 10:47:06 GMT bknecht [2790] * code/trunk/src/ogreceguirenderer/OgreCEGUIRenderer.cpp (modified) * code/trunk/src/orxonox/gamestates/GSGUI.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.h (modified) * code/trunk/src/orxonox/gamestates/GSStandalone.cc (modified) * code/trunk/src/orxonox/gamestates/GSStandalone.h (modified) * code/trunk/src/orxonox/gui/GUIManager.cc (modified) * code/trunk/src/orxonox/gui/GUIManager.h (modified) Ugly hack to use GUI ingame. Hack itself needs improvement AND of ... Mon, 16 Mar 2009 01:11:14 GMT landauf [2789] * code/branches/miniprojects/src/orxonox/objects/controllers/Controller.cc (modified) * code/branches/miniprojects/src/orxonox/objects/controllers/Controller.h (modified) * code/branches/miniprojects/src/orxonox/objects/gametypes/Gametype.h (modified) * code/branches/miniprojects/src/orxonox/objects/infos/GametypeInfo.cc (modified) * code/branches/miniprojects/src/orxonox/objects/infos/GametypeInfo.h (modified) * code/branches/miniprojects/src/orxonox/objects/infos/HumanPlayer.cc (modified) * code/branches/miniprojects/src/orxonox/objects/infos/HumanPlayer.h (modified) * code/branches/miniprojects/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/miniprojects/src/orxonox/objects/infos/PlayerInfo.h (modified) - Moved default-hud (chat, gamestate info) from Controller to ... Sun, 15 Mar 2009 15:17:20 GMT dafrick [2788] * code/branches/questsystem5/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/QuestManager.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/QuestManager.h (modified) * code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationManager.cc (modified) * code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationManager.h (modified) Some more changes... Sun, 15 Mar 2009 14:24:37 GMT rgrieder [2787] * code/trunk/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/trunk/src/orxonox/objects/worldentities/WorldEntity.h (modified) Bugfix: _NDEBUG is never defined. Sun, 15 Mar 2009 11:55:45 GMT dafrick [2786] * code/branches/questsystem5/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/questsystem5/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/questsystem5/src/orxonox/objects/quest/QuestManager.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/QuestManager.h (modified) * code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationManager.cc (modified) * code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationManager.h (modified) Some changes to QuestManager and NotificationManager by Reto's ... Sun, 15 Mar 2009 10:41:25 GMT dafrick [2785] * code/branches/questsystem5/src/orxonox/objects/quest/AddQuest.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/AddQuestHint.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/CompleteQuest.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/FailQuest.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/Quest.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/QuestHint.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/QuestListener.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/QuestManager.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/QuestManager.h (modified) * code/branches/questsystem5/src/orxonox/overlays/notifications/Notification.cc (modified) * code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationManager.cc (modified) * code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationManager.h (modified) * code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationOverlay.cc (modified) * code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationQueue.cc (modified) * code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationQueue.h (modified) Made QuestManager and NotificationManager to Singletons. ... Sun, 15 Mar 2009 00:26:23 GMT rgrieder [2784] * code/trunk/src/core/Identifier.h (modified) * code/trunk/src/core/Iterator.h (modified) * code/trunk/src/core/ObjectListBase.cc (modified) * code/trunk/src/core/ObjectListBase.h (modified) * code/trunk/src/core/ObjectListIterator.h (modified) - Using std::vector instead of std::list in register/unregister ... Fri, 13 Mar 2009 14:39:54 GMT dafrick [2783] * code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationManager.cc (modified) * code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationOverlay.cc (modified) * code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationQueue.cc (modified) * code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationQueue.h (modified) Erradicated an infinite loop, and some wannabe-memory leaks. Also ... Fri, 13 Mar 2009 10:56:03 GMT rgrieder [2782] * code/trunk/src/orxonox/objects/items/MultiStateEngine.cc (modified) * code/trunk/src/orxonox/objects/weaponSystem/projectiles/Projectile.cc (modified) * code/trunk/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) Another 15% performance boost in dedicated mode, 30 bots, no clients. ... Thu, 12 Mar 2009 21:42:56 GMT dafrick [2781] * code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationOverlay.cc (modified) * code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationOverlay.h (modified) Got the Notifications to work. Rudimentarily, at least... \nNow comes ... Thu, 12 Mar 2009 18:36:12 GMT rgrieder [2780] * code/trunk/src/orxonox/objects/worldentities/MobileEntity.cc (modified) Checking whether a function really does what you think might ... Thu, 12 Mar 2009 16:13:34 GMT dafrick [2779] * code/branches/questsystem5/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/questsystem5/src/orxonox/objects/quest/AddQuest.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/AddQuest.h (modified) * code/branches/questsystem5/src/orxonox/objects/quest/AddQuestHint.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/AddQuestHint.h (modified) * code/branches/questsystem5/src/orxonox/objects/quest/AddReward.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/AddReward.h (modified) * code/branches/questsystem5/src/orxonox/objects/quest/CMakeLists.txt (modified) * code/branches/questsystem5/src/orxonox/objects/quest/ChangeQuestStatus.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/ChangeQuestStatus.h (modified) * code/branches/questsystem5/src/orxonox/objects/quest/CompleteQuest.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/CompleteQuest.h (modified) * code/branches/questsystem5/src/orxonox/objects/quest/FailQuest.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/FailQuest.h (modified) * code/branches/questsystem5/src/orxonox/objects/quest/GlobalQuest.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/GlobalQuest.h (modified) * code/branches/questsystem5/src/orxonox/objects/quest/LocalQuest.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/LocalQuest.h (modified) * code/branches/questsystem5/src/orxonox/objects/quest/Quest.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/Quest.h (modified) * code/branches/questsystem5/src/orxonox/objects/quest/QuestDescription.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/QuestDescription.h (modified) * code/branches/questsystem5/src/orxonox/objects/quest/QuestEffect.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/QuestEffect.h (modified) * code/branches/questsystem5/src/orxonox/objects/quest/QuestEffectBeacon.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/QuestEffectBeacon.h (modified) * code/branches/questsystem5/src/orxonox/objects/quest/QuestHint.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/QuestHint.h (modified) * code/branches/questsystem5/src/orxonox/objects/quest/QuestItem.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/QuestItem.h (modified) * code/branches/questsystem5/src/orxonox/objects/quest/QuestListener.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/QuestListener.h (modified) * code/branches/questsystem5/src/orxonox/objects/quest/QuestManager.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/QuestManager.h (modified) * code/branches/questsystem5/src/orxonox/objects/quest/QuestNotification.cc (added) * code/branches/questsystem5/src/orxonox/objects/quest/QuestNotification.h (added) * code/branches/questsystem5/src/orxonox/objects/quest/Rewardable.cc (modified) * code/branches/questsystem5/src/orxonox/objects/quest/Rewardable.h (modified) * code/branches/questsystem5/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/questsystem5/src/orxonox/overlays/OverlayGroup.h (modified) * code/branches/questsystem5/src/orxonox/overlays/notifications/CMakeLists.txt (modified) * code/branches/questsystem5/src/orxonox/overlays/notifications/Notification.cc (modified) * code/branches/questsystem5/src/orxonox/overlays/notifications/Notification.h (modified) * code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationManager.cc (modified) * code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationManager.h (modified) * code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationOverlay.cc (added) * code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationOverlay.h (added) * code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationQueue.cc (modified) * code/branches/questsystem5/src/orxonox/overlays/notifications/NotificationQueue.h (modified) Updated questsystem to current trunk. Synchronized it with my local ... Thu, 12 Mar 2009 16:05:18 GMT polakma [2778] * code/branches/weaponsystem/src/orxonox/objects/weaponSystem/Weapon.cc (modified) * code/branches/weaponsystem/src/orxonox/objects/weaponSystem/Weapon.h (modified) * code/branches/weaponsystem/src/orxonox/objects/weaponSystem/WeaponSet.cc (modified) * code/branches/weaponsystem/src/orxonox/objects/weaponSystem/WeaponSystem.cc (modified) * code/branches/weaponsystem/src/orxonox/objects/weaponSystem/WeaponSystem.h (modified) now you can choose between shared munition and normal munition Thu, 12 Mar 2009 15:19:43 GMT dafrick [2777] * code/branches/questsystem5 (copied) New QuestSystem branch... Thu, 12 Mar 2009 14:55:11 GMT Naaduun [2776] * code/branches/tutorial/src/orxonox/objects/controllers/DroneController.cc_sunsi (copied) my Drone steering function Thu, 12 Mar 2009 10:12:01 GMT landauf [2775] * code/branches/tutorial/src/orxonox/objects/controllers/DroneController.cc (modified) * code/branches/tutorial/src/orxonox/objects/worldentities/Drone.cc (modified) * code/branches/tutorial/src/orxonox/objects/worldentities/Drone.h (modified) small adjustments Wed, 11 Mar 2009 15:40:09 GMT rgrieder [2774] * code/trunk/src/util/Sleep.cc (modified) Fix Wed, 11 Mar 2009 15:06:31 GMT rgrieder [2773] * code/trunk/src/core/input/ExtendedInputState.cc (modified) * code/trunk/src/network/Client.cc (modified) * code/trunk/src/network/Client.h (modified) * code/trunk/src/network/ClientConnection.cc (modified) * code/trunk/src/network/ClientConnection.h (modified) * code/trunk/src/network/ClientInformation.cc (modified) * code/trunk/src/network/ClientInformation.h (modified) * code/trunk/src/network/ConnectionManager.cc (modified) * code/trunk/src/network/ConnectionManager.h (modified) * code/trunk/src/network/GamestateHandler.cc (modified) * code/trunk/src/network/Host.cc (modified) * code/trunk/src/network/NetworkPrereqs.h (modified) * code/trunk/src/network/PacketBuffer.cc (modified) * code/trunk/src/network/PacketBuffer.h (modified) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/network/packet/Chat.cc (modified) * code/trunk/src/network/packet/ClassID.cc (modified) * code/trunk/src/network/packet/DeleteObjects.cc (modified) * code/trunk/src/network/packet/Gamestate.cc (modified) * code/trunk/src/network/packet/Packet.cc (modified) * code/trunk/src/network/packet/Packet.h (modified) * code/trunk/src/network/packet/Welcome.cc (modified) * code/trunk/src/network/synchronisable/Synchronisable.cc (modified) * code/trunk/src/network/synchronisable/Synchronisable.h (modified) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/src/util/Sleep.cc (added) * code/trunk/src/util/Sleep.h (modified) Removed all enet and boost includes from header files in the network ... Mon, 09 Mar 2009 15:48:59 GMT Aurelian [2772] * code/branches/tutorial/src/orxonox/objects/controllers/DroneController.cc_aJaggi (copied) Ich bin auch eine Dronensteuerungsfunktion Mon, 09 Mar 2009 15:31:07 GMT danielh [2771] * code/branches/tutorial/src/orxonox/objects/controllers/DroneController.cc_danielh (added) this is my version of the Drone steering function Mon, 09 Mar 2009 15:30:08 GMT mockm [2770] * code/branches/tutorial/src/orxonox/objects/controllers/DroneController.cc_mockm (copied) this is mz version of the Drone steering function Mon, 09 Mar 2009 13:56:55 GMT scheusso [2769] * code/branches/network (deleted) not needed anymore Mon, 09 Mar 2009 02:21:12 GMT landauf [2768] * code/branches/miniprojects/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/miniprojects/src/orxonox/objects/CMakeLists.txt (modified) * code/branches/miniprojects/src/orxonox/objects/Level.cc (modified) * code/branches/miniprojects/src/orxonox/objects/Teamcolourable.cc (added) * code/branches/miniprojects/src/orxonox/objects/Teamcolourable.h (added) * code/branches/miniprojects/src/orxonox/objects/gametypes/CMakeLists.txt (modified) * code/branches/miniprojects/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/branches/miniprojects/src/orxonox/objects/gametypes/Gametype.h (modified) * code/branches/miniprojects/src/orxonox/objects/gametypes/TeamGametype.cc (added) * code/branches/miniprojects/src/orxonox/objects/gametypes/TeamGametype.h (added) * code/branches/miniprojects/src/orxonox/objects/worldentities/Billboard.h (modified) * code/branches/miniprojects/src/orxonox/objects/worldentities/CMakeLists.txt (modified) * code/branches/miniprojects/src/orxonox/objects/worldentities/Light.h (modified) * code/branches/miniprojects/src/orxonox/objects/worldentities/TeamSpawnPoint.cc (added) * code/branches/miniprojects/src/orxonox/objects/worldentities/TeamSpawnPoint.h (added) * code/branches/miniprojects/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) added TeamGametype Mon, 09 Mar 2009 00:12:39 GMT scheusso [2767] * code/branches/tutorial/src/orxonox/objects/controllers/DroneController.cc (modified) forgot one line Sun, 08 Mar 2009 23:58:08 GMT scheusso [2766] * code/branches/tutorial/src/orxonox/objects/controllers/DroneController.cc (modified) * code/branches/tutorial/src/orxonox/objects/controllers/DroneController.h (modified) * code/branches/tutorial/src/orxonox/objects/worldentities/Drone.cc (modified) * code/branches/tutorial/src/orxonox/objects/worldentities/Drone.h (modified) removed the lines that the student have to find out themselves Sun, 08 Mar 2009 23:07:31 GMT scheusso [2765] * code/branches/tutorial/src/orxonox/objects/controllers/DroneController.cc (modified) * code/branches/tutorial/src/orxonox/objects/worldentities/Drone.cc (modified) * code/branches/tutorial/src/orxonox/objects/worldentities/Drone.h (modified) the whole thing works kind of now Sun, 08 Mar 2009 21:44:48 GMT rgrieder [2764] * code/branches/tutorial/src/orxonox/objects/worldentities/Drone.cc (modified) segfault Sun, 08 Mar 2009 21:14:25 GMT scheusso [2763] * code/branches/tutorial/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/tutorial/src/orxonox/objects/controllers/CMakeLists.txt (modified) * code/branches/tutorial/src/orxonox/objects/controllers/DroneController.cc (added) * code/branches/tutorial/src/orxonox/objects/controllers/DroneController.h (added) * code/branches/tutorial/src/orxonox/objects/worldentities/CMakeLists.txt (modified) * code/branches/tutorial/src/orxonox/objects/worldentities/Drone.cc (added) * code/branches/tutorial/src/orxonox/objects/worldentities/Drone.h (added) first efforts for a tutorial ^^ Sun, 08 Mar 2009 16:26:41 GMT rgrieder [2762] * code/trunk/bin/CMakeLists.txt (modified) * code/trunk/bin/standalone.bat.in (copied) * code/trunk/bin/standalone.in (copied) Have fun Oli! ;) Added run script for standalone. Sun, 08 Mar 2009 16:08:57 GMT rgrieder [2761] * code/trunk/src/OrxonoxConfig.h.in (modified) * code/trunk/src/core/Factory.cc (modified) * code/trunk/src/core/Factory.h (modified) Removed forgotten std::cout output in Factory (from objecthierarchy ... Sun, 08 Mar 2009 15:52:52 GMT scheusso [2760] * code/branches/tutorial (copied) create new tutorial branch Sun, 08 Mar 2009 15:51:27 GMT scheusso [2759] * code/trunk/src/core/ArgumentCompletionFunctions.cc (modified) * code/trunk/src/core/CommandLine.cc (modified) * code/trunk/src/core/ConfigFileManager.cc (modified) * code/trunk/src/core/Core.cc (modified) * code/trunk/src/core/Core.h (modified) * code/trunk/src/core/Factory.cc (modified) * code/trunk/src/core/Factory.h (modified) * code/trunk/src/core/Language.cc (modified) * code/trunk/src/core/LuaBind.cc (modified) * code/trunk/src/network/ConnectionManager.cc (modified) * code/trunk/src/network/ConnectionManager.h (modified) * code/trunk/src/network/packet/ClassID.cc (modified) * code/trunk/src/network/packet/ClassID.h (modified) * code/trunk/src/network/packet/Gamestate.cc (modified) * code/trunk/src/network/packet/Gamestate.h (modified) * code/trunk/src/network/synchronisable/Synchronisable.cc (modified) * code/trunk/src/network/synchronisable/Synchronisable.h (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) * code/trunk/src/orxonox/gamestates/GSRoot.cc (modified) * code/trunk/src/orxonox/gui/GUIManager.cc (modified) * code/trunk/src/orxonox/objects/worldentities/ExplosionChunk.cc (modified) merged network branch (windows,multiplayer fixes) back to trunk Sun, 08 Mar 2009 15:40:01 GMT scheusso [2758] * code/branches/network/src/network/ConnectionManager.cc (modified) * code/branches/network/src/network/ConnectionManager.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/synchronisable/Synchronisable.cc (modified) * code/branches/network/src/network/synchronisable/Synchronisable.h (modified) some cleanup (mostly comments) Sun, 08 Mar 2009 12:25:40 GMT rgrieder [2757] * code/trunk/src/ogreceguirenderer/OgreCEGUIRenderer.cpp (modified) * code/trunk/src/ogreceguirenderer/VERSION (modified) * code/trunk/src/ogreceguirenderer/changes_orxonox.diff (modified) * code/trunk/src/orxonox/objects/worldentities/Camera.cc (modified) Code level compliance with OGRE 1.6 You can not yet use it though! ... Sun, 08 Mar 2009 12:24:15 GMT rgrieder [2756] * code/trunk/src/network/ClientConnection.h (modified) * code/trunk/src/network/ClientInformation.h (modified) * code/trunk/src/network/ConnectionManager.h (modified) * code/trunk/src/network/PacketBuffer.h (modified) * code/trunk/src/network/packet/DeleteObjects.cc (modified) * code/trunk/src/network/packet/Packet.cc (modified) * code/trunk/src/network/packet/Packet.h (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.h (modified) * code/trunk/src/orxonox/gamestates/GSRoot.cc (modified) * code/trunk/src/orxonox/pch/havepch/OrxonoxStableHeaders.h (modified) * code/trunk/src/util/Math.h (modified) Minimising problems when including windows.h because it defines ... Sat, 07 Mar 2009 17:02:34 GMT landauf [2755] * code/branches/miniprojects (copied) created new branch to prepare the miniprojects Fri, 06 Mar 2009 18:13:11 GMT rgrieder [2754] * code/branches/network/src/util/SignalHandler.cc (modified) With regards to Oli. (trunk commit from before). Fri, 06 Mar 2009 18:02:07 GMT rgrieder [2753] * code/trunk/src/util/SignalHandler.cc (modified) * code/trunk/src/util/SignalHandler.h (modified) Signalhandler should not append to orxonox_crash.log but write to the ... Fri, 06 Mar 2009 14:15:18 GMT adrfried [2752] * code/trunk/cmake/LibraryConfigTardis.cmake (modified) don't fail if no /etc/hostname Fri, 06 Mar 2009 13:08:02 GMT scheusso [2751] * code/branches/network/src/orxonox/objects/worldentities/ExplosionChunk.cc (modified) (partially) fixed network issues with explosionchunk the problem ... Thu, 05 Mar 2009 13:58:42 GMT rgrieder [2750] * code/branches/network/src/core/ArgumentCompletionFunctions.cc (modified) * code/branches/network/src/core/CommandLine.cc (modified) * code/branches/network/src/core/ConfigFileManager.cc (modified) * code/branches/network/src/core/Core.cc (modified) * code/branches/network/src/core/Core.h (modified) * code/branches/network/src/core/Language.cc (modified) * code/branches/network/src/core/LuaBind.cc (modified) * code/branches/network/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/network/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/network/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/network/src/orxonox/gui/GUIManager.cc (modified) Using POSIX forward slashes on Windows as well. There is only one ... Thu, 05 Mar 2009 12:54:27 GMT scheusso [2749] * code/branches/network/src/core/Factory.cc (modified) * code/branches/network/src/core/Factory.h (modified) * code/branches/network/src/network/ConnectionManager.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/synchronisable/Synchronisable.cc (modified) changed the process of classid (or networkid in the factory) ... Wed, 04 Mar 2009 21:48:08 GMT rgrieder [2748] * code/trunk/cmake/BuildConfig.cmake (modified) * code/trunk/src/network/CMakeLists.txt (modified) * code/trunk/src/network/diffTest.cc (deleted) * code/trunk/src/orxonox/CMakeLists.txt (modified) - Removed very old testing file - Removed old testing CMake code. ... Wed, 04 Mar 2009 15:07:35 GMT rgrieder [2747] * code/tags/tutorialHS08 (moved) Moved old tutorial to tags if somebody ever needed to have a look at it.. Wed, 04 Mar 2009 14:55:45 GMT landauf [2746] * code/branches/presentation (deleted) removed presentation branch Wed, 04 Mar 2009 12:49:09 GMT rgrieder [2745] * code/trunk/bin/CMakeLists.txt (modified) Fixed missing dedicated run script on windows. Wed, 04 Mar 2009 12:46:29 GMT rgrieder [2744] * code/branches/asylum (deleted) * code/branches/buildsystem3 (deleted) Removed buildsystem3 branch and the asylum. The latter doesn't seem ... Wed, 04 Mar 2009 11:45:19 GMT landauf [2743] * code/branches/weaponsystem (copied) created new weaponsystem branch Wed, 04 Mar 2009 11:44:03 GMT landauf [2742] * code/branches/objecthierarchy2 (deleted) removed old objecthierarchy branch Wed, 04 Mar 2009 11:43:32 GMT landauf [2741] * code/branches/pickups2 (deleted) removed old pickups branch Wed, 04 Mar 2009 11:43:14 GMT landauf [2740] * code/branches/questsystem3 (deleted) removed old questsystem branch Wed, 04 Mar 2009 11:43:06 GMT landauf [2739] * code/branches/questsystem2 (deleted) removed old questsystem branch Wed, 04 Mar 2009 11:42:34 GMT landauf [2738] * code/branches/weapon2 (deleted) removed old weaponsystem branch Wed, 04 Mar 2009 11:37:49 GMT scheusso [2737] * code/branches/network/src/network/packet/ClassID.cc (modified) * code/branches/network/src/network/packet/ClassID.h (modified) removed some inconsistencies (data types) Wed, 04 Mar 2009 11:36:24 GMT scheusso [2736] * code/branches/network (copied) new network branch to finally fix problems with msvc Wed, 04 Mar 2009 11:35:50 GMT scheusso [2735] * code/branches/network (deleted) not needed anymore Mon, 02 Mar 2009 15:43:49 GMT rgrieder [2734] * code/tags/0.0.2/media_r2019 (added) Added media repository revision info to the newly created 0.0.2 tag. Mon, 02 Mar 2009 15:40:55 GMT rgrieder [2733] * code/trunk/CMakeLists.txt (modified) * code/trunk/config (deleted) Removed tardis hack with ogre.cfg As far as it has been tested ... Mon, 02 Mar 2009 14:10:41 GMT rgrieder [2732] * code/tags/0.0.2 (copied) Added version 0.0.2 tag for the new semester. You will now be working ... Mon, 02 Mar 2009 14:07:24 GMT rgrieder [2731] * code/trunk/src/core/ConfigFileManager.cc (modified) * code/trunk/src/orxonox/overlays/stats/Scoreboard.cc (modified) * code/trunk/src/util/SignalHandler.cc (modified) Removed debug output. Mon, 02 Mar 2009 13:05:54 GMT rgrieder [2730] * code/trunk/bin/client1.in (modified) * code/trunk/bin/client2.in (modified) * code/trunk/bin/dedicated.in (modified) * code/trunk/bin/run.in (modified) * code/trunk/bin/server.in (modified) Unix fixes for the last commit. Mon, 02 Mar 2009 12:56:50 GMT rgrieder [2729] * code/trunk/bin/CMakeLists.txt (modified) * code/trunk/bin/client1.bat.in (modified) * code/trunk/bin/client1.in (modified) * code/trunk/bin/client2.bat.in (modified) * code/trunk/bin/client2.in (modified) * code/trunk/bin/dedicated.bat.in (copied) * code/trunk/bin/dedicated.in (copied) * code/trunk/bin/run.bat.in (modified) * code/trunk/bin/run.in (modified) * code/trunk/bin/server.bat.in (modified) * code/trunk/bin/server.in (modified) - Added run script for the dedicated server - Removed directory ... Mon, 02 Mar 2009 12:47:42 GMT rgrieder [2728] * code/trunk/cmake/LibraryConfigTardis.cmake (modified) * code/trunk/src/core/ArgumentCompletionFunctions.cc (modified) Updated to the new tardis libraries. Seems to work fine. Sun, 01 Mar 2009 20:11:40 GMT rgrieder [2727] * code/trunk/src/core/Core.cc (modified) Minor fix (double slashes). Sun, 01 Mar 2009 19:47:42 GMT rgrieder [2726] * code/trunk/src/core/ConfigFileManager.cc (modified) Still fixing a bug. Sun, 01 Mar 2009 19:14:50 GMT rgrieder [2725] * code/trunk/src/core/ConfigFileManager.cc (modified) Trying to fix a bug. Sun, 01 Mar 2009 17:32:58 GMT rgrieder [2724] * code/trunk/src/CMakeLists.txt (modified) With regards to Beni ;) Sun, 01 Mar 2009 17:17:18 GMT rgrieder [2723] * code/trunk/bin/CMakeLists.txt (modified) * code/trunk/cmake/BuildConfig.cmake (modified) Unix update for the copyable installation. Sun, 01 Mar 2009 16:31:32 GMT rgrieder [2722] * code/trunk/bin/CMakeLists.txt (modified) Another typo. Sun, 01 Mar 2009 16:27:56 GMT rgrieder [2721] * code/trunk/cmake/Media.cmake (modified) Stupid me. Sun, 01 Mar 2009 16:15:12 GMT rgrieder [2720] * code/trunk/CMakeLists.txt (modified) * code/trunk/cmake/Media.cmake (copied) * code/trunk/media (deleted) Moved media/CMakeLists.txt to cmake/Media.cmake to allow media ... Sun, 01 Mar 2009 16:13:56 GMT rgrieder [2719] * code/trunk/cmake/BuildConfig.cmake (modified) Copyable installation could not find the shared libraries on Unix. ... Sun, 01 Mar 2009 14:35:23 GMT scheusso [2718] * code/trunk/CMakeLists.txt (modified) changed version name to Arcturus Sun, 01 Mar 2009 13:54:07 GMT rgrieder [2717] * code/trunk/CMakeLists.txt (modified) Current version is 0.0.2, not 0.0.3. Sun, 01 Mar 2009 12:40:29 GMT rgrieder [2716] * code/trunk/src/orxonox/Main.cc (modified) Bug fix in initialisation order. Sun, 01 Mar 2009 12:10:49 GMT scheusso [2715] * code/tags/0.0.1 (moved) move 0.0.1 to tags as it's not really a release Sun, 01 Mar 2009 12:01:02 GMT scheusso [2714] * code/releases/0.0.1 (moved) renamed release 0.1.0 to 0.0.1 (more adequate) Sun, 01 Mar 2009 12:00:34 GMT rgrieder [2713] * code/trunk/src/core/input/KeyBinder.cc (modified) Removed unnecessary header file dependency. boost/filesystem.hpp is ... Sun, 01 Mar 2009 01:35:36 GMT landauf [2712] * code/trunk/src/core/Core.cc (modified) avoid ambiguity when converting from MultiType to string Sat, 28 Feb 2009 20:58:23 GMT rgrieder [2711] * code/trunk/cmake/LibraryConfig.cmake (modified) * code/trunk/media/CMakeLists.txt (modified) Looking at too many places when finding the package or media folder ... Sat, 28 Feb 2009 18:46:37 GMT rgrieder [2710] * code/trunk (modified) * code/trunk/CMakeLists.txt (modified) * code/trunk/INSTALL (modified) * code/trunk/bin/CMakeLists.txt (copied) * code/trunk/bin/Plugins.cfg (deleted) * code/trunk/bin/client1.bat.in (copied) * code/trunk/bin/client1.in (copied) * code/trunk/bin/client2.bat.in (copied) * code/trunk/bin/client2.in (copied) * code/trunk/bin/def_keybindings.ini (deleted) * code/trunk/bin/def_masterKeybindings.ini (deleted) * code/trunk/bin/disco.txt (deleted) * code/trunk/bin/irc.tcl (deleted) * code/trunk/bin/ogre.cfg-init (deleted) * code/trunk/bin/orxonox.bat (deleted) * code/trunk/bin/orxonox_dev_build.keep_me (copied) * code/trunk/bin/plugins.cfg-init (deleted) * code/trunk/bin/remote.tcl (deleted) * code/trunk/bin/run-script (deleted) * code/trunk/bin/run.bat.in (copied) * code/trunk/bin/run.in (copied) * code/trunk/bin/server.bat.in (copied) * code/trunk/bin/server.in (copied) * code/trunk/bin/telnet_server.tcl (deleted) * code/trunk/cmake/AddSourceFiles.cmake (deleted) * code/trunk/cmake/BuildConfig.cmake (copied) * code/trunk/cmake/BuildConfigGCC.cmake (copied) * code/trunk/cmake/BuildConfigMSVC.cmake (copied) * code/trunk/cmake/CheckOGREPlugins.cmake (copied) * code/trunk/cmake/CheckTardis.cmake (deleted) * code/trunk/cmake/CompareVersionStrings.cmake (copied) * code/trunk/cmake/DetermineVersion.cmake (copied) * code/trunk/cmake/FindALUT.cmake (modified) * code/trunk/cmake/FindBoost.cmake (deleted) * code/trunk/cmake/FindCEGUI.cmake (modified) * code/trunk/cmake/FindCEGUI_OGRE.cmake (deleted) * code/trunk/cmake/FindDirectX.cmake (modified) * code/trunk/cmake/FindENet.cmake (modified) * code/trunk/cmake/FindLua.cmake (copied) * code/trunk/cmake/FindOGRE.cmake (modified) * code/trunk/cmake/FindOgg.cmake (copied) * code/trunk/cmake/FindOggVorbis.cmake (deleted) * code/trunk/cmake/FindOpenAL.cmake (deleted) * code/trunk/cmake/FindPackageHandleAdvancedArgs.cmake (copied) * code/trunk/cmake/FindPkgConfig.cmake (deleted) * code/trunk/cmake/FindTCL.cmake (deleted) * code/trunk/cmake/FindVorbis.cmake (copied) * code/trunk/cmake/FindZLIB.cmake (deleted) * code/trunk/cmake/FlagUtilities.cmake (copied) * code/trunk/cmake/GenerateToluaBindings.cmake (copied) * code/trunk/cmake/HandleLibraryTypes.cmake (copied) * code/trunk/cmake/InstallUtilities.cmake (copied) * code/trunk/cmake/LibraryConfig.cmake (copied) * code/trunk/cmake/LibraryConfigApple.cmake (copied) * code/trunk/cmake/LibraryConfigTardis.cmake (copied) * code/trunk/cmake/PackageConfigMSVC.cmake (copied) * code/trunk/cmake/PackageConfigMinGW.cmake (copied) * code/trunk/cmake/SourceFileUtilities.cmake (copied) * code/trunk/cmakeclearcache (deleted) * code/trunk/config (copied) * code/trunk/config/CMakeLists.txt (copied) * code/trunk/config/ogre.cfg (copied) * code/trunk/doc (copied) * code/trunk/doc/CMakeLists.txt (copied) * code/trunk/doc/api (copied) * code/trunk/doc/api/CMakeLists.txt (copied) * code/trunk/doc/api/doxy.config.in (copied) * code/trunk/init (deleted) * code/trunk/media (copied) * code/trunk/media/CMakeLists.txt (copied) * code/trunk/media_HEAD (deleted) * code/trunk/run (deleted) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/OrxonoxConfig.h.in (copied) * code/trunk/src/SpecialConfig.h.in (copied) * code/trunk/src/audio/AudioBuffer.h (modified) * code/trunk/src/audio/AudioIncludes.h (modified) * code/trunk/src/audio/AudioPrereqs.h (modified) * code/trunk/src/audio/AudioStream.h (modified) * code/trunk/src/audio/CMakeLists.txt (modified) * code/trunk/src/bullet/AUTHORS (modified) * code/trunk/src/bullet/BulletCollision/CMakeLists.txt (modified) * code/trunk/src/bullet/BulletDynamics/CMakeLists.txt (modified) * code/trunk/src/bullet/CMakeLists.txt (modified) * code/trunk/src/bullet/ChangeLog (modified) * code/trunk/src/bullet/LICENSE (modified) * code/trunk/src/bullet/LinearMath/CMakeLists.txt (modified) * code/trunk/src/bullet/NEWS (modified) * code/trunk/src/bullet/README (modified) * code/trunk/src/bullet/VERSION (modified) * code/trunk/src/bullet/changes_orxonox.diff (copied) * code/trunk/src/ceguilua (copied) * code/trunk/src/ceguilua-0.5.0b (deleted) * code/trunk/src/ceguilua-0.6.1 (deleted) * code/trunk/src/ceguilua/AUTHORS_CEGUI (copied) * code/trunk/src/ceguilua/CMakeLists.txt (copied) * code/trunk/src/ceguilua/COPYING (copied) * code/trunk/src/ceguilua/ChangeLog (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0 (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/CMakeLists.txt (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/ceguilua (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/ceguilua/CEGUILua.cpp (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/ceguilua/CEGUILua.h (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/ceguilua/CEGUILuaFunctor.cpp (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/ceguilua/CEGUILuaFunctor.h (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/ceguilua/changes_orxonox.diff (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/ceguilua/required.cpp (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/ceguilua/required.h (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/Basic.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/CEGUI.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/CoordConverter.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/EventSet.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/Font.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/FontManager.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/HelperFunctions.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/Image.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/Imageset.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/ImagesetManager.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/InputEvent.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/Iterators.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/Key.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/Logger.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/MouseCursor.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/OutStream.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/PropertyHelper.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/Renderer.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/Scheme.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/SchemeManager.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/System.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/Texture.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/UnifiedCoordSystem.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/Window.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/WindowFactoryManager.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/WindowManager.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/ButtonBase.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/Checkbox.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/ComboDropList.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/Combobox.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/DragContainer.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/Editbox.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/FrameWindow.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/GUISheet.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/ItemEntry.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/ItemListBase.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/ItemListbox.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/ListHeader.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/ListHeaderSegment.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/Listbox.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/ListboxItem.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/ListboxTextItem.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/MenuBase.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/MenuItem.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/Menubar.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/MultiColumnList.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/MultiLineEditbox.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/PopupMenu.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/ProgressBar.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/PushButton.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/RadioButton.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/ScrollablePane.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/Scrollbar.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/ScrolledContainer.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/ScrolledItemListBase.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/Slider.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/Spinner.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/TabButton.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/TabControl.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/Thumb.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/Titlebar.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/elements/Tooltip.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/exceptions.lua (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/falagard (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/falagard/Dimension.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/falagard/Enums.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/falagard/FalagardComponentBase.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/falagard/FrameComponent.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/falagard/ImageryComponent.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/falagard/ImagerySection.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/falagard/LayerSpecification.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/falagard/NamedArea.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/falagard/PropertyDefinition.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/falagard/PropertyDefinitionBase.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/falagard/PropertyInitialiser.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/falagard/PropertyLinkDefinition.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/falagard/SectionSpecification.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/falagard/StateImagery.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/falagard/TextComponent.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/falagard/WidgetComponent.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/falagard/WidgetLookFeel.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.5.0/package/falagard/WidgetLookManager.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.6.0 (copied) * code/trunk/src/ceguilua/ceguilua-0.6.0/CMakeLists.txt (copied) * code/trunk/src/ceguilua/ceguilua-0.6.0/ceguilua (copied) * code/trunk/src/ceguilua/ceguilua-0.6.0/ceguilua/CEGUILua.cpp (copied) * code/trunk/src/ceguilua/ceguilua-0.6.0/ceguilua/CEGUILua.h (copied) * code/trunk/src/ceguilua/ceguilua-0.6.0/ceguilua/CEGUILuaFunctor.cpp (copied) * code/trunk/src/ceguilua/ceguilua-0.6.0/ceguilua/CEGUILuaFunctor.h (copied) * code/trunk/src/ceguilua/ceguilua-0.6.0/ceguilua/changes_orxonox.diff (copied) * code/trunk/src/ceguilua/ceguilua-0.6.0/ceguilua/required.cpp (copied) * code/trunk/src/ceguilua/ceguilua-0.6.0/ceguilua/required.h (copied) * code/trunk/src/ceguilua/ceguilua-0.6.0/package (copied) * code/trunk/src/ceguilua/ceguilua-0.6.0/package/CEGUI.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.6.0/package/Logger.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.6.0/package/ScriptWindowHelper.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.6.0/package/WindowManager.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.6.0/package/elements (copied) * code/trunk/src/ceguilua/ceguilua-0.6.0/package/elements/GroupBox.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.6.0/package/elements/MultiLineEditbox.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.6.0/package/elements/Tree.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.6.0/package/elements/TreeItem.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.6.1 (copied) * code/trunk/src/ceguilua/ceguilua-0.6.1/CMakeLists.txt (copied) * code/trunk/src/ceguilua/ceguilua-0.6.1/ceguilua (copied) * code/trunk/src/ceguilua/ceguilua-0.6.1/ceguilua/CEGUILua.cpp (copied) * code/trunk/src/ceguilua/ceguilua-0.6.1/ceguilua/CEGUILua.h (copied) * code/trunk/src/ceguilua/ceguilua-0.6.1/ceguilua/CEGUILuaFunctor.cpp (copied) * code/trunk/src/ceguilua/ceguilua-0.6.1/ceguilua/CEGUILuaFunctor.h (copied) * code/trunk/src/ceguilua/ceguilua-0.6.1/ceguilua/changes_orxonox.diff (copied) * code/trunk/src/ceguilua/ceguilua-0.6.1/ceguilua/required.cpp (copied) * code/trunk/src/ceguilua/ceguilua-0.6.1/ceguilua/required.h (copied) * code/trunk/src/ceguilua/ceguilua-0.6.1/package (copied) * code/trunk/src/ceguilua/ceguilua-0.6.1/package/Window.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.6.2 (copied) * code/trunk/src/ceguilua/ceguilua-0.6.2/CMakeLists.txt (copied) * code/trunk/src/ceguilua/ceguilua-0.6.2/ceguilua (copied) * code/trunk/src/ceguilua/ceguilua-0.6.2/ceguilua/CEGUILua.cpp (copied) * code/trunk/src/ceguilua/ceguilua-0.6.2/ceguilua/CEGUILua.h (copied) * code/trunk/src/ceguilua/ceguilua-0.6.2/ceguilua/CEGUILuaFunctor.cpp (copied) * code/trunk/src/ceguilua/ceguilua-0.6.2/ceguilua/CEGUILuaFunctor.h (copied) * code/trunk/src/ceguilua/ceguilua-0.6.2/ceguilua/changes_orxonox.diff (copied) * code/trunk/src/ceguilua/ceguilua-0.6.2/ceguilua/required.cpp (copied) * code/trunk/src/ceguilua/ceguilua-0.6.2/ceguilua/required.h (copied) * code/trunk/src/ceguilua/ceguilua-0.6.2/package (copied) * code/trunk/src/ceguilua/ceguilua-0.6.2/package/EventSet.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.6.2/package/HelperFunctions.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.6.2/package/InputEvent.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.6.2/package/Window.pkg (copied) * code/trunk/src/ceguilua/ceguilua-0.6.2/package/WindowManager.pkg (copied) * code/trunk/src/core/ArgumentCompletionFunctions.cc (modified) * code/trunk/src/core/BaseObject.cc (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/CommandExecutor.h (modified) * code/trunk/src/core/CommandLine.cc (modified) * code/trunk/src/core/ConfigFileManager.cc (modified) * code/trunk/src/core/Core.cc (modified) * code/trunk/src/core/Core.h (modified) * code/trunk/src/core/CorePrereqs.h (modified) * code/trunk/src/core/Factory.h (modified) * code/trunk/src/core/Functor.h (modified) * code/trunk/src/core/IRC.h (modified) * code/trunk/src/core/Identifier.h (modified) * code/trunk/src/core/Language.cc (modified) * code/trunk/src/core/Loader.cc (modified) * code/trunk/src/core/LuaBind.cc (modified) * code/trunk/src/core/LuaBind.h (modified) * code/trunk/src/core/RootGameState.cc (modified) * code/trunk/src/core/TclBind.cc (modified) * code/trunk/src/core/TclBind.h (modified) * code/trunk/src/core/TclThreadManager.h (modified) * code/trunk/src/core/Template.cc (modified) * code/trunk/src/core/Template.h (modified) * code/trunk/src/core/XMLFile.h (modified) * code/trunk/src/core/XMLIncludes.h (modified) * code/trunk/src/core/XMLPort.h (modified) * code/trunk/src/core/input/CMakeLists.txt (modified) * code/trunk/src/core/input/KeyBinder.cc (modified) * code/trunk/src/core/input/KeyBinder.h (modified) * code/trunk/src/core/tolua (deleted) * code/trunk/src/cpptcl/CHANGES (copied) * code/trunk/src/cpptcl/CMakeLists.txt (modified) * code/trunk/src/cpptcl/CppTcl.cc (deleted) * code/trunk/src/cpptcl/CppTcl.h (deleted) * code/trunk/src/cpptcl/changes_orxonox.diff (copied) * code/trunk/src/cpptcl/cpptcl.cc (copied) * code/trunk/src/cpptcl/cpptcl.h (copied) * code/trunk/src/lua (deleted) * code/trunk/src/network/CMakeLists.txt (modified) * code/trunk/src/network/GamestateManager.cc (modified) * code/trunk/src/network/Makefile.norm (deleted) * code/trunk/src/network/Makefile.tardis (deleted) * code/trunk/src/network/Makefile.test (deleted) * code/trunk/src/network/NetworkPrereqs.h (modified) * code/trunk/src/network/TrafficControl.h (modified) * code/trunk/src/network/packet/Acknowledgement.cc (modified) * code/trunk/src/network/packet/CMakeLists.txt (modified) * code/trunk/src/network/packet/Gamestate.cc (modified) * code/trunk/src/network/packet/Packet.cc (modified) * code/trunk/src/network/packet/Packet.h (modified) * code/trunk/src/network/synchronisable/CMakeLists.txt (modified) * code/trunk/src/network/synchronisable/NetworkCallback.h (modified) * code/trunk/src/network/synchronisable/Synchronisable.cc (modified) * code/trunk/src/network/synchronisable/Synchronisable.h (modified) * code/trunk/src/network/synchronisable/SynchronisableVariable.cc (modified) * code/trunk/src/network/synchronisable/SynchronisableVariable.h (modified) * code/trunk/src/ogreceguirenderer (copied) * code/trunk/src/ogreceguirenderer/AUTHORS (copied) * code/trunk/src/ogreceguirenderer/CMakeLists.txt (copied) * code/trunk/src/ogreceguirenderer/COPYING (copied) * code/trunk/src/ogreceguirenderer/OgreCEGUIRenderer.cpp (copied) * code/trunk/src/ogreceguirenderer/OgreCEGUIRenderer.h (copied) * code/trunk/src/ogreceguirenderer/OgreCEGUIResourceProvider.cpp (copied) * code/trunk/src/ogreceguirenderer/OgreCEGUIResourceProvider.h (copied) * code/trunk/src/ogreceguirenderer/OgreCEGUITexture.cpp (copied) * code/trunk/src/ogreceguirenderer/OgreCEGUITexture.h (copied) * code/trunk/src/ogreceguirenderer/VERSION (copied) * code/trunk/src/ogreceguirenderer/changes_orxonox.diff (copied) * code/trunk/src/ois/CMakeLists.txt (modified) * code/trunk/src/ois/OISException.cpp (modified) * code/trunk/src/ois/OISException.h (modified) * code/trunk/src/ois/VERSION (copied) * code/trunk/src/ois/changes_orxonox.diff (copied) * code/trunk/src/ois/linux/CMakeLists.txt (copied) * code/trunk/src/ois/linux/LinuxKeyboard.cpp (modified) * code/trunk/src/ois/mac/CMakeLists.txt (copied) * code/trunk/src/ois/win32/CMakeLists.txt (copied) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/CameraManager.cc (modified) * code/trunk/src/orxonox/CameraManager.h (modified) * code/trunk/src/orxonox/Main.cc (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/OrxonoxStableHeaders.h (deleted) * code/trunk/src/orxonox/PrecompiledHeaderFiles.cc (deleted) * code/trunk/src/orxonox/Settings.cc (deleted) * code/trunk/src/orxonox/Settings.h (deleted) * code/trunk/src/orxonox/gamestates/CMakeLists.txt (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.cc (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.h (modified) * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.h (modified) * code/trunk/src/orxonox/gamestates/GSRoot.cc (modified) * code/trunk/src/orxonox/gamestates/GSRoot.h (modified) * code/trunk/src/orxonox/gui/CMakeLists.txt (modified) * code/trunk/src/orxonox/gui/GUIManager.cc (modified) * code/trunk/src/orxonox/gui/GUIManager.h (modified) * code/trunk/src/orxonox/gui/OgreCEGUIRenderer.cpp (deleted) * code/trunk/src/orxonox/gui/OgreCEGUIRenderer.h (deleted) * code/trunk/src/orxonox/gui/OgreCEGUIResourceProvider.cpp (deleted) * code/trunk/src/orxonox/gui/OgreCEGUIResourceProvider.h (deleted) * code/trunk/src/orxonox/gui/OgreCEGUITexture.cpp (deleted) * code/trunk/src/orxonox/gui/OgreCEGUITexture.h (deleted) * code/trunk/src/orxonox/objects/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/Level.cc (modified) * code/trunk/src/orxonox/objects/Level.h (modified) * code/trunk/src/orxonox/objects/collisionshapes (modified) * code/trunk/src/orxonox/objects/collisionshapes/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/controllers/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/gametypes/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/trunk/src/orxonox/objects/infos/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/items/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/pickup/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/pickup/Usable.h (modified) * code/trunk/src/orxonox/objects/quest/AddQuest.cc (modified) * code/trunk/src/orxonox/objects/quest/AddQuest.h (modified) * code/trunk/src/orxonox/objects/quest/AddQuestHint.cc (modified) * code/trunk/src/orxonox/objects/quest/AddQuestHint.h (modified) * code/trunk/src/orxonox/objects/quest/AddReward.cc (modified) * code/trunk/src/orxonox/objects/quest/AddReward.h (modified) * code/trunk/src/orxonox/objects/quest/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/quest/ChangeQuestStatus.cc (modified) * code/trunk/src/orxonox/objects/quest/ChangeQuestStatus.h (modified) * code/trunk/src/orxonox/objects/quest/CompleteQuest.cc (modified) * code/trunk/src/orxonox/objects/quest/CompleteQuest.h (modified) * code/trunk/src/orxonox/objects/quest/FailQuest.cc (modified) * code/trunk/src/orxonox/objects/quest/FailQuest.h (modified) * code/trunk/src/orxonox/objects/quest/GlobalQuest.cc (modified) * code/trunk/src/orxonox/objects/quest/GlobalQuest.h (modified) * code/trunk/src/orxonox/objects/quest/LocalQuest.cc (modified) * code/trunk/src/orxonox/objects/quest/LocalQuest.h (modified) * code/trunk/src/orxonox/objects/quest/Quest.cc (modified) * code/trunk/src/orxonox/objects/quest/Quest.h (modified) * code/trunk/src/orxonox/objects/quest/QuestDescription.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestDescription.h (modified) * code/trunk/src/orxonox/objects/quest/QuestEffect.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestEffect.h (modified) * code/trunk/src/orxonox/objects/quest/QuestHint.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestHint.h (modified) * code/trunk/src/orxonox/objects/quest/QuestItem.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestItem.h (modified) * code/trunk/src/orxonox/objects/quest/QuestManager.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestManager.h (modified) * code/trunk/src/orxonox/objects/quest/Rewardable.cc (modified) * code/trunk/src/orxonox/objects/quest/Rewardable.h (modified) * code/trunk/src/orxonox/objects/weaponSystem/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/weaponSystem/WeaponPack.cc (modified) * code/trunk/src/orxonox/objects/weaponSystem/WeaponPack.h (modified) * code/trunk/src/orxonox/objects/weaponSystem/WeaponSystem.cc (modified) * code/trunk/src/orxonox/objects/weaponSystem/WeaponSystem.h (modified) * code/trunk/src/orxonox/objects/weaponSystem/munitions/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/weaponSystem/projectiles/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/weaponSystem/weapons/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/weaponSystem/weapons/Fusion.cc (modified) * code/trunk/src/orxonox/objects/weaponSystem/weapons/Fusion.h (modified) * code/trunk/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/trunk/src/orxonox/objects/worldentities/Backlight.h (modified) * code/trunk/src/orxonox/objects/worldentities/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/worldentities/Camera.cc (modified) * code/trunk/src/orxonox/objects/worldentities/Camera.h (modified) * code/trunk/src/orxonox/objects/worldentities/MobileEntity.cc (modified) * code/trunk/src/orxonox/objects/worldentities/MobileEntity.h (modified) * code/trunk/src/orxonox/objects/worldentities/ParticleSpawner.cc (modified) * code/trunk/src/orxonox/objects/worldentities/ParticleSpawner.h (modified) * code/trunk/src/orxonox/objects/worldentities/Planet.cc (modified) * code/trunk/src/orxonox/objects/worldentities/Planet.h (modified) * code/trunk/src/orxonox/objects/worldentities/StaticEntity.cc (modified) * code/trunk/src/orxonox/objects/worldentities/StaticEntity.h (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/DistanceTrigger.h (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/Trigger.h (modified) * code/trunk/src/orxonox/orxonox.vcproj.user (copied) * code/trunk/src/orxonox/overlays/CMakeLists.txt (modified) * code/trunk/src/orxonox/overlays/console/CMakeLists.txt (modified) * code/trunk/src/orxonox/overlays/debug/CMakeLists.txt (modified) * code/trunk/src/orxonox/overlays/hud/CMakeLists.txt (modified) * code/trunk/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/trunk/src/orxonox/overlays/notifications/CMakeLists.txt (modified) * code/trunk/src/orxonox/overlays/stats/CMakeLists.txt (modified) * code/trunk/src/orxonox/pch (copied) * code/trunk/src/orxonox/pch/havepch (copied) * code/trunk/src/orxonox/pch/havepch/OrxonoxStableHeaders.h (copied) * code/trunk/src/orxonox/pch/havepch/PrecompiledHeaderFiles.cc (copied) * code/trunk/src/orxonox/pch/nopch (copied) * code/trunk/src/orxonox/pch/nopch/OrxonoxStableHeaders.h (copied) * code/trunk/src/orxonox/tolua (deleted) * code/trunk/src/orxonox/tools/CMakeLists.txt (modified) * code/trunk/src/tinyxml/CMakeLists.txt (modified) * code/trunk/src/tinyxml/VERSION (copied) * code/trunk/src/tinyxml/changes.txt (copied) * code/trunk/src/tinyxml/changes_orxonox.diff (copied) * code/trunk/src/tinyxml/readme.txt (copied) * code/trunk/src/tinyxml/ticpp.cc (deleted) * code/trunk/src/tinyxml/ticpp.cpp (copied) * code/trunk/src/tinyxml/ticpp.h (modified) * code/trunk/src/tinyxml/ticpprc.h (modified) * code/trunk/src/tinyxml/tinystr.cc (deleted) * code/trunk/src/tinyxml/tinystr.cpp (copied) * code/trunk/src/tinyxml/tinyxml.cc (deleted) * code/trunk/src/tinyxml/tinyxml.cpp (copied) * code/trunk/src/tinyxml/tinyxml.h (modified) * code/trunk/src/tinyxml/tinyxmlerror.cc (deleted) * code/trunk/src/tinyxml/tinyxmlerror.cpp (copied) * code/trunk/src/tinyxml/tinyxmlparser.cc (deleted) * code/trunk/src/tinyxml/tinyxmlparser.cpp (copied) * code/trunk/src/tolua/CMakeLists.txt (modified) * code/trunk/src/tolua/MANUAL (copied) * code/trunk/src/tolua/README (copied) * code/trunk/src/tolua/VERSION (copied) * code/trunk/src/tolua/all-5.0.lua (copied) * code/trunk/src/tolua/all-5.1.lua (copied) * code/trunk/src/tolua/changes_orxonox.diff (copied) * code/trunk/src/tolua/lua/array.lua (modified) * code/trunk/src/tolua/lua/basic.lua (modified) * code/trunk/src/tolua/lua/class.lua (modified) * code/trunk/src/tolua/lua/clean.lua (modified) * code/trunk/src/tolua/lua/code.lua (modified) * code/trunk/src/tolua/lua/compat-5.1.lua (modified) * code/trunk/src/tolua/lua/compat.lua (modified) * code/trunk/src/tolua/lua/container.lua (modified) * code/trunk/src/tolua/lua/custom.lua (modified) * code/trunk/src/tolua/lua/custom_hide.lua (modified) * code/trunk/src/tolua/lua/declaration.lua (modified) * code/trunk/src/tolua/lua/define.lua (modified) * code/trunk/src/tolua/lua/doit.lua (modified) * code/trunk/src/tolua/lua/enumerate.lua (modified) * code/trunk/src/tolua/lua/feature.lua (modified) * code/trunk/src/tolua/lua/function.lua (modified) * code/trunk/src/tolua/lua/module.lua (modified) * code/trunk/src/tolua/lua/namespace.lua (modified) * code/trunk/src/tolua/lua/operator.lua (modified) * code/trunk/src/tolua/lua/package.lua (modified) * code/trunk/src/tolua/lua/typedef.lua (modified) * code/trunk/src/tolua/lua/variable.lua (modified) * code/trunk/src/tolua/lua/verbatim.lua (modified) * code/trunk/src/tolua/tolua++.h (modified) * code/trunk/src/tolua/tolua-5.1.pkg (deleted) * code/trunk/src/tolua/tolua.c (modified) * code/trunk/src/tolua/tolua_is.c (modified) * code/trunk/src/tolua/tolua_map.c (modified) * code/trunk/src/tolua/tolua_push.c (modified) * code/trunk/src/tolua/toluabind.c (deleted) * code/trunk/src/tolua/toluabind.h (deleted) * code/trunk/src/util (modified) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/src/util/CRC32.h (modified) * code/trunk/src/util/Clipboard.cc (modified) * code/trunk/src/util/Convert.h (modified) * code/trunk/src/util/Exception.cc (modified) * code/trunk/src/util/Exception.h (modified) * code/trunk/src/util/Integers.h (deleted) * code/trunk/src/util/Math.h (modified) * code/trunk/src/util/OrxonoxPlatform.h (deleted) * code/trunk/src/util/OutputBuffer.cc (modified) * code/trunk/src/util/OutputHandler.cc (modified) * code/trunk/src/util/OutputHandler.h (modified) * code/trunk/src/util/SignalHandler.cc (modified) * code/trunk/src/util/SignalHandler.h (modified) * code/trunk/src/util/Sleep.h (modified) * code/trunk/src/util/UtilPrereqs.h (modified) * code/trunk/updateMedia.sh (deleted) * code/trunk/visual_studio (deleted) Merged buildsystem3 containing buildsystem2 containing Adi's ... Sat, 28 Feb 2009 18:15:37 GMT rgrieder [2709] * code/branches/buildsystem3/bin/CMakeLists.txt (modified) * code/branches/buildsystem3/bin/client1.bat.in (copied) * code/branches/buildsystem3/bin/client1.in (copied) * code/branches/buildsystem3/bin/client2.bat.in (copied) * code/branches/buildsystem3/bin/client2.in (copied) * code/branches/buildsystem3/bin/server.bat.in (copied) * code/branches/buildsystem3/bin/server.in (copied) * code/branches/buildsystem3/src/core/Core.cc (modified) * code/branches/buildsystem3/src/orxonox/Main.cc (modified) Added run scripts for client1, client2 and server. They will be ... Sat, 28 Feb 2009 16:10:45 GMT rgrieder [2708] * code/branches/buildsystem3/src/network/packet/Acknowledgement.cc (modified) Restraining more debug output in on the server. Sat, 28 Feb 2009 11:47:02 GMT scheusso [2707] * code/branches/buildsystem3/src/network/packet/Gamestate.cc (modified) * code/branches/buildsystem3/src/network/synchronisable/SynchronisableVariable.cc (modified) forgot to remove some unnecessary debug output and comments Sat, 28 Feb 2009 11:35:04 GMT scheusso [2706] * code/branches/buildsystem3/src/core/Identifier.h (modified) * code/branches/buildsystem3/src/network/GamestateManager.cc (modified) * code/branches/buildsystem3/src/network/packet/Gamestate.cc (modified) * code/branches/buildsystem3/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/buildsystem3/src/network/synchronisable/SynchronisableVariable.cc (modified) fixed a bug when building in release mode Fri, 27 Feb 2009 22:53:37 GMT rgrieder [2705] * code/branches/buildsystem3/bin/orxonox_dev_build.keep_me (modified) * code/branches/buildsystem3/doc/api/doxy.config.in (modified) * code/branches/buildsystem3/src/bullet/AUTHORS (modified) * code/branches/buildsystem3/src/bullet/ChangeLog (modified) * code/branches/buildsystem3/src/bullet/LICENSE (modified) * code/branches/buildsystem3/src/bullet/NEWS (modified) * code/branches/buildsystem3/src/bullet/README (modified) * code/branches/buildsystem3/src/bullet/VERSION (modified) * code/branches/buildsystem3/src/bullet/changes_orxonox.diff (modified) * code/branches/buildsystem3/src/ceguilua/AUTHORS_CEGUI (modified) * code/branches/buildsystem3/src/ceguilua/COPYING (modified) * code/branches/buildsystem3/src/ceguilua/ChangeLog (modified) * code/branches/buildsystem3/src/ceguilua/ceguilua-0.5.0/ceguilua/changes_orxonox.diff (modified) * code/branches/buildsystem3/src/ceguilua/ceguilua-0.5.0/package/exceptions.lua (modified) * code/branches/buildsystem3/src/ceguilua/ceguilua-0.6.0/ceguilua/changes_orxonox.diff (modified) * code/branches/buildsystem3/src/ceguilua/ceguilua-0.6.1/ceguilua/changes_orxonox.diff (modified) * code/branches/buildsystem3/src/ceguilua/ceguilua-0.6.2/ceguilua/changes_orxonox.diff (modified) * code/branches/buildsystem3/src/cpptcl/CHANGES (modified) * code/branches/buildsystem3/src/cpptcl/changes_orxonox.diff (modified) * code/branches/buildsystem3/src/ogreceguirenderer/changes_orxonox.diff (modified) * code/branches/buildsystem3/src/ois/VERSION (modified) * code/branches/buildsystem3/src/ois/changes_orxonox.diff (modified) * code/branches/buildsystem3/src/orxonox/objects/weaponSystem/WeaponPack.cc (modified) * code/branches/buildsystem3/src/orxonox/objects/weaponSystem/WeaponPack.h (modified) * code/branches/buildsystem3/src/orxonox/objects/weaponSystem/weapons/Fusion.cc (modified) * code/branches/buildsystem3/src/orxonox/objects/weaponSystem/weapons/Fusion.h (modified) * code/branches/buildsystem3/src/orxonox/overlays/notifications/CMakeLists.txt (modified) * code/branches/buildsystem3/src/tinyxml/changes_orxonox.diff (modified) * code/branches/buildsystem3/src/tolua/MANUAL (modified) * code/branches/buildsystem3/src/tolua/VERSION (modified) * code/branches/buildsystem3/src/tolua/changes_orxonox.diff (modified) svn:eol-style "native" No code changes at all, just line endings. Fri, 27 Feb 2009 13:46:58 GMT rgrieder [2704] * code/branches/buildsystem3/cmake/BuildConfigGCC.cmake (modified) Our code does some stuff it shouldn't do. And this can get ... Fri, 27 Feb 2009 13:44:39 GMT rgrieder [2703] * code/branches/buildsystem3/src/OrxonoxConfig.h.in (modified) * code/branches/buildsystem3/src/core/Core.cc (modified) Fixed two typos Fri, 27 Feb 2009 13:13:29 GMT rgrieder [2702] * code/branches/buildsystem3/CMakeLists.txt (modified) * code/branches/buildsystem3/cmake/BuildConfig.cmake (modified) * code/branches/buildsystem3/config/CMakeLists.txt (modified) * code/branches/buildsystem3/media/CMakeLists.txt (modified) * code/branches/buildsystem3/src/CMakeLists.txt (modified) * code/branches/buildsystem3/src/OrxonoxConfig.h.in (modified) * code/branches/buildsystem3/src/SpecialConfig.h.in (copied) * code/branches/buildsystem3/src/core/ArgumentCompletionFunctions.cc (modified) * code/branches/buildsystem3/src/core/CommandLine.cc (modified) * code/branches/buildsystem3/src/core/ConfigFileManager.cc (modified) * code/branches/buildsystem3/src/core/Core.cc (modified) * code/branches/buildsystem3/src/core/Core.h (modified) * code/branches/buildsystem3/src/core/Language.cc (modified) * code/branches/buildsystem3/src/core/LuaBind.cc (modified) * code/branches/buildsystem3/src/core/TclBind.cc (modified) * code/branches/buildsystem3/src/orxonox/Main.cc (modified) * code/branches/buildsystem3/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/buildsystem3/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/buildsystem3/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/buildsystem3/src/orxonox/gui/GUIManager.cc (modified) * code/branches/buildsystem3/src/orxonox/objects/Level.cc (modified) * code/branches/buildsystem3/src/util/CMakeLists.txt (modified) Completed work on installation: - The CMake switch INSTALL_COPYABLE ... Fri, 27 Feb 2009 12:53:41 GMT rgrieder [2701] * code/branches/buildsystem3/cmake/BuildConfigMSVC.cmake (modified) * code/branches/buildsystem3/src/ois/CMakeLists.txt (modified) No Unicode support for MSVC. MinGW also doesn't support it. Fri, 27 Feb 2009 11:51:13 GMT rgrieder [2700] * code/branches/buildsystem3/src/cpptcl/changes_orxonox.diff (modified) * code/branches/buildsystem3/src/cpptcl/cpptcl.cc (modified) CppTcl bugfix in interpreter::interpreter(string const &libpath): ... Mon, 23 Feb 2009 23:04:04 GMT rgrieder [2699] * code/branches/buildsystem3/src/orxonox/gamestates/GSGraphics.cc (modified) Typo, curiously didn't test before committing.. Mon, 23 Feb 2009 22:38:29 GMT rgrieder [2698] * code/branches/buildsystem3/cmake/BuildConfig.cmake (modified) Temporary fix for the relative path problem: On Unix, absolute paths ... Mon, 23 Feb 2009 22:35:25 GMT rgrieder [2697] * code/branches/buildsystem3/CMakeLists.txt (modified) * code/branches/buildsystem3/log (deleted) * code/branches/buildsystem3/src/orxonox/gamestates/GSGraphics.cc (modified) - Removed log folder again (not necessary at all) - Making more use ...