summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Collapse)AuthorFilesLines
2007-11-19Merged revisions 3739,3743-3744,3746-3747 via svnmerge from Bjørn Lindeijer1-113/+0
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3739 | umperio | 2007-11-16 11:49:58 +0100 (Fri, 16 Nov 2007) | 1 line Removed useless win32 implementation of gettimeofday. ........ r3743 | umperio | 2007-11-16 15:14:00 +0100 (Fri, 16 Nov 2007) | 1 line Fixed minor issues. ........ r3747 | b_lindeijer | 2007-11-18 23:05:16 +0100 (Sun, 18 Nov 2007) | 2 lines Fixed small mapping error, collision layer not changed. ........
2007-10-18Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, Bjørn Lindeijer1-0/+2
including optimization of OpenGL memory usage on modern OpenGL drivers. Patches by Guillaume Melquiond.
2007-09-27Merged another bunch of changes from trunk to 0.0 to reduce the difference.Bjørn Lindeijer1-1/+1
2007-09-20Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style Bjørn Lindeijer1-48/+48
to native for some files that were still missing this property. This is a feeble attempt to reduce the amount of conflicts for future merges.
2007-08-24Added trimming of name for new character creation and of chat messagesBjørn Lindeijer1-1/+6
appearing above players. Also improved resize mouse cursor indication, removing duplicated code and fixing indicator above resize grip.
2007-08-22Added trimming of chat messages.Bjørn Lindeijer3-0/+51
2007-08-21mantis id=118 - Added Item Shortcut Bar.Joshua Langley1-1/+1
2007-06-03Fixed warning about strict-aliasing rules and don't die on warnings by default.Bjørn Lindeijer1-6/+7
2007-05-04Merged particle engine into main eAthena branch.Philipp Sehmisch5-113/+217
2007-04-23Merged Björn Steinbrinks improvements at the xml parsing from trunk version.Philipp Sehmisch1-0/+6
2006-12-14Removed the rather useless remaining draw function from the engine class andBjørn Lindeijer1-3/+5
fixed an issue with fading out damage texts (they were sometimes fully opaque at the end of fading out).
2006-12-12Moved base64 module into utils directory.Bjørn Lindeijer2-0/+186
2006-11-27Added implementation of gettimeofday() for windows machines.Philipp Sehmisch1-0/+111
2006-11-15Added missing Id keyword property to recently added files.Bjørn Lindeijer2-2/+2
2006-11-15Separated getProperty method to an XML utility namespace.Bjørn Lindeijer2-0/+100
2006-03-19Unreverted latest change by Doener due to my lack of proper communication ↵Eugenio Favalli1-0/+37
abilities.
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 ↵Björn Steinbrink1-0/+44
using STL algorithms.