summaryrefslogtreecommitdiff
path: root/src/net/manaserv
AgeCommit message (Expand)AuthorFilesLines
2011-06-22Merge branch 'master' of gitorious.org:~bertram/mana/mana-any-square-tile-sizeYohann Ferreira1-3/+2
2011-06-22Applied fixes requested by cody.Yohann Ferreira1-5/+3
2011-06-19Making party invite functionalStefan Dombrowski2-34/+54
2011-06-17First pass on removing tile hard coded values.Yohann Ferreira1-5/+6
2011-06-17Made the client officially handle attack ids.Yohann Ferreira2-3/+3
2011-06-16Remove useless ping packetBen Longbons2-7/+0
2011-06-03Replace SDL_types.h with cstdintJared Adams8-20/+20
2011-06-03Cleanup network code to use unsigned integers of the relevant sizeBen Longbons4-12/+12
2011-06-02Arbitrary code cleanupsThorbjørn Lindeijer1-1/+1
2011-06-02Some work on the manaserv equipment backendThorbjørn Lindeijer2-35/+166
2011-05-30Routing party invite through the map serverStefan Dombrowski2-5/+17
2011-05-15Starting to fix party inviteStefan Dombrowski2-8/+16
2011-05-01Fixing checking of being positions send by the serverStefan Dombrowski1-6/+6
2011-05-01Checking being positions send by the serverStefan Dombrowski1-0/+26
2011-04-30Merge branch '0.5'Yohann Ferreira1-1/+1
2011-04-29Made the client load the skills.xml again.Yohann Ferreira1-1/+1
2011-04-27Avoiding compiler warnings about possible uninitialized variablesStefan Dombrowski1-1/+1
2011-04-26Made the client use a unique kind of movement code.Yohann Ferreira6-65/+40
2011-04-18Added a client-side position tolerance check.Yohann Ferreira2-10/+26
2011-04-16Removed ENet version checks since only 1.3 should be used anywayThorbjørn Lindeijer3-14/+0
2011-04-16Removing unused enum EMAILCHG_EXISTS_EMAILStefan Dombrowski1-5/+0
2011-04-16Post-review fixes.Yohann Ferreira1-3/+0
2011-04-09Removed a lot of useless "documentation"Thorbjørn Lindeijer2-9/+0
2011-04-09Renamed Listener to EventListenerThorbjørn Lindeijer3-5/+5
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer7-62/+62
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer7-29/+29
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer5-28/+29
2011-03-30Fixing zombies in char select dialogStefan Dombrowski1-2/+21
2011-03-29Made the flooritems position set back in pixels.Yohann Ferreira1-17/+1
2011-03-28Random code cleanups requested righteously by Thorbjorn - part 1.Yohann Ferreira2-10/+11
2011-03-17Simplified the get/setAttackRange() functions as requested.Yohann Ferreira1-1/+2
2011-03-17Now the client centers the pixel positions when using tA.Yohann Ferreira1-0/+3
2011-03-15Implemented a screen shake effect system in the viewport class.Philipp Sehmisch3-0/+40
2011-03-15Basically merged the two movement algorithms into one.Yohann Ferreira4-48/+36
2011-02-21Fixing segmentation fault in chathandlerStefan Dombrowski1-5/+7
2011-01-27Send the correct protocol version when registering on Manaserv.Yohann Ferreira1-1/+1
2011-01-25Upgraded the manaserv protocol version to 1.Yohann Ferreira1-1/+1
2011-01-24Refactored the item loading in a more extensible and per protocol way.Yohann Ferreira1-3/+3
2011-01-11Remove the protocol version magic number.Yohann Ferreira2-1/+3
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