# # ChangeLog for code/branches/objecthierarchy # # Generated by Trac 1.0.9 # Jun 3, 2024, 9:29:25 AM Wed, 12 Dec 2007 14:11:44 GMT landauf [472] * code/branches/objecthierarchy/bin/resources.cfg (modified) * code/branches/objecthierarchy/src/orxonox/core/CoreIncludes.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/WorldEntity.h (modified) added acceleration, rotationRate and momentum Wed, 12 Dec 2007 00:22:06 GMT landauf [461] * code/branches/objecthierarchy/src/orxonox/objects/WorldEntity.cc (modified) dt Wed, 12 Dec 2007 00:18:46 GMT landauf [460] * code/branches/objecthierarchy/src/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/core/CoreIncludes.h (modified) * code/branches/objecthierarchy/src/orxonox/core/OrxonoxClass.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/WorldEntity.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/WorldEntity.h (added) * code/branches/objecthierarchy/src/orxonox/orxonox.cc (modified) first try to add a WorldEntity. at the moment it's just a class with ... Mon, 10 Dec 2007 19:34:48 GMT landauf [457] * code/branches/objecthierarchy/src/orxonox/core/ClassFactory.h (modified) * code/branches/objecthierarchy/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/objecthierarchy/src/orxonox/core/CoreIncludes.h (modified) * code/branches/objecthierarchy/src/orxonox/core/Factory.cc (modified) * code/branches/objecthierarchy/src/orxonox/core/Factory.h (modified) * code/branches/objecthierarchy/src/orxonox/core/Identifier.h (modified) * code/branches/objecthierarchy/src/orxonox/orxonox.cc (modified) changed the class-hierarchy creation: call ... Mon, 10 Dec 2007 17:14:39 GMT nicolasc [456] * code/branches/objecthierarchy/src/orxonox/core/ConfigValueContainer.cc (modified) removed some uneeded code - as requested Mon, 10 Dec 2007 17:02:34 GMT landauf [455] * code/branches/objecthierarchy/src/orxonox/core/SignalHandler.cc (modified) SignalHandler seems to work on tardis systems :) Mon, 10 Dec 2007 16:56:22 GMT landauf [454] * code/branches/objecthierarchy/src/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/core/SignalHandler.cc (added) * code/branches/objecthierarchy/src/orxonox/core/SignalHandler.h (added) * code/branches/objecthierarchy/src/orxonox/orxonox.cc (modified) no idea if this works: added chrigis SignalHandler from orxonox_v1 to ... Mon, 10 Dec 2007 16:07:46 GMT landauf [453] * code/branches/objecthierarchy/src/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/core/ClassFactory.h (modified) * code/branches/objecthierarchy/src/orxonox/core/CoreIncludes.h (modified) * code/branches/objecthierarchy/src/orxonox/core/Debug.h (added) * code/branches/objecthierarchy/src/orxonox/core/Identifier.cc (modified) * code/branches/objecthierarchy/src/orxonox/core/Identifier.h (modified) * code/branches/objecthierarchy/src/orxonox/core/Iterator.h (modified) * code/branches/objecthierarchy/src/orxonox/core/MetaObjectList.h (modified) added benschs Debug.h from orxonox_v1 include Debug.h or ... Mon, 10 Dec 2007 14:21:33 GMT landauf [452] * code/branches/objecthierarchy/src/orxonox/core/ClassFactory.h (modified) * code/branches/objecthierarchy/src/orxonox/core/Identifier.h (modified) * code/branches/objecthierarchy/src/orxonox/core/Iterator.h (modified) * code/branches/objecthierarchy/src/orxonox/core/ObjectList.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/BaseObject.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/BaseObject.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Tickable.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Timer.h (modified) More documentation and comments (it's so much fun!) Mon, 10 Dec 2007 02:55:33 GMT landauf [451] * code/branches/objecthierarchy/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/objecthierarchy/src/orxonox/core/ConfigValueContainer.h (modified) used a union to save some memory Mon, 10 Dec 2007 02:40:55 GMT landauf [450] * code/branches/objecthierarchy/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/objecthierarchy/src/orxonox/core/ConfigValueContainer.h (modified) * code/branches/objecthierarchy/src/orxonox/core/CoreIncludes.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/test3.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/test3.h (modified) added Ogre::Vector2 as configurable type Sun, 09 Dec 2007 23:30:50 GMT landauf [449] * code/branches/objecthierarchy/src/orxonox/core/ConfigValueContainer.cc (modified) improved config-file parsing - more error detection (and correction ... Sun, 09 Dec 2007 22:21:14 GMT landauf [447] * code/branches/objecthierarchy/src/orxonox/core/ClassFactory.h (modified) * code/branches/objecthierarchy/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/objecthierarchy/src/orxonox/core/ConfigValueContainer.h (modified) * code/branches/objecthierarchy/src/orxonox/core/CoreIncludes.h (modified) * code/branches/objecthierarchy/src/orxonox/core/Factory.cc (modified) * code/branches/objecthierarchy/src/orxonox/core/Factory.h (modified) * code/branches/objecthierarchy/src/orxonox/core/Identifier.cc (modified) * code/branches/objecthierarchy/src/orxonox/core/Identifier.h (modified) * code/branches/objecthierarchy/src/orxonox/core/IdentifierList.cc (modified) * code/branches/objecthierarchy/src/orxonox/core/Iterator.h (modified) * code/branches/objecthierarchy/src/orxonox/core/MetaObjectList.h (modified) * code/branches/objecthierarchy/src/orxonox/core/ObjectList.h (modified) * code/branches/objecthierarchy/src/orxonox/core/OrxonoxClass.h (modified) - added comments and doxygen-tags to the ConfigValueContainer - ... Sun, 09 Dec 2007 17:26:49 GMT landauf [443] * code/branches/objecthierarchy/src/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/core/CoreIncludes.h (moved) * code/branches/objecthierarchy/src/orxonox/objects/BaseObject.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Test.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Tickable.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Timer.h (modified) * code/branches/objecthierarchy/src/orxonox/orxonox.cc (modified) renamed IdentifierIncludes.h to CoreIncludes.h Sat, 08 Dec 2007 16:42:02 GMT landauf [435] * code/branches/objecthierarchy/src/orxonox/core/ConfigValueContainer.cc (modified) removed debug output changed filename Sat, 08 Dec 2007 16:37:26 GMT landauf [434] * code/branches/objecthierarchy/src/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/core/ConfigValueContainer.cc (added) * code/branches/objecthierarchy/src/orxonox/core/ConfigValueContainer.h (added) * code/branches/objecthierarchy/src/orxonox/core/Identifier.h (modified) * code/branches/objecthierarchy/src/orxonox/core/IdentifierIncludes.h (modified) * code/branches/objecthierarchy/src/orxonox/core/OrxonoxClass.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Tickable.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Timer.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/test3.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/test3.h (modified) * code/branches/objecthierarchy/src/orxonox/orxonox.cc (modified) added a config-file-parser and a makro ( SetConfigValue(variable, ... Tue, 04 Dec 2007 22:45:16 GMT landauf [383] * code/branches/objecthierarchy/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/core/Factory.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/test3.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/test3.h (modified) + warning output in compiler - warnings in ClassFactory (added ... Mon, 03 Dec 2007 21:02:06 GMT landauf [375] * code/branches/objecthierarchy/src/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/objects/Tickable.h (added) * code/branches/objecthierarchy/src/orxonox/objects/Timer.h (added) * code/branches/objecthierarchy/src/orxonox/objects/test1.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/test1.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/test2.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/test2.h (modified) * code/branches/objecthierarchy/src/orxonox/orxonox.cc (modified) added a "Tickable"-interface added a "Timer"-class Sun, 02 Dec 2007 01:07:01 GMT landauf [366] * code/branches/objecthierarchy/src/orxonox/core/OrxonoxClass.cc (modified) * code/branches/objecthierarchy/src/orxonox/core/OrxonoxClass.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/BaseObject.h (modified) * code/branches/objecthierarchy/src/orxonox/orxonox.cc (modified) moved common object-functions and -variables (like isA() and name_) ... Sat, 01 Dec 2007 03:24:56 GMT landauf [365] * code/branches/objecthierarchy/src/orxonox/core/ClassFactory.h (modified) * code/branches/objecthierarchy/src/orxonox/core/Factory.cc (modified) * code/branches/objecthierarchy/src/orxonox/core/Factory.h (modified) * code/branches/objecthierarchy/src/orxonox/core/Identifier.cc (modified) * code/branches/objecthierarchy/src/orxonox/core/Identifier.h (modified) * code/branches/objecthierarchy/src/orxonox/core/IdentifierIncludes.h (modified) * code/branches/objecthierarchy/src/orxonox/core/IdentifierList.cc (modified) * code/branches/objecthierarchy/src/orxonox/core/IdentifierList.h (modified) * code/branches/objecthierarchy/src/orxonox/core/Iterator.h (modified) * code/branches/objecthierarchy/src/orxonox/core/MetaObjectList.cc (modified) * code/branches/objecthierarchy/src/orxonox/core/MetaObjectList.h (modified) * code/branches/objecthierarchy/src/orxonox/core/ObjectList.h (modified) * code/branches/objecthierarchy/src/orxonox/core/OrxonoxClass.cc (modified) * code/branches/objecthierarchy/src/orxonox/core/OrxonoxClass.h (modified) added comments Fri, 30 Nov 2007 00:12:53 GMT landauf [362] * code/branches/objecthierarchy/src/orxonox/core/Factory.cc (modified) * code/branches/objecthierarchy/src/orxonox/core/Factory.h (modified) * code/branches/objecthierarchy/src/orxonox/core/Identifier.cc (modified) * code/branches/objecthierarchy/src/orxonox/core/Identifier.h (modified) * code/branches/objecthierarchy/src/orxonox/core/IdentifierIncludes.h (modified) * code/branches/objecthierarchy/src/orxonox/orxonox.cc (modified) added NetworkID Mon, 26 Nov 2007 16:26:36 GMT landauf [266] * code/branches/objecthierarchy/src/orxonox/orxonox.cc (modified) spacing in oh-branch Mon, 26 Nov 2007 16:19:23 GMT landauf [264] * code/branches/objecthierarchy/src/orxonox/orxonox.cc (modified) added tests Mon, 26 Nov 2007 15:36:14 GMT landauf [261] * code/branches/objecthierarchy (copied) created new object-hierarchy branch for documenting and, if needed, ... Mon, 26 Nov 2007 15:26:17 GMT landauf [258] * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/orxonox (copied) * code/trunk/src/orxonox/core (copied) * code/trunk/src/orxonox/core/ClassFactory.h (copied) * code/trunk/src/orxonox/core/Factory.cc (copied) * code/trunk/src/orxonox/core/Factory.h (copied) * code/trunk/src/orxonox/core/Identifier.cc (copied) * code/trunk/src/orxonox/core/Identifier.h (copied) * code/trunk/src/orxonox/core/IdentifierIncludes.h (copied) * code/trunk/src/orxonox/core/IdentifierList.cc (copied) * code/trunk/src/orxonox/core/IdentifierList.h (copied) * code/trunk/src/orxonox/core/Iterator.h (copied) * code/trunk/src/orxonox/core/MetaObjectList.cc (copied) * code/trunk/src/orxonox/core/MetaObjectList.h (copied) * code/trunk/src/orxonox/core/ObjectList.h (copied) * code/trunk/src/orxonox/core/OrxonoxClass.cc (copied) * code/trunk/src/orxonox/core/OrxonoxClass.h (copied) * code/trunk/src/orxonox/objects (copied) * code/trunk/src/orxonox/objects/BaseObject.cc (copied) * code/trunk/src/orxonox/objects/BaseObject.h (copied) * code/trunk/src/orxonox/objects/Test.h (copied) * code/trunk/src/orxonox/objects/test1.cc (copied) * code/trunk/src/orxonox/objects/test1.h (copied) * code/trunk/src/orxonox/objects/test2.cc (copied) * code/trunk/src/orxonox/objects/test2.h (copied) * code/trunk/src/orxonox/objects/test3.cc (copied) * code/trunk/src/orxonox/objects/test3.h (copied) * code/trunk/src/orxonox/orxonox.cc (moved) merged object-hierarchy back to trunk