summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)AuthorFilesLines
2008-09-04Introduced another template to make deleting all values in a container easier.Bjørn Lindeijer1-0/+7
2008-05-22Fix compile errors when compiling with GCC 4.3 (patch by rodge)Bjørn Lindeijer1-0/+1
2008-04-23Replaced SHA-256 implementation with the one from InspIRCd. Thanks to BertramBjørn Lindeijer5-1019/+313
2008-04-21Removed our copyright header since these files are not copyright by us.Bjørn Lindeijer2-52/+0
2008-04-21Added password encryption client-side using SHA256.Yohann Ferreira4-0/+1071
2008-04-07Added XML::Document class which simplifies parsing an XML document andBjørn Lindeijer2-0/+73
2008-03-23Merged revisions 3828-3829,3831-3838,3841,3843-3844,3847-3872,3874,3876-3900 ...Bjørn Lindeijer1-1/+1
2008-03-09Implemented possibility to rotate particle emitters. Implemented interpretati...Philipp Sehmisch1-0/+21
2007-11-16Removed useless win32 implementation of gettimeofday.Eugenio Favalli1-113/+0
2007-09-22Cleaned a bit.Guillaume Melquiond1-0/+2
2007-09-20Fixed some compilation warning.Guillaume Melquiond1-1/+1
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer3-0/+56
2007-08-13Fixed svn properties.Guillaume Melquiond2-71/+71
2007-08-06Fixed some header typos. Moved gettext.h to utils directory. Removed redundan...Guillaume Melquiond3-2/+48
2007-08-06Added support for translating variable strings.Guillaume Melquiond2-0/+90
2007-06-04Merged 0.0 changes from revision 3234 to 3317 to trunk.Bjørn Lindeijer5-113/+218
2007-04-22Added a macro for XML child node iterations to make the code more terse and e...Björn Steinbrink1-0/+3
2007-01-28Some work on documentation.Bjørn Lindeijer1-0/+3
2007-01-04Merged 0.0 changes from revision 2898 to 2988 to trunk.Bjørn Lindeijer3-3/+191
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer3-0/+211
2006-03-19Unreverted latest change by Doener due to my lack of proper communication abi...Eugenio Favalli1-0/+37
2006-03-19Reverted changeset r2269 (toString) as requested by ElvenProgrammer.Björn Steinbrink1-37/+0
2006-03-18Fixed indentation.Björn Steinbrink1-5/+5
2006-03-18Added a toString conversion function.Björn Steinbrink1-0/+37
2006-03-09Added guards.Björn Steinbrink1-0/+5
2006-03-08Added a 'dtor' helper functor to delete objects in arrays and containers usin...Björn Steinbrink1-0/+44