summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-01-27Fix the wallpapers loading broken logic.Yohann Ferreira1-6/+10
2011-01-27Send the correct protocol version when registering on Manaserv.Yohann Ferreira1-1/+1
2011-01-25Added a child class to the equipment window specialized for tAthena.Yohann Ferreira3-72/+116
2011-01-25Upgraded the manaserv protocol version to 1.Yohann Ferreira1-1/+1
2011-01-24Refactored the item loading in a more extensible and per protocol way.Yohann Ferreira13-420/+729
2011-01-18Check for negative positional values in the playSfx() function.Yohann Ferreira1-0/+4
2011-01-13Made the client handle better the lack of items.xml file.Yohann Ferreira3-4/+37
2011-01-13Fix a segfault when attempting to buy free items.Yohann Ferreira1-5/+15
2011-01-13Fix a segfault when the animation loading fails.Yohann Ferreira1-1/+3
2011-01-13Removed the unused and undefined setWeaponType() function.Yohann Ferreira1-2/+0
2011-01-13Moved the normalize() function in strungUtils where it belongs.Yohann Ferreira3-8/+19
2011-01-11Remove the protocol version magic number.Yohann Ferreira2-1/+3
2011-01-11Added a distance based positional sfx sound system. Thanks to 4144.Yohann Ferreira3-9/+39
2011-01-10Remove the player naturally avoid other beings for Manaserv.Yohann Ferreira1-1/+5
2011-01-09Fix other direction discrepancies on the client.Yohann Ferreira2-23/+10
2011-01-06Made the beings avoid changing direction at their path's end.Yohann Ferreira2-26/+46
2011-01-03Merge branch '0.5'Thorbjørn Lindeijer2-6/+8
2011-01-03Sync the manaserv_protocol.h file witht the one of the server.Yohann Ferreira1-4/+55
2011-01-02Fixed possible crash when receiving player IPThorbjørn Lindeijer1-3/+6
2011-01-02Fixing compiler warningsStefan Dombrowski1-2/+2
2010-12-30Renamed protocol.h to manaserv_protocol.h to follow server's changes.Yohann Ferreira18-17/+17
2010-12-29Made the client handle the characters slots properly for Manaserv.Yohann Ferreira4-10/+28
2010-12-29Fixed potential flaw for the number of characters slots on tAthena.Yohann Ferreira2-6/+19
2010-12-28Revert "Remove the AFK response system"Yohann Ferreira4-1/+104
2010-12-26Fix crash with corrupted links in chat.Andrei Karas1-2/+2
2010-12-22Merge branch '0.5'Chuck Miller3-166/+0
2010-12-22Remove ambientoverlay class and filesChuck Miller3-166/+0
2010-12-17Update the net/manaserv/protocol.h file with latest description.Yohann Ferreira1-2/+2
2010-12-16Made the client handle the number of slots given by the server.Yohann Ferreira5-15/+45
2010-12-15Merge branch '0.5'Thorbjørn Lindeijer4-529/+9
2010-12-15Unlock the char select dialog even if we've got an error.Yohann Ferreira1-1/+1
2010-12-15Small hacking cleanups.Yohann Ferreira2-7/+14
2010-12-06Removed superfluous #includes taken from checkheaders list.Yohann Ferreira40-75/+0
2010-12-06Removed deprecated autotools support.Yohann Ferreira1-513/+0
2010-12-05Add support for tiles with spacingStefan Dombrowski4-7/+10
2010-11-29Allow enter OK button key in input field.Andrei Karas3-1/+9
2010-11-15Remove the configlistener.h from the file listChuck Miller1-1/+0
2010-11-13Replace config listeners with the event systemChuck Miller17-165/+92
2010-11-12Change NPC handling in the net codeChuck Miller9-139/+237
2010-11-12Fix item name in floor item popup menu.Andrei Karas1-1/+1
2010-11-11Replace Event names with enums instead of stringsChuck Miller34-148/+204
2010-11-11Have the event system channels use enums instead of stringsChuck Miller45-152/+167
2010-11-11Fix unloading of the emote databaseChuck Miller1-0/+3
2010-11-09These files needed to be added to SRCS, not SRCS_MANAChuck Miller1-2/+2
2010-11-09Fix client successful unregister behaviour for manaserv.Yohann Ferreira1-1/+1
2010-11-07Convert the emote system to use particlesChuck Miller11-159/+75
2010-11-02Re-Enable the support of manaserv servers.Yohann Ferreira3-59/+0
2010-11-02Add missing variable initialisation in Being.Andrei Karas1-1/+2
2010-11-02Adding double-click to server dialog and world select dialogStefan Dombrowski6-0/+46
2010-11-01Fix the client version on Windows.Yohann Ferreira1-3/+3