summaryrefslogtreecommitdiff
path: root/src/net/manaserv
AgeCommit message (Expand)AuthorFilesLines
2010-08-12Simplify working with the event systemJared Adams6-19/+19
2010-08-12Replace most of Net::NpcHandler with eventsJared Adams2-66/+51
2010-08-10Remove NpcDialog references from netcodeJared Adams3-88/+63
2010-08-09Fix enet version check *again*Jared Adams3-2/+8
2010-08-08Do proper checks on the ENet versionThorbjørn Lindeijer2-2/+2
2010-08-05Have Being manage speech creation and add permissions to eventsJared Adams1-1/+4
2010-08-04Remove some unused headers and fix some chat eventsJared Adams5-11/+5
2010-08-02Fix enet version checkJared Adams2-10/+6
2010-08-02Add support for enet 1.3Jared Adams2-0/+12
2010-08-02Convert most of the remaining chat system to use the event systemChuck Miller1-3/+10
2010-08-01Reduce localChatTab presence replacing it with the event systemChuck Miller1-6/+7
2010-07-30Fixed weapon animations for manaserv.Yohann Ferreira1-1/+1
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira1-2/+2
2010-07-19Merge branch '1.0'Yohann Ferreira2-2/+6
2010-07-18Add event.h to eventmanager.h and listener.h to reduce total number of includesChuck Miller4-4/+0
2010-07-18Move the majority of the netcode's server messages to the event systemChuck Miller3-19/+20
2010-07-18Replace some state-related netcode methods with eventsJared Adams4-44/+34
2010-07-18Move more from LocalPlayer to PlayerInfoJared Adams3-10/+11
2010-07-17Move ManaServ defines into the netcodeChuck Miller2-0/+77
2010-07-17Modify how attributes and stats are handledChuck Miller5-35/+41
2010-07-11Made the different hard-coded paths and files be now taken from theYohann Ferreira2-2/+6
2010-07-10Moved parsing of specials.xml from gui/specialswindow.cpp to separate source ...Philipp Sehmisch1-1/+0
2010-07-08Fix crash in picking up an item that no longer existsremoitnane1-5/+8
2010-06-13Merge remote branch '1.0/1.0'Jared Adams4-18/+27
2010-06-10Merge BeingManager and FloorItemManager as ActorSpriteManagerJared Adams7-27/+27
2010-06-06Softcode the stat for character creation for manaservJared Adams4-18/+27
2010-06-01Made the MP bar be shown only if the protocol is using it.Yohann Ferreira1-1/+5
2010-05-21Merge branch '1.0'Thorbjørn Lindeijer10-54/+354
2010-05-21Merge protocol from manaserv about thing types.Yohann Ferreira2-8/+15
2010-05-17Remove Monster, Player, and NPC classesJared Adams10-32/+26
2010-05-04Clear NPC dialogs when the player diesJared Adams3-0/+12
2010-05-03synchronised protocol.h between manaserv, mana and manamobileMaximilian Philipps3-29/+79
2010-04-25Make ManaServ player stats softcodedJared Adams3-17/+248
2010-04-16Fix canceling game connectionJared Adams4-10/+37
2010-04-12Add support for map-server switching under eAthenaJared Adams4-9/+26
2010-04-09Add support for registration disabled for eAthenaJared Adams2-0/+7
2010-04-03Fix a crash after changing serversJared Adams1-1/+2
2010-04-01Fix crash when trying to talk to NPCs under ManaServ at a distanceJared Adams1-0/+3
2010-03-30Rename file manaserv netcode looks from from tmw-skills.xml to mana-skills.xmlChuck Miller1-1/+1
2010-03-25Remove the type boolean from InventoryWindowJared Adams2-14/+14
2010-02-27No point in calling Viewport::setMap(0) before deleting itThorbjørn Lindeijer1-1/+1
2010-02-27Disable guilds for eAthena for nowJared Adams1-0/+2
2010-02-24Add more to eAthena guild supportJared Adams3-10/+7
2010-02-22Warn when receiving an empty update hostThorbjørn Lindeijer1-4/+10
2010-02-21Made tick counter and framerate limiter work during login sequenceThorbjørn Lindeijer7-39/+34
2010-02-21Do some more copyright header cleanupsJared Adams2-2/+2
2010-02-22Modify copyright headersFreeyorp47-47/+94
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer47-188/+141
2010-02-19Fixed a crash when trying to switch serversThorbjørn Lindeijer9-216/+192
2010-02-13Make NPC dialogs instance instead of globalJared Adams4-76/+65