Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-02-18 | Fixed image name. | Eugenio Favalli | 1 | -1/+1 | |
2007-11-21 | Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via ↵ | Bjørn Lindeijer | 2 | -0/+90 | |
svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk (dynamic recoloring of sprites and related changes) ........ r3705 | gmelquio | 2007-11-03 10:58:25 +0100 (Sat, 03 Nov 2007) | 1 line Fixed double load of hair graphics. ........ r3706 | gmelquio | 2007-11-03 22:04:51 +0100 (Sat, 03 Nov 2007) | 1 line Added automatic recoloring of images. Inspired by fungos' ideas (PR #41). ........ r3707 | gmelquio | 2007-11-03 22:08:21 +0100 (Sat, 03 Nov 2007) | 1 line Experimented recoloring on scorpions. ........ r3708 | gmelquio | 2007-11-04 12:52:44 +0100 (Sun, 04 Nov 2007) | 1 line Tightened palette handling. ........ r3709 | gmelquio | 2007-11-04 12:54:31 +0100 (Sun, 04 Nov 2007) | 1 line Experimented with scorpions again. ........ r3710 | gmelquio | 2007-11-04 16:40:37 +0100 (Sun, 04 Nov 2007) | 1 line Applied recoloring to hair styles. ........ r3711 | gmelquio | 2007-11-04 17:50:37 +0100 (Sun, 04 Nov 2007) | 1 line Converted slimes to recoloring. ........ r3742 | gmelquio | 2007-11-16 14:16:00 +0100 (Fri, 16 Nov 2007) | 1 line Sped up recoloring of transparent pixels. ........ | |||||
2007-11-19 | Merged revisions 3739,3743-3744,3746-3747 via svnmerge from | Bjørn Lindeijer | 1 | -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-18 | Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, | Bjørn Lindeijer | 1 | -0/+2 | |
including optimization of OpenGL memory usage on modern OpenGL drivers. Patches by Guillaume Melquiond. | |||||
2007-09-27 | Merged another bunch of changes from trunk to 0.0 to reduce the difference. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-09-20 | Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style | Bjørn Lindeijer | 1 | -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-24 | Added trimming of name for new character creation and of chat messages | Bjørn Lindeijer | 1 | -1/+6 | |
appearing above players. Also improved resize mouse cursor indication, removing duplicated code and fixing indicator above resize grip. | |||||
2007-08-22 | Added trimming of chat messages. | Bjørn Lindeijer | 3 | -0/+51 | |
2007-08-21 | mantis id=118 - Added Item Shortcut Bar. | Joshua Langley | 1 | -1/+1 | |
2007-06-03 | Fixed warning about strict-aliasing rules and don't die on warnings by default. | Bjørn Lindeijer | 1 | -6/+7 | |
2007-05-04 | Merged particle engine into main eAthena branch. | Philipp Sehmisch | 5 | -113/+217 | |
2007-04-23 | Merged Björn Steinbrinks improvements at the xml parsing from trunk version. | Philipp Sehmisch | 1 | -0/+6 | |
2006-12-14 | Removed the rather useless remaining draw function from the engine class and | Bjørn Lindeijer | 1 | -3/+5 | |
fixed an issue with fading out damage texts (they were sometimes fully opaque at the end of fading out). | |||||
2006-12-12 | Moved base64 module into utils directory. | Bjørn Lindeijer | 2 | -0/+186 | |
2006-11-27 | Added implementation of gettimeofday() for windows machines. | Philipp Sehmisch | 1 | -0/+111 | |
2006-11-15 | Added missing Id keyword property to recently added files. | Bjørn Lindeijer | 2 | -2/+2 | |
2006-11-15 | Separated getProperty method to an XML utility namespace. | Bjørn Lindeijer | 2 | -0/+100 | |
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. |