summaryrefslogtreecommitdiff
path: root/src/net/beinghandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-03-05Got rid of Sint{8,16,32} and Uint32 for being IDBjørn Lindeijer1-3/+3
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 Rice1-7/+6
2009-02-11Removed a few unneeded includes in the being handler.Ira Rice1-2/+0
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-5/+4
2009-02-07Some more include cleanups.Ira Rice1-1/+0
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-05Handling gender with an enum everywhere.Philipp Sehmisch1-2/+4
2008-12-26Fixed a potential leak in setup, changed the default border color toIra Rice1-2/+1
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-15/+9
2008-12-03Add an effects manager (patch by Kage Jittai)Ira Rice1-1/+4
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-6/+3
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-09Fixed NPC's reporting as dead on the new server.Ira Rice1-1/+2
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 Rice1-4/+10
2008-11-01* Updated GUI table and model to better handle NULL widgets during initialisa...Fate1-9/+10
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-26Since we somehow did end up depending on a hacked eAthena instead of supportingBjørn Lindeijer1-8/+4
2008-10-12This commit contains three things: one, after looking over how TMW was Ira Rice1-19/+9
2008-10-01Fixed female sprites not showing all equipment.Ira Rice1-1/+1
2008-09-25Merged the Tametomo branch into trunk.Ira Rice1-2/+9
2008-08-28Added support for being effects through the eAthena levelup message, and checkBjørn Lindeijer1-19/+15
2008-08-28Applied patch put together by Jaxad0127 with changes from the Aethyra project.Bjørn Lindeijer1-23/+122
2008-08-22Added config option to honor stop-walking packet, added X and Y to /where, re...Lloyd Bryant1-15/+21
2008-08-17Fixed crash resulting from having a player targeted when hitting a warp pointLloyd Bryant1-3/+2
2008-08-13Changed the bit to signal GM status to evade bad data from TMW's serverLloyd Bryant1-1/+1
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-07-30Adding patch the stops a segfault from occuring in beinghandler whenKraant1-4/+5
2008-07-24Bugfix for visual glitch when using TMW serverLloyd Bryant1-1/+3
2008-07-23Added viewable cape/misc1/misc2, Chat button in GUILloyd Bryant1-8/+23
2008-07-22Added support for the new eAthena versionLloyd Bryant1-0/+28
2008-07-19Pulled the teeth from the stop walking packet handlerLloyd Bryant1-0/+5
2008-07-18Added support for animated shoe and glove spritesLloyd Bryant1-4/+12
2008-07-18Import of client treeLloyd Bryant1-10/+41
2008-06-02Merged handling for eAthena packets 0x00c3 and 0x01d7 and added support forBjørn Lindeijer1-28/+52
2008-05-14Added ability to define friends, players you want to ignore or disregard andBjørn Lindeijer1-2/+4
2008-04-10(no commit message)Philipp Sehmisch1-3/+4
2007-12-10Simplified player subsprite handling by treating equipment, hairstyle and bas...Philipp Sehmisch1-12/+12
2007-11-21Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via svnmer...Bjørn Lindeijer1-6/+9
2007-11-20Merged revisions 3629-3630 via svnmerge from Bjørn Lindeijer1-2/+2
2007-08-30Merged equipment database with items database and got rid of the unused itemBjørn Lindeijer1-7/+7
2007-08-22Fixed an arithmetic exception in ItemShortcutContainer::draw.Bjørn Lindeijer1-6/+10
2007-07-11Weapon sprites are now (almost) threated like other equipment sprites through...Philipp Sehmisch1-9/+8
2007-05-04Merged particle engine into main eAthena branch.Philipp Sehmisch1-3/+14
2007-02-20Now different sounds can play when a monster misses the player.Bjørn Lindeijer1-17/+14