summaryrefslogtreecommitdiff
path: root/src/graphics.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-10-18Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, Bjørn Lindeijer1-2/+13
2007-06-03Fixed image loading in software mode to not check for alpha layer with imagesBjørn Lindeijer1-13/+0
2007-05-04Merged particle engine into main eAthena branch.Philipp Sehmisch1-0/+11
2006-12-12Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h)Bjørn Lindeijer1-2/+0
2006-11-26Higher precision log timestamps, some more logging and support for TGA images.Bjørn Lindeijer1-0/+3
2006-07-19Merged new_animation branch until r2415 into trunk. Eugenio Favalli1-2/+4
2006-05-03Increased fps limit granularity and cleaned some code, fixed some xml library...Eugenio Favalli1-11/+0
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-3/+3
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-16/+12
2005-09-19Mostly code cleanups related to commits in past two days.Bjørn Lindeijer1-6/+0
2005-09-18Move the writing logic out of the Graphics class once again... Some cleanups ...Björn Steinbrink1-44/+1
2005-09-18Some minor optimizations.Yohann Ferreira1-7/+5
2005-09-18Removed unuseful comments. Made the saveScreenshots() function return a corre...Yohann Ferreira1-88/+5
2005-09-18Made the saveScreenShot makes its screenshots under user home dir in *nices, ...Yohann Ferreira1-1/+129
2005-09-18Changed Graphics::saveScreenshot to Graphics::getScreenshot. Now using the Im...Björn Steinbrink1-89/+15
2005-09-17configure.ac: Fix typo.Björn Steinbrink1-2/+3
2005-09-172005-09-17 Duane Bailey <nayryeliab@gmail.com>Duane Bailey1-0/+100
2005-08-25Use OpenGL's translation capabilites. Small cleanups.Björn Steinbrink1-19/+18
2005-08-25Made our drawImage() method respect the clip area from the guichan graphics p...Björn Steinbrink1-0/+3
2005-08-18Semi-separated OpenGL and SDL graphics classes, improving OpenGL performance.Björn Steinbrink1-167/+18
2005-08-15Made the OpenGL related code fully #ifdef'ed.Björn Steinbrink1-21/+28
2005-08-14Started to fade out the useOpenGL global variable.Björn Steinbrink1-3/+2
2005-08-14Moved image drawing code into the graphics class.Björn Steinbrink1-3/+60
2005-08-14Make the wrapper functions in the Graphics class conditional on OpenGL support.Björn Steinbrink1-97/+77
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-2/+8
2005-08-10Moved knowledge about whether we use OpenGL into the Graphics class. Added he...Björn Steinbrink1-0/+36
2005-08-02Moved graphics setup code into the graphics class.Björn Steinbrink1-28/+101
2005-07-27Committing merging opengl and sdl part 3 by AndrejBjørn Lindeijer1-15/+25
2005-07-26OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find aBjørn Lindeijer1-4/+47
2005-07-16Updated changelog, got rid of remaining extern SDL_Surface *screen cases,Bjørn Lindeijer1-9/+13
2005-07-16Made Image/SubImage being drawn by Graphics. Removed some redundant code.Björn Steinbrink1-9/+36
2005-07-14Committed resource manager cleanup patch by Doener, and properly implementedBjørn Lindeijer1-28/+1
2005-07-13* Committing some cleanups by DoenerBjørn Lindeijer1-6/+6
2005-07-13readding ifdefsEugenio Favalli1-1/+4
2005-07-13- Adding the wonderful new font by Bjorn to speech and player namesEugenio Favalli1-22/+23
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-1/+3
2005-07-11Introducing new font, sans serif 8.Bjørn Lindeijer1-1/+1
2005-06-23Finishing resource manager ability to clean up resources. Still work to do onBjørn Lindeijer1-0/+2
2005-06-21Image loader now automatically determines whether to use masked drawing orBjørn Lindeijer1-1/+1
2005-05-21Numerous things:Bjørn Lindeijer1-1/+0
2005-05-16Leave out OpenGL completely when not enabled.Bjørn Lindeijer1-0/+6
2005-05-14Added framerate limiter, off by default (0 means no limit)Bjørn Lindeijer1-0/+9
2005-05-14Hide mouse when the application doesn't have mouse focus.Bjørn Lindeijer1-3/+7
2005-05-02Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix.Bjørn Lindeijer1-2/+2
2005-04-18Ok, of course the biggest problem to solve with OpenGL integration is loadingBjørn Lindeijer1-8/+19
2005-03-25Moved datafiles in unified structure.Bjørn Lindeijer1-1/+1
2005-03-24logger...Yohann Ferreira1-1/+2
2005-03-03Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.Bjørn Lindeijer1-0/+135