# # ChangeLog for code/branches/core3/src/util # # Generated by Trac 1.0.9 # Jun 1, 2024, 5:56:33 AM Sat, 06 Sep 2008 19:22:51 GMT rgrieder [1723] * code/branches/core3/src/util/Convert.h (modified) Added types long long and unsigned long long to Convert.h Sat, 06 Sep 2008 17:34:49 GMT landauf [1722] * code/branches/core3/src/util/MultiType.cc (modified) * code/branches/core3/src/util/MultiType.h (modified) * code/branches/core3/src/util/MultiTypeValue.h (modified) moved type_ from MultiType into MT_Value to avoid a possible ... Sat, 06 Sep 2008 16:30:40 GMT landauf [1720] * code/branches/core3/src/core/ConfigValueContainer.cc (modified) * code/branches/core3/src/core/Functor.h (modified) * code/branches/core3/src/util/Convert.h (modified) * code/branches/core3/src/util/MultiType.cc (modified) * code/branches/core3/src/util/MultiType.h (modified) * code/branches/core3/src/util/MultiTypeValue.h (modified) bugfix + cleanup Sat, 06 Sep 2008 16:20:33 GMT rgrieder [1718] * code/branches/core3/src/util/MultiType.h (modified) * code/branches/core3/src/util/MultiTypeValue.h (modified) msvc adaption of code ;) Sat, 06 Sep 2008 15:45:17 GMT landauf [1717] * code/branches/core3/src/util/MultiType.h (modified) several changes to avoid compiler errors with gcc4 Sat, 06 Sep 2008 14:21:56 GMT landauf [1716] * code/branches/core3/src/core/CommandEvaluation.cc (modified) * code/branches/core3/src/core/CommandEvaluation.h (modified) * code/branches/core3/src/core/ConfigValueContainer.cc (modified) * code/branches/core3/src/core/ConfigValueContainer.h (modified) * code/branches/core3/src/core/ConsoleCommand.h (modified) * code/branches/core3/src/core/Executor.cc (modified) * code/branches/core3/src/core/Executor.h (modified) * code/branches/core3/src/core/Functor.h (modified) * code/branches/core3/src/core/XMLPort.h (modified) * code/branches/core3/src/core/input/InputManager.cc (modified) * code/branches/core3/src/util/CMakeLists.txt (modified) * code/branches/core3/src/util/Convert.h (modified) * code/branches/core3/src/util/MultiType.cc (added) * code/branches/core3/src/util/MultiType.h (modified) * code/branches/core3/src/util/MultiTypeMath.cc (deleted) * code/branches/core3/src/util/MultiTypeMath.h (deleted) * code/branches/core3/src/util/MultiTypePrimitive.cc (deleted) * code/branches/core3/src/util/MultiTypePrimitive.h (deleted) * code/branches/core3/src/util/MultiTypeString.cc (deleted) * code/branches/core3/src/util/MultiTypeString.h (deleted) * code/branches/core3/src/util/MultiTypeValue.h (added) * code/branches/core3/src/util/OutputBuffer.h (modified) * code/branches/core3/src/util/UtilPrereqs.h (modified) Added new 'MultiType', replacing MultiTypePrimitive, MultiTypeString ... Thu, 19 Jun 2008 02:10:27 GMT landauf [1610] * code/branches/core3/src/core/ConfigValueContainer.cc (modified) * code/branches/core3/src/core/ConfigValueContainer.h (modified) * code/branches/core3/src/core/Core.cc (modified) * code/branches/core3/src/core/Identifier.cc (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/Shell.cc (modified) * code/branches/core3/src/core/XMLPort.h (modified) * code/branches/core3/src/orxonox/GraphicsEngine.cc (modified) * code/branches/core3/src/orxonox/Settings.cc (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/Projectile.cc (modified) * code/branches/core3/src/orxonox/objects/RotatingProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/core3/src/util/Debug.h (modified) - fixed bug #1 in ConfigValueContainer (callback not being called the ... Mon, 16 Jun 2008 17:53:40 GMT rgrieder [1606] * code/branches/core3/src/audio/AudioIncludes.h (modified) * code/branches/core3/src/audio/AudioManager.cc (modified) * code/branches/core3/src/audio/AudioStream.cc (modified) * code/branches/core3/src/core/CMakeLists.txt (modified) * code/branches/core3/src/core/CorePrereqs.h (modified) * code/branches/core3/src/util/CMakeLists.txt (modified) * code/branches/core3/src/util/Error.cc (moved) * code/branches/core3/src/util/Error.h (moved) * code/branches/core3/src/util/UtilPrereqs.h (modified) * code/branches/core3/visual_studio/vc8/core.vcproj (modified) * code/branches/core3/visual_studio/vc8/util.vcproj (modified) - removed struct ObjectListBase::Export from the forward declarations ... Thu, 12 Jun 2008 02:48:35 GMT landauf [1593] * code/branches/core3/src/util/Debug.h (modified) changed COUT(x) macros to use trinary ?: operator instead of if (...) ... Tue, 10 Jun 2008 13:35:50 GMT landauf [1586] * code/branches/core3/src/asylum/audio/_AudioObject.cc (modified) * code/branches/core3/src/asylum/loader/LevelLoader.cc (modified) * code/branches/core3/src/asylum/orxonox/SpaceshipSteering.cc (modified) * code/branches/core3/src/asylum/util/String2Number.h (modified) * code/branches/core3/src/audio/AudioManager.cc (modified) * code/branches/core3/src/audio/AudioStream.cc (modified) * code/branches/core3/src/core/CMakeLists.txt (modified) * code/branches/core3/src/core/ClassFactory.h (modified) * code/branches/core3/src/core/CommandEvaluation.cc (modified) * code/branches/core3/src/core/CommandExecutor.cc (modified) * code/branches/core3/src/core/ConsoleCommandCompilation.cc (modified) * code/branches/core3/src/core/Core.cc (modified) * code/branches/core3/src/core/Core.h (modified) * code/branches/core3/src/core/CoreIncludes.h (modified) * code/branches/core3/src/core/CorePrereqs.h (modified) * code/branches/core3/src/core/Error.cc (modified) * code/branches/core3/src/core/Executor.h (modified) * code/branches/core3/src/core/Factory.cc (modified) * code/branches/core3/src/core/Functor.h (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/Language.cc (modified) * code/branches/core3/src/core/Loader.cc (modified) * code/branches/core3/src/core/MetaObjectList.cc (modified) * code/branches/core3/src/core/NamespaceNode.cc (modified) * code/branches/core3/src/core/Shell.cc (modified) * code/branches/core3/src/core/Shell.h (modified) * code/branches/core3/src/core/SignalHandler.cc (modified) * code/branches/core3/src/core/TclBind.cc (modified) * code/branches/core3/src/core/TclThreadManager.cc (modified) * code/branches/core3/src/core/XMLPort.h (modified) * code/branches/core3/src/core/input/Button.cc (modified) * code/branches/core3/src/core/input/InputManager.cc (modified) * code/branches/core3/src/core/input/KeyBinder.cc (modified) * code/branches/core3/src/core/input/KeyDetector.cc (modified) * code/branches/core3/src/network/ClientConnection.cc (modified) * code/branches/core3/src/network/PacketDecoder.cc (modified) * code/branches/core3/src/orxonox/GraphicsEngine.cc (modified) * code/branches/core3/src/orxonox/Orxonox.cc (modified) * code/branches/core3/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/core3/src/orxonox/console/InGameConsole.cc (modified) * code/branches/core3/src/orxonox/hud/HUD.cc (modified) * code/branches/core3/src/orxonox/hud/Navigation.cc (modified) * code/branches/core3/src/orxonox/objects/Ambient.cc (modified) * code/branches/core3/src/orxonox/objects/Camera.cc (modified) * code/branches/core3/src/orxonox/objects/Skybox.cc (modified) * code/branches/core3/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/core3/src/util/CMakeLists.txt (modified) * code/branches/core3/src/util/Convert.h (modified) * code/branches/core3/src/util/Debug.h (moved) * code/branches/core3/src/util/OutputBuffer.cc (moved) * code/branches/core3/src/util/OutputBuffer.h (moved) * code/branches/core3/src/util/OutputHandler.cc (moved) * code/branches/core3/src/util/OutputHandler.h (moved) * code/branches/core3/src/util/String.h (modified) * code/branches/core3/src/util/UtilPrereqs.h (modified) moved Debug.h, OutputHandler and OutputBuffer to util, to make ... Mon, 09 Jun 2008 02:16:48 GMT landauf [1573] * code/branches/core3 (copied) created new core branch Sun, 08 Jun 2008 15:04:18 GMT landauf [1566] * code/trunk/src/orxonox/hud/Navigation.cc (modified) * code/trunk/src/orxonox/hud/RadarObject.cc (modified) * code/trunk/src/orxonox/hud/RadarObject.h (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.cc (modified) * code/trunk/src/util/Math.cc (modified) * code/trunk/src/util/Math.h (modified) - added a prediction-crosshair to the navigation focus - fixed a ...