# # ChangeLog for orxonox/trunk/src/util/event/event_listener.h in orxonox.OLD # # Generated by Trac 1.0.9 # May 30, 2024, 10:17:59 AM Mon, 30 May 2005 16:27:45 GMT patrick [4404] * orxonox/trunk/src/util/event/event.h (modified) * orxonox/trunk/src/util/event/event_listener.h (modified) * orxonox/trunk/src/world_entities/player.cc (modified) * orxonox/trunk/src/world_entities/player.h (modified) orxonox/trunk: player now is a EventListener for particular events Sat, 28 May 2005 13:24:48 GMT patrick [4365] * orxonox/trunk/src/util/event/event_def.h (modified) * orxonox/trunk/src/util/event/event_handler.cc (modified) * orxonox/trunk/src/util/event/event_listener.h (modified) orxonox/trunk: event listener/ handler now work together, events are ... Fri, 27 May 2005 22:56:01 GMT patrick [4352] * orxonox/trunk/src/util/event/event.h (modified) * orxonox/trunk/src/util/event/event_handler.cc (modified) * orxonox/trunk/src/util/event/event_handler.h (modified) * orxonox/trunk/src/util/event/event_listener.h (modified) orxonox/trunk: reimplemented the key binding function, kept most of ... Fri, 27 May 2005 21:53:50 GMT patrick [4346] * orxonox/trunk/src/Makefile.am (modified) * orxonox/trunk/src/Makefile.in (modified) * orxonox/trunk/src/class_list.h (modified) * orxonox/trunk/src/subprojects/Makefile.in (modified) * orxonox/trunk/src/subprojects/gui/Makefile.in (modified) * orxonox/trunk/src/subprojects/importer/Makefile.in (modified) * orxonox/trunk/src/subprojects/particles/Makefile.in (modified) * orxonox/trunk/src/subprojects/testmain/Makefile.in (modified) * orxonox/trunk/src/util/event/event.cc (modified) * orxonox/trunk/src/util/event/event.h (modified) * orxonox/trunk/src/util/event/event_handler.cc (modified) * orxonox/trunk/src/util/event/event_handler.h (modified) * orxonox/trunk/src/util/event/event_listener.cc (modified) * orxonox/trunk/src/util/event/event_listener.h (modified) orxonox/trunk: some first function and class definition of the new ... Fri, 27 May 2005 09:37:32 GMT patrick [4329] * orxonox/trunk/src/util/event (added) * orxonox/trunk/src/util/event/event.cc (added) * orxonox/trunk/src/util/event/event.h (added) * orxonox/trunk/src/util/event/event_handler.cc (added) * orxonox/trunk/src/util/event/event_handler.h (added) * orxonox/trunk/src/util/event/event_listener.cc (added) * orxonox/trunk/src/util/event/event_listener.h (added) orxonox/trunk: started work on new event handler