# # ChangeLog for code/branches/objecthierarchy/src/core/XMLIncludes.h # # Generated by Trac 1.0.9 # Jun 8, 2024, 9:52:50 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, 12 Oct 2008 23:08:03 GMT landauf [1912] * code/branches/objecthierarchy (copied) created branch to work on the new object-hierarchy Sat, 27 Sep 2008 23:15:26 GMT rgrieder [1841] * code/trunk/src/core/BaseObject.h (modified) * code/trunk/src/core/Namespace.h (modified) * code/trunk/src/core/Super.h (modified) * code/trunk/src/core/XMLIncludes.h (moved) * code/trunk/src/core/XMLPort.h (modified) * code/trunk/src/network/Synchronisable.h (modified) * code/trunk/src/orxonox/OrxonoxStableHeaders.h (modified) * code/trunk/src/orxonox/gui/OgreCEGUIRenderer.h (modified) * code/trunk/src/orxonox/objects/WorldEntity.h (modified) * code/trunk/src/util/Sleep.h (modified) * code/trunk/visual_studio/vc8/core.vcproj (modified) * code/trunk/visual_studio/vc8/util.vcproj (modified) - "windows.h" --> "winbase.h" in Sleep.h. This causes less trouble ...