summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-11Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but becauseBjørn Lindeijer51-588/+213
2008-04-10Fixed some compiler warnings and don't try to load particle effects when noBjørn Lindeijer7-28/+41
2008-04-08Implemented support for an arbitrary number of map layers. The only layerBjørn Lindeijer9-228/+298
2008-04-07Added support for basing one sprite definition on another by including it.Bjørn Lindeijer3-38/+69
2008-04-07Added XML::Document class which simplifies parsing an XML document andBjørn Lindeijer11-309/+303
2008-04-04Spawning a particle effect whenever the client sends a move message to the se...Philipp Sehmisch2-0/+7
2008-04-03Added updating guild member listDavid Athay3-9/+23
2008-04-03Added patch fromDavid Athay5-5/+12
2008-04-03Took out something that I committed by accident earlier. Sorry for blocking theBjørn Lindeijer1-8/+0
2008-04-03Added right click to invite to guildDavid Athay5-4/+45
2008-04-01removed misspelled filePhilipp Sehmisch1-151/+0
2008-04-01misspelled filenamePhilipp Sehmisch1-0/+151
2008-04-01Made it possible to move the chat windowDavid Athay2-3/+3
2008-04-01Fixed up chat and guildsDavid Athay6-18/+39
2008-04-01forgot to commit the xml filePhilipp Sehmisch0-0/+0
2008-04-01forgot to mention the name of the person who provided the new animated npc gr...Philipp Sehmisch1-2/+2
2008-03-31updated project fliesPhilipp Sehmisch3-4/+10
2008-03-31forgot changelogPhilipp Sehmisch1-0/+13
2008-03-31Implemented NPC XML database which maps NPC IDs to one or more animation file...Philipp Sehmisch5-5/+230
2008-03-28 UpdatedDavid Athay4-322/+700
2008-03-23Blocked revisions 3614,3622,3689,3746,3811,3940,3984,4000 via svnmergeBjørn Lindeijer0-0/+0
2008-03-23Updated default account server name and added SDL_ttf dependency.Bjørn Lindeijer3-1/+7
2008-03-23Merged revisions 3828-3829,3831-3838,3841,3843-3844,3847-3872,3874,3876-3900 ...Bjørn Lindeijer13-85/+146
2008-03-23Merged revisions 3823,3825-3826,3829,3831-3839,3841-3842 via svnmerge from Bjørn Lindeijer16-65/+170
2008-03-22No idea how that happened...Bjørn Lindeijer1-1/+1
2008-03-22Updated AUTHORS file (but not complete yet)Bjørn Lindeijer2-44/+56
2008-03-17Restored previous project file and fixed a warning along the way.Eugenio Favalli3-343/+352
2008-03-15AAdded pathblocking rules to NPCs.Philipp Sehmisch2-0/+14
2008-03-15Fixed warp to map 15 (patch by peavey)Philipp Sehmisch1-0/+5
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 Sehmisch13-87/+286
2008-03-12Added ability to quit guilds.David Athay8-1639/+469
2008-03-09Actions and particle effect for monster attacks are now obtained from the mon...Philipp Sehmisch6-20/+107
2008-03-09Implemented possibility to rotate particle emitters. Implemented interpretati...Philipp Sehmisch13-17/+98
2008-03-06Fixed rejoining guilds after closing clientDavid Athay3-15/+25
2008-03-05Fixed guild creation.David Athay7-103/+100
2008-03-05Fixed typing in guild dialogsDavid Athay3-43/+42
2008-03-04Accepted patch by roderic to fix building/installing with CMake.Bjørn Lindeijer5-1/+26
2008-03-04Added HP regeneration and new death messages.Philipp Sehmisch3-8/+18
2008-03-03Skill gui beautifications by roderic.Philipp Sehmisch4-54/+148
2008-03-01Replaced the basic guichan text field class with our derivate class.Philipp Sehmisch3-13/+20
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 Athay25-19/+1338
2008-02-27error in changelog.Philipp Sehmisch1-3/+6
2008-02-27made the string " Press OK to respawn." translateable.Philipp Sehmisch1-1/+1
2008-02-27Implemented provisorical player respawn.Philipp Sehmisch5-1/+55