summaryrefslogtreecommitdiff
path: root/src/listener.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-11-11Have the event system channels use enums instead of stringsChuck Miller1-2/+2
Reviewed-by: Freeyorp
2010-08-12Simplify working with the event systemJared Adams1-4/+4
EventManager has been merged into Event, with some new convinience methods added. Reviewed-by: Chuck Miller
2010-07-14Removed unnecessary semicolons after namespacesThorbjørn Lindeijer1-1/+1
Please don't, it causes warnings with my settings, which makes my build fail. ;)
2010-07-13Add the foundation for the event systemChuck Miller1-0/+43