aboutsummaryrefslogtreecommitdiff
path: root/guilib/TextureManager.cpp
AgeCommit message (Expand)Author
2011-01-24Merged cptspiff's code-reshuffle branch.theuni
2010-11-26fixed: some mem leaks spotted by valgrind (there are many many others)elupus
2010-10-12changed: simplify SystemGlobals by just putting all global objects in one com...elupus
2010-07-30fixed: get rid of unnecessary utf8 convert in CGUITextureManager::Load, we do...taxigps
2010-07-25changed: make sure texturemanager's are destroyed before graphiccontext (they...elupus
2010-05-27cleanup: Get rid of old references to skin and scripts dirsjmarshallnz
2010-02-01changed: drop namespace DIRECTORY and use XFILE for that aswellelupus
2010-01-08cosmeticsspiff_
2009-10-10[all] another winapi nuke, QueryPerformanceCounter/QueryPerformanceFrequency ...davilla
2009-10-04changed: Moved image loading from CPicture to CBaseTexture as that is the mai...jmarshallnz
2009-10-03added: Support for ARGB, DXT1 and DXT3 in textures in .xbt files.jmarshallnz
2009-09-28support DXT5 textures with a new texture bundle(r)yuvalt
2009-09-24fixed: White textures on fail of load, thanks to taxigps (ticket #7212)jmarshallnz
2009-09-23changed: DWORD -> unsigned int for frame-based timings, and moved to using CT...jmarshallnz
2009-09-23step 3/4: Move linuxport to trunk. How'd I get roped into this?AlTheKiller