summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-03-23Merged revisions 3823,3825-3826,3829,3831-3839,3841-3842 via svnmerge from Bjørn Lindeijer15-65/+154
2008-03-17Restored previous project file and fixed a warning along the way.Eugenio Favalli1-8/+8
2008-03-15AAdded pathblocking rules to NPCs.Philipp Sehmisch1-0/+13
2008-03-15Fixed a crash caused by the new blocking system.Philipp Sehmisch1-4/+9
2008-03-13included cassert header and fixed grammar in a comment.Philipp Sehmisch2-2/+3
2008-03-13defined block bitmasks in hex instead of decimal like it is done for the walk...Philipp Sehmisch1-3/+3
2008-03-13Synchronized pathfinding algorithmns with those used by the server to avoid a...Philipp Sehmisch12-87/+275
2008-03-12Added ability to quit guilds.David Athay6-34/+102
2008-03-09Actions and particle effect for monster attacks are now obtained from the mon...Philipp Sehmisch5-18/+98
2008-03-09Implemented possibility to rotate particle emitters. Implemented interpretati...Philipp Sehmisch12-17/+86
2008-03-06Fixed rejoining guilds after closing clientDavid Athay2-15/+20
2008-03-05Fixed guild creation.David Athay6-103/+97
2008-03-05Fixed typing in guild dialogsDavid Athay2-43/+37
2008-03-04Accepted patch by roderic to fix building/installing with CMake.Bjørn Lindeijer1-0/+12
2008-03-04Added HP regeneration and new death messages.Philipp Sehmisch2-8/+12
2008-03-03Skill gui beautifications by roderic.Philipp Sehmisch3-54/+140
2008-03-01Replaced the basic guichan text field class with our derivate class.Philipp Sehmisch2-13/+15
2008-02-28Fixed chat input stealing focus from quitDialogMateusz Kaduk1-0/+4
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-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-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-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-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-18Updated attribute system to the latest design decisions (removed charisma, ke...Philipp Sehmisch8-32/+24
2007-12-09Add missing source files to the CMake configuration.Björn Steinbrink1-0/+2
2007-11-21Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. ThisBjørn Lindeijer23-234/+234
2007-11-21Small lingering changes made while merging to 0.0.Bjørn Lindeijer3-13/+9
2007-11-21Added interpolation of tile offset for intermediate steps in long moves.Guillaume Melquiond1-5/+22
2007-11-16Fixed minor issues.Eugenio Favalli1-1/+1
2007-11-16Sped up recoloring of transparent pixels.Guillaume Melquiond1-5/+5
2007-11-16Reduced noise in log file.Guillaume Melquiond3-4/+12
2007-11-16Delayed resource deletion by 30 seconds.Guillaume Melquiond4-24/+87