# # ChangeLog for orxonox/trunk/src/util/event/event_handler.h in orxonox.OLD # # Generated by Trac 1.0.9 # May 29, 2024, 8:33:39 PM Sat, 28 May 2005 14:16:27 GMT patrick [4368] * orxonox/trunk/src/util/event/event_handler.h (modified) * orxonox/trunk/src/util/event/key_mapper.h (modified) orxonox/trunk: started implementation of key mapper Sat, 28 May 2005 13:53:41 GMT patrick [4366] * orxonox/trunk/src/util/event/event_def.h (modified) * orxonox/trunk/src/util/event/event_handler.cc (modified) * orxonox/trunk/src/util/event/event_handler.h (modified) orxonox/trunk: player defined keys mapping started Sat, 28 May 2005 13:14:43 GMT patrick [4364] * orxonox/trunk/src/util/event/event_def.h (modified) * orxonox/trunk/src/util/event/event_handler.cc (modified) * orxonox/trunk/src/util/event/event_handler.h (modified) orxonox/trunk: filled the flush function with more sense :) and ... Sat, 28 May 2005 12:52:27 GMT patrick [4362] * 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: type specific event handling routine Fri, 27 May 2005 23:19:13 GMT patrick [4355] * orxonox/trunk/src/util/event/event_handler.cc (modified) * orxonox/trunk/src/util/event/event_handler.h (modified) orxonox/trunk: started implementing the process function Fri, 27 May 2005 23:11:57 GMT patrick [4354] * orxonox/trunk/src/defs/debug.h (modified) * orxonox/trunk/src/util/event/event_handler.cc (modified) * orxonox/trunk/src/util/event/event_handler.h (modified) orxonox/trunk: implemented event subscribe function 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 22:27:29 GMT patrick [4350] * 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: event class members defined 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