summaryrefslogtreecommitdiff
path: root/src/event.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-24Fixed compilation issues and use of deprecated C++ featuresThorbjørn Lindeijer1-12/+12
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-04-09Renamed Listener to EventListenerThorbjørn Lindeijer1-4/+4
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-5/+0
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer1-4/+4
2010-11-11Have the event system channels use enums instead of stringsChuck Miller1-3/+3
2010-08-16Move more to the event systemJared Adams1-0/+68
2010-08-12Simplify working with the event systemJared Adams1-0/+40
2010-08-12Fix some issues in the Event classJared Adams1-4/+4
2010-08-10Add some new methods to the Event classJared Adams1-0/+28
2010-08-01Remove isActive methods from buy/sell windowsJared Adams1-0/+20
2010-07-14Removed unnecessary semicolons after namespacesThorbjørn Lindeijer1-1/+1
2010-07-13Add the foundation for the event systemChuck Miller1-0/+99