summaryrefslogtreecommitdiff
path: root/src/event.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-24Fixed compilation issues and use of deprecated C++ featuresThorbjørn Lindeijer1-12/+12
2012-01-28Moved mTrading into the TradeHandlerThorbjørn Lindeijer1-2/+0
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-26Removed 'inline' keyword where it's not of any valueThorbjørn Lindeijer1-10/+10
2011-04-09Renamed Listener to EventListenerThorbjørn Lindeijer1-6/+6
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-8/+3
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer1-24/+23
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer1-69/+68
2010-11-13Replace config listeners with the event systemChuck Miller1-0/+2
2010-11-12Change NPC handling in the net codeChuck Miller1-7/+7
2010-11-11Replace Event names with enums instead of stringsChuck Miller1-6/+59
2010-11-11Have the event system channels use enums instead of stringsChuck Miller1-7/+22
2010-08-16Move more to the event systemJared Adams1-1/+63
2010-08-12Simplify working with the event systemJared Adams1-0/+52
2010-08-12Fix some issues in the Event classJared Adams1-6/+6
2010-08-10Add some new methods to the Event classJared Adams1-7/+84
2010-08-01Remove isActive methods from buy/sell windowsJared Adams1-0/+4
2010-07-14Removed unnecessary semicolons after namespacesThorbjørn Lindeijer1-3/+4
2010-07-13Add the foundation for the event systemChuck Miller1-0/+73