# # ChangeLog for code/branches/objecthierarchy/src/core/Core.cc # # Generated by Trac 1.0.9 # Jun 21, 2024, 12:43:05 AM Sun, 02 Nov 2008 11:59:58 GMT rgrieder [2114] * code/branches/objecthierarchy/src/core/BaseObject.h (modified) * code/branches/objecthierarchy/src/core/ClassFactory.h (modified) * code/branches/objecthierarchy/src/core/ClassTreeMask.cc (modified) * code/branches/objecthierarchy/src/core/ClassTreeMask.h (modified) * code/branches/objecthierarchy/src/core/Clock.h (modified) * code/branches/objecthierarchy/src/core/ConfigValueContainer.cc (modified) * code/branches/objecthierarchy/src/core/ConfigValueContainer.h (modified) * code/branches/objecthierarchy/src/core/ConfigValueIncludes.h (modified) * code/branches/objecthierarchy/src/core/Core.cc (modified) * code/branches/objecthierarchy/src/core/Core.h (modified) * code/branches/objecthierarchy/src/core/CoreIncludes.h (modified) * code/branches/objecthierarchy/src/core/Factory.cc (modified) * code/branches/objecthierarchy/src/core/Factory.h (modified) * code/branches/objecthierarchy/src/core/Identifier.cc (modified) * code/branches/objecthierarchy/src/core/Identifier.h (modified) * code/branches/objecthierarchy/src/core/Iterator.h (modified) * code/branches/objecthierarchy/src/core/Language.cc (modified) * code/branches/objecthierarchy/src/core/Language.h (modified) * code/branches/objecthierarchy/src/core/MetaObjectList.cc (modified) * code/branches/objecthierarchy/src/core/MetaObjectList.h (modified) * code/branches/objecthierarchy/src/core/ObjectList.h (modified) * code/branches/objecthierarchy/src/core/ObjectListBase.cc (modified) * code/branches/objecthierarchy/src/core/ObjectListBase.h (modified) * code/branches/objecthierarchy/src/core/OrxonoxClass.cc (modified) * code/branches/objecthierarchy/src/core/OrxonoxClass.h (modified) * code/branches/objecthierarchy/src/core/Super.h (modified) * code/branches/objecthierarchy/src/core/XMLIncludes.h (modified) * code/branches/objecthierarchy/src/core/XMLPort.h (modified) * code/branches/objecthierarchy/src/orxonox/CameraManager.h (modified) * code/branches/objecthierarchy/src/orxonox/Settings.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Tickable.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ParticleEmitter.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/ParticleInterface.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/Timer.h (modified) * code/branches/objecthierarchy/src/util/Clipboard.cc (modified) * code/branches/objecthierarchy/src/util/Clipboard.h (modified) * code/branches/objecthierarchy/src/util/Debug.h (modified) * code/branches/objecthierarchy/src/util/Math.h (modified) * code/branches/objecthierarchy/src/util/MultiType.cc (modified) * code/branches/objecthierarchy/src/util/MultiType.h (modified) * code/branches/objecthierarchy/src/util/MultiTypeValue.h (modified) * code/branches/objecthierarchy/src/util/OutputBuffer.cc (modified) * code/branches/objecthierarchy/src/util/OutputBuffer.h (modified) * code/branches/objecthierarchy/src/util/OutputHandler.cc (modified) * code/branches/objecthierarchy/src/util/OutputHandler.h (modified) * code/branches/objecthierarchy/src/util/String.cc (modified) * code/branches/objecthierarchy/src/util/String.h (modified) * code/branches/objecthierarchy/src/util/SubString.h (modified) * code/branches/objecthierarchy/visual_studio/vc8/directories.vsprops (modified) Replaced all "@file Blah.cc" with "@file" for better flexibility. ... Sun, 19 Oct 2008 12:24:33 GMT rgrieder [1949] * code/branches/objecthierarchy/src/core/Core.cc (modified) * code/branches/objecthierarchy/src/core/Core.h (modified) * code/branches/objecthierarchy/src/network/ClientConnectionListener.cc (modified) * code/branches/objecthierarchy/src/orxonox/Settings.cc (modified) * code/branches/objecthierarchy/src/orxonox/Settings.h (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSServer.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSStandalone.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/LevelInfo.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/Mesh.cc (modified) Moved all showsGraphics, hasServer, etc. functions from Settings ... Sun, 12 Oct 2008 23:08:03 GMT landauf [1912] * code/branches/objecthierarchy (copied) created branch to work on the new object-hierarchy Wed, 10 Sep 2008 10:01:46 GMT rgrieder [1762] * code/trunk/src/core/Core.cc (modified) Fix for Core::getInstance didn't work on linux.