summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-10-11Implementing show IP for game mastersStefan Dombrowski1-1/+2
2010-10-08Remove the following systemStefan Dombrowski1-2/+0
2010-10-08Fixing pick-upStefan Dombrowski1-2/+2
2010-10-05Send the server changed player direction if it changes during attackStefan Dombrowski1-4/+7
2010-07-11Made the different hard-coded paths and files be now taken from theYohann Ferreira1-3/+1
2010-05-21Fix some issues found by CppcheckJared Adams1-5/+6
2010-05-04Fix mouse attack (tmwa)Andrei Karas1-4/+2
2010-04-19Add afk mode for player.Andrei Karas1-1/+68
2010-04-17Changed eAthena protocol name to TmwAthena and changed the config files accor...Bertram1-5/+5
2010-04-16Add race support for eAthenaJared Adams1-2/+2
2010-04-12Reviewed the LocalPlayer::nextTile() function. The ManaServ movement system i...Bertram1-127/+347
2010-04-12Forgot to remove Being::checkNodeOffset() function.Bertram1-2/+6
2010-04-12One step closer to the full movement system ready.Bertram1-32/+116
2010-03-31Don't spam change direction packetsJared Adams1-2/+2
2010-03-25Remove the type boolean from InventoryWindowJared Adams1-2/+1
2010-03-25Merge StorageWindow into InventoryWindowJared Adams1-1/+0
2010-03-25Eliminate the logic methods from InventoryWindow and StorageWindowJared Adams1-0/+15
2010-03-12Fix some issues with Being deletionJared Adams1-4/+5
2010-03-12Split Palette into Theme and UserPaletteJared Adams1-7/+6
2010-03-05Rename SkinLoader to ThemeJared Adams1-3/+3
2010-03-02Remove some unused membersJared Adams1-5/+0
2010-03-02Revert "Merge WindowContainer into Viewport and remove extra members"Jared Adams1-0/+5
2010-03-01Merge WindowContainer into Viewport and remove extra membersJared Adams1-5/+0
2010-02-28Make the gui more themeable and distribute two themesJared Adams1-15/+9
2010-02-24Move StorageWindow to instancing intead of globalJared Adams1-11/+0
2010-02-23Sanitized ManaServ movement protocol, by mainly moving code from LocalPlayer ...Bertram1-53/+7
2010-02-23Got rid of superfluous Destination coordinates in LocalPlayer.Bertram1-5/+1
2010-02-21Made tick counter and framerate limiter work during login sequenceThorbjørn Lindeijer1-1/+1
2010-02-22Modify copyright headersFreeyorp1-1/+2
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