summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2009-03-10Extended hit type handlingsniper1-6/+9
2009-03-10Made it so that when windows load previous states, they are neverIra Rice1-2/+1
2009-03-10Expand the scope where item links workKess Vargavind1-1/+1
2009-03-09Send the correct packet for the NPC close buttonJared Adams2-8/+11
2009-03-09Add an interface for eAthena's storage systemJared Adams2-26/+60
2009-03-05Got rid of Sint{8,16,32} and Uint32 for being IDBjørn Lindeijer10-34/+34
2009-02-26Fixed showing being deaths. I removed the wrong pointless deathIra Rice1-6/+3
2009-02-25Fix NPC handling to not need a handle on the NPCIra Rice4-29/+33
2009-02-25Added method for resetting npc integer dialogs in the last commit, butIra Rice1-0/+1
2009-02-25Make sure that all dialogs are cleared on player death, not just the NPCIra Rice2-3/+3
2009-02-25Fixed up NPC list dialogs to be navigatable by keyboard (scrollingIra Rice1-1/+1
2009-02-24Cleaned up some code, as well as removed redundant talk client requestingIra Rice2-8/+8
2009-02-20Added a pickup notification as particle effect. Also make a ui option to enab...Majin Sniper1-3/+12
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer6-10/+9
2009-02-17Fixed closing for NPC dialogs.Ira Rice1-1/+2
2009-02-16Fixed up NPC dialogs to behave more like eAthena expects.Jared Adams1-2/+1
2009-02-12Fix some spelling and whitespaceKess Vargavind2-25/+41
2009-02-11Removed a few unneeded includes in the being handler.Ira Rice1-2/+0
2009-02-11Don't make log statements translatableBjørn Lindeijer1-4/+4
2009-02-10Removed many pointless comparisons with NULLBjørn Lindeijer1-1/+1
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice38-82/+118
2009-02-09Mostly whitespace fixesBjørn Lindeijer7-88/+87
2009-02-07Some more include cleanups.Ira Rice4-4/+0
2009-02-05Exposed some more strings I found to be translatable.Ira Rice6-29/+44
2009-02-05Put back the 0x06b packet, which apparently our server uses. WillIra Rice1-0/+21
2009-02-05Added a few translation strings to the char server handler, as well asIra Rice1-43/+14
2009-02-04Modified the NPC string and integer classes to automatically take focusIra Rice1-0/+2
2009-02-04Went through the gui folder and revised the include statements to notIra Rice4-18/+5
2009-01-28Fix handling of packet 0x81Jared Adams4-33/+79
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer19-41/+43
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer36-144/+144
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-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
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-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