Age | Commit message (Expand) | Author | Files | Lines |
2010-01-12 | Standardize header order | Jared Adams | 1 | -1/+1 |
2010-01-10 | Change code style | Andrei Karas | 1 | -2/+1 |
2009-09-17 | Optimized the Image::setAlpha() function for SDL. | Bertram | 1 | -14/+25 |
2009-08-15 | Fix some compile errors | Jared Adams | 1 | -1/+1 |
2009-08-15 | Removed unused include. | Bertram | 1 | -1/+0 |
2009-08-15 | Mantis #783: Fixed window opacity breaks in software (SDL) mode. | Bertram | 1 | -37/+63 |
2009-08-14 | Fixed the compilation without OpenGL Support, and remove a too young function. | Bertram | 1 | -36/+5 |
2009-08-13 | Fix compile errors | Jared Adams | 1 | -8/+10 |
2009-08-14 | Added a Alpha Channel copier for 32 bit SDL based images. | Bertram | 1 | -5/+35 |
2009-08-14 | Minor update... | Bertram | 1 | -3/+0 |
2009-08-14 | Prevented another possible segfault... | Bertram | 1 | -0/+3 |
2009-08-14 | Reliability fix in Image::Image(SDL_Surface*)... | Bertram | 1 | -3/+2 |
2009-08-14 | Added a new function to know if an image is using an alpha channel. | Bertram | 1 | -1/+41 |
2009-08-14 | Made the mLoaded member working again. | Bertram | 1 | -2/+22 |
2009-08-13 | Changed mImage member to mSDLSurface as it is SDL specific... | Bertram | 1 | -18/+18 |
2009-08-13 | Cleaned up the image code a bit... | Bertram | 1 | -138/+146 |
2009-08-06 | Use fillRectangle instead of tiling a colored image | Thorbjørn Lindeijer | 1 | -29/+6 |
2009-07-26 | Fixed a '+' string operation, and attempt to resolve the Mantis 427. | Bertram | 1 | -12/+35 |
2009-07-25 | Fixed compile warnings about unsigned/signed integer comparisons | Thorbjørn Lindeijer | 1 | -1/+1 |
2009-07-24 | Made the wallpaper be rescaled when necessary under SDL and OpenGL. | Bertram | 1 | -1/+38 |
2009-03-27 | Fixed include structure in resource/ directory | Bjørn Lindeijer | 1 | -15/+15 |
2009-03-23 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 1 | -2/+77 |
2009-03-17 | Added an image merge feature loosely based on a merge function found in | Ira Rice | 1 | -2/+77 |
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 |
2009-01-30 | Some style cleanups to the image class. TODO: Find a way to fix the | Ira Rice | 1 | -21/+22 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -4/+1 |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 |
2007-11-21 | Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via svnmer... | Bjørn Lindeijer | 1 | -1/+46 |
2007-11-20 | Merged revisions 3642,3662-3664,3667 via svnmerge from | Bjørn Lindeijer | 1 | -24/+11 |
2007-10-18 | Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, | Bjørn Lindeijer | 1 | -23/+43 |
2007-09-20 | Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style | Bjørn Lindeijer | 1 | -2/+2 |
2007-06-20 | Set GL texture index to zero when an image uses the SDL backend (fix by Guill... | Philipp Sehmisch | 1 | -1/+5 |
2007-06-03 | Fixed image loading in software mode to not check for alpha layer with images | Bjørn Lindeijer | 1 | -11/+14 |
2007-06-03 | Fixed image loading in software mode to not assume all images are 32-bit. | Bjørn Lindeijer | 1 | -1/+1 |
2007-03-20 | Reduced amount of useless logging, calculate nearest power of two in a function | Bjørn Lindeijer | 1 | -37/+44 |
2007-03-18 | Added man page by Patrick Matthäi and restored alpha layer check. | Bjørn Lindeijer | 1 | -3/+30 |
2007-03-18 | Added --version to the arguments, deleted the 'pink-code'. | Rogier Polak | 1 | -68/+4 |
2006-12-24 | Major rendering performance increase in software mode, by not using RLE | Bjørn Lindeijer | 1 | -3/+3 |
2006-11-26 | Higher precision log timestamps, some more logging and support for TGA images. | Bjørn Lindeijer | 1 | -1/+9 |
2006-09-07 | Fixed a typo. | Björn Steinbrink | 1 | -1/+1 |
2006-09-07 | Worked around a memory leak when using OpenGL. | Björn Steinbrink | 1 | -5/+16 |
2006-03-16 | A bunch of cosmetic changes. | Björn Steinbrink | 1 | -5/+7 |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -17/+17 |
2006-03-08 | Some fixes for compiling with pedantic compiler settings and const char* checks. | Bjørn Lindeijer | 1 | -2/+2 |
2006-03-08 | Removed some conditional code. | Björn Steinbrink | 1 | -16/+4 |
2006-03-05 | Merged new_playerset branch into trunk. | Eugenio Favalli | 1 | -2/+2 |
2005-10-15 | Some small cleanups. | Björn Steinbrink | 1 | -13/+8 |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -43/+32 |
2005-09-16 | Tiny error reporting improvement. | Bjørn Lindeijer | 1 | -1/+1 |