summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
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
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-21Fixed up some of the postal system stuff for testing it.David Athay3-1/+118
2008-10-15src/localplayer.cppDavid Athay5-0/+44
2008-10-12This commit contains three things: one, after looking over how TMW was Ira Rice2-20/+10
2008-10-09Merged the movement branch into trunkBjørn Lindeijer2-348/+29
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
2008-08-28Applied patch put together by Jaxad0127 with changes from the Aethyra project.Bjørn Lindeijer5-27/+143
2008-08-28Removed the usually incorrect "for 5 minutes" clause from the message display...Philipp Sehmisch1-3/+3
2008-08-22Added config option to honor stop-walking packet, added X and Y to /where, re...Lloyd Bryant2-16/+26
2008-08-18Fixed bugs with new arrow typesLloyd Bryant2-44/+25
2008-08-17Fixed crash resulting from having a player targeted when hitting a warp pointLloyd Bryant2-4/+8
2008-08-13Changed the bit to signal GM status to evade bad data from TMW's serverLloyd Bryant1-1/+1
2008-08-13Added permission levels to guilds, and operator permissions to channels.David Athay7-14/+118
2008-08-13Added support for different colored fonts for different being typesLloyd Bryant1-2/+4
2008-08-06totally killed the stop walking packet handlerLloyd Bryant1-5/+5
2008-08-05Fixed alignment (patch by Scraggy - Mantis #384) and spelling error.David Athay1-2/+2
2008-07-30Adding patch the stops a segfault from occuring in beinghandler whenKraant1-4/+5
2008-07-24Reverted David Athay2-0/+4
2008-07-24Bugfix for visual glitch when using TMW serverLloyd Bryant1-1/+3
2008-07-24Added cape/misc1/misc2 code into character selection displayLloyd Bryant1-3/+3
2008-07-23Updated item database, Selim and network.cppDouglas Boffey1-1/+1
2008-07-23Added viewable cape/misc1/misc2, Chat button in GUILloyd Bryant1-8/+23
2008-07-22Added support for the new eAthena versionLloyd Bryant2-0/+32
2008-07-22Add permissions to guild members. Alt-Gr fix for Rotonen from 0.0David Athay2-7/+7
2008-07-19Pulled the teeth from the stop walking packet handlerLloyd Bryant1-0/+5
2008-07-18Added support for animated shoe and glove spritesLloyd Bryant2-6/+17
2008-07-18Import of client treeLloyd Bryant38-64/+297
2008-07-17Added support for handling the custom eAthena packet that sends the updateBjørn Lindeijer4-3/+18
2008-07-07get rid of channel registering related codeRoderic Morris5-55/+0
2008-06-25handle topic changes and guild eventsRoderic Morris5-17/+66
2008-06-17#333 Suppress 'trade with X cancelled' messages for ignored players.David Athay1-2/+6
2008-06-14Fixed trade bug again.David Athay1-2/+2