summaryrefslogtreecommitdiff
path: root/src/net/manaserv/npchandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-1/+1
2012-05-06Small protocol fix for NPC messagesThorbjørn Lindeijer1-1/+1
2012-05-05Removed the shared base classes of MessageIn and MessageOutThorbjørn Lindeijer1-1/+1
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-06-03Replace SDL_types.h with cstdintJared Adams1-1/+1
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-31/+31
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer1-15/+15
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer1-15/+15
2010-12-30Renamed protocol.h to manaserv_protocol.h to follow server's changes.Yohann Ferreira1-1/+1
2010-11-12Change NPC handling in the net codeChuck Miller1-50/+87
2010-11-11Replace Event names with enums instead of stringsChuck Miller1-14/+15
2010-11-11Have the event system channels use enums instead of stringsChuck Miller1-11/+11
2010-08-12Simplify working with the event systemJared Adams1-10/+10
2010-08-12Replace most of Net::NpcHandler with eventsJared Adams1-51/+46
2010-08-10Remove NpcDialog references from netcodeJared Adams1-73/+61
2010-06-10Merge BeingManager and FloorItemManager as ActorSpriteManagerJared Adams1-2/+2
2010-05-21Merge branch '1.0'Thorbjørn Lindeijer1-0/+5
2010-05-17Remove Monster, Player, and NPC classesJared Adams1-2/+1
2010-05-04Clear NPC dialogs when the player diesJared Adams1-0/+5
2010-04-01Fix crash when trying to talk to NPCs under ManaServ at a distanceJared Adams1-0/+3
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-13Make NPC dialogs instance instead of globalJared Adams1-16/+36
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-12Standardize header orderJared Adams1-6/+6
2009-12-02Centralize netcode handler instances in NetJared Adams1-1/+1
2009-11-03Simplify ManaServ netcode some moreJared Adams1-12/+12
2009-11-03Remove more _SUPPORT ifdefs and do some cleanupJared Adams1-13/+12
2009-10-24REplace instances of TMW with ManaJared Adams1-0/+206