Age | Commit message (Expand) | Author | Files | Lines |
2008-04-04 | Spawning a particle effect whenever the client sends a move message to the se... | Philipp Sehmisch | 2 | -0/+7 |
2008-04-03 | Added updating guild member list | David Athay | 3 | -9/+23 |
2008-04-03 | Added patch from | David Athay | 5 | -5/+12 |
2008-04-03 | Took out something that I committed by accident earlier. Sorry for blocking the | Bjørn Lindeijer | 1 | -8/+0 |
2008-04-03 | Added right click to invite to guild | David Athay | 5 | -4/+45 |
2008-04-01 | removed misspelled file | Philipp Sehmisch | 1 | -151/+0 |
2008-04-01 | misspelled filename | Philipp Sehmisch | 1 | -0/+151 |
2008-04-01 | Made it possible to move the chat window | David Athay | 2 | -3/+3 |
2008-04-01 | Fixed up chat and guilds | David Athay | 6 | -18/+39 |
2008-04-01 | forgot to commit the xml file | Philipp Sehmisch | 0 | -0/+0 |
2008-04-01 | forgot to mention the name of the person who provided the new animated npc gr... | Philipp Sehmisch | 1 | -2/+2 |
2008-03-31 | updated project flies | Philipp Sehmisch | 3 | -4/+10 |
2008-03-31 | forgot changelog | Philipp Sehmisch | 1 | -0/+13 |
2008-03-31 | Implemented NPC XML database which maps NPC IDs to one or more animation file... | Philipp Sehmisch | 5 | -5/+230 |
2008-03-28 | Updated | David Athay | 4 | -322/+700 |
2008-03-23 | Blocked revisions 3614,3622,3689,3746,3811,3940,3984,4000 via svnmerge | Bjørn Lindeijer | 0 | -0/+0 |
2008-03-23 | Updated default account server name and added SDL_ttf dependency. | Bjørn Lindeijer | 3 | -1/+7 |
2008-03-23 | Merged revisions 3828-3829,3831-3838,3841,3843-3844,3847-3872,3874,3876-3900 ... | Bjørn Lindeijer | 13 | -85/+146 |
2008-03-23 | Merged revisions 3823,3825-3826,3829,3831-3839,3841-3842 via svnmerge from | Bjørn Lindeijer | 16 | -65/+170 |
2008-03-22 | No idea how that happened... | Bjørn Lindeijer | 1 | -1/+1 |
2008-03-22 | Updated AUTHORS file (but not complete yet) | Bjørn Lindeijer | 2 | -44/+56 |
2008-03-17 | Restored previous project file and fixed a warning along the way. | Eugenio Favalli | 3 | -343/+352 |
2008-03-15 | AAdded pathblocking rules to NPCs. | Philipp Sehmisch | 2 | -0/+14 |
2008-03-15 | Fixed warp to map 15 (patch by peavey) | Philipp Sehmisch | 1 | -0/+5 |
2008-03-15 | Fixed a crash caused by the new blocking system. | Philipp Sehmisch | 1 | -4/+9 |
2008-03-13 | included cassert header and fixed grammar in a comment. | Philipp Sehmisch | 2 | -2/+3 |
2008-03-13 | defined block bitmasks in hex instead of decimal like it is done for the walk... | Philipp Sehmisch | 1 | -3/+3 |
2008-03-13 | Synchronized pathfinding algorithmns with those used by the server to avoid a... | Philipp Sehmisch | 13 | -87/+286 |
2008-03-12 | Added ability to quit guilds. | David Athay | 8 | -1639/+469 |
2008-03-09 | Actions and particle effect for monster attacks are now obtained from the mon... | Philipp Sehmisch | 6 | -20/+107 |
2008-03-09 | Implemented possibility to rotate particle emitters. Implemented interpretati... | Philipp Sehmisch | 13 | -17/+98 |
2008-03-06 | Fixed rejoining guilds after closing client | David Athay | 3 | -15/+25 |
2008-03-05 | Fixed guild creation. | David Athay | 7 | -103/+100 |
2008-03-05 | Fixed typing in guild dialogs | David Athay | 3 | -43/+42 |
2008-03-04 | Accepted patch by roderic to fix building/installing with CMake. | Bjørn Lindeijer | 5 | -1/+26 |
2008-03-04 | Added HP regeneration and new death messages. | Philipp Sehmisch | 3 | -8/+18 |
2008-03-03 | Skill gui beautifications by roderic. | Philipp Sehmisch | 4 | -54/+148 |
2008-03-01 | Replaced the basic guichan text field class with our derivate class. | Philipp Sehmisch | 3 | -13/+20 |
2008-02-28 | Fixed chat input stealing focus from quitDialog | Mateusz Kaduk | 1 | -0/+4 |
2008-02-28 | Temporary fix for GUILD protocol support, fixed makefile. Also please do not ... | Mateusz Kaduk | 2 | -1/+9 |
2008-02-28 | Added missing automake entries. Still bug in guildhandler code, plz fix it. | Mateusz Kaduk | 1 | -0/+6 |
2008-02-28 | Work in Progress commit of guilds. | David Athay | 25 | -19/+1338 |
2008-02-27 | error in changelog. | Philipp Sehmisch | 1 | -3/+6 |
2008-02-27 | made the string " Press OK to respawn." translateable. | Philipp Sehmisch | 1 | -1/+1 |
2008-02-27 | Implemented provisorical player respawn. | Philipp Sehmisch | 5 | -1/+55 |
2008-02-27 | Fixed translation file names. | Eugenio Favalli | 7 | -19/+16 |
2008-02-26 | Added Portugese (by Tiago Silva), Danish (by GonzoDark), Russian (by idle sign) | Bjørn Lindeijer | 5 | -0/+2183 |
2008-02-24 | Fixed a bug which caused an incorrect display of character correction points ... | Philipp Sehmisch | 2 | -1/+3 |
2008-02-24 | (no commit message) | Philipp Sehmisch | 3 | -9/+41 |
2008-02-22 | Added a 2nd attack to the scorpion to test new monster AI. | Philipp Sehmisch | 1 | -0/+5 |