Age | Commit message (Expand) | Author | Files | Lines |
2009-04-14 | Put the remaining unnamespaced handlers in a namespace | Bjørn Lindeijer | 1 | -2/+2 |
2009-03-25 | A host of code style fixes | Bjørn Lindeijer | 1 | -1/+1 |
2009-03-23 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 1 | -27/+33 |
2009-03-16 | Applied a similar optimization as in commit | Ira Rice | 1 | -12/+22 |
2009-03-10 | Extended window layout to take relative positions, as well as offsets to | Ira Rice | 1 | -17/+13 |
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 |
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 | -10/+8 |
2008-12-29 | Fixed a video resolution switching crash. | Ira Rice | 1 | -1/+0 |
2008-12-26 | Fixed a potential leak in setup, changed the default border color to | Ira Rice | 1 | -1/+2 |
2008-12-20 | Enabled video mode switching, as well as got rid of an old, unneeded | Ira Rice | 1 | -0/+2 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -2/+0 |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 |
2007-10-18 | Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, | Bjørn Lindeijer | 1 | -2/+13 |
2007-06-03 | Fixed image loading in software mode to not check for alpha layer with images | Bjørn Lindeijer | 1 | -13/+0 |
2007-05-04 | Merged particle engine into main eAthena branch. | Philipp Sehmisch | 1 | -0/+11 |
2006-12-12 | Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h) | Bjørn Lindeijer | 1 | -2/+0 |
2006-11-26 | Higher precision log timestamps, some more logging and support for TGA images. | Bjørn Lindeijer | 1 | -0/+3 |
2006-07-19 | Merged new_animation branch until r2415 into trunk. | Eugenio Favalli | 1 | -2/+4 |
2006-05-03 | Increased fps limit granularity and cleaned some code, fixed some xml library... | Eugenio Favalli | 1 | -11/+0 |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -3/+3 |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -16/+12 |
2005-09-19 | Mostly code cleanups related to commits in past two days. | Bjørn Lindeijer | 1 | -6/+0 |
2005-09-18 | Move the writing logic out of the Graphics class once again... Some cleanups ... | Björn Steinbrink | 1 | -44/+1 |
2005-09-18 | Some minor optimizations. | Yohann Ferreira | 1 | -7/+5 |
2005-09-18 | Removed unuseful comments. Made the saveScreenshots() function return a corre... | Yohann Ferreira | 1 | -88/+5 |
2005-09-18 | Made the saveScreenShot makes its screenshots under user home dir in *nices, ... | Yohann Ferreira | 1 | -1/+129 |
2005-09-18 | Changed Graphics::saveScreenshot to Graphics::getScreenshot. Now using the Im... | Björn Steinbrink | 1 | -89/+15 |
2005-09-17 | configure.ac: Fix typo. | Björn Steinbrink | 1 | -2/+3 |
2005-09-17 | 2005-09-17 Duane Bailey <nayryeliab@gmail.com> | Duane Bailey | 1 | -0/+100 |
2005-08-25 | Use OpenGL's translation capabilites. Small cleanups. | Björn Steinbrink | 1 | -19/+18 |
2005-08-25 | Made our drawImage() method respect the clip area from the guichan graphics p... | Björn Steinbrink | 1 | -0/+3 |
2005-08-18 | Semi-separated OpenGL and SDL graphics classes, improving OpenGL performance. | Björn Steinbrink | 1 | -167/+18 |
2005-08-15 | Made the OpenGL related code fully #ifdef'ed. | Björn Steinbrink | 1 | -21/+28 |
2005-08-14 | Started to fade out the useOpenGL global variable. | Björn Steinbrink | 1 | -3/+2 |
2005-08-14 | Moved image drawing code into the graphics class. | Björn Steinbrink | 1 | -3/+60 |
2005-08-14 | Make the wrapper functions in the Graphics class conditional on OpenGL support. | Björn Steinbrink | 1 | -97/+77 |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -2/+8 |
2005-08-10 | Moved knowledge about whether we use OpenGL into the Graphics class. Added he... | Björn Steinbrink | 1 | -0/+36 |
2005-08-02 | Moved graphics setup code into the graphics class. | Björn Steinbrink | 1 | -28/+101 |
2005-07-27 | Committing merging opengl and sdl part 3 by Andrej | Bjørn Lindeijer | 1 | -15/+25 |
2005-07-26 | OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find a | Bjørn Lindeijer | 1 | -4/+47 |
2005-07-16 | Updated changelog, got rid of remaining extern SDL_Surface *screen cases, | Bjørn Lindeijer | 1 | -9/+13 |
2005-07-16 | Made Image/SubImage being drawn by Graphics. Removed some redundant code. | Björn Steinbrink | 1 | -9/+36 |
2005-07-14 | Committed resource manager cleanup patch by Doener, and properly implemented | Bjørn Lindeijer | 1 | -28/+1 |
2005-07-13 | * Committing some cleanups by Doener | Bjørn Lindeijer | 1 | -6/+6 |
2005-07-13 | readding ifdefs | Eugenio Favalli | 1 | -1/+4 |
2005-07-13 | - Adding the wonderful new font by Bjorn to speech and player names | Eugenio Favalli | 1 | -22/+23 |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -1/+3 |
2005-07-11 | Introducing new font, sans serif 8. | Bjørn Lindeijer | 1 | -1/+1 |