summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-19Fixed a crash when trying to switch serversThorbjørn Lindeijer1-4/+4
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-02-01Small cleanups.Bertram1-4/+4
2010-01-31Unify eAthena and manaserv support in to one build.Daniel Bradshaw1-254/+266
2010-01-28Added virtual destructors, some implicit casts, and a couple of type changes.Daniel Bradshaw1-3/+3
2010-01-27Added mutators/accessors to being.h and smal cleanups.Bertram1-1/+1
2010-01-26Fix a few more _SUPPORT ifdefs and namespace PartyTabJared Adams1-4/+1
2010-01-21No point in differentiating between int and Uint16Thorbjørn Lindeijer1-5/+1
2010-01-13Supress level up notifications when startingJared Adams1-4/+6
2010-01-13Fix initialization order in the new follor managerJared Adams1-3/+4
2010-01-13Adds a follow manager for usersBlueSansDouze1-2/+3
2010-01-12Standardize header orderJared Adams1-3/+2
2010-01-10Remove some support ifdefsJared Adams1-22/+17
2010-01-10Change code styleAndrei Karas1-7/+16
2010-01-06Removed the nonsensical particle popups with the percent of exp to next level...Philipp Sehmisch1-1/+3
2009-12-16Stored the cached config value which says if non-crucial particle effects are...Philipp Sehmisch1-0/+3
2009-11-07More eAthena guild stuffJared Adams1-5/+5
2009-11-03Move ManaServ guild code into GuildHandlerJared Adams1-5/+6
2009-11-03Remove more _SUPPORT ifdefs and do some cleanupJared Adams1-76/+14
2009-11-02Fix an uninitialized value error in LocalPlayerJared Adams1-0/+1
2009-10-29Second round of fine tuning for keyboard movement.Bertram1-4/+2
2009-10-29Mostly fixed the walk on water bug... But...Bertram1-18/+29
2009-10-24REplace instances of TMW with ManaJared Adams1-26/+26
2009-10-22Fix flipping player's direction when using keyboard to walk diagonally.Bertram1-2/+2
2009-10-16Made the keyboard walking pixel exact again.Bertram1-3/+9
2009-10-09Mostly fixed keyboard movement on TMWserv.Bertram1-46/+79
2009-10-09While seeing it, made obvious that LocalPlayer::nextStep() isn't used by TMWs...Bertram1-2/+3
2009-10-09Fixed (again) mouse movement for TMWserv client.Bertram1-2/+3
2009-10-06Fixes equipment for playersChuck Miller1-1/+6
2009-10-06As little first step, move some specific out from game.cppBertram1-94/+118
2009-10-02Removed non hurting eAthena ifdefs.Bertram1-6/+0
2009-09-22Added support for the go-through-walls case with mouse movement on TMWserv.Bertram1-0/+15
2009-09-22An attempt to fix the mouse ignoring collisions in TMWserv.Bertram1-0/+5
2009-09-22Mostly fixed the mouse movement in TMWserv client.Bertram1-2/+2
2009-09-06Resolved Mantis #857: Make Show Own Name consistent.Bertram1-0/+1
2009-08-16More merges and conflict resolvesPhilipp Sehmisch1-14/+15
2009-08-16Merged changes from last month with a commit I forgot to commit before I went...Philipp Sehmisch1-146/+210
2009-08-15Fix changing setting for own name visibilityJared Adams1-0/+2
2009-08-13Clean up Being and it's derivativesJared Adams1-14/+13
2009-08-10Move libintl from localplayer to gettextJared Adams1-1/+0
2009-08-10Included libintl.h before gettext.h in order to make ngettext function work.Bertram1-0/+1
2009-08-04Gettext plural support, step oneKess Vargavind1-16/+6
2009-08-03Replace a hardcoded particle with EffectManagerJared Adams1-3/+2
2009-08-01Fix a compile error under WindowsJared Adams1-2/+6
2009-08-01Simplifies movement to only move to the current posChuck Miller1-13/+3
2009-07-27Makes mX and mY in the being class privateChuck Miller1-18/+13
2009-07-22Fix updating the status window when money changesJared Adams1-0/+8
2009-07-20Fixed a bunch of compile errors/warningsThorbjørn Lindeijer1-2/+2
2009-07-19Merge StatusWindowsJared Adams1-22/+75