summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer36-144/+144
2009-01-19Fixes to the NPC Integer input fieldIra Rice1-1/+1
2009-01-18Fixed the NPC Integer input field, as well as cut some bull from theIra Rice1-1/+1
2009-01-18Add dialogs to input text and numbers for scriptsJared Adams2-1/+26
2009-01-18Add dialogs to input text and numbers for scriptsJared Adams2-0/+26
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice7-88/+53
2009-01-06Added support for internationalizationIra Rice1-34/+35
2009-01-05Handling gender with an enum everywhere.Philipp Sehmisch2-4/+7
2009-01-05Handling gender with an enum everywhere.Philipp Sehmisch2-4/+7
2008-12-26Fixed a potential leak in setup, changed the default border color toIra Rice1-2/+1
2008-12-13Added support for being effects through the eAthena levelup message, and checkBjørn Lindeijer2-3/+19
2008-12-07Added some initialization and removed ChargeDialogIra Rice1-3/+0
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice10-30/+32
2008-12-07Added some initialization and removed ChargeDialogBjørn Lindeijer1-3/+0
2008-12-07Added client-side status change handlers (text, icon, particle effect, audio).Fate1-18/+53
2008-12-06Prevent the player from continuing to walk after opening a NPC dialog.Ira Rice1-0/+3
2008-12-03While there is still a small visual artifact, this patch fixes the buyIra Rice1-0/+3
2008-12-03Add an effects manager (patch by Kage Jittai)Ira Rice1-1/+4
2008-11-25Miscellaneous TMW change commits. Missed these changes before because of Ira Rice1-1/+1
2008-11-22Fixed warning about passing NULL for a non-pointerBjørn Lindeijer1-1/+1
2008-11-22While there is still a small visual artifact, this patch fixes the buy Ira Rice1-0/+1
2008-11-21Undo message id change to maintain compatibilityBjørn Lindeijer1-1/+1
2008-11-20Renabled the dynamic updatesBjørn Lindeijer3-65/+103
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice38-123/+32
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer36-72/+0
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer61-120/+0
2008-11-16Fixed warning about unused variableBjørn Lindeijer1-1/+1
2008-11-13Added avatars to party windowDavid Athay2-6/+26
2008-11-09Fixed NPC's reporting as dead on the new server.Ira Rice1-1/+2
2008-11-06Ported a patch by Peavey on TMW to keep all item pointers inside of Ira Rice1-4/+4
2008-11-06Have equipment tied into player inventory instead of keeping its own list of ...Dennis Friis1-4/+4
2008-11-06Added interface for sending post.David Athay6-131/+14
2008-11-02Reverted a TMW change that had a repercussion that I didn't think of. While T...Ira Rice1-2/+2
2008-11-02Ported a patch from TMW by fate which de-hardcodes skills, as well as removes...Ira Rice3-4/+15
2008-11-01* Updated GUI table and model to better handle NULL widgets during initialisa...Fate3-9/+15
2008-11-01Magic implementation phase 1 and 2 (added netcode and a very crude gui for us...Philipp Sehmisch3-0/+9
2008-11-01Merged revisions 4180-4181 via svnmerge from Bjørn Lindeijer1-1/+0
2008-10-31Added critical notifications to the client. While I had originally Ira Rice1-1/+4
2008-10-30Added particle effect on critical hits.Philipp Sehmisch1-4/+8
2008-10-30Do not set shoe sprite on player move packet unless supported by eAthena.Dennis Friis1-3/+3
2008-10-28Removed a redundant line that wasn't doing anything. Should have taken a Ira Rice1-1/+0
2008-10-28Added support for no dialogue NPC's. Patch by Peavey from TMW.Ira Rice1-2/+8
2008-10-28Handle NPC script close. Fixes client input freeze on no-dialog NPCs.Dennis Friis1-2/+8
2008-10-27add effect handler (by Chuck Miller)Roderic Morris3-0/+99
2008-10-26fix for last commitRoderic Morris1-2/+2
2008-10-26fixes for movementRoderic Morris1-1/+14
2008-10-26Since we somehow did end up depending on a hacked eAthena instead of supportingBjørn Lindeijer1-8/+4
2008-10-25Added in TMW's patch to display how long a ban is in effect.Ira Rice1-1/+1
2008-10-24Made it so the player will auto face its targetJared Adams1-2/+9
2008-10-23Added a patch by peavey over on TMW to disallow adding items to trade if Ira Rice2-4/+10