summaryrefslogtreecommitdiff
path: root/src/event.h
AgeCommit message (Expand)AuthorFilesLines
2025-07-02Added Quests windowThorbjørn Lindeijer1-2/+4
2025-05-12Fixed handling of "close2" script commandThorbjørn Lindeijer1-1/+0
2025-03-07Removed the functionality to split item stacksThorbjørn Lindeijer1-1/+0
2025-02-25Added support for option, opt1, opt2, opt3 status effect fieldsThorbjørn Lindeijer1-1/+0
2025-01-21Replaced include guards with #pragma onceThorbjørn Lindeijer1-4/+1
2025-01-21Fixed ConfigOptionChanged eventsThorbjørn Lindeijer1-3/+37
2025-01-20Made client config statically typedThorbjørn Lindeijer1-1/+1
2024-10-23Changed SERVER_NOTICE macro to inline functionThorbjørn Lindeijer1-4/+6
2024-08-04Removed a bunch of unused NPC related eventsThorbjørn Lindeijer1-7/+0
2024-03-12General code cleanupsThorbjørn Lindeijer1-35/+2
2024-03-04Added support for handling SMSG_NPC_COMMANDThorbjørn Lindeijer1-0/+2
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-3/+3
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