summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-03-23Merged revisions 3823,3825-3826,3829,3831-3839,3841-3842 via svnmerge from Bjørn Lindeijer16-65/+170
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3823 | crush_tmw | 2007-12-28 19:36:58 +0100 (Fri, 28 Dec 2007) | 1 line Added the possibility to assign particle effects to monsters in the monster database. Added flame particle effect to fire goblin as a proof of concept. ........ r3826 | crush_tmw | 2007-12-30 01:02:14 +0100 (Sun, 30 Dec 2007) | 1 line Added a key for targeting the nearest player character based on patches by Trinexx. Some mapping fixes at snake dungeon map. ........ r3839 | the_enemy | 2008-01-13 17:28:50 +0100 (Sun, 13 Jan 2008) | 1 line Fixed non-default location music loading ........ r3842 | crush_tmw | 2008-01-14 11:48:13 +0100 (Mon, 14 Jan 2008) | 1 line ixed an error in Davids last commit (couldn't compile that way). ........
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-16Updated Dev-C++ project file. Patch by peavey.Eugenio Favalli2-217/+221
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 ↵Philipp Sehmisch1-3/+3
walk bitmasks.
2008-03-13Synchronized pathfinding algorithmns with those used by the server to avoid ↵Philipp Sehmisch13-87/+286
asynchronisation.
2008-03-12Added ability to quit guilds.David Athay8-1639/+469
2008-03-11Also removed unused image from the files to be installed.Bjørn Lindeijer3-2/+5
2008-03-11Removed unused image.Eugenio Favalli2-0/+4
2008-03-09Actions and particle effect for monster attacks are now obtained from the ↵Philipp Sehmisch6-20/+107
monster database. Added new tail attack animation to scorpion monster sprite.
2008-03-09Implemented possibility to rotate particle emitters. Implemented ↵Philipp Sehmisch13-17/+98
interpretation of the attacktype parameter of attack messages and visualize monster attacks other than id 1 with a particle effect. Prepared to get attack particle effects and animation types from the monster database.
2008-03-09Applied some patches by peavey related to chatlog and the quit dialog.Philipp Sehmisch4-8/+31
2008-03-08Forgot to also remove the maps.Bjørn Lindeijer1-2/+2
2008-03-08Fixed some width/height mixups in TMXCopy.Philipp Sehmisch4-17/+24
2008-03-07Moved dynamically released data to its own module (tmwdata).Bjørn Lindeijer3-5/+5
2008-03-07Corrected names.Eugenio Favalli1-0/+2
2008-03-07Added new items by Black Don, new xml definitions by Peavey.Eugenio Favalli1-0/+19
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-02Upgraded project file to latest C::B release.Eugenio Favalli2-1415/+316
2008-03-01fixed transparency issue.Philipp Sehmisch1-0/+4
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
double source file names - rename it.
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
2008-02-27Fixed translation file names.Eugenio Favalli7-19/+16
2008-02-26Added Modanung's mud tileset and applyed to some houses in Tulimshar.Eugenio Favalli1-1/+2
2008-02-26Keep minimap status. Based on a patch by Knivey.Eugenio Favalli2-5/+5
2008-02-26Added Portugese (by Tiago Silva), Danish (by GonzoDark), Russian (by idle sign)Bjørn Lindeijer5-0/+2183
and Swedish (by Zirro) translations.
2008-02-26Fixed some monster traps on southwest woodland.Philipp Sehmisch1-0/+16
2008-02-24Fixed a bug which caused an incorrect display of character correction points ↵Philipp Sehmisch2-1/+3
in some situations.
2008-02-24(no commit message)Philipp Sehmisch3-9/+41
2008-02-23Assorted content updates by QOAL.Philipp Sehmisch0-0/+0
2008-02-22Added a 2nd attack to the scorpion to test new monster AI.Philipp Sehmisch1-0/+5
2008-02-22 Handling gender with an enum everywhere.Philipp Sehmisch8-21/+21
2008-02-22Merged creation of female characters from Legend of Mazzeroth.Philipp Sehmisch4-5/+55
2008-02-22Implemented skill name display in skill dialog and xp messages (based on a ↵Philipp Sehmisch4-2/+41
patch by rodge)