summaryrefslogtreecommitdiff
path: root/src/net/tmwa/playerhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-28Added support for map/layer maskThorbjørn Lindeijer1-0/+10
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-4/+4
2012-05-05Removed the shared base classes of MessageIn and MessageOutThorbjørn Lindeijer1-4/+3
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-18Found a better way to fix the movement glitches on both servers.Yohann Ferreira1-5/+0
2012-01-16Renamed some file names for consistency with the class namesThorbjørn Lindeijer1-3/+3
2012-01-10player_node -> local_playerYohann Ferreira1-13/+13
2012-01-09Changed INT and DELETE enum names to fix C::B compilation.Yohann Ferreira1-25/+25
2011-08-11Made the delay between to keyboard move calls functional.Yohann Ferreira1-0/+6
2011-06-22Applied fixes requested by cody.Yohann Ferreira1-1/+1
2011-04-30Merge branch '0.5'Yohann Ferreira1-11/+28
2011-04-27Fixing crash when selecting a character that has a Dark Talisman equippedStefan Dombrowski1-0/+2
2011-04-26Made the client use a unique kind of movement code.Yohann Ferreira1-13/+47
2011-04-12Limit the number of pick-up packets to avoid kick from the serverStefan Dombrowski1-0/+5
2011-04-11Removing annoying NPC trade messages from chatStefan Dombrowski1-6/+13
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-1/+1
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer1-1/+1
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer1-1/+1
2011-03-29Added the Map::getTileCenter() convenience function.Yohann Ferreira1-6/+3
2011-03-28Random code cleanups requested righteously by Thorbjorn - part 1.Yohann Ferreira1-14/+7
2011-03-15Implemented a screen shake effect system in the viewport class.Philipp Sehmisch1-0/+1
2011-03-15Reset destination to position at warp time for TmwAthena.Yohann Ferreira1-2/+5
2011-03-15Simplify the tmwAthena calculation of the pixel/tick speed.Yohann Ferreira1-11/+3
2011-03-15Basically merged the two movement algorithms into one.Yohann Ferreira1-13/+62
2010-11-11Replace Event names with enums instead of stringsChuck Miller1-1/+1
2010-11-11Have the event system channels use enums instead of stringsChuck Miller1-1/+1
2010-11-01Merge branch '0.5' of gitorious.org:mana/manaYohann Ferreira1-0/+3
2010-09-29Fixing segfault when switching serverStefan Dombrowski1-0/+3
2010-09-25Merge branch '1.0'Thorbjørn Lindeijer1-0/+4
2010-09-08Adding missing update for attributes in StatusWindowStefan Dombrowski1-0/+4
2010-08-13Add missing setAttribute for moneyStefan Dombrowski1-0/+1
2010-08-12Simplify working with the event systemJared Adams1-2/+2
2010-08-10Remove NpcDialog references from netcodeJared Adams1-6/+1
2010-07-18Add event.h to eventmanager.h and listener.h to reduce total number of includesChuck Miller1-1/+0
2010-07-18Move the majority of the netcode's server messages to the event systemChuck Miller1-10/+9
2010-07-17Modify how attributes and stats are handledChuck Miller1-125/+78
2010-07-08Fix crash in picking up an item that no longer existsremoitnane1-2/+5
2010-06-09Remove hard-coded frame counts from Being classJared Adams1-1/+0
2010-05-21Merge branch '1.0'Thorbjørn Lindeijer1-0/+5
2010-05-17Remove Monster, Player, and NPC classesJared Adams1-1/+0
2010-05-04Clear NPC dialogs when the player diesJared Adams1-0/+5
2010-04-17Changed eAthena protocol name to TmwAthena and changed the config files accor...Bertram1-0/+652