# # ChangeLog for code/branches/core2 # # Generated by Trac 1.0.9 # May 3, 2024, 7:16:08 PM Sun, 13 Apr 2008 23:27:51 GMT landauf [1050] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/ConfigFileManager.cc (modified) * code/branches/core2/src/util/String.cc (modified) bugfix Sun, 13 Apr 2008 22:48:25 GMT landauf [1049] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/ConfigFileManager.cc (modified) * code/branches/core2/src/orxonox/core/ConfigFileManager.h (modified) * code/branches/core2/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/core2/src/orxonox/core/InputBuffer.cc (modified) * code/branches/core2/src/orxonox/objects/test3.cc (modified) * code/branches/core2/src/util/String.cc (modified) * code/branches/core2/src/util/String.h (modified) config-value accepts now strings with special chars like \n or \t and ... Sat, 12 Apr 2008 23:36:45 GMT landauf [1036] * code/branches/core2/src/orxonox/Orxonox.cc (modified) * code/branches/core2/src/orxonox/core/CMakeLists.txt (modified) * code/branches/core2/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/core2/src/orxonox/core/CorePrereqs.h (modified) * code/branches/core2/src/orxonox/core/CoreSettings.cc (added) * code/branches/core2/src/orxonox/core/CoreSettings.h (added) * code/branches/core2/src/orxonox/core/DebugLevel.cc (deleted) * code/branches/core2/src/orxonox/core/DebugLevel.h (deleted) * code/branches/core2/src/orxonox/core/Identifier.h (modified) * code/branches/core2/src/orxonox/core/Language.cc (modified) * code/branches/core2/src/orxonox/core/Language.h (modified) * code/branches/core2/src/orxonox/core/OutputHandler.cc (modified) added CoreSettings, a class containing all settings of core classes ... Sat, 12 Apr 2008 14:28:06 GMT landauf [1033] * code/branches/core2/src/orxonox/core/ConfigValueIncludes.h (modified) * code/branches/core2/src/orxonox/objects/test3.cc (modified) added a variadic macro to ConfigValueIncludes.h: ... Sat, 12 Apr 2008 13:56:36 GMT landauf [1031] * code/branches/core2/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/core2/src/orxonox/core/ConfigValueIncludes.h (modified) * code/branches/core2/src/orxonox/core/Language.cc (modified) corrected debug output in case of an invalid vector index (remember: ... Sat, 12 Apr 2008 13:34:55 GMT landauf [1030] * code/branches/core2/bin/translation_german.lang (deleted) * code/branches/core2/src/orxonox/Orxonox.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/ConfigFileManager.cc (modified) * code/branches/core2/src/orxonox/core/ConfigFileManager.h (modified) * code/branches/core2/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/core2/src/orxonox/core/ConfigValueContainer.h (modified) * code/branches/core2/src/orxonox/core/ConfigValueIncludes.h (added) * code/branches/core2/src/orxonox/core/CoreIncludes.h (modified) * code/branches/core2/src/orxonox/core/DebugLevel.cc (modified) * code/branches/core2/src/orxonox/core/Language.cc (modified) * code/branches/core2/src/orxonox/core/OutputHandler.cc (modified) * code/branches/core2/src/orxonox/objects/Fighter.cc (modified) * code/branches/core2/src/orxonox/objects/Projectile.cc (modified) * code/branches/core2/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/core2/src/orxonox/objects/test3.cc (modified) * code/branches/core2/src/orxonox/objects/test3.h (modified) extracted all config-value related macros from CoreIncludes.h and ... Thu, 10 Apr 2008 16:44:38 GMT landauf [1027] * code/branches/core2/src/orxonox/core/ConfigFileManager.cc (modified) * code/branches/core2/src/orxonox/core/ConfigFileManager.h (modified) console command 'cleanConfig' is now implemented: it drops all not- ... Thu, 10 Apr 2008 16:08:32 GMT landauf [1026] * code/branches/core2/src/orxonox/core/ConfigFileManager.cc (modified) console command 'loadSettings' works now: loads a new config file ... Thu, 10 Apr 2008 15:53:20 GMT landauf [1025] * code/branches/core2/src/orxonox/core/ConfigFileManager.cc (modified) * code/branches/core2/src/orxonox/core/ConfigFileManager.h (modified) fixed another bug. always remember: no matter how cool your feature ... Thu, 10 Apr 2008 15:35:20 GMT landauf [1023] * code/branches/core2/src/orxonox/core/ConfigFileManager.cc (modified) * code/branches/core2/src/orxonox/core/ConfigFileManager.h (modified) * code/branches/core2/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/core2/src/orxonox/core/DebugLevel.cc (modified) * code/branches/core2/src/orxonox/core/Language.cc (modified) fixed bug, removed some debug output Thu, 10 Apr 2008 14:39:06 GMT landauf [1020] * code/branches/core2/src/orxonox/Orxonox.cc (modified) * code/branches/core2/src/orxonox/core/ConfigFileManager.cc (modified) * code/branches/core2/src/orxonox/core/ConfigFileManager.h (modified) * code/branches/core2/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/core2/src/orxonox/core/ConfigValueContainer.h (modified) * code/branches/core2/src/orxonox/core/CoreIncludes.h (modified) * code/branches/core2/src/orxonox/core/DebugLevel.cc (modified) * code/branches/core2/src/orxonox/core/Language.cc (modified) * code/branches/core2/src/util/MultiTypeMath.cc (modified) * code/branches/core2/src/util/String.cc (modified) * code/branches/core2/src/util/String.h (modified) changed ConfigValueContainer to use ConfigFileManager, but there is ... Wed, 09 Apr 2008 23:24:29 GMT landauf [1006] * code/branches/core2/src/orxonox/core/CMakeLists.txt (modified) * code/branches/core2/src/orxonox/core/ConfigFileManager.cc (added) * code/branches/core2/src/orxonox/core/ConfigFileManager.h (modified) * code/branches/core2/src/util/String.cc (modified) * code/branches/core2/src/util/String.h (modified) started implementing a config-file manager, but this is still unfinished. Wed, 09 Apr 2008 17:02:06 GMT landauf [1004] * code/branches/core2/src/util/Convert.h (modified) * code/branches/core2/src/util/UtilPrereqs.h (modified) test Tue, 08 Apr 2008 17:02:46 GMT landauf [1003] * code/branches/core2/src/orxonox/core/Functor.h (modified) * code/branches/core2/src/util/Convert.h (modified) * code/branches/core2/src/util/MultiTypeMath.cc (modified) hopefully solved the conversion problem :) it's a lot of ... Mon, 07 Apr 2008 23:51:25 GMT landauf [1001] * code/branches/core2/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) * code/branches/core2/src/orxonox/core/ConsoleCommand.h (modified) * code/branches/core2/src/orxonox/core/Functor.h (modified) * code/branches/core2/src/orxonox/objects/Tickable.cc (modified) * code/branches/core2/src/orxonox/objects/Tickable.h (modified) * code/branches/core2/src/orxonox/tools/Timer.h (modified) * code/branches/core2/src/util/Convert.h (modified) * code/branches/core2/src/util/MultiTypeMath.cc (modified) * code/branches/core2/src/util/MultiTypeMath.h (modified) * code/branches/core2/src/util/MultiTypePrimitive.cc (modified) * code/branches/core2/src/util/MultiTypeString.cc (modified) * code/branches/core2/src/util/MultiTypeString.h (modified) * code/branches/core2/src/util/UtilPrereqs.h (modified) ok, be aware, here comes a big one. people with weak nerves should ... Sat, 05 Apr 2008 16:46:43 GMT landauf [995] * code/branches/core2/src/orxonox/Orxonox.h (modified) * code/branches/core2/src/orxonox/objects/Explosion.cc (modified) * code/branches/core2/src/orxonox/objects/Projectile.cc (modified) * code/branches/core2/src/orxonox/objects/test2.cc (modified) * code/branches/core2/src/orxonox/tools/Timer.cc (modified) * code/branches/core2/src/orxonox/tools/Timer.h (modified) added 'delay time command' console command that executes 'command' ... Sat, 05 Apr 2008 15:54:24 GMT landauf [994] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) * code/branches/core2/src/orxonox/core/Executor.cc (modified) * code/branches/core2/src/orxonox/core/Executor.h (modified) * code/branches/core2/src/orxonox/core/InputBuffer.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.cc (modified) * code/branches/core2/src/orxonox/core/OutputHandler.h (modified) * code/branches/core2/src/orxonox/core/XMLPort.h (modified) * code/branches/core2/src/util/Convert.h (modified) * code/branches/core2/src/util/String.cc (modified) * code/branches/core2/src/util/String.h (modified) * code/branches/core2/src/util/SubString.cc (modified) * code/branches/core2/src/util/SubString.h (modified) - added some symbols to the CommandExecutor: a) expression | ... Sat, 05 Apr 2008 01:40:10 GMT landauf [993] * code/branches/core2/src/orxonox/GraphicsEngine.cc (modified) * code/branches/core2/src/orxonox/Orxonox.cc (modified) * code/branches/core2/src/orxonox/Orxonox.h (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) * code/branches/core2/src/orxonox/core/ConsoleCommand.h (modified) * code/branches/core2/src/orxonox/core/CorePrereqs.h (modified) - added exit command: quits orxonox (no, it's not a hidden segfault ... Thu, 03 Apr 2008 17:55:41 GMT landauf [989] * code/branches/core2/src/orxonox/core/ConfigFileManager.h (added) * code/branches/core2/src/orxonox/core/ConfigValueContainer.cc (modified) sync with notebook, nothing special here Wed, 02 Apr 2008 22:05:15 GMT landauf [972] * code/branches/core2/src/orxonox/Orxonox.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) * code/branches/core2/src/orxonox/core/ConfigValueContainer.h (modified) * code/branches/core2/src/orxonox/core/InputBuffer.cc (modified) CommandExecutor autocompletes now to correct casing (even if you're ... Tue, 01 Apr 2008 21:21:24 GMT landauf [970] * code/branches/core2/src/orxonox/tools/Timer.h (modified) enhanced timer: it's now possible to let a timer call a function 1000 ... Mon, 31 Mar 2008 19:22:54 GMT landauf [968] * code/branches/core2/src/util/Clipboard.cc (modified) - added a try-catch block to avoid crashes when something strange ... Sun, 30 Mar 2008 22:25:09 GMT landauf [967] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) * code/branches/core2/src/orxonox/core/Executor.cc (modified) * code/branches/core2/src/orxonox/core/Executor.h (modified) * code/branches/core2/src/orxonox/core/Functor.h (modified) hum, i forgot what i was doing there... oh wait, i remember... it had ... Sun, 30 Mar 2008 19:27:04 GMT landauf [966] * code/branches/core2/src/orxonox/core/CMakeLists.txt (modified) * code/branches/core2/src/orxonox/core/InputBuffer.cc (modified) * code/branches/core2/src/util/CMakeLists.txt (modified) * code/branches/core2/src/util/Clipboard.cc (added) * code/branches/core2/src/util/Clipboard.h (added) added clipboard support (at the moment only for windows, but this ... Sun, 30 Mar 2008 17:15:16 GMT landauf [965] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) even smarter autocompletion Sun, 30 Mar 2008 15:15:52 GMT landauf [961] * code/branches/core2/src/util/Convert.h (modified) applied retos bugfix, thanks :) Sun, 30 Mar 2008 14:54:44 GMT landauf [960] * code/branches/core2/src/util/Convert.h (modified) * code/branches/core2/src/util/MultiTypeMath.cc (modified) * code/branches/core2/src/util/MultiTypePrimitive.cc (modified) * code/branches/core2/src/util/MultiTypeString.cc (modified) next try Sun, 30 Mar 2008 14:50:44 GMT landauf [959] * code/branches/core2/src/util/Convert.h (modified) forgot the important part :D Sun, 30 Mar 2008 14:46:26 GMT landauf [958] * code/branches/core2/src/util/Convert.h (modified) this is a try to avoid some compiler warnings on tardis Sun, 30 Mar 2008 03:38:03 GMT landauf [957] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) * code/branches/core2/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/core2/src/orxonox/core/ConfigValueContainer.h (modified) * code/branches/core2/src/orxonox/core/CoreIncludes.h (modified) * code/branches/core2/src/orxonox/core/Executor.cc (modified) * code/branches/core2/src/orxonox/core/Executor.h (modified) * code/branches/core2/src/orxonox/core/Identifier.h (modified) * code/branches/core2/src/orxonox/objects/Ambient.cc (modified) * code/branches/core2/src/orxonox/objects/Projectile.cc (modified) * code/branches/core2/src/orxonox/tools/Timer.h (modified) * code/branches/core2/src/util/String.cc (modified) - added set and tset functions to the ConfigValueContainer to ... Sat, 29 Mar 2008 23:12:18 GMT landauf [955] * code/branches/core2/src/orxonox/Orxonox.cc (modified) * code/branches/core2/src/orxonox/core/CMakeLists.txt (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) * code/branches/core2/src/orxonox/core/Functor.h (modified) * code/branches/core2/src/orxonox/core/InputBuffer.cc (added) * code/branches/core2/src/orxonox/core/InputBuffer.h (added) * code/branches/core2/src/orxonox/core/OutputHandler.h (modified) * code/branches/core2/src/orxonox/objects/SpaceShip.cc (modified) - added input buffer: this class captures key-input (at the moment ... Sat, 29 Mar 2008 14:38:10 GMT landauf [953] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) - added some functions to CommandEvaluation - added possibility of ... Sat, 29 Mar 2008 14:04:06 GMT landauf [952] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) * code/branches/core2/src/orxonox/core/CorePrereqs.h (modified) added CommandEvaluation to store the results of a command evaluation ... Sat, 29 Mar 2008 02:37:44 GMT landauf [951] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) notation: varname_s to varname_, as they're not static anymore in the ... Sat, 29 Mar 2008 01:32:36 GMT landauf [950] * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) a singleton might be better implemented with a private constructor... ... Sat, 29 Mar 2008 01:30:10 GMT landauf [949] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) * code/branches/core2/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/core2/src/orxonox/core/ConsoleCommand.h (modified) * code/branches/core2/src/orxonox/core/OutputHandler.h (modified) made CommandExecutor a singleton Fri, 28 Mar 2008 22:06:22 GMT landauf [948] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) * code/branches/core2/src/orxonox/core/DebugLevel.cc (modified) - added autocompletion function to CommandExecutor - set default ... Fri, 28 Mar 2008 21:13:58 GMT landauf [947] * code/branches/core2/src/orxonox/core/CMakeLists.txt (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.cc (added) * code/branches/core2/src/orxonox/core/CommandExecutor.h (added) * code/branches/core2/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/core2/src/orxonox/core/ConfigValueContainer.h (modified) * code/branches/core2/src/orxonox/core/ConsoleCommand.h (added) * code/branches/core2/src/orxonox/core/CorePrereqs.h (modified) * code/branches/core2/src/orxonox/core/DebugLevel.cc (modified) * code/branches/core2/src/orxonox/core/Executor.cc (modified) * code/branches/core2/src/orxonox/core/Executor.h (modified) * code/branches/core2/src/orxonox/core/Functor.h (modified) * code/branches/core2/src/orxonox/core/Identifier.cc (modified) * code/branches/core2/src/orxonox/core/Identifier.h (modified) * code/branches/core2/src/orxonox/core/OutputHandler.cc (modified) * code/branches/core2/src/orxonox/core/OutputHandler.h (modified) * code/branches/core2/src/orxonox/core/XMLPort.h (modified) * code/branches/core2/src/orxonox/objects/Ambient.cc (modified) * code/branches/core2/src/orxonox/objects/Ambient.h (modified) * code/branches/core2/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/core2/src/orxonox/objects/SpaceShip.h (modified) * code/branches/core2/src/util/MultiTypeMath.cc (modified) * code/branches/core2/src/util/MultiTypeMath.h (modified) * code/branches/core2/src/util/MultiTypePrimitive.cc (modified) * code/branches/core2/src/util/MultiTypePrimitive.h (modified) * code/branches/core2/src/util/MultiTypeString.cc (modified) * code/branches/core2/src/util/MultiTypeString.h (modified) * code/branches/core2/src/util/String.cc (modified) - added CommandExecutor - added ConsoleCommand macros - added ... Thu, 27 Mar 2008 19:23:10 GMT landauf [941] * code/branches/core2/src/orxonox/core/Identifier.h (modified) * code/branches/core2/src/orxonox/core/MetaObjectList.h (modified) - small change in the initialization of the Identifier-singleton - ... Thu, 27 Mar 2008 17:49:38 GMT landauf [939] * code/branches/core2/src/orxonox/core/Executor.cc (modified) * code/branches/core2/src/orxonox/core/Executor.h (modified) - 3 times the (almost) same implementation + macro Thu, 27 Mar 2008 16:04:41 GMT landauf [933] * code/branches/core2/src/orxonox/core/Executor.cc (modified) * code/branches/core2/src/orxonox/core/Executor.h (modified) * code/branches/core2/src/orxonox/core/XMLPort.cc (modified) * code/branches/core2/src/orxonox/core/XMLPort.h (modified) * code/branches/core2/src/util/Math.h (modified) * code/branches/core2/src/util/MultiTypeMath.cc (modified) * code/branches/core2/src/util/MultiTypeMath.h (modified) * code/branches/core2/src/util/MultiTypePrimitive.cc (modified) * code/branches/core2/src/util/MultiTypePrimitive.h (modified) * code/branches/core2/src/util/MultiTypeString.cc (modified) * code/branches/core2/src/util/MultiTypeString.h (modified) * code/branches/core2/src/util/String.h (modified) XMLPort uses now executors and has default-values. Thu, 27 Mar 2008 03:42:53 GMT landauf [932] * code/branches/core2/src/orxonox/core/Executor.cc (modified) * code/branches/core2/src/orxonox/core/Executor.h (modified) added debug output to executor Thu, 27 Mar 2008 02:56:13 GMT landauf [931] * code/branches/core2/src/orxonox/core/Executor.cc (modified) * code/branches/core2/src/orxonox/core/Executor.h (modified) * code/branches/core2/src/orxonox/core/Functor.h (modified) * code/branches/core2/src/orxonox/core/Language.cc (modified) * code/branches/core2/src/orxonox/core/XMLPort.h (modified) * code/branches/core2/src/orxonox/objects/Model.cc (modified) * code/branches/core2/src/util/Convert.h (modified) * code/branches/core2/src/util/MultiTypeString.cc (modified) * code/branches/core2/src/util/String.cc (modified) expanded Executor Wed, 26 Mar 2008 00:36:35 GMT landauf [925] * code/branches/core2/src/orxonox/core/Functor.h (modified) * code/branches/core2/src/util/Convert.h (modified) * code/branches/core2/src/util/MultiType.h (modified) * code/branches/core2/src/util/MultiTypeMath.cc (modified) * code/branches/core2/src/util/MultiTypeMath.h (modified) * code/branches/core2/src/util/MultiTypePrimitive.cc (modified) * code/branches/core2/src/util/MultiTypePrimitive.h (modified) * code/branches/core2/src/util/MultiTypeString.cc (modified) * code/branches/core2/src/util/MultiTypeString.h (modified) * code/branches/core2/src/util/tinyxml/ticpp.h (modified) - the MultiTypes can now handle pointers and xml-elements - added a ... Wed, 19 Mar 2008 19:43:36 GMT landauf [902] * code/branches/core2/src/orxonox/core/BaseObject.cc (modified) * code/branches/core2/src/orxonox/core/BaseObject.h (modified) * code/branches/core2/src/orxonox/core/CorePrereqs.h (modified) * code/branches/core2/src/orxonox/core/Loader.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.h (modified) * code/branches/core2/src/orxonox/core/XMLPort.h (modified) * code/branches/core2/src/orxonox/objects/Ambient.cc (modified) * code/branches/core2/src/orxonox/objects/Ambient.h (modified) * code/branches/core2/src/orxonox/objects/Model.cc (modified) * code/branches/core2/src/orxonox/objects/Model.h (modified) * code/branches/core2/src/orxonox/objects/Skybox.cc (modified) * code/branches/core2/src/orxonox/objects/Skybox.h (modified) * code/branches/core2/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/core2/src/orxonox/objects/SpaceShip.h (modified) * code/branches/core2/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/core2/src/orxonox/objects/WorldEntity.h (modified) using "XMLPort::Mode mode" instead of "bool loading" in all XMLPort ... Tue, 18 Mar 2008 23:38:32 GMT landauf [901] * code/branches/core2/bin/levels/sample.oxw (modified) * code/branches/core2/src/orxonox/core/Loader.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.h (modified) * code/branches/core2/src/orxonox/core/NamespaceNode.cc (modified) * code/branches/core2/src/orxonox/core/NamespaceNode.h (modified) * code/branches/core2/src/orxonox/core/XMLPort.h (modified) Namespaces are working now. I love this feature, can't stop playing ... Mon, 17 Mar 2008 21:22:07 GMT landauf [899] * code/branches/core2/src/orxonox/core/Loader.cc (modified) yet another debug output tweak Mon, 17 Mar 2008 21:17:32 GMT landauf [898] * code/branches/core2/src/orxonox/core/Namespace.cc (modified) * code/branches/core2/src/orxonox/core/XMLPort.h (modified) removed some test output in Namespace.cc and corrected one line of ... Mon, 17 Mar 2008 21:12:55 GMT landauf [897] * code/branches/core2/src/orxonox/core/Loader.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.cc (modified) bugfix Mon, 17 Mar 2008 16:05:54 GMT landauf [896] * code/branches/core2/src/orxonox/core/ClassTreeMask.cc (modified) * code/branches/core2/src/orxonox/core/ClassTreeMask.h (modified) * code/branches/core2/src/orxonox/core/Loader.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.h (modified) - added == and != operator to the ClassTreeMask - Included the ... Mon, 17 Mar 2008 00:33:00 GMT landauf [895] * code/branches/core2/src/orxonox/core/CMakeLists.txt (modified) * code/branches/core2/src/orxonox/core/CorePrereqs.h (modified) * code/branches/core2/src/orxonox/core/Namespace.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.h (modified) * code/branches/core2/src/orxonox/core/NamespaceNode.cc (added) * code/branches/core2/src/orxonox/core/NamespaceNode.h (added) * code/branches/core2/src/orxonox/core/XMLPort.h (modified) - added new XMLPortParam template to specify the template arguments / ... Mon, 10 Mar 2008 16:07:48 GMT landauf [879] * code/branches/core2/src/orxonox/core/BaseObject.h (modified) * code/branches/core2/src/orxonox/core/Namespace.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.h (modified) * code/branches/core2/src/orxonox/core/XMLPort.h (modified) * code/branches/core2/src/orxonox/objects/WorldEntity.cc (modified) started implementing the Namespace hierarchy (still unfinished) Mon, 10 Mar 2008 15:34:20 GMT landauf [878] * code/branches/core2/src/orxonox/core/BaseObject.cc (modified) * code/branches/core2/src/orxonox/core/Loader.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.h (modified) * code/branches/core2/src/orxonox/core/XMLPort.cc (modified) * code/branches/core2/src/orxonox/core/XMLPort.h (modified) * code/branches/core2/src/orxonox/objects/WorldEntity.cc (modified) added boolean bApplyLoaderMask to the XMLPortObject macro to ... Mon, 10 Mar 2008 00:43:14 GMT landauf [877] * code/branches/core2/src/orxonox/core/BaseObject.h (modified) * code/branches/core2/src/orxonox/core/CMakeLists.txt (modified) * code/branches/core2/src/orxonox/core/CorePrereqs.h (modified) * code/branches/core2/src/orxonox/core/Loader.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.cc (added) * code/branches/core2/src/orxonox/core/Namespace.h (added) * code/branches/core2/src/orxonox/core/XMLPort.h (modified) * code/branches/core2/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/core2/src/orxonox/objects/WorldEntity.h (modified) started implementing a Namespace object (which will be used in level ... Sun, 09 Mar 2008 23:27:30 GMT landauf [876] * code/branches/core2/src/orxonox/core/ClassTreeMask.cc (modified) * code/branches/core2/src/orxonox/core/Identifier.cc (modified) * code/branches/core2/src/orxonox/core/Identifier.h (modified) * code/branches/core2/src/orxonox/core/OrxonoxClass.h (modified) std::set instead of std::list for Identifier-lists (parents, ... Sun, 09 Mar 2008 16:32:54 GMT landauf [874] * code/branches/core2/src/orxonox/Orxonox.cc (modified) * code/branches/core2/src/orxonox/objects/Test.h (modified) moved core tests from core1 to core2 Sun, 09 Mar 2008 16:27:07 GMT landauf [873] * code/branches/core2/src/CMakeLists.txt (modified) * code/branches/core2/src/orxonox/CMakeLists.txt (modified) * code/branches/core2/src/orxonox/Orxonox.cc (modified) * code/branches/core2/src/orxonox/Orxonox.h (modified) simplified core2 branch Sun, 09 Mar 2008 16:01:09 GMT landauf [872] * code/branches/core2 (copied) created new core branch Sun, 09 Mar 2008 15:44:36 GMT landauf [871] * code/trunk/bin/levels/sample.oxw (modified) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/network/GameStateClient.cc (modified) * code/trunk/src/network/GameStateManager.cc (modified) * code/trunk/src/network/Synchronisable.cc (modified) * code/trunk/src/network/Synchronisable.h (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/Orxonox.h (modified) * code/trunk/src/orxonox/OrxonoxStableHeaders.h (modified) * code/trunk/src/orxonox/core/BaseObject.cc (modified) * code/trunk/src/orxonox/core/BaseObject.h (modified) * code/trunk/src/orxonox/core/CMakeLists.txt (modified) * code/trunk/src/orxonox/core/ClassFactory.h (modified) * code/trunk/src/orxonox/core/ClassManager.h (copied) * code/trunk/src/orxonox/core/ClassTreeMask.cc (copied) * code/trunk/src/orxonox/core/ClassTreeMask.h (copied) * code/trunk/src/orxonox/core/ConfigValueContainer.cc (modified) * code/trunk/src/orxonox/core/ConfigValueContainer.h (modified) * code/trunk/src/orxonox/core/CoreIncludes.h (modified) * code/trunk/src/orxonox/core/CorePrereqs.h (modified) * code/trunk/src/orxonox/core/Debug.h (modified) * code/trunk/src/orxonox/core/DebugLevel.cc (modified) * code/trunk/src/orxonox/core/DebugLevel.h (modified) * code/trunk/src/orxonox/core/Error.cc (modified) * code/trunk/src/orxonox/core/Error.h (modified) * code/trunk/src/orxonox/core/Executor.cc (copied) * code/trunk/src/orxonox/core/Executor.h (copied) * code/trunk/src/orxonox/core/Factory.cc (modified) * code/trunk/src/orxonox/core/Factory.h (modified) * code/trunk/src/orxonox/core/Functor.h (copied) * code/trunk/src/orxonox/core/Identifier.cc (modified) * code/trunk/src/orxonox/core/Identifier.h (modified) * code/trunk/src/orxonox/core/IdentifierDistributor.cc (copied) * code/trunk/src/orxonox/core/IdentifierDistributor.h (copied) * code/trunk/src/orxonox/core/IdentifierList.cc (deleted) * code/trunk/src/orxonox/core/IdentifierList.h (deleted) * code/trunk/src/orxonox/core/Iterator.h (modified) * code/trunk/src/orxonox/core/Language.cc (modified) * code/trunk/src/orxonox/core/Language.h (modified) * code/trunk/src/orxonox/core/Level.h (copied) * code/trunk/src/orxonox/core/Loader.cc (copied) * code/trunk/src/orxonox/core/Loader.h (copied) * code/trunk/src/orxonox/core/MetaObjectList.cc (modified) * code/trunk/src/orxonox/core/MetaObjectList.h (modified) * code/trunk/src/orxonox/core/ObjectList.h (modified) * code/trunk/src/orxonox/core/OrxonoxClass.cc (modified) * code/trunk/src/orxonox/core/OrxonoxClass.h (modified) * code/trunk/src/orxonox/core/OutputHandler.cc (modified) * code/trunk/src/orxonox/core/OutputHandler.h (modified) * code/trunk/src/orxonox/core/SignalHandler.cc (modified) * code/trunk/src/orxonox/core/SignalHandler.h (modified) * code/trunk/src/orxonox/core/XMLPort.cc (copied) * code/trunk/src/orxonox/core/XMLPort.h (copied) * code/trunk/src/orxonox/objects/Ambient.cc (modified) * code/trunk/src/orxonox/objects/Ambient.h (modified) * code/trunk/src/orxonox/objects/Camera.h (modified) * code/trunk/src/orxonox/objects/Explosion.h (modified) * code/trunk/src/orxonox/objects/Fighter.h (modified) * code/trunk/src/orxonox/objects/Model.cc (modified) * code/trunk/src/orxonox/objects/Model.h (modified) * code/trunk/src/orxonox/objects/NPC.h (modified) * code/trunk/src/orxonox/objects/Projectile.h (modified) * code/trunk/src/orxonox/objects/Skybox.cc (modified) * code/trunk/src/orxonox/objects/Skybox.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.h (modified) * code/trunk/src/orxonox/objects/SpaceshipSteeringObject.cc (modified) * code/trunk/src/orxonox/objects/Test.h (modified) * code/trunk/src/orxonox/objects/Tickable.cc (copied) * code/trunk/src/orxonox/objects/Tickable.h (modified) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) * code/trunk/src/orxonox/objects/WorldEntity.h (modified) * code/trunk/src/orxonox/objects/test1.cc (modified) * code/trunk/src/orxonox/objects/test2.cc (modified) * code/trunk/src/orxonox/objects/test3.cc (modified) * code/trunk/src/orxonox/objects/test3.h (modified) * code/trunk/src/orxonox/objects/weapon/AmmunitionDump.cc (modified) * code/trunk/src/orxonox/objects/weapon/AmmunitionDump.h (modified) * code/trunk/src/orxonox/objects/weapon/BarrelGun.cc (modified) * code/trunk/src/orxonox/objects/weapon/BarrelGun.h (modified) * code/trunk/src/orxonox/objects/weapon/BaseWeapon.cc (modified) * code/trunk/src/orxonox/objects/weapon/BaseWeapon.h (modified) * code/trunk/src/orxonox/objects/weapon/Bullet.cc (modified) * code/trunk/src/orxonox/objects/weapon/Bullet.h (modified) * code/trunk/src/orxonox/objects/weapon/BulletManager.cc (modified) * code/trunk/src/orxonox/objects/weapon/BulletManager.h (modified) * code/trunk/src/orxonox/tools/BillboardSet.h (modified) * code/trunk/src/orxonox/tools/Timer.cc (copied) * code/trunk/src/orxonox/tools/Timer.h (modified) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/src/util/Convert.h (modified) * code/trunk/src/util/Math.cc (copied) * code/trunk/src/util/Math.h (modified) * code/trunk/src/util/MultiType.h (copied) * code/trunk/src/util/MultiTypeMath.cc (copied) * code/trunk/src/util/MultiTypeMath.h (copied) * code/trunk/src/util/MultiTypePrimitive.cc (copied) * code/trunk/src/util/MultiTypePrimitive.h (copied) * code/trunk/src/util/MultiTypeString.cc (copied) * code/trunk/src/util/MultiTypeString.h (copied) * code/trunk/src/util/String.cc (copied) * code/trunk/src/util/String.h (copied) * code/trunk/src/util/String2Number.h (modified) * code/trunk/src/util/SubString.cc (copied) * code/trunk/src/util/SubString.h (copied) * code/trunk/src/util/UtilPrereqs.h (copied) * code/trunk/src/util/XMLIncludes.h (copied) * code/trunk/src/util/substring.cc (deleted) * code/trunk/src/util/substring.h (deleted) * code/trunk/src/util/tinyxml/TinyXMLPrereqs.h (modified) * code/trunk/src/util/tinyxml/ticpp.cc (modified) * code/trunk/src/util/tinyxml/ticpp.h (modified) * code/trunk/src/util/tinyxml/ticpprc.h (modified) * code/trunk/src/util/tinyxml/tinyxml.h (modified) merged core branch to trunk