summaryrefslogtreecommitdiff
path: root/src/net/manaserv
AgeCommit message (Expand)AuthorFilesLines
2011-01-09Fix other direction discrepancies on the client.Yohann Ferreira2-23/+10
2011-01-03Sync the manaserv_protocol.h file witht the one of the server.Yohann Ferreira1-4/+55
2010-12-30Renamed protocol.h to manaserv_protocol.h to follow server's changes.Yohann Ferreira17-16/+16
2010-12-29Made the client handle the characters slots properly for Manaserv.Yohann Ferreira2-6/+11
2010-12-17Update the net/manaserv/protocol.h file with latest description.Yohann Ferreira1-2/+2
2010-12-16Made the client handle the number of slots given by the server.Yohann Ferreira2-4/+11
2010-12-15Unlock the char select dialog even if we've got an error.Yohann Ferreira1-1/+1
2010-11-12Change NPC handling in the net codeChuck Miller2-54/+104
2010-11-11Replace Event names with enums instead of stringsChuck Miller5-27/+28
2010-11-11Have the event system channels use enums instead of stringsChuck Miller8-26/+26
2010-11-09Fix client successful unregister behaviour for manaserv.Yohann Ferreira1-1/+1
2010-10-31Fix memory leak of localplayer classes in the charserverhandlerChuck Miller1-1/+1
2010-10-19Heavy GUI fixes related to stats for Manaserv.Yohann Ferreira3-21/+114
2010-09-18Fixed attribute built-ins display at character's creation.Yohann Ferreira1-10/+21
2010-09-19Fix a typo.Freeyorp1-1/+1
2010-09-13Fix loading of manaserv's attributes fileJared Adams1-6/+9
2010-09-06Changed CREATE_ATTRIBUTES_EQUAL_TO_ZERO to OUT_OF_RANGEYohann Ferreira2-3/+6
2010-08-26Fixing segmentation fault when creating a new accountStefan Dombrowski1-0/+2
2010-08-26Fixing segmentation fault when creating a new accountStefan Dombrowski1-0/+2
2010-08-26Merged testing branch into master.Yohann Ferreira10-311/+463
2010-08-16Move more to the event systemJared Adams2-90/+85
2010-08-15Merge branch '1.0'Chuck Miller4-12/+31
2010-08-13Add code to change gameservers to manaserv netcodeJared Adams2-6/+21
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-04Changed the stats.xml to attributes.xml according to the server commit.Yohann Ferreira2-6/+10
2010-08-03Fix enet version checkJared Adams2-0/+8
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