summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-08-01Reduce localChatTab presence replacing it with the event systemChuck Miller1-4/+4
2010-07-30Fixed weapon animations for manaserv.Yohann Ferreira1-0/+1
2010-07-29Changed the items loading to handle a new 'attack-action' parameter.Yohann Ferreira1-4/+4
2010-07-19Fix showing xp messagesChuck Miller1-0/+2
2010-07-19Merge branch '1.0'Yohann Ferreira1-3/+1
2010-07-18Add event.h to eventmanager.h and listener.h to reduce total number of includesChuck Miller1-1/+0
2010-07-18Add old values to stat and attribute eventsJared Adams1-0/+18
2010-07-18Move more from LocalPlayer to PlayerInfoJared Adams1-55/+5
2010-07-17Modify how attributes and stats are handledChuck Miller1-193/+0
2010-07-11Made the different hard-coded paths and files be now taken from theYohann Ferreira1-3/+1
2010-07-08Fix crash in picking up an item that no longer existsremoitnane1-0/+11
2010-06-09Fix dead Beings not being removed using tmwAthenaJared Adams1-1/+1
2010-05-24Show selected target with bold font.Andrei Karas1-0/+9
2010-05-21Merge branch '1.0'Thorbjørn Lindeijer1-8/+7
2010-05-21Fix some issues found by CppcheckJared Adams1-5/+6
2010-05-17Remove Monster, Player, and NPC classesJared Adams1-19/+9
2010-05-09Move target cursor management into ActorSpriteJared Adams1-53/+5
2010-05-04Fix mouse attack (tmwa)Andrei Karas1-4/+2
2010-04-23Add an Actor class to replace the Sprite classJared Adams1-5/+5
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