summaryrefslogtreecommitdiff
path: root/src/listener.h
AgeCommit message (Collapse)AuthorFilesLines
2011-04-09Renamed Listener to EventListenerThorbjørn Lindeijer1-40/+0
Makes it clear what kind of listener it is, since there are other listener classes as well. Acked-by: Jared Adams
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-5/+0
It's just an annoyance when it's only applied to a few classes. Either we place everything in this namespace or nothing, and at the moment I don't see any rationale for placing everything in a Mana namespace. Acked-by: Jared Adams
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer1-3/+3
Acked-by: Jared Adams
2010-11-11Have the event system channels use enums instead of stringsChuck Miller1-3/+3
Reviewed-by: Freeyorp
2010-07-30Changed the FloatData class to store double instead of single floats.Yohann Ferreira1-1/+1
Also fixed a few compile warnings.
2010-07-18Add event.h to eventmanager.h and listener.h to reduce total number of includesChuck Miller1-2/+2
You'll have to include it anyways 99% of the time
2010-07-14Removed unnecessary semicolons after namespacesThorbjørn Lindeijer1-2/+3
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/+44