Age | Commit message (Expand) | Author | Files | Lines |
2024-02-27 | Added VSync and windowed fullscreen options | Thorbjørn Lindeijer | 1 | -1/+1 |
2024-02-13 | General code cleanups | Thorbjørn Lindeijer | 1 | -6/+5 |
2024-01-26 | Apply C++11 fixits | Thorbjørn Lindeijer | 1 | -2/+2 |
2024-01-25 | Ported to SDL2 | Thorbjørn Lindeijer | 1 | -51/+7 |
2012-08-05 | Removed 'virtual' from methods of Image | Thorbjørn Lindeijer | 1 | -13/+5 |
2012-08-05 | Avoid copying surfaces unnecessarily for upload to texture | Thorbjørn Lindeijer | 1 | -1/+1 |
2012-08-05 | Added support for ARB_texture_non_power_of_two extension | Thorbjørn Lindeijer | 1 | -0/+1 |
2012-02-09 | Fixed wallpaper prescaling issues | Thorbjørn Lindeijer | 1 | -4/+5 |
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 1 | -1/+1 |
2012-01-24 | Removed unused function Image::SDLmerge | Thorbjørn Lindeijer | 1 | -9/+0 |
2012-01-24 | Use SDL_RWops directly on top of PhysFS | Thorbjørn Lindeijer | 1 | -9/+6 |
2011-04-09 | Removed a lot of useless "documentation" | Thorbjørn Lindeijer | 1 | -9/+0 |
2010-12-06 | Removed superfluous #includes taken from checkheaders list. | Yohann Ferreira | 1 | -2/+0 |
2010-10-22 | Turned the OpenGL and disable transparency options as static members. | Yohann Ferreira | 1 | -21/+33 |
2010-10-16 | Implement opacity cache for SDL surfaces. | Andrei Karas | 1 | -3/+22 |
2010-02-22 | Modify copyright headers | Freeyorp | 1 | -1/+2 |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -4/+3 |
2010-02-07 | Updated Copyright year to 2010! | Bertram | 1 | -1/+1 |
2009-10-14 | Add more detail to DebugWindow | Jared Adams | 1 | -0/+2 |
2009-08-15 | Mantis #783: Fixed window opacity breaks in software (SDL) mode. | Bertram | 1 | -2/+11 |
2009-08-14 | Fixed the compilation without OpenGL Support, and remove a too young function. | Bertram | 1 | -8/+0 |
2009-08-14 | Added a Alpha Channel copier for 32 bit SDL based images. | Bertram | 1 | -1/+10 |
2009-08-14 | Added a new function to know if an image is using an alpha channel. | Bertram | 1 | -2/+8 |
2009-08-14 | Made the mLoaded member working again. | Bertram | 1 | -0/+6 |
2009-08-13 | Changed mImage member to mSDLSurface as it is SDL specific... | Bertram | 1 | -1/+1 |
2009-08-13 | Cleaned up the image code a bit... | Bertram | 1 | -32/+58 |
2009-08-06 | Use fillRectangle instead of tiling a colored image | Thorbjørn Lindeijer | 1 | -8/+2 |
2009-07-26 | Fixed a '+' string operation, and attempt to resolve the Mantis 427. | Bertram | 1 | -0/+6 |
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 | -0/+16 |
2009-04-14 | Unduplicated the code that draws a quad | Bjørn Lindeijer | 1 | -0/+4 |
2009-03-27 | Fixed include structure in resource/ directory | Bjørn Lindeijer | 1 | -6/+6 |
2009-03-25 | Merge branch 'eathena/master' | Bjørn Lindeijer | 1 | -0/+10 |
2009-03-23 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 1 | -0/+10 |
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 1 | -2/+0 |
2009-03-17 | Added an image merge feature loosely based on a merge function found in | Ira Rice | 1 | -0/+10 |
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 |
2009-02-09 | Removed a getImage() function I added. Considered renaming it to | Ira Rice | 1 | -12/+0 |
2009-02-07 | Some more include cleanups. | Ira Rice | 1 | -0/+2 |
2009-02-03 | Disable alpha values affecting two widgets which would otherwise take | Ira Rice | 1 | -1/+13 |
2009-01-25 | Removed the TMW branding from header guards | Bjørn Lindeijer | 1 | -2/+2 |
2009-01-24 | Code reformatting | Bjørn Lindeijer | 1 | -5/+8 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2009-01-15 | Style cleanups throughout most of the code. Splitting function type from | Ira Rice | 1 | -20/+9 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -3/+2 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
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/+15 |
2007-11-20 | Merged revisions 3642,3662-3664,3667 via svnmerge from | Bjørn Lindeijer | 1 | -7/+5 |
2007-11-03 | Added automatic recoloring of images. Inspired by fungos' ideas (PR #41). | Guillaume Melquiond | 1 | -1/+15 |