summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-11-11Replace Event names with enums instead of stringsChuck Miller1-2/+2
2010-11-11Have the event system channels use enums instead of stringsChuck Miller1-5/+5
2010-11-01Merge branch '0.5' of gitorious.org:mana/manaYohann Ferreira1-7/+12
2010-10-31Using tile coordinates for pick-upStefan Dombrowski1-2/+2
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-10-04Remove the AFK response systemChuck Miller1-64/+1
2010-10-04Remove the following systemChuck Miller1-2/+0
2010-08-16Move more to the event systemJared Adams1-11/+18
2010-08-12Simplify working with the event systemJared Adams1-1/+1
2010-08-05Have Being manage speech creation and add permissions to eventsJared Adams1-0/+2
2010-08-03Move Theme and UserPalette to the resources folderJared Adams1-2/+2
2010-08-02Remove non-GUI references to MiniStatusWindowJared Adams1-51/+0
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