Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 14 | -26/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-09-04 | Introduced another template to make deleting all values in a container easier. | Bjørn Lindeijer | 1 | -0/+7 | |
Inspired by qDeleteAll() from Qt. | |||||
2008-05-22 | Fix compile errors when compiling with GCC 4.3 (patch by rodge) | Bjørn Lindeijer | 1 | -0/+1 | |
2008-04-23 | Replaced SHA-256 implementation with the one from InspIRCd. Thanks to Bertram | Bjørn Lindeijer | 5 | -1019/+313 | |
for initial modifications. | |||||
2008-04-21 | Removed our copyright header since these files are not copyright by us. | Bjørn Lindeijer | 2 | -52/+0 | |
2008-04-21 | Added password encryption client-side using SHA256. | Yohann Ferreira | 4 | -0/+1071 | |
2008-04-07 | Added XML::Document class which simplifies parsing an XML document and | Bjørn Lindeijer | 2 | -0/+73 | |
automatically cleans it up again. | |||||
2008-03-23 | Merged revisions 3828-3829,3831-3838,3841,3843-3844,3847-3872,3874,3876-3900 ↵ | Bjørn Lindeijer | 1 | -1/+1 | |
via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3828 | crush_tmw | 2007-12-31 17:14:27 +0100 (Mon, 31 Dec 2007) | 1 line Added config options to set the scroll center. Retained scroll offset during map change for smoother map transitions. ........ r3859 | b_lindeijer | 2008-01-26 20:38:43 +0100 (Sat, 26 Jan 2008) | 3 lines Fixed a GCC 4.3 compile error and constified the usage of auto_ptr, since that's the way in which we are using them. ........ r3876 | crush_tmw | 2008-02-11 20:00:43 +0100 (Mon, 11 Feb 2008) | 1 line Added music and overlay to snake dungeon. ........ r3883 | crush_tmw | 2008-02-12 15:00:22 +0100 (Tue, 12 Feb 2008) | 1 line Particle emitters are now activated after the parent particle has moved instead of before (small change which allows a little trick to create polar emitters) ........ r3887 | umperio | 2008-02-12 20:49:37 +0100 (Tue, 12 Feb 2008) | 1 line Made pathfinding not halt on collision destination tile, made moving around with mouse smoother. Added possibility to pass through players with key controls. ........ r3888 | crush_tmw | 2008-02-13 21:49:55 +0100 (Wed, 13 Feb 2008) | 1 line Added new headgears by Black Don (thanks to QOAL for testing and implementation) ........ r3891 | umperio | 2008-02-18 09:52:06 +0100 (Mon, 18 Feb 2008) | 1 line Fixed image name. ........ r3892 | umperio | 2008-02-18 11:00:45 +0100 (Mon, 18 Feb 2008) | 1 line Forgot a %s ........ r3899 | crush_tmw | 2008-02-19 14:23:34 +0100 (Tue, 19 Feb 2008) | 1 line Map fixes at snake dungeon by QOAL ........ r3900 | crush_tmw | 2008-02-19 14:32:24 +0100 (Tue, 19 Feb 2008) | 1 line More map fixes at snake dungeon by QOAL ........ | |||||
2008-03-09 | Implemented possibility to rotate particle emitters. Implemented ↵ | Philipp Sehmisch | 1 | -0/+21 | |
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. | |||||
2007-11-16 | Removed useless win32 implementation of gettimeofday. | Eugenio Favalli | 1 | -113/+0 | |
2007-09-22 | Cleaned a bit. | Guillaume Melquiond | 1 | -0/+2 | |
2007-09-20 | Fixed some compilation warning. | Guillaume Melquiond | 1 | -1/+1 | |
2007-09-19 | Merged 0.0 changes from revision 3362 to 3580 to trunk. | Bjørn Lindeijer | 3 | -0/+56 | |
2007-08-13 | Fixed svn properties. | Guillaume Melquiond | 2 | -71/+71 | |
2007-08-06 | Fixed some header typos. Moved gettext.h to utils directory. Removed ↵ | Guillaume Melquiond | 3 | -2/+48 | |
redundant HAS_CONFIG_H macro. Used autopoint for generating gettext environment. Removed auto-generated file from po directory. | |||||
2007-08-06 | Added support for translating variable strings. | Guillaume Melquiond | 2 | -0/+90 | |
2007-06-04 | Merged 0.0 changes from revision 3234 to 3317 to trunk. | Bjørn Lindeijer | 5 | -113/+218 | |
2007-04-22 | Added a macro for XML child node iterations to make the code more terse and ↵ | Björn Steinbrink | 1 | -0/+3 | |
easier to read. | |||||
2007-01-28 | Some work on documentation. | Bjørn Lindeijer | 1 | -0/+3 | |
2007-01-04 | Merged 0.0 changes from revision 2898 to 2988 to trunk. | Bjørn Lindeijer | 3 | -3/+191 | |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 3 | -0/+211 | |
2006-03-19 | Unreverted latest change by Doener due to my lack of proper communication ↵ | Eugenio Favalli | 1 | -0/+37 | |
abilities. | |||||
2006-03-19 | Reverted changeset r2269 (toString) as requested by ElvenProgrammer. | Björn Steinbrink | 1 | -37/+0 | |
2006-03-18 | Fixed indentation. | Björn Steinbrink | 1 | -5/+5 | |
2006-03-18 | Added a toString conversion function. | Björn Steinbrink | 1 | -0/+37 | |
2006-03-09 | Added guards. | Björn Steinbrink | 1 | -0/+5 | |
2006-03-08 | Added a 'dtor' helper functor to delete objects in arrays and containers ↵ | Björn Steinbrink | 1 | -0/+44 | |
using STL algorithms. |