summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
2011-04-27Fixing crash when selecting a character that has a Dark Talisman equippedStefan Dombrowski2-1/+4
2011-04-26Made the client use a unique kind of movement code.Yohann Ferreira8-52/+188
2011-04-14Add missing auth failure reasonsBen Longbons1-0/+9
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 Dombrowski2-15/+15
2011-04-09Removed a lot of useless "documentation"Thorbjørn Lindeijer3-7/+2
2011-04-09Renamed Listener to EventListenerThorbjørn Lindeijer4-7/+7
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer10-67/+67
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer9-31/+31
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer7-30/+30
2011-03-29Made the flooritems position set back in pixels.Yohann Ferreira1-3/+11
2011-03-29Added the Map::getTileCenter() convenience function.Yohann Ferreira2-31/+19
2011-03-28Random cleanups - Part 2Yohann Ferreira1-5/+5
2011-03-28Random code cleanups requested righteously by Thorbjorn - part 1.Yohann Ferreira3-19/+9
2011-03-28Added some tolerance on the tA being position message.Yohann Ferreira1-1/+11
2011-03-17Simplified the get/setAttackRange() functions as requested.Yohann Ferreira1-2/+2
2011-03-17Handle ta move and position message in a more generic way.Yohann Ferreira1-86/+47
2011-03-17Now the client centers the pixel positions when using tA.Yohann Ferreira1-0/+3
2011-03-16Fixed the bug with remote player movement animation,Yohann Ferreira1-7/+9
2011-03-16Fixed the attack range handling for both servers.Yohann Ferreira1-1/+22
2011-03-15Made the tA Beinghandler avoid dealing with flawed coordinates.Yohann Ferreira1-51/+81
2011-03-15Add a tolerance check on current position to limit desyncs.Yohann Ferreira1-11/+42
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 Ferreira7-35/+132
2011-02-21Merge branch '0.5'Thorbjørn Lindeijer1-3/+4
2011-02-17Specific messages for each pickup failure reason.Ben Longbons1-3/+4
2011-01-24Refactored the item loading in a more extensible and per protocol way.Yohann Ferreira2-25/+25
2011-01-03Merge branch '0.5'Thorbjørn Lindeijer1-3/+5
2011-01-02Fixed possible crash when receiving player IPThorbjørn Lindeijer1-3/+6
2010-12-29Fixed potential flaw for the number of characters slots on tAthena.Yohann Ferreira1-0/+6
2010-11-12Change NPC handling in the net codeChuck Miller2-50/+92
2010-11-11Replace Event names with enums instead of stringsChuck Miller7-30/+30
2010-11-11Have the event system channels use enums instead of stringsChuck Miller10-29/+29
2010-11-07Convert the emote system to use particlesChuck Miller1-5/+4
2010-11-01Merge branch '0.5' of gitorious.org:mana/manaYohann Ferreira7-7/+23
2010-10-13Adding theme colors for party tabsStefan Dombrowski1-1/+1
2010-10-11Implementing show IP for game mastersStefan Dombrowski3-2/+12
2010-10-08Remove the following systemStefan Dombrowski1-21/+0
2010-10-07Disable guilds netcode.Andrei Karas1-0/+2
2010-10-04Remove the following systemChuck Miller1-20/+0
2010-09-29Fixing segfault when switching serverStefan Dombrowski1-0/+3
2010-09-25Merge branch '1.0'Thorbjørn Lindeijer8-13/+53
2010-09-15Avoid log message for unhandled SMSG_BEING_SPAWNStefan Dombrowski1-0/+8
2010-09-11Fixing misspelling in Setup_Video and removing empty lines from logStefan Dombrowski3-4/+4
2010-09-11Making sure the inventory window shows the correct number of used slotsStefan Dombrowski1-2/+10
2010-09-08Adding missing updates for buttons in InventoryWindowStefan Dombrowski2-0/+12
2010-09-08Adding missing update for attributes in StatusWindowStefan Dombrowski1-0/+4
2010-09-05Fixing ghost characters in charselectdialogStefan Dombrowski1-0/+3