# # ChangeLog for code/branches/objecthierarchy/src/orxonox/objects/EventListener.cc # # Generated by Trac 1.0.9 # May 24, 2024, 1:23:31 AM Sat, 01 Nov 2008 12:48:57 GMT landauf [2082] * code/branches/objecthierarchy/src/core/Event.cc (modified) * code/branches/objecthierarchy/src/core/Event.h (modified) * code/branches/objecthierarchy/src/core/EventIncludes.h (modified) * code/branches/objecthierarchy/src/core/XMLPort.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/EventListener.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/EventListener.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/EventTarget.cc (modified) - simplified some event code - prevents infinite event loops - ... Fri, 31 Oct 2008 02:31:21 GMT landauf [2074] * code/branches/objecthierarchy/src/core/BaseObject.cc (modified) * code/branches/objecthierarchy/src/core/BaseObject.h (modified) * code/branches/objecthierarchy/src/core/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/core/CorePrereqs.h (modified) * code/branches/objecthierarchy/src/core/XMLNameListener.cc (added) * code/branches/objecthierarchy/src/core/XMLNameListener.h (added) * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/EventDispatcher.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/EventDispatcher.h (added) * code/branches/objecthierarchy/src/orxonox/objects/EventListener.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/EventListener.h (added) * code/branches/objecthierarchy/src/orxonox/objects/EventTarget.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/EventTarget.h (added) - added EventListener: this class fires an event if another class ...