summaryrefslogtreecommitdiff
path: root/src/net/playerhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2008-08-28Added support for being effects through the eAthena levelup message, and checkBjørn Lindeijer1-3/+16
whether the being exists before referencing it. Re-enabled proper MP bar display. Improved handling of a warp to the same map.
2008-08-28Applied patch put together by Jaxad0127 with changes from the Aethyra project.Bjørn Lindeijer1-1/+6
Improves compatibility with the newer version of eAthena and works around an initialization bug.
2008-04-26When picking up GP from trade or quest, tell the user in the chat window ↵Dennis Friis1-2/+9
like with items.
2008-03-23Removed unnecessary forwarding method.Bjørn Lindeijer1-1/+3
2007-12-31Added config options to set the scroll center. Retained scroll offset during ↵Philipp Sehmisch1-0/+7
map change for smoother map transitions.
2007-08-23Changed XP gaining effect to appear on the player instead.Bjørn Lindeijer1-1/+1
2007-08-20Added monster killed xp notification effect.Joshua Langley1-1/+1
2007-06-12Fix of DEF_BONUS not updating, and added Mac OSX icon.David Athay1-0/+1
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-2/+2
2006-12-12Hide all NPC dialogs after deathEugenio Favalli1-0/+11
2006-12-12Fixed crash when selecting an item after deathEugenio Favalli1-0/+5
2006-12-03Made NPC names visible. Windows are now invisible by default.Bjørn Lindeijer1-7/+13
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-2/+2
from the 0.1.0 branch.
2006-07-19Merged new_animation branch until r2415 into trunk. Eugenio Favalli1-2/+2
2006-03-09Made all local action listeners structs and moved them into anonymous ↵Björn Steinbrink1-14/+12
namespaces.
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-59/+83
2006-02-01Made the OkDialog and ConfirmDialog classes proxies for their buttons' ↵Björn Steinbrink1-4/+4
events. Removed the RequestTradeWindow class, replaced with a plain ConfirmDialog. Fixed a memory leak along the way.
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-0/+301