# # ChangeLog for code/branches # # Generated by Trac 1.0.9 # May 23, 2024, 11:57:46 AM Mon, 30 Aug 2010 21:21:15 GMT rgrieder [7274] * code/branches/consolecommands3/src/libraries/core/command/Executor.cc (modified) MSVC build fix. Mon, 30 Aug 2010 20:28:08 GMT landauf [7273] * code/branches/consolecommands3/src/libraries/core/input/KeyBinderManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/input/KeyDetector.cc (modified) "KeyDetectorKeyPressed" is now a hidden command and "keybind" and ... Mon, 30 Aug 2010 20:09:08 GMT landauf [7272] * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.h (modified) using object stack and function stack together works now Mon, 30 Aug 2010 17:52:33 GMT landauf [7270] * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.h (modified) * code/branches/consolecommands3/src/libraries/core/command/Executor.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/Executor.h (modified) * code/branches/consolecommands3/src/libraries/core/command/Functor.h (modified) pushFunction() (which explicitly adds a new level to the console ... Mon, 30 Aug 2010 17:44:01 GMT landauf [7269] * code/branches/consolecommands3/src/libraries/util/SharedPtr.h (modified) ok ok... ;) Mon, 30 Aug 2010 16:27:59 GMT landauf [7267] * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.h (modified) use a base-functor instead of a base-executor in ConsoleCommand ... Mon, 30 Aug 2010 11:19:11 GMT landauf [7265] * code/branches/consolecommands3/src/libraries/core/command/Executor.cc (modified) * code/branches/consolecommands3/src/libraries/util/MultiType.h (modified) added a missing TypeTrait in MultiType which caused problems on some ... Sun, 29 Aug 2010 19:37:38 GMT landauf [7264] * code/branches/consolecommands3/src/libraries/util/CMakeLists.txt (modified) * code/branches/consolecommands3/src/libraries/util/SharedPtr.cc (added) * code/branches/consolecommands3/src/libraries/util/SharedPtr.h (modified) * code/branches/consolecommands3/src/libraries/util/SmallObjectAllocator.cc (added) * code/branches/consolecommands3/src/libraries/util/SmallObjectAllocator.h (added) Added new utility SmallObjectAllocator. Merged counter and destroyer ... Sun, 29 Aug 2010 17:11:36 GMT rgrieder [7263] * code/branches/png2/data/overlays/hudtamplates_fps.oxo (modified) * code/branches/png2/data/overlays/hudtemplates3.oxo (modified) * code/branches/png2/data/overlays/underattackhud.oxo (modified) * code/branches/png2/data/particle/smoke1.particle (modified) * code/branches/png2/src/modules/overlays/hud/HUDBar.cc (modified) * code/branches/png2/src/modules/overlays/hud/HUDNavigation.cc (modified) * code/branches/png2/src/modules/overlays/hud/HUDRadar.cc (modified) Changed *.tga to *.png in code too. Sun, 29 Aug 2010 17:10:36 GMT rgrieder [7262] * code/branches/png2 (copied) Creating separate branch for tga-->png conversion. Sun, 29 Aug 2010 17:10:09 GMT rgrieder [7261] * code/branches/png (deleted) Deleted obsolete and old branch. Sat, 28 Aug 2010 20:55:57 GMT landauf [7242] * code/branches/consolecommands3/src/libraries/core/command/Functor.h (modified) small changes regarding the return type of createFunctor() to compile ... Sat, 28 Aug 2010 17:03:06 GMT rgrieder [7241] * code/branches/consolecommands3/src/libraries/util/StringUtils.cc (modified) This is a little prettier. Sat, 28 Aug 2010 16:58:30 GMT rgrieder [7240] * code/branches/consolecommands3/src/libraries/util/StringUtils.cc (modified) C++ forbids non constant sized stack arrays. Please check whether ... Sat, 28 Aug 2010 16:35:49 GMT rgrieder [7239] * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.h (modified) Macro expansion is not clearly defined in the C++ standard ... Sat, 28 Aug 2010 14:48:48 GMT landauf [7238] * code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.h (modified) * code/branches/consolecommands3/src/libraries/core/command/TclBind.cc (modified) * code/branches/consolecommands3/src/libraries/util/StringUtils.cc (modified) * code/branches/consolecommands3/src/libraries/util/StringUtils.h (modified) added a function to compute the Levenshtein distance between two ... Fri, 27 Aug 2010 23:51:04 GMT landauf [7236] * code/branches/consolecommands3/src/libraries/core/ConfigFileManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/Core.cc (modified) * code/branches/consolecommands3/src/libraries/core/CorePrereqs.h (modified) * code/branches/consolecommands3/src/libraries/core/GUIManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/Game.cc (modified) * code/branches/consolecommands3/src/libraries/core/GraphicsManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/ArgumentCompletionFunctions.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.h (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandExecutor.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.h (modified) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommandCompilation.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/IRC.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/Shell.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/TclBind.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/TclThreadManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/input/InputManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/input/KeyBinderManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/input/KeyDetector.cc (modified) * code/branches/consolecommands3/src/libraries/core/input/Mouse.cc (modified) * code/branches/consolecommands3/src/libraries/network/Host.cc (modified) * code/branches/consolecommands3/src/libraries/tools/Timer.cc (modified) * code/branches/consolecommands3/src/modules/designtools/ScreenshotManager.cc (modified) * code/branches/consolecommands3/src/modules/designtools/SkyboxGenerator.cc (modified) * code/branches/consolecommands3/src/modules/objects/triggers/Trigger.cc (modified) * code/branches/consolecommands3/src/modules/overlays/hud/GametypeStatus.cc (modified) * code/branches/consolecommands3/src/orxonox/ChatInputHandler.cc (modified) * code/branches/consolecommands3/src/orxonox/Test.cc (modified) * code/branches/consolecommands3/src/orxonox/controllers/ArtificialController.cc (modified) * code/branches/consolecommands3/src/orxonox/controllers/HumanController.cc (modified) * code/branches/consolecommands3/src/orxonox/controllers/NewHumanController.cc (modified) * code/branches/consolecommands3/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/consolecommands3/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/consolecommands3/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/consolecommands3/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/consolecommands3/src/orxonox/overlays/OverlayGroup.cc (modified) replaced the temporary names of all ConsoleCommand related classes ... Fri, 27 Aug 2010 23:25:04 GMT landauf [7235] * code/branches/consolecommands3/src/libraries/core/command/ArgumentCompletionFunctions.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/ArgumentCompletionFunctions.h (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.h (modified) - fixed error if a command doesn't exist not being shown while using ... Fri, 27 Aug 2010 22:37:38 GMT landauf [7234] * code/branches/consolecommands3/src/libraries/core/command/ArgumentCompletionFunctions.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/ArgumentCompletionFunctions.h (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandExecutor.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandExecutor.h (modified) the unhide command now also supports auto-completion for the hidden ... Fri, 27 Aug 2010 22:02:03 GMT landauf [7233] * code/branches/consolecommands3/src/libraries/core/command/ArgumentCompleter.h (modified) * code/branches/consolecommands3/src/libraries/core/command/ArgumentCompletionFunctions.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/ArgumentCompletionFunctions.h (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.h (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandExecutor.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandExecutor.h (modified) * code/branches/consolecommands3/src/libraries/tools/Timer.cc (modified) * code/branches/consolecommands3/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/consolecommands3/src/orxonox/gamestates/GSRoot.cc (modified) - console commands "setMMSoundPath" and "printObjects" are now ... Fri, 27 Aug 2010 18:41:22 GMT landauf [7232] * code/branches/consolecommands3/src/libraries/core/command/ArgumentCompletionFunctions.cc (modified) hide commands and command groups from auto-completion if they are ... Fri, 27 Aug 2010 17:39:37 GMT landauf [7231] * code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandExecutor.cc (modified) removed debug output Fri, 27 Aug 2010 17:29:49 GMT landauf [7230] * code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.h (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandExecutor.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/Executor.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/Executor.h (modified) * code/branches/consolecommands3/src/libraries/core/input/Button.cc (modified) * code/branches/consolecommands3/src/libraries/core/input/InputCommands.cc (modified) * code/branches/consolecommands3/src/libraries/util/SubString.cc (modified) re-implemented parameter evaluation in CommandEvaluation and ... Fri, 27 Aug 2010 12:53:06 GMT landauf [7229] * code/branches/consolecommands3/src/libraries/core/command/CommandExecutor.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandExecutor.h (modified) * code/branches/consolecommands3/src/libraries/core/command/Shell.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/Shell.h (modified) implemented command cache in CommandExecutor Fri, 27 Aug 2010 12:41:03 GMT landauf [7228] * code/branches/consolecommands3/src/libraries/core/XMLPort.h (modified) * code/branches/consolecommands3/src/libraries/core/command/ArgumentCompletionFunctions.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/ArgumentCompletionFunctions.h (modified) * code/branches/consolecommands3/src/libraries/core/command/ArgumentCompletionListElement.h (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.h (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandExecutor.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandExecutor.h (modified) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.h (modified) * code/branches/consolecommands3/src/libraries/core/command/Executor.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/Executor.h (modified) * code/branches/consolecommands3/src/libraries/core/command/Shell.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/TclBind.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/TclBind.h (modified) * code/branches/consolecommands3/src/libraries/core/command/TclThreadManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/input/InputCommands.cc (modified) re-implemented CommandExecutor and CommandEvaluation. parameter ... Fri, 27 Aug 2010 11:47:49 GMT rgrieder [7227] * code/branches/ai (deleted) * code/branches/chat (deleted) * code/branches/consolecommands (deleted) * code/branches/dynamicmatch (deleted) * code/branches/gamestate (deleted) * code/branches/gamestates2 (deleted) * code/branches/levels (deleted) * code/branches/ppspickups4 (deleted) * code/branches/presentation2 (deleted) * code/branches/presentation3 (deleted) * code/branches/rocket (deleted) * code/branches/rocket2 (deleted) * code/branches/rocket3 (deleted) * code/branches/skybox2 (deleted) Removed merged and empty outdated branches. Thu, 26 Aug 2010 00:27:14 GMT landauf [7222] * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.h (modified) added access level checking Thu, 26 Aug 2010 00:06:16 GMT landauf [7221] * code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.h (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandExecutor.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandExecutor.h (modified) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.h (modified) adapted CommandExecutor and CommandEvaluation to make it compile ... Wed, 25 Aug 2010 22:29:33 GMT landauf [7220] * code/branches/consolecommands3/src/libraries/core/input/Mouse.cc (modified) * code/branches/consolecommands3/src/libraries/core/input/Mouse.h (modified) found another old console command Wed, 25 Aug 2010 22:09:12 GMT landauf [7219] * code/branches/consolecommands3/src/libraries/core/ConfigFileManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/Core.cc (modified) * code/branches/consolecommands3/src/libraries/core/CorePrereqs.h (modified) * code/branches/consolecommands3/src/libraries/core/GUIManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/Game.cc (modified) * code/branches/consolecommands3/src/libraries/core/GraphicsManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/GraphicsManager.h (modified) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommandCompilation.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/IRC.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/Shell.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/TclBind.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/TclThreadManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/input/InputManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/input/KeyBinderManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/input/KeyDetector.cc (modified) * code/branches/consolecommands3/src/libraries/core/input/KeyDetector.h (modified) * code/branches/consolecommands3/src/libraries/network/Host.cc (modified) * code/branches/consolecommands3/src/libraries/network/Host.h (modified) * code/branches/consolecommands3/src/libraries/tools/Timer.cc (modified) * code/branches/consolecommands3/src/modules/designtools/ScreenshotManager.cc (modified) * code/branches/consolecommands3/src/modules/designtools/SkyboxGenerator.cc (modified) * code/branches/consolecommands3/src/modules/objects/triggers/Trigger.cc (modified) * code/branches/consolecommands3/src/modules/overlays/hud/GametypeStatus.cc (modified) * code/branches/consolecommands3/src/modules/overlays/hud/GametypeStatus.h (modified) * code/branches/consolecommands3/src/orxonox/ChatInputHandler.cc (modified) * code/branches/consolecommands3/src/orxonox/Test.cc (modified) * code/branches/consolecommands3/src/orxonox/controllers/ArtificialController.cc (modified) * code/branches/consolecommands3/src/orxonox/controllers/HumanController.cc (modified) * code/branches/consolecommands3/src/orxonox/controllers/NewHumanController.cc (modified) * code/branches/consolecommands3/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/consolecommands3/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/consolecommands3/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/consolecommands3/src/orxonox/gametypes/Gametype.h (modified) * code/branches/consolecommands3/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/consolecommands3/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/consolecommands3/src/orxonox/overlays/OverlayGroup.cc (modified) adapted all console commands to the new interface Wed, 25 Aug 2010 21:46:32 GMT landauf [7218] * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.h (modified) some improvements/fixes in ConsoleCommand Wed, 25 Aug 2010 17:07:08 GMT landauf [7216] * code/branches/consolecommands3/src/libraries/core/Identifier.cc (modified) * code/branches/consolecommands3/src/libraries/core/Identifier.h (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandExecutor.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandExecutor.h (modified) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.h (modified) removed old console command implementation (doesn't compile) Wed, 25 Aug 2010 15:35:37 GMT landauf [7215] * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.h (modified) new console command interface now supports all functions of the old ... Wed, 25 Aug 2010 11:04:55 GMT landauf [7214] * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.h (modified) * code/branches/consolecommands3/src/libraries/core/command/Executor.h (modified) * code/branches/consolecommands3/src/libraries/core/command/Functor.h (modified) progress on the new console command interface. enhanced ... Tue, 24 Aug 2010 21:26:14 GMT landauf [7213] * code/branches/consolecommands3/src/libraries/core/command/Functor.h (modified) small changes in Functor, removed specialization for FunctorStatic ... Tue, 24 Aug 2010 14:56:37 GMT landauf [7212] * code/branches/consolecommands3/src/libraries/core/CorePrereqs.h (modified) * code/branches/consolecommands3/src/libraries/core/XMLPort.h (modified) * code/branches/consolecommands3/src/libraries/core/command/Executor.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/Executor.h (modified) * code/branches/consolecommands3/src/libraries/core/command/Functor.h (modified) * code/branches/consolecommands3/src/libraries/core/command/FunctorPtr.h (modified) * code/branches/consolecommands3/src/libraries/util/MultiType.h (modified) * code/branches/consolecommands3/src/libraries/util/SharedPtr.h (modified) re-implemented Functor - without macros! Tue, 24 Aug 2010 14:01:43 GMT landauf [7211] * code/branches/consolecommands3/data/gui/scripts/MiscConfigMenu.lua (modified) fixed Lua script after the recent changes in CommandExecutor Mon, 23 Aug 2010 16:50:22 GMT landauf [7207] * code/branches/consolecommands3/src/libraries/core/CMakeLists.txt (modified) * code/branches/consolecommands3/src/libraries/core/Core.cc (modified) * code/branches/consolecommands3/src/libraries/core/input/KeyBinderManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/input/KeyDetector.cc (modified) * code/branches/consolecommands3/src/libraries/network/Client.cc (modified) * code/branches/consolecommands3/src/libraries/network/LANDiscovery.cc (modified) * code/branches/consolecommands3/src/libraries/util/CMakeLists.txt (modified) * code/branches/consolecommands3/src/libraries/util/ScopedSingletonManager.cc (moved) * code/branches/consolecommands3/src/libraries/util/ScopedSingletonManager.h (moved) * code/branches/consolecommands3/src/modules/designtools/ScreenshotManager.cc (modified) * code/branches/consolecommands3/src/modules/designtools/SkyboxGenerator.cc (modified) * code/branches/consolecommands3/src/modules/notifications/NotificationManager.cc (modified) * code/branches/consolecommands3/src/modules/pickup/PickupManager.cc (modified) * code/branches/consolecommands3/src/modules/questsystem/QuestManager.cc (modified) * code/branches/consolecommands3/src/orxonox/CameraManager.cc (modified) * code/branches/consolecommands3/src/orxonox/ChatHistory.cc (modified) * code/branches/consolecommands3/src/orxonox/ChatInputHandler.cc (modified) * code/branches/consolecommands3/src/orxonox/LevelManager.cc (modified) * code/branches/consolecommands3/src/orxonox/MoodManager.cc (modified) * code/branches/consolecommands3/src/orxonox/PlayerManager.cc (modified) * code/branches/consolecommands3/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/consolecommands3/src/orxonox/sound/SoundManager.cc (modified) moved ScopedSingletonManager to util Mon, 23 Aug 2010 00:05:09 GMT landauf [7205] * code/branches/consolecommands3/src/libraries/core/command/ExecutorPtr.h (modified) * code/branches/consolecommands3/src/libraries/core/command/FunctorPtr.h (modified) * code/branches/consolecommands3/src/libraries/util/SharedPtr.h (moved) moved SharedPtr to util Sun, 22 Aug 2010 23:08:14 GMT landauf [7204] * code/branches/consolecommands3/src/libraries/core/BaseObject.cc (modified) * code/branches/consolecommands3/src/libraries/core/ConfigFileManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/Core.cc (modified) * code/branches/consolecommands3/src/libraries/core/CorePrereqs.h (modified) * code/branches/consolecommands3/src/libraries/core/EventIncludes.h (modified) * code/branches/consolecommands3/src/libraries/core/GUIManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/Game.cc (modified) * code/branches/consolecommands3/src/libraries/core/GraphicsManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/Identifier.cc (modified) * code/branches/consolecommands3/src/libraries/core/LuaState.cc (modified) * code/branches/consolecommands3/src/libraries/core/Thread.cc (modified) * code/branches/consolecommands3/src/libraries/core/WeakPtr.h (modified) * code/branches/consolecommands3/src/libraries/core/XMLPort.h (modified) * code/branches/consolecommands3/src/libraries/core/input/Button.cc (modified) * code/branches/consolecommands3/src/libraries/core/input/HalfAxis.cc (modified) * code/branches/consolecommands3/src/libraries/core/input/InputCommands.h (modified) * code/branches/consolecommands3/src/libraries/core/input/InputManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/input/InputState.cc (modified) * code/branches/consolecommands3/src/libraries/core/input/KeyBinderManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/input/KeyDetector.cc (modified) * code/branches/consolecommands3/src/libraries/core/input/Mouse.cc (modified) * code/branches/consolecommands3/src/libraries/network/GamestateManager.cc (modified) * code/branches/consolecommands3/src/libraries/network/Host.cc (modified) * code/branches/consolecommands3/src/libraries/network/NetworkFunction.h (modified) * code/branches/consolecommands3/src/libraries/network/Server.cc (modified) * code/branches/consolecommands3/src/libraries/tools/Timer.cc (modified) * code/branches/consolecommands3/src/libraries/tools/Timer.h (modified) * code/branches/consolecommands3/src/modules/designtools/ScreenshotManager.cc (modified) * code/branches/consolecommands3/src/modules/designtools/SkyboxGenerator.cc (modified) * code/branches/consolecommands3/src/modules/objects/triggers/Trigger.cc (modified) * code/branches/consolecommands3/src/modules/overlays/OverlaysPrecompiledHeaders.h (modified) * code/branches/consolecommands3/src/modules/overlays/hud/ChatOverlay.cc (modified) * code/branches/consolecommands3/src/modules/overlays/hud/GametypeStatus.cc (modified) * code/branches/consolecommands3/src/modules/pong/Pong.cc (modified) * code/branches/consolecommands3/src/modules/questsystem/QuestManager.cc (modified) * code/branches/consolecommands3/src/modules/questsystem/QuestsystemPrecompiledHeaders.h (modified) * code/branches/consolecommands3/src/modules/weapons/MuzzleFlash.cc (modified) * code/branches/consolecommands3/src/modules/weapons/projectiles/Projectile.cc (modified) * code/branches/consolecommands3/src/modules/weapons/weaponmodes/EnergyDrink.cc (modified) * code/branches/consolecommands3/src/modules/weapons/weaponmodes/HsW01.cc (modified) * code/branches/consolecommands3/src/orxonox/ChatInputHandler.cc (modified) * code/branches/consolecommands3/src/orxonox/OrxonoxPrecompiledHeaders.h (modified) * code/branches/consolecommands3/src/orxonox/Radar.cc (modified) * code/branches/consolecommands3/src/orxonox/Test.cc (modified) * code/branches/consolecommands3/src/orxonox/controllers/AIController.cc (modified) * code/branches/consolecommands3/src/orxonox/controllers/ArtificialController.cc (modified) * code/branches/consolecommands3/src/orxonox/controllers/DroneController.cc (modified) * code/branches/consolecommands3/src/orxonox/controllers/HumanController.cc (modified) * code/branches/consolecommands3/src/orxonox/controllers/NewHumanController.cc (modified) * code/branches/consolecommands3/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/consolecommands3/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/consolecommands3/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/consolecommands3/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/consolecommands3/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/consolecommands3/src/orxonox/gametypes/TeamBaseMatch.cc (modified) * code/branches/consolecommands3/src/orxonox/graphics/ParticleSpawner.cc (modified) * code/branches/consolecommands3/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/consolecommands3/src/orxonox/overlays/InGameConsole.h (modified) * code/branches/consolecommands3/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/consolecommands3/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/consolecommands3/src/orxonox/sound/WorldSound.cc (modified) * code/branches/consolecommands3/src/orxonox/worldentities/BigExplosion.cc (modified) * code/branches/consolecommands3/src/orxonox/worldentities/ExplosionChunk.cc (modified) * code/branches/consolecommands3/src/orxonox/worldentities/MovableEntity.cc (modified) adjusted includes in all other files Sun, 22 Aug 2010 22:58:52 GMT landauf [7203] * code/branches/consolecommands3/src/libraries/core/command/ArgumentCompleter.h (modified) * code/branches/consolecommands3/src/libraries/core/command/ArgumentCompletionFunctions.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/ArgumentCompletionFunctions.h (modified) * code/branches/consolecommands3/src/libraries/core/command/ArgumentCompletionListElement.h (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.h (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandExecutor.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/CommandExecutor.h (modified) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.h (modified) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommandCompilation.h (modified) * code/branches/consolecommands3/src/libraries/core/command/Executor.h (modified) * code/branches/consolecommands3/src/libraries/core/command/ExecutorPtr.h (modified) * code/branches/consolecommands3/src/libraries/core/command/Functor.h (modified) * code/branches/consolecommands3/src/libraries/core/command/FunctorPtr.h (modified) * code/branches/consolecommands3/src/libraries/core/command/IOConsole.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/IOConsole.h (modified) * code/branches/consolecommands3/src/libraries/core/command/IRC.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/IRC.h (modified) * code/branches/consolecommands3/src/libraries/core/command/Shell.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/Shell.h (modified) * code/branches/consolecommands3/src/libraries/core/command/TclBind.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/TclBind.h (modified) * code/branches/consolecommands3/src/libraries/core/command/TclThreadList.h (modified) * code/branches/consolecommands3/src/libraries/core/command/TclThreadManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/command/TclThreadManager.h (modified) adjusted includes in core/command/* Sun, 22 Aug 2010 22:54:08 GMT landauf [7202] * code/branches/consolecommands3/src/libraries/core/CMakeLists.txt (modified) * code/branches/consolecommands3/src/libraries/core/command (added) * code/branches/consolecommands3/src/libraries/core/command/ArgumentCompleter.h (moved) * code/branches/consolecommands3/src/libraries/core/command/ArgumentCompletionFunctions.cc (moved) * code/branches/consolecommands3/src/libraries/core/command/ArgumentCompletionFunctions.h (moved) * code/branches/consolecommands3/src/libraries/core/command/ArgumentCompletionListElement.h (moved) * code/branches/consolecommands3/src/libraries/core/command/CMakeLists.txt (added) * code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.cc (moved) * code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.h (moved) * code/branches/consolecommands3/src/libraries/core/command/CommandExecutor.cc (moved) * code/branches/consolecommands3/src/libraries/core/command/CommandExecutor.h (moved) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.cc (moved) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.h (moved) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommandCompilation.cc (moved) * code/branches/consolecommands3/src/libraries/core/command/ConsoleCommandCompilation.h (moved) * code/branches/consolecommands3/src/libraries/core/command/Executor.cc (moved) * code/branches/consolecommands3/src/libraries/core/command/Executor.h (moved) * code/branches/consolecommands3/src/libraries/core/command/ExecutorPtr.h (moved) * code/branches/consolecommands3/src/libraries/core/command/Functor.h (moved) * code/branches/consolecommands3/src/libraries/core/command/FunctorPtr.h (moved) * code/branches/consolecommands3/src/libraries/core/command/IOConsole.cc (moved) * code/branches/consolecommands3/src/libraries/core/command/IOConsole.h (moved) * code/branches/consolecommands3/src/libraries/core/command/IRC.cc (moved) * code/branches/consolecommands3/src/libraries/core/command/IRC.h (moved) * code/branches/consolecommands3/src/libraries/core/command/Shell.cc (moved) * code/branches/consolecommands3/src/libraries/core/command/Shell.h (moved) * code/branches/consolecommands3/src/libraries/core/command/TclBind.cc (moved) * code/branches/consolecommands3/src/libraries/core/command/TclBind.h (moved) * code/branches/consolecommands3/src/libraries/core/command/TclThreadList.h (moved) * code/branches/consolecommands3/src/libraries/core/command/TclThreadManager.cc (moved) * code/branches/consolecommands3/src/libraries/core/command/TclThreadManager.h (moved) moved all files related to the command execution chain to ... Sat, 21 Aug 2010 22:48:55 GMT landauf [7201] * code/branches/consolecommands3/src/libraries/core/Executor.cc (modified) * code/branches/consolecommands3/src/libraries/core/Executor.h (modified) * code/branches/consolecommands3/src/libraries/core/Functor.h (modified) * code/branches/consolecommands3/src/libraries/core/FunctorPtr.h (modified) * code/branches/consolecommands3/src/libraries/core/SharedPtr.h (modified) some cleanup in SharedPtr and its relatives Sat, 21 Aug 2010 22:27:53 GMT landauf [7200] * code/branches/consolecommands3/src/libraries/core/BaseObject.cc (modified) * code/branches/consolecommands3/src/libraries/core/EventIncludes.h (modified) * code/branches/consolecommands3/src/libraries/core/Executor.cc (modified) * code/branches/consolecommands3/src/libraries/core/Executor.h (modified) * code/branches/consolecommands3/src/libraries/core/Thread.cc (modified) * code/branches/consolecommands3/src/libraries/core/Thread.h (modified) * code/branches/consolecommands3/src/libraries/core/ThreadPool.cc (modified) * code/branches/consolecommands3/src/libraries/core/ThreadPool.h (modified) * code/branches/consolecommands3/src/libraries/core/XMLPort.h (modified) * code/branches/consolecommands3/src/libraries/tools/Timer.cc (modified) * code/branches/consolecommands3/src/libraries/tools/Timer.h (modified) * code/branches/consolecommands3/src/modules/overlays/hud/ChatOverlay.cc (modified) * code/branches/consolecommands3/src/orxonox/gametypes/Dynamicmatch.cc (modified) * code/branches/consolecommands3/src/orxonox/weaponsystem/Munition.cc (modified) createExecutor() now returns a SharedPtr instead of a pointer. ... Sat, 21 Aug 2010 20:20:09 GMT landauf [7199] * code/branches/consolecommands3/src/libraries/core/CorePrereqs.h (modified) * code/branches/consolecommands3/src/libraries/core/LuaState.cc (modified) * code/branches/consolecommands3/src/libraries/core/LuaState.h (modified) * code/branches/consolecommands3/src/libraries/core/input/KeyBinderManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/input/KeyBinderManager.h (modified) LuaFunctor better doesn't inherit from Functor since it's used ... Sat, 21 Aug 2010 19:52:13 GMT landauf [7198] * code/branches/consolecommands3/src/libraries/core/BaseObject.h (modified) * code/branches/consolecommands3/src/libraries/core/ConsoleCommand.cc (modified) * code/branches/consolecommands3/src/libraries/core/ConsoleCommand.h (modified) * code/branches/consolecommands3/src/libraries/core/Event.cc (modified) * code/branches/consolecommands3/src/libraries/core/Event.h (modified) * code/branches/consolecommands3/src/libraries/core/Executor.cc (modified) * code/branches/consolecommands3/src/libraries/core/Executor.h (modified) * code/branches/consolecommands3/src/libraries/core/Functor.h (modified) * code/branches/consolecommands3/src/libraries/core/WeakPtr.h (modified) * code/branches/consolecommands3/src/libraries/core/input/InputState.h (modified) * code/branches/consolecommands3/src/libraries/core/input/KeyBinderManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/input/KeyBinderManager.h (modified) * code/branches/consolecommands3/src/libraries/core/input/KeyDetector.h (modified) * code/branches/consolecommands3/src/libraries/network/NetworkFunction.cc (modified) * code/branches/consolecommands3/src/libraries/network/NetworkFunction.h (modified) createFunctor() now returns a SharedPtr instead of a pointer. Adapted ... Sat, 21 Aug 2010 19:03:23 GMT landauf [7197] * code/branches/consolecommands3/src/libraries/core/CorePrereqs.h (modified) * code/branches/consolecommands3/src/libraries/core/ExecutorPtr.h (modified) * code/branches/consolecommands3/src/libraries/core/FunctorPtr.h (modified) * code/branches/consolecommands3/src/libraries/core/SharedPtr.h (modified) Changed the implementation of SharedPtr again. I decided to represent ... Sat, 21 Aug 2010 14:54:29 GMT landauf [7196] * code/branches/consolecommands3/src/libraries/core/Executor.cc (modified) * code/branches/consolecommands3/src/libraries/core/Executor.h (modified) * code/branches/consolecommands3/src/libraries/core/ExecutorPtr.h (added) * code/branches/consolecommands3/src/libraries/core/Functor.h (modified) * code/branches/consolecommands3/src/libraries/core/FunctorPtr.h (added) * code/branches/consolecommands3/src/libraries/core/SharedPtr.h (modified) Changed implementation of SharedPtr, it's now non-intrusive and uses ... Sat, 21 Aug 2010 10:43:48 GMT scheusso [7195] * code/branches/network3 (copied) creating new network branch for further testing Sat, 21 Aug 2010 10:21:39 GMT scheusso [7194] * code/branches/chat2 (deleted) * code/branches/hudelements (deleted) * code/branches/lod (deleted) * code/branches/network2 (deleted) removing some branches we don't need anymore Fri, 20 Aug 2010 00:59:20 GMT landauf [7192] * code/branches/consolecommands3/src/libraries/core/Executor.cc (modified) * code/branches/consolecommands3/src/libraries/core/Executor.h (modified) * code/branches/consolecommands3/src/libraries/core/Functor.h (modified) * code/branches/consolecommands3/src/libraries/core/SharedPtr.h (added) Added a small SharedPtr template for use in Functor and Executor. ... Thu, 19 Aug 2010 16:07:52 GMT landauf [7191] * code/branches/consolecommands3/src/libraries/core/Shell.cc (modified) don't add repetitive or empty commands to the command history Thu, 19 Aug 2010 15:48:01 GMT landauf [7190] * code/branches/consolecommands3/src/libraries/core/ConfigFileManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/ConfigFileManager.h (modified) * code/branches/consolecommands3/src/libraries/network/ClientConnection.cc (modified) * code/branches/consolecommands3/src/libraries/network/Host.cc (modified) * code/branches/consolecommands3/src/libraries/network/Host.h (modified) * code/branches/consolecommands3/src/libraries/util/OutputHandler.h (modified) removed unnecessary return values from console commands "log", ... Thu, 19 Aug 2010 14:57:06 GMT landauf [7189] * code/branches/consolecommands3/src/libraries/core/CommandEvaluation.cc (modified) * code/branches/consolecommands3/src/libraries/core/CommandEvaluation.h (modified) * code/branches/consolecommands3/src/libraries/core/CommandExecutor.cc (modified) * code/branches/consolecommands3/src/libraries/core/CommandExecutor.h (modified) * code/branches/consolecommands3/src/libraries/core/Executor.cc (modified) * code/branches/consolecommands3/src/libraries/core/Executor.h (modified) * code/branches/consolecommands3/src/libraries/core/Functor.h (modified) * code/branches/consolecommands3/src/libraries/core/LuaState.cc (modified) * code/branches/consolecommands3/src/libraries/core/LuaState.h (modified) * code/branches/consolecommands3/src/libraries/core/Shell.cc (modified) * code/branches/consolecommands3/src/libraries/core/TclBind.cc (modified) * code/branches/consolecommands3/src/libraries/core/TclBind.h (modified) * code/branches/consolecommands3/src/libraries/core/TclThreadManager.cc (modified) * code/branches/consolecommands3/src/libraries/core/XMLPort.h (modified) * code/branches/consolecommands3/src/libraries/util/MultiType.h (modified) changed passing of the returnvalue in the command execution pipeline: ... Thu, 19 Aug 2010 11:23:43 GMT landauf [7188] * code/branches/consolecommands3/src/libraries/core/Executor.h (modified) * code/branches/consolecommands3/src/libraries/core/Functor.h (modified) * code/branches/consolecommands3/src/libraries/core/LuaState.h (modified) reduced amount of member variables in Functor by moving these rarely ... Thu, 19 Aug 2010 00:42:40 GMT landauf [7187] * code/branches/consolecommands3/src/libraries/core/Executor.cc (modified) * code/branches/consolecommands3/src/libraries/core/Executor.h (modified) * code/branches/consolecommands3/src/libraries/util/MultiType.h (modified) added new function to MultiType to check whether or not it contains a ... Thu, 19 Aug 2010 00:14:54 GMT landauf [7186] * code/branches/consolecommands3/src/libraries/core/ConsoleCommand.cc (modified) * code/branches/consolecommands3/src/libraries/core/ConsoleCommand.h (modified) * code/branches/consolecommands3/src/libraries/core/Executor.cc (modified) * code/branches/consolecommands3/src/libraries/core/Executor.h (modified) * code/branches/consolecommands3/src/libraries/core/Language.cc (modified) * code/branches/consolecommands3/src/libraries/core/Language.h (modified) * code/branches/consolecommands3/src/libraries/core/XMLPort.h (modified) Moved ability to possess descriptions from Executor to ... Thu, 19 Aug 2010 00:11:28 GMT landauf [7185] * code/branches/consolecommands3/src/libraries/core/ConsoleCommand.cc (modified) * code/branches/consolecommands3/src/libraries/core/ConsoleCommand.h (modified) * code/branches/consolecommands3/src/libraries/core/Functor.h (modified) continued working on the new console command interface and implementation Wed, 18 Aug 2010 14:01:38 GMT landauf [7181] * code/branches/consolecommands3/src/libraries/network/synchronisable/Serialise.h (modified) Great, looks like I created some circular dependencies between ... Wed, 18 Aug 2010 13:43:11 GMT landauf [7180] * code/branches/consolecommands3/src/libraries/core/Functor.h (modified) adjusted Functor to work with the changes introduced in r7177 Wed, 18 Aug 2010 13:39:01 GMT landauf [7179] * code/branches/consolecommands3 (modified) * code/branches/consolecommands3/src/libraries/core/ConsoleCommand.cc (modified) * code/branches/consolecommands3/src/libraries/core/ConsoleCommand.h (modified) * code/branches/consolecommands3/src/libraries/core/Functor.h (modified) * code/branches/consolecommands3/src/libraries/core/LuaState.h (modified) * code/branches/consolecommands3/src/libraries/util/Convert.h (modified) * code/branches/consolecommands3/src/libraries/util/VA_NARGS.h (copied) merged consolecommands2 to consolecommands3 Wed, 18 Aug 2010 13:28:12 GMT landauf [7178] * code/branches/consolecommands3 (copied) next annual update of the consolecommands branch Sun, 08 Aug 2010 18:53:52 GMT dafrick [7162] * code/branches/presentation3/data/gui/scripts/PickupInventory.lua (modified) * code/branches/presentation3/data/levels/pickups.oxw (modified) * code/branches/presentation3/src/modules/pickup/CMakeLists.txt (modified) * code/branches/presentation3/src/modules/pickup/CollectiblePickup.cc (added) * code/branches/presentation3/src/modules/pickup/CollectiblePickup.h (added) * code/branches/presentation3/src/modules/pickup/Pickup.cc (modified) * code/branches/presentation3/src/modules/pickup/Pickup.h (modified) * code/branches/presentation3/src/modules/pickup/PickupCollection.cc (modified) * code/branches/presentation3/src/modules/pickup/PickupCollection.h (modified) * code/branches/presentation3/src/modules/pickup/PickupCollectionIdentifier.cc (modified) * code/branches/presentation3/src/modules/pickup/PickupManager.cc (modified) * code/branches/presentation3/src/modules/pickup/PickupPrereqs.h (modified) * code/branches/presentation3/src/modules/pickup/PickupRepresentation.h (modified) * code/branches/presentation3/src/modules/pickup/PickupSpawner.cc (modified) * code/branches/presentation3/src/modules/pickup/PickupSpawner.h (modified) * code/branches/presentation3/src/modules/pickup/items/DronePickup.cc (modified) * code/branches/presentation3/src/modules/pickup/items/HealthPickup.cc (modified) * code/branches/presentation3/src/modules/pickup/items/InvisiblePickup.cc (modified) * code/branches/presentation3/src/modules/pickup/items/MetaPickup.cc (modified) * code/branches/presentation3/src/modules/pickup/items/MetaPickup.h (modified) * code/branches/presentation3/src/modules/pickup/items/ShieldPickup.cc (modified) * code/branches/presentation3/src/modules/pickup/items/SpeedPickup.cc (modified) * code/branches/presentation3/src/orxonox/CameraManager.cc (modified) * code/branches/presentation3/src/orxonox/gametypes/Dynamicmatch.cc (modified) * code/branches/presentation3/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/branches/presentation3/src/orxonox/interfaces/PickupCarrier.h (modified) * code/branches/presentation3/src/orxonox/interfaces/Pickupable.cc (modified) * code/branches/presentation3/src/orxonox/interfaces/Pickupable.h (modified) * code/branches/presentation3/src/orxonox/items/Engine.cc (modified) * code/branches/presentation3/src/orxonox/pickup/PickupIdentifier.cc (modified) * code/branches/presentation3/src/orxonox/worldentities/pawns/Pawn.cc (modified) Significant structural changes to the pickup module. Lots of bugs ... Wed, 28 Jul 2010 18:29:32 GMT scheusso [7161] * code/branches/presentation3/data/gui/layouts/MultiplayerMenu.layout (modified) * code/branches/presentation3/data/gui/scripts/MultiplayerMenu.lua (modified) * code/branches/presentation3/src/libraries/network/CMakeLists.txt (modified) * code/branches/presentation3/src/libraries/network/Client.cc (modified) * code/branches/presentation3/src/libraries/network/Client.h (modified) * code/branches/presentation3/src/libraries/network/Connection.cc (modified) * code/branches/presentation3/src/libraries/network/Connection.h (modified) * code/branches/presentation3/src/libraries/network/Host.cc (modified) * code/branches/presentation3/src/libraries/network/Host.h (modified) * code/branches/presentation3/src/libraries/network/LANDiscoverable.cc (added) * code/branches/presentation3/src/libraries/network/LANDiscoverable.h (added) * code/branches/presentation3/src/libraries/network/LANDiscovery.cc (added) * code/branches/presentation3/src/libraries/network/LANDiscovery.h (added) * code/branches/presentation3/src/libraries/network/NetworkPrereqs.h (modified) * code/branches/presentation3/src/libraries/network/Server.cc (modified) * code/branches/presentation3/src/libraries/network/Server.h (modified) * code/branches/presentation3/src/libraries/network/ServerConnection.cc (modified) * code/branches/presentation3/src/libraries/network/ServerConnection.h (modified) * code/branches/presentation3/src/libraries/network/packet/CMakeLists.txt (modified) * code/branches/presentation3/src/libraries/network/packet/Packet.cc (modified) * code/branches/presentation3/src/libraries/network/packet/ServerInformation.cc (added) * code/branches/presentation3/src/libraries/network/packet/ServerInformation.h (added) * code/branches/presentation3/src/libraries/network/synchronisable/Synchronisable.cc (modified) * code/branches/presentation3/src/libraries/util/Serialise.h (modified) * code/branches/presentation3/src/orxonox/CameraManager.cc (modified) * code/branches/presentation3/src/orxonox/Main.cc (modified) * code/branches/presentation3/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/presentation3/src/orxonox/gamestates/GSClient.h (modified) some new features: -Orxonox servers announce themselves now inside a ... Mon, 26 Jul 2010 12:56:06 GMT rgrieder [7160] * code/branches/presentation3/src/libraries/core/XMLPort.cc (modified) * code/branches/presentation3/src/libraries/core/XMLPort.h (modified) Moved the port() function of XMLPortObjectContainer from the template ... Wed, 21 Jul 2010 14:27:51 GMT scheusso [7159] * code/branches/presentation3/src/libraries/network/packet/Gamestate.cc (modified) * code/branches/presentation3/src/libraries/network/synchronisable/Synchronisable.h (modified) fixed a bug in gamestate diffing which slowed down the diff process Wed, 21 Jul 2010 12:43:10 GMT rgrieder [7158] * code/branches/presentation3/src/libraries/core/Executor.cc (modified) * code/branches/presentation3/src/libraries/core/Executor.h (modified) Reduced a dependency and removed macros in Executor. Wed, 21 Jul 2010 12:35:23 GMT rgrieder [7157] * code/branches/presentation3/src/modules/overlays/GUIOverlay.cc (modified) * code/branches/presentation3/src/modules/questsystem/notifications/NotificationQueue.cc (modified) Using our own conversion functions. Wed, 21 Jul 2010 12:34:21 GMT rgrieder [7156] * code/branches/presentation3/cmake/CompilerConfigMSVC.cmake (modified) * code/branches/presentation3/src/orxonox/sound/BaseSound.cc (modified) Removed an MSVC warning and added a missing include. Tue, 20 Jul 2010 12:08:28 GMT rgrieder [7155] * code/branches/presentation3/src/libraries/core/ConfigFileManager.cc (modified) * code/branches/presentation3/src/libraries/core/ConfigFileManager.h (modified) * code/branches/presentation3/src/libraries/util/CMakeLists.txt (modified) * code/branches/presentation3/src/libraries/util/Convert.cc (copied) * code/branches/presentation3/src/libraries/util/Convert.h (modified) Reduced a dependency in util. Mon, 12 Jul 2010 12:06:15 GMT scheusso [7154] * code/branches/presentation3/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/presentation3/src/modules/weapons/projectiles/Rocket.h (modified) * code/branches/presentation3/src/modules/weapons/weaponmodes/RocketFire.cc (modified) * code/branches/presentation3/src/orxonox/infos/PlayerInfo.cc (modified) some rocket related fixes Mon, 12 Jul 2010 11:08:58 GMT scheusso [7153] * code/branches/presentation3 (modified) * code/branches/presentation3/src/libraries/network/GamestateClient.cc (modified) * code/branches/presentation3/src/libraries/network/GamestateManager.cc (modified) * code/branches/presentation3/src/libraries/network/GamestateManager.h (modified) * code/branches/presentation3/src/libraries/network/Host.h (modified) * code/branches/presentation3/src/libraries/network/packet/Gamestate.cc (modified) * code/branches/presentation3/src/libraries/network/packet/Gamestate.h (modified) * code/branches/presentation3/src/libraries/network/packet/Packet.cc (modified) * code/branches/presentation3/src/libraries/network/synchronisable/Serialise.h (modified) * code/branches/presentation3/src/libraries/network/synchronisable/Synchronisable.cc (modified) * code/branches/presentation3/src/libraries/network/synchronisable/Synchronisable.h (modified) * code/branches/presentation3/src/modules/objects/Planet.h (modified) * code/branches/presentation3/src/modules/objects/collisionshapes/BoxCollisionShape.h (modified) * code/branches/presentation3/src/modules/objects/collisionshapes/ConeCollisionShape.h (modified) * code/branches/presentation3/src/modules/objects/collisionshapes/PlaneCollisionShape.h (modified) * code/branches/presentation3/src/modules/objects/collisionshapes/SphereCollisionShape.h (modified) * code/branches/presentation3/src/modules/pong/PongBall.h (modified) * code/branches/presentation3/src/modules/pong/PongBat.h (modified) * code/branches/presentation3/src/modules/weapons/weaponmodes/RocketFire.cc (modified) * code/branches/presentation3/src/orxonox/CMakeLists.txt (modified) * code/branches/presentation3/src/orxonox/Level.h (modified) * code/branches/presentation3/src/orxonox/Test.h (modified) * code/branches/presentation3/src/orxonox/collisionshapes/CollisionShape.h (modified) * code/branches/presentation3/src/orxonox/graphics/Backlight.h (modified) * code/branches/presentation3/src/orxonox/graphics/Billboard.h (modified) * code/branches/presentation3/src/orxonox/graphics/BlinkingBillboard.cc (modified) * code/branches/presentation3/src/orxonox/graphics/BlinkingBillboard.h (modified) * code/branches/presentation3/src/orxonox/graphics/FadingBillboard.h (modified) * code/branches/presentation3/src/orxonox/graphics/GlobalShader.h (modified) * code/branches/presentation3/src/orxonox/graphics/Light.h (modified) * code/branches/presentation3/src/orxonox/graphics/Model.h (modified) * code/branches/presentation3/src/orxonox/graphics/ParticleEmitter.h (modified) * code/branches/presentation3/src/orxonox/infos/GametypeInfo.h (modified) * code/branches/presentation3/src/orxonox/infos/HumanPlayer.h (modified) * code/branches/presentation3/src/orxonox/infos/PlayerInfo.h (modified) * code/branches/presentation3/src/orxonox/items/Engine.h (modified) * code/branches/presentation3/src/orxonox/items/MultiStateEngine.h (modified) * code/branches/presentation3/src/orxonox/sound/BaseSound.cc (modified) * code/branches/presentation3/src/orxonox/sound/BaseSound.h (modified) * code/branches/presentation3/src/orxonox/sound/WorldSound.cc (modified) * code/branches/presentation3/src/orxonox/worldentities/BigExplosion.cc (modified) * code/branches/presentation3/src/orxonox/worldentities/BigExplosion.h (modified) * code/branches/presentation3/src/orxonox/worldentities/ControllableEntity.h (modified) * code/branches/presentation3/src/orxonox/worldentities/ExplosionChunk.h (modified) * code/branches/presentation3/src/orxonox/worldentities/MobileEntity.cc (modified) * code/branches/presentation3/src/orxonox/worldentities/MovableEntity.h (modified) * code/branches/presentation3/src/orxonox/worldentities/StaticEntity.h (modified) * code/branches/presentation3/src/orxonox/worldentities/WorldEntity.h (modified) * code/branches/presentation3/src/orxonox/worldentities/pawns/Pawn.cc (modified) * code/branches/presentation3/src/orxonox/worldentities/pawns/Pawn.h (modified) * code/branches/presentation3/src/orxonox/worldentities/pawns/SpaceShip.h (modified) * code/branches/presentation3/src/orxonox/worldentities/pawns/Spectator.h (modified) - merged network2 branch into presentation3 branch (lots of network ... Wed, 23 Jun 2010 17:00:18 GMT rgrieder [7152] * code/branches/presentation3/cmake/tools/GenerateToluaBindings.cmake (modified) * code/branches/presentation3/src/external/ceguilua/CMakeLists.txt (modified) * code/branches/presentation3/src/external/tinyxml/CMakeLists.txt (modified) * code/branches/presentation3/src/external/tolua/CMakeLists.txt (modified) * code/branches/presentation3/src/libraries/core/CMakeLists.txt (modified) * code/branches/presentation3/src/orxonox/CMakeLists.txt (modified) Removed "++" signs from CMake variables and targets names. This only ... Wed, 23 Jun 2010 16:32:14 GMT rgrieder [7151] * code/branches/presentation3/cmake/tools/DetermineVersion.cmake (modified) * code/branches/presentation3/cmake/tools/FindENet.cmake (modified) Updated ENet version finding and added a warning for versions >= 1.3, ... Fri, 18 Jun 2010 18:54:01 GMT dafrick [7150] * code/branches/presentation3/src/modules/pickup/PickupManager.cc (modified) * code/branches/presentation3/src/modules/pickup/PickupSpawner.cc (modified) * code/branches/presentation3/src/modules/pickup/items/MetaPickup.cc (modified) * code/branches/presentation3/src/orxonox/interfaces/PickupCarrier.h (modified) * code/branches/presentation3/src/orxonox/interfaces/Pickupable.cc (modified) * code/branches/presentation3/src/orxonox/interfaces/Pickupable.h (modified) Untangled Pickupable and PickupCarrier a little bit. Sun, 13 Jun 2010 21:07:33 GMT adrfried [7149] * code/branches/presentation3/src/orxonox/gametypes/Dynamicmatch.h (modified) another typo fixed (recIEve → recEIve) there are more of them, but ... Sun, 13 Jun 2010 20:56:15 GMT adrfried [7148] * code/branches/presentation3/data/levels/Quest_PirateAttack.oxw (modified) * code/branches/presentation3/src/libraries/core/XMLPort.h (modified) * code/branches/presentation3/src/libraries/network/packet/ClassID.cc (modified) * code/branches/presentation3/src/libraries/util/SignalHandler.cc (modified) Typos fixed (recIEved → recEIved) Sat, 12 Jun 2010 10:39:14 GMT youngk [7147] * code/branches/presentation3/src/orxonox/MoodManager.cc (modified) * code/branches/presentation3/src/orxonox/MoodManager.h (modified) MoodManager works fine now. Thu, 10 Jun 2010 15:20:21 GMT scheusso [7144] * code/branches/rocket3 (copied) creating new rocket3 branch (out of presentation3 branch) Thu, 10 Jun 2010 11:44:21 GMT rgrieder [7143] * code/branches/presentation3/cmake/tools/TargetUtilities.cmake (modified) * code/branches/presentation3/src/CMakeLists.txt (modified) * code/branches/presentation3/src/OrxonoxConfig.cmake (modified) * code/branches/presentation3/src/external/ceguilua/CMakeLists.txt (modified) * code/branches/presentation3/src/external/ogreceguirenderer/CMakeLists.txt (modified) * code/branches/presentation3/src/external/ois/CMakeLists.txt (modified) * code/branches/presentation3/src/external/tolua/CMakeLists.txt (modified) Static linking to the libraries in src/external should work now (at ... Thu, 10 Jun 2010 09:48:59 GMT rgrieder [7142] * code/branches/presentation3/src/CMakeLists.txt (modified) * code/branches/presentation3/src/external/ois/CMakeLists.txt (modified) * code/branches/presentation3/src/external/ois/OISPrereqs.h (modified) * code/branches/presentation3/src/external/ois/changes_orxonox.diff (modified) Changed default linking behaviour of OIS to dynamic. That causes less ... Thu, 10 Jun 2010 02:14:17 GMT adrfried [7141] * code/branches/presentation3/src/external/ois/CMakeLists.txt (modified) Macros may not be empty Thu, 10 Jun 2010 01:11:13 GMT adrfried [7140] * code/branches/presentation3/README (modified) version of data license in README changed to match the one in ... Wed, 09 Jun 2010 23:30:26 GMT rgrieder [7139] * code/branches/presentation3/CMakeLists.txt (modified) * code/branches/presentation3/cmake/tools (added) * code/branches/presentation3/cmake/tools/CapitaliseName.cmake (moved) * code/branches/presentation3/cmake/tools/CheckOGREPlugins.cmake (moved) * code/branches/presentation3/cmake/tools/CompareVersionStrings.cmake (moved) * code/branches/presentation3/cmake/tools/DetermineVersion.cmake (moved) * code/branches/presentation3/cmake/tools/FindALUT.cmake (moved) * code/branches/presentation3/cmake/tools/FindCEGUI.cmake (moved) * code/branches/presentation3/cmake/tools/FindDirectX.cmake (moved) * code/branches/presentation3/cmake/tools/FindENet.cmake (moved) * code/branches/presentation3/cmake/tools/FindLua.cmake (moved) * code/branches/presentation3/cmake/tools/FindOGRE.cmake (moved) * code/branches/presentation3/cmake/tools/FindOgg.cmake (moved) * code/branches/presentation3/cmake/tools/FindPackageHandleAdvancedArgs.cmake (moved) * code/branches/presentation3/cmake/tools/FindVorbis.cmake (moved) * code/branches/presentation3/cmake/tools/FlagUtilities.cmake (moved) * code/branches/presentation3/cmake/tools/GenerateToluaBindings.cmake (moved) * code/branches/presentation3/cmake/tools/GetGCCCompilerFlags.cmake (moved) * code/branches/presentation3/cmake/tools/HandleLibraryTypes.cmake (moved) * code/branches/presentation3/cmake/tools/ParseMacroArguments.cmake (moved) * code/branches/presentation3/cmake/tools/PrecompiledHeaderFiles.cmake (moved) * code/branches/presentation3/cmake/tools/SeparateFlags.cmake (moved) * code/branches/presentation3/cmake/tools/SetCacheAdvanced.cmake (moved) * code/branches/presentation3/cmake/tools/SourceFileUtilities.cmake (moved) * code/branches/presentation3/cmake/tools/TargetUtilities.cmake (moved) Moved non-config CMake files from cmake to cmake/tools. That should ... Wed, 09 Jun 2010 23:00:59 GMT rgrieder [7138] * code/branches/presentation3/cmake/TargetUtilities.cmake (modified) DEFINE_SYMBOL should now work for static linking as well. Wed, 09 Jun 2010 22:58:40 GMT rgrieder [7137] * code/branches/presentation3/cmake/TargetUtilities.cmake (modified) Prevent possible bug if target already has compile flags. Wed, 09 Jun 2010 22:55:47 GMT rgrieder [7136] * code/branches/presentation3/src/libraries/tools/ToolsPrereqs.h (modified) * code/branches/presentation3/src/modules/designtools/DesignToolsPrereqs.h (modified) * code/branches/presentation3/src/modules/objects/ObjectsPrereqs.h (modified) * code/branches/presentation3/src/modules/overlays/OverlaysPrereqs.h (modified) * code/branches/presentation3/src/modules/pickup/PickupPrereqs.h (modified) * code/branches/presentation3/src/modules/pong/PongPrereqs.h (modified) * code/branches/presentation3/src/modules/questsystem/QuestsystemPrereqs.h (modified) * code/branches/presentation3/src/modules/weapons/WeaponsPrereqs.h (modified) Some libraries/modules were still using ORXONOX_STATIC_BUILD, which ... Wed, 09 Jun 2010 22:04:41 GMT rgrieder [7135] * code/branches/presentation3/cmake/TargetUtilities.cmake (modified) * code/branches/presentation3/src/external/ceguilua/CMakeLists.txt (modified) * code/branches/presentation3/src/external/ogreceguirenderer/CMakeLists.txt (modified) * code/branches/presentation3/src/external/ois/CMakeLists.txt (modified) * code/branches/presentation3/src/external/tolua/CMakeLists.txt (modified) * code/branches/presentation3/src/libraries/core/CMakeLists.txt (modified) * code/branches/presentation3/src/libraries/network/CMakeLists.txt (modified) * code/branches/presentation3/src/libraries/tools/CMakeLists.txt (modified) * code/branches/presentation3/src/libraries/util/CMakeLists.txt (modified) * code/branches/presentation3/src/modules/designtools/CMakeLists.txt (modified) * code/branches/presentation3/src/modules/objects/CMakeLists.txt (modified) * code/branches/presentation3/src/modules/overlays/CMakeLists.txt (modified) * code/branches/presentation3/src/modules/pickup/CMakeLists.txt (modified) * code/branches/presentation3/src/modules/pong/CMakeLists.txt (modified) * code/branches/presentation3/src/modules/questsystem/CMakeLists.txt (modified) * code/branches/presentation3/src/modules/weapons/CMakeLists.txt (modified) * code/branches/presentation3/src/orxonox/CMakeLists.txt (modified) Automatically handle DEFINE_SYMBOL for our own libraries. Also ... Wed, 09 Jun 2010 21:51:42 GMT rgrieder [7134] * code/branches/presentation3/src/external/ceguilua/ceguilua-0.6.0/ceguilua/CEGUILua.h (modified) * code/branches/presentation3/src/external/ceguilua/ceguilua-0.6.0/ceguilua/changes_orxonox.diff (modified) * code/branches/presentation3/src/external/ceguilua/ceguilua-0.6.1/ceguilua/CEGUILua.h (modified) * code/branches/presentation3/src/external/ceguilua/ceguilua-0.6.1/ceguilua/changes_orxonox.diff (modified) * code/branches/presentation3/src/external/ceguilua/ceguilua-0.6.2/ceguilua/CEGUILua.h (modified) * code/branches/presentation3/src/external/ceguilua/ceguilua-0.6.2/ceguilua/changes_orxonox.diff (modified) CEGUILua should use its own macros for static builds. Wed, 09 Jun 2010 21:45:03 GMT rgrieder [7133] * code/branches/presentation3/src/external/ogreceguirenderer/OgreCEGUIRenderer.h (modified) * code/branches/presentation3/src/external/ogreceguirenderer/changes_orxonox.diff (modified) Ogre CEGUI renderer should use its own macros for static builds. Wed, 09 Jun 2010 21:19:14 GMT rgrieder [7132] * code/branches/presentation3/cmake/TargetUtilities.cmake (modified) Bugfix in TargetUtilities.cmake: Always provide _taget_name_upper, ... Wed, 09 Jun 2010 20:08:52 GMT adrfried [7131] * code/branches/presentation3/cmake/TargetUtilities.cmake (modified) don't add version information do executables Wed, 09 Jun 2010 19:57:04 GMT adrfried [7130] * code/branches/presentation3/cmake/TargetUtilities.cmake (modified) install executables even when compiling with static Wed, 09 Jun 2010 19:46:26 GMT rgrieder [7129] * code/branches/presentation3/data/gui/layouts/MiscConfigMenu.layout (modified) * code/branches/presentation3/data/gui/scripts/ChatBox-inputonly.lua (modified) * code/branches/presentation3/data/gui/scripts/ChatBox.lua (modified) * code/branches/presentation3/data/gui/scripts/HUDSheet.lua (modified) * code/branches/presentation3/data/gui/scripts/MenuSheet.lua (modified) * code/branches/presentation3/data/gui/scripts/MiscConfigMenu.lua (modified) * code/branches/presentation3/data/levels/Fight in our Back.oxw (modified) * code/branches/presentation3/data/levels/The Time Machine.oxw (modified) * code/branches/presentation3/data/levels/includes/pickups.oxi (modified) * code/branches/presentation3/data/levels/includes/weaponsettings_swallow.oxi (modified) * code/branches/presentation3/data/levels/screenshot.oxw (modified) * code/branches/presentation3/data/levels/templates/lodinformation.oxt (modified) * code/branches/presentation3/data/levels/templates/pickup_representation_templates.oxt (modified) * code/branches/presentation3/data/levels/templates/spaceship_swallow.oxt (modified) * code/branches/presentation3/data/particle/fog.particle (modified) * code/branches/presentation3/data/particle/rocketfire2.particle (modified) * code/branches/presentation3/data/particle/simplerocketfire.particle (modified) * code/branches/presentation3/src/modules/designtools/CreateStars.cc (modified) * code/branches/presentation3/src/modules/designtools/CreateStars.h (modified) * code/branches/presentation3/src/modules/designtools/ScreenshotManager.cc (modified) * code/branches/presentation3/src/modules/designtools/ScreenshotManager.h (modified) * code/branches/presentation3/src/modules/objects/triggers/DistanceMultiTrigger.cc (modified) * code/branches/presentation3/src/modules/objects/triggers/DistanceMultiTrigger.h (modified) * code/branches/presentation3/src/modules/objects/triggers/DistanceTriggerBeacon.cc (modified) * code/branches/presentation3/src/modules/objects/triggers/DistanceTriggerBeacon.h (modified) * code/branches/presentation3/src/modules/objects/triggers/EventMultiTrigger.cc (modified) * code/branches/presentation3/src/modules/objects/triggers/EventMultiTrigger.h (modified) * code/branches/presentation3/src/modules/objects/triggers/MultiTrigger.cc (modified) * code/branches/presentation3/src/modules/objects/triggers/MultiTrigger.h (modified) * code/branches/presentation3/src/modules/objects/triggers/MultiTriggerContainer.cc (modified) * code/branches/presentation3/src/modules/objects/triggers/MultiTriggerContainer.h (modified) * code/branches/presentation3/src/modules/pickup/Pickup.cc (modified) * code/branches/presentation3/src/modules/pickup/Pickup.h (modified) * code/branches/presentation3/src/modules/pickup/PickupCollectionIdentifier.cc (modified) * code/branches/presentation3/src/modules/pickup/PickupCollectionIdentifier.h (modified) * code/branches/presentation3/src/modules/pickup/PickupManager.cc (modified) * code/branches/presentation3/src/modules/pickup/PickupManager.h (modified) * code/branches/presentation3/src/modules/pickup/PickupRepresentation.cc (modified) * code/branches/presentation3/src/modules/pickup/PickupRepresentation.h (modified) * code/branches/presentation3/src/modules/pickup/items/CMakeLists.txt (modified) * code/branches/presentation3/src/modules/pickup/items/InvisiblePickup.cc (modified) * code/branches/presentation3/src/modules/pickup/items/InvisiblePickup.h (modified) * code/branches/presentation3/src/modules/weapons/RocketController.cc (modified) * code/branches/presentation3/src/modules/weapons/RocketController.h (modified) * code/branches/presentation3/src/modules/weapons/projectiles/SimpleRocket.cc (modified) * code/branches/presentation3/src/modules/weapons/projectiles/SimpleRocket.h (modified) * code/branches/presentation3/src/modules/weapons/weaponmodes/SimpleRocketFire.cc (modified) * code/branches/presentation3/src/modules/weapons/weaponmodes/SimpleRocketFire.h (modified) * code/branches/presentation3/src/orxonox/graphics/AnimatedModel.cc (modified) * code/branches/presentation3/src/orxonox/graphics/AnimatedModel.h (modified) * code/branches/presentation3/src/orxonox/graphics/CEGuiSample.cc (modified) * code/branches/presentation3/src/orxonox/interfaces/PickupCarrier.h (modified) * code/branches/presentation3/src/orxonox/interfaces/Pickupable.cc (modified) * code/branches/presentation3/src/orxonox/interfaces/Pickupable.h (modified) * code/branches/presentation3/src/orxonox/pickup/PickupIdentifier.cc (modified) * code/branches/presentation3/src/orxonox/pickup/PickupIdentifier.h (modified) * code/branches/presentation3/src/orxonox/sound/SoundStreamer.cc (modified) * code/branches/presentation3/src/orxonox/sound/SoundStreamer.h (modified) svn:eol-style "native" for all text-based files. Wed, 09 Jun 2010 19:44:41 GMT rgrieder [7128] * code/branches/presentation3/src/modules/questsystem/QuestNotification.h (modified) * code/branches/presentation3/src/modules/questsystem/notifications/NotificationOverlay.cc (modified) * code/branches/presentation3/src/modules/questsystem/notifications/NotificationOverlay.h (modified) Removed svn:executable property from source files. Wed, 09 Jun 2010 19:32:58 GMT rgrieder [7127] * code/branches/presentation3/src/libraries/core/BaseObject.cc (modified) * code/branches/presentation3/src/libraries/core/BaseObject.h (modified) * code/branches/presentation3/src/libraries/core/Event.cc (modified) * code/branches/presentation3/src/libraries/core/EventIncludes.h (modified) * code/branches/presentation3/src/libraries/core/GUIManager.h (modified) * code/branches/presentation3/src/libraries/core/OrxonoxClass.h (modified) * code/branches/presentation3/src/libraries/core/Super.h (modified) * code/branches/presentation3/src/libraries/core/Template.cc (modified) * code/branches/presentation3/src/libraries/network/packet/Chat.cc (modified) * code/branches/presentation3/src/libraries/network/synchronisable/Synchronisable.h (modified) * code/branches/presentation3/src/libraries/util/Serialise.h (modified) * code/branches/presentation3/src/modules/designtools/CreateStars.h (modified) * code/branches/presentation3/src/modules/designtools/SkyboxGenerator.cc (modified) * code/branches/presentation3/src/modules/designtools/SkyboxGenerator.h (modified) * code/branches/presentation3/src/modules/objects/Planet.cc (modified) * code/branches/presentation3/src/modules/objects/eventsystem/EventListener.cc (modified) * code/branches/presentation3/src/modules/objects/triggers/CheckPoint.cc (modified) * code/branches/presentation3/src/modules/objects/triggers/DistanceMultiTrigger.cc (modified) * code/branches/presentation3/src/modules/objects/triggers/DistanceMultiTrigger.h (modified) * code/branches/presentation3/src/modules/objects/triggers/DistanceTrigger.cc (modified) * code/branches/presentation3/src/modules/objects/triggers/DistanceTriggerBeacon.cc (modified) * code/branches/presentation3/src/modules/objects/triggers/DistanceTriggerBeacon.h (modified) * code/branches/presentation3/src/modules/objects/triggers/EventMultiTrigger.cc (modified) * code/branches/presentation3/src/modules/objects/triggers/EventMultiTrigger.h (modified) * code/branches/presentation3/src/modules/objects/triggers/MultiTrigger.cc (modified) * code/branches/presentation3/src/modules/objects/triggers/MultiTrigger.h (modified) * code/branches/presentation3/src/modules/objects/triggers/MultiTriggerContainer.cc (modified) * code/branches/presentation3/src/modules/objects/triggers/MultiTriggerContainer.h (modified) * code/branches/presentation3/src/modules/overlays/hud/GametypeFadingMessage.h (modified) * code/branches/presentation3/src/modules/overlays/hud/GametypeStaticMessage.cc (modified) * code/branches/presentation3/src/modules/overlays/hud/GametypeStaticMessage.h (modified) * code/branches/presentation3/src/modules/overlays/hud/GametypeStatus.cc (modified) * code/branches/presentation3/src/modules/overlays/hud/GametypeStatus.h (modified) * code/branches/presentation3/src/modules/overlays/hud/HUDNavigation.cc (modified) * code/branches/presentation3/src/modules/overlays/hud/HUDNavigation.h (modified) * code/branches/presentation3/src/modules/overlays/hud/HUDRadar.cc (modified) * code/branches/presentation3/src/modules/overlays/hud/HUDRadar.h (modified) * code/branches/presentation3/src/modules/pickup/DroppedPickup.cc (modified) * code/branches/presentation3/src/modules/pickup/DroppedPickup.h (modified) * code/branches/presentation3/src/modules/pickup/Pickup.h (modified) * code/branches/presentation3/src/modules/pickup/PickupCollection.cc (modified) * code/branches/presentation3/src/modules/pickup/PickupCollection.h (modified) * code/branches/presentation3/src/modules/pickup/PickupCollectionIdentifier.cc (modified) * code/branches/presentation3/src/modules/pickup/PickupCollectionIdentifier.h (modified) * code/branches/presentation3/src/modules/pickup/PickupManager.cc (modified) * code/branches/presentation3/src/modules/pickup/PickupManager.h (modified) * code/branches/presentation3/src/modules/pickup/PickupPrereqs.h (modified) * code/branches/presentation3/src/modules/pickup/PickupRepresentation.cc (modified) * code/branches/presentation3/src/modules/pickup/PickupRepresentation.h (modified) * code/branches/presentation3/src/modules/pickup/PickupSpawner.cc (modified) * code/branches/presentation3/src/modules/pickup/PickupSpawner.h (modified) * code/branches/presentation3/src/modules/pickup/items/DronePickup.cc (modified) * code/branches/presentation3/src/modules/pickup/items/DronePickup.h (modified) * code/branches/presentation3/src/modules/pickup/items/HealthPickup.cc (modified) * code/branches/presentation3/src/modules/pickup/items/HealthPickup.h (modified) * code/branches/presentation3/src/modules/pickup/items/InvisiblePickup.h (modified) * code/branches/presentation3/src/modules/pickup/items/MetaPickup.cc (modified) * code/branches/presentation3/src/modules/pickup/items/MetaPickup.h (modified) * code/branches/presentation3/src/modules/pickup/items/ShieldPickup.cc (modified) * code/branches/presentation3/src/modules/pickup/items/SpeedPickup.cc (modified) * code/branches/presentation3/src/modules/pickup/items/SpeedPickup.h (modified) * code/branches/presentation3/src/modules/questsystem/Quest.h (modified) * code/branches/presentation3/src/modules/questsystem/QuestEffectBeacon.cc (modified) * code/branches/presentation3/src/modules/questsystem/QuestItem.cc (modified) * code/branches/presentation3/src/modules/questsystem/QuestManager.cc (modified) * code/branches/presentation3/src/modules/questsystem/QuestNotification.cc (modified) * code/branches/presentation3/src/modules/questsystem/notifications/Notification.cc (modified) * code/branches/presentation3/src/modules/questsystem/notifications/NotificationManager.cc (modified) * code/branches/presentation3/src/modules/questsystem/notifications/NotificationQueue.cc (modified) * code/branches/presentation3/src/modules/weapons/RocketController.cc (modified) * code/branches/presentation3/src/modules/weapons/RocketController.h (modified) * code/branches/presentation3/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/presentation3/src/modules/weapons/projectiles/SimpleRocket.cc (modified) * code/branches/presentation3/src/modules/weapons/projectiles/SimpleRocket.h (modified) * code/branches/presentation3/src/modules/weapons/weaponmodes/SimpleRocketFire.cc (modified) * code/branches/presentation3/src/orxonox/ChatHistory.cc (modified) * code/branches/presentation3/src/orxonox/ChatHistory.h (modified) * code/branches/presentation3/src/orxonox/ChatInputHandler.cc (modified) * code/branches/presentation3/src/orxonox/ChatInputHandler.h (modified) * code/branches/presentation3/src/orxonox/Level.cc (modified) * code/branches/presentation3/src/orxonox/MoodManager.cc (modified) * code/branches/presentation3/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/presentation3/src/orxonox/Radar.cc (modified) * code/branches/presentation3/src/orxonox/controllers/AIController.cc (modified) * code/branches/presentation3/src/orxonox/controllers/ArtificialController.cc (modified) * code/branches/presentation3/src/orxonox/controllers/ArtificialController.h (modified) * code/branches/presentation3/src/orxonox/controllers/DroneController.h (modified) * code/branches/presentation3/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/presentation3/src/orxonox/graphics/MeshLodInformation.cc (modified) * code/branches/presentation3/src/orxonox/graphics/MeshLodInformation.h (modified) * code/branches/presentation3/src/orxonox/graphics/Model.cc (modified) * code/branches/presentation3/src/orxonox/graphics/Model.h (modified) * code/branches/presentation3/src/orxonox/infos/GametypeInfo.cc (modified) * code/branches/presentation3/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/branches/presentation3/src/orxonox/interfaces/PickupCarrier.h (modified) * code/branches/presentation3/src/orxonox/interfaces/Pickupable.cc (modified) * code/branches/presentation3/src/orxonox/interfaces/Pickupable.h (modified) * code/branches/presentation3/src/orxonox/interfaces/RadarViewable.cc (modified) * code/branches/presentation3/src/orxonox/interfaces/RadarViewable.h (modified) * code/branches/presentation3/src/orxonox/pickup/PickupIdentifier.cc (modified) * code/branches/presentation3/src/orxonox/pickup/PickupIdentifier.h (modified) * code/branches/presentation3/src/orxonox/worldentities/Drone.h (modified) * code/branches/presentation3/src/orxonox/worldentities/WorldEntity.cc (modified) * code/branches/presentation3/src/orxonox/worldentities/WorldEntity.h (modified) Removed excess white space at the end of lines. Wed, 09 Jun 2010 19:16:43 GMT rgrieder [7126] * code/branches/presentation3/src/libraries/util/Singleton.h (modified) Using to define NULL: I have done so in different places. Wed, 09 Jun 2010 15:34:23 GMT adrfried [7125] * code/branches/presentation3/src/libraries/util/Singleton.h (modified) * code/branches/presentation3/src/orxonox/overlays/GUISheet.cc (modified) fix includes for compiling without PCH Mon, 07 Jun 2010 21:29:56 GMT rgrieder [7123] * code/branches/presentation3/cmake/TargetUtilities.cmake (modified) Added NO_VERSION switch for targets. Mon, 07 Jun 2010 09:36:30 GMT scheusso [7122] * code/branches/presentation3/src/orxonox/gamestates/GSClient.cc (modified) changed commandline argument --ip to --dest in order to prevent ...