summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-02-28Temporary fix for GUILD protocol support, fixed makefile. Also please do not ...Mateusz Kaduk2-1/+9
2008-02-28Added missing automake entries. Still bug in guildhandler code, plz fix it.Mateusz Kaduk1-0/+6
2008-02-28Work in Progress commit of guilds.David Athay24-13/+1323
2008-02-27made the string " Press OK to respawn." translateable.Philipp Sehmisch1-1/+1
2008-02-27Implemented provisorical player respawn.Philipp Sehmisch4-1/+52
2008-02-26Keep minimap status. Based on a patch by Knivey.Eugenio Favalli1-5/+0
2008-02-24Fixed a bug which caused an incorrect display of character correction points ...Philipp Sehmisch1-1/+1
2008-02-24(no commit message)Philipp Sehmisch2-9/+36
2008-02-22 Handling gender with an enum everywhere.Philipp Sehmisch7-21/+17
2008-02-22Merged creation of female characters from Legend of Mazzeroth.Philipp Sehmisch3-5/+53
2008-02-22Implemented skill name display in skill dialog and xp messages (based on a pa...Philipp Sehmisch3-2/+35
2008-02-21Showing a visible error message to the user when the font file fails to load.Philipp Sehmisch1-6/+2
2008-02-20Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ...Bjørn Lindeijer17-26/+126
2008-02-18Merged revisions 3762-3772,3776-3782 via svnmerge from Bjørn Lindeijer19-138/+160
2008-02-18Forgot a %sEugenio Favalli1-1/+1
2008-02-18Fixed image name.Eugenio Favalli2-2/+3
2008-02-12Made pathfinding not halt on collision destination tile, made moving around w...Eugenio Favalli5-19/+11
2008-02-12Particle emitters are now activated after the parent particle has moved inste...Philipp Sehmisch1-20/+21
2008-02-12Merged revisions 3687-3688,3690 via svnmerge from Bjørn Lindeijer7-21/+41
2008-02-12Merged revisions 3619 via svnmerge from Bjørn Lindeijer3-2/+42
2008-02-07Fixed unix compilation problem.Philipp Sehmisch1-1/+1
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch22-360/+429
2008-01-26Image alpha should also be set to 1, in case it was changed before.Bjørn Lindeijer2-8/+8
2008-01-26Fixed a GCC 4.3 compile error and constified the usage of auto_ptr, sinceBjørn Lindeijer3-3/+4
2008-01-26Added support for alpha blending to true type font drawing.Philipp Sehmisch1-0/+7
2008-01-24Fixed broken communication of attack directions.Philipp Sehmisch2-2/+9
2008-01-19Fixed interpretation of weapon types in items.xml.Philipp Sehmisch1-1/+1
2008-01-14ixed an error in Davids last commit (couldn't compile that way).Philipp Sehmisch1-2/+3
2008-01-13Fixed non-default location music loadingDavid Athay6-4/+35
2008-01-10Item types and weapon types are now identified by name instead of numbers in ...Philipp Sehmisch3-10/+86
2008-01-07Implemented new attribute enumerations of server update. Reformated the items...Philipp Sehmisch1-7/+10
2007-12-31Added config options to set the scroll center. Retained scroll offset during ...Philipp Sehmisch5-57/+81
2007-12-30Added a key for targeting the nearest player character based on patches by Tr...Philipp Sehmisch5-0/+51
2007-12-28Added the possibility to assign particle effects to monsters in the monster d...Philipp Sehmisch5-2/+34
2007-12-25Updated CMake file.Bjørn Lindeijer1-0/+2
2007-12-24Fixed compile warning.Bjørn Lindeijer1-0/+2
2007-12-24Minor update, fixed disconnection dialogDavid Athay2-8/+10
2007-12-24Disabled non-functional item shortcut window.Bjørn Lindeijer7-35/+25
2007-12-23Particle images are now reference-counted properly. Avoided attempts to load ...Philipp Sehmisch5-5/+66
2007-12-22Merged revisions 3740 via svnmerge from Bjørn Lindeijer4-24/+87
2007-12-22Make sure chat messages are also trimmed for the local player.Bjørn Lindeijer1-0/+1
2007-12-22Updated version to 0.0.24. Release data set to tomorrow, we'll see.Bjørn Lindeijer1-2/+2
2007-12-21Attempted to fix client freeze when unable to connect to update host, and add...David Athay2-6/+22
2007-12-21Fixed inventory size not matching the size assumed by eAthena and relatedBjørn Lindeijer6-6/+12
2007-12-21Added logging of error on PHYSFS_addToSearchPath.Bjørn Lindeijer2-3/+9
2007-12-21Fixed shop list box not to scroll up when the selection is removed.Bjørn Lindeijer1-2/+2
2007-12-18Remember to delete the progressbar and label also when the game was notBjørn Lindeijer1-0/+2
2007-12-18Updated attribute system to the latest design decisions (removed charisma, ke...Philipp Sehmisch8-32/+24
2007-12-10Include cassert header.Bjørn Lindeijer1-1/+2
2007-12-10Added an option to show log messages in the chat console.Philipp Sehmisch5-1/+27