summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer24-260/+516
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer19-41/+43
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer18-39/+41
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer36-144/+144
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-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-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-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-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-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-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-23Added a patch by peavey over on TMW to disallow adding items to trade if Ira Rice2-4/+10
2008-10-23Add support for new athena trade-add failure condition; no free slot.Dennis Friis1-1/+7
2008-10-22Now displays ban time, if bannedDavid Athay1-2/+4
2008-10-12This commit contains three things: one, after looking over how TMW was Ira Rice2-20/+10
2008-10-01Possible fix for the arrow crashing bug. Confirmation needed.Ira Rice1-14/+14
2008-10-01Fixed female sprites not showing all equipment.Ira Rice1-1/+1
2008-09-25Merged the Tametomo branch into trunk.Ira Rice4-13/+67
2008-09-12Fixed /where, added /cast for heal and gather, some changes to inventory to s...Lloyd Bryant3-19/+122
2008-09-11Fixed the name of a variable (fix by Scraggy).Bjørn Lindeijer1-1/+1
2008-08-28Added support for being effects through the eAthena levelup message, and checkBjørn Lindeijer3-23/+32