Convert demo5 TABs to spaces |
|
More...
|
over 13 years ago
|
Simplified the update loop, removed all vsync stuff |
|
More...
|
over 13 years ago
|
Reverted the ONLY3D preprocessor |
|
More...
|
over 13 years ago
|
Bugfix when drawing clipped vertexlist |
|
More...
|
over 13 years ago
|
Added bindTexture to GLState to prevent redundant texture rebinding |
|
More...
|
over 13 years ago
|
Bugfix for checking texture dimensions, added mPow2 and mSquare to Image class |
|
More...
|
over 13 years ago
|
Textures can now be square and non-power of 2 too |
|
More...
|
over 13 years ago
|
Bugfix in get_rect_2 - reading outside source buffer leads to crash in memcpy |
|
More...
|
over 13 years ago
|
Add support for 4444 format in PVR |
|
More...
|
over 13 years ago
|
Only create mLogFacil if not DEBUG, so that release version can skip logging |
|
More...
|
over 13 years ago
|
Small fixes to make it build on iOS (glReadBuffer and IMG_SavePNG) |
|
More...
|
over 13 years ago
|
IMG_savepng: include zlib.h and other things to make it compile on iOS |
|
More...
|
over 13 years ago
|
Reformat IMG_savepng.c using Netbeans |
|
More...
|
over 13 years ago
|
use png_voidp instead of voidp |
|
More...
|
over 13 years ago
|
Added support for writing png files and take screenshots of the gamescreen |
|
More...
|
over 13 years ago
|
Added doNotDraw option to physics enabled particles so the physics are correctly calculated and an animation can be overlayed |
|
More...
|
over 13 years ago
|
Do purge the data of PVRTexture after creating textures |
|
More...
|
almost 14 years ago
|
Add more logging to Image (also in destructor) |
|
More...
|
almost 14 years ago
|
Improve logging of ResourceManager |
|
More...
|
almost 14 years ago
|
Move struct ThreadData to ResourceManager.cpp |
|
More...
|
almost 14 years ago
|
Add callback function for when resource loading thread has completed |
|
More...
|
almost 14 years ago
|
Change example cmake commands to use GCC4.2 |
|
More...
|
almost 14 years ago
|
Use same CFLAGS for demos as for tuxcap (lib) |
|
More...
|
almost 14 years ago
|
defined the ONLY3D preprocessor define in common.h, only 3D accelerated code is used when enabled, getting rid of all check3D checks |
|
More...
|
almost 14 years ago
|
GLState: add missing Common.h and format using Netbeans |
|
More...
|
almost 14 years ago
|
Move mHasAlpha to the base class Image and add setter and getter. |
|
More...
|
almost 14 years ago
|
Remove support for old GL ARB function (will be added when we see a need for it) |
|
More...
|
almost 14 years ago
|
Correction bin name physicsdemo6 |
|
More...
|
almost 14 years ago
|
Not using GL transformations anymore for rendering particles |
|
More...
|
almost 14 years ago
|
Fix silly bug in hgeparticle InfoCache::getBool32 |
|
More...
|
almost 14 years ago
|