2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jan 06, 2024 — Jan 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of ssh://[email protected]/gitroot/tuxcap/tuxcap More... almost 14 years ago
Now parsing commandline in all demo's More... almost 14 years ago
Add PVR format OGL1555
keesbakker
as Kees Bakker
More... almost 14 years ago
Also accept PVR in 565 format (experimental)
keesbakker
as Kees Bakker
More... almost 14 years ago
Move mApp to the base class Image (was in MemoryImage).
keesbakker
as Kees Bakker
More... almost 14 years ago
Keep track of images in ImageSet in SexyAppBase instead of MemoryImageSet
keesbakker
as Kees Bakker
More... almost 14 years ago
Added GLState class to eliminate redundant state changes, added hasalpha attribute for images to resourcemanager More... almost 14 years ago
disabling GL_LINE_SMOOTH on iPhone More... almost 14 years ago
Changed texturecoordinates from GLfloat to GLshort More... almost 14 years ago
Using GLshort for vertex coordinates instead of GLfloat, bugfix in BltTriangles More... almost 14 years ago
Releasing VBO handles when destroying texture data objects More... almost 14 years ago
ResourceManager: improve correctness of Fail message
keesbakker
as Kees Bakker
More... almost 14 years ago
ResourceManager: log when image resources is already present
keesbakker
as Kees Bakker
More... almost 14 years ago
ResourceManager: delete image
keesbakker
as Kees Bakker
More... almost 14 years ago
Log error when ResourceManager::Fail is called
keesbakker
as Kees Bakker
More... almost 14 years ago
Change default to nopalletizing and purgebits
keesbakker
as Kees Bakker
More... almost 14 years ago
Add logging for when resources are being deleted
keesbakker
as Kees Bakker
More... almost 14 years ago
removed mAllowAlreadyDefinedResources, now using a multimap so already defined resources are not an issue. Small fixes to the parser More... almost 14 years ago
Bump the version
keesbakker
as Kees Bakker
More... almost 14 years ago
Resgen should only emit each resource once
keesbakker
as Kees Bakker
More... almost 14 years ago
Make using the options more pythonic
keesbakker
as Kees Bakker
More... almost 14 years ago
Using optparse for option handling, resgen.py can now parse multiple resource files More... almost 14 years ago
Create texture via the Image base class
keesbakker
as Kees Bakker
More... almost 14 years ago
Set MAX_TEXTURE_SIZE to 1024 so that we can create a single texture for a PVR
keesbakker
as Kees Bakker
More... almost 14 years ago
PVRTexture: for now assert when the CreateTexture wants to do part of a PVR
keesbakker
as Kees Bakker
More... almost 14 years ago
Let TextureData operate on Image instead of MemoryImage
keesbakker
as Kees Bakker
More... almost 14 years ago
Merge branch 'master' of ssh://[email protected]/gitroot/tuxcap/tuxcap More... almost 14 years ago
ParseResources and DoParseResources now take an XMLParser* as an argument, so they can be used outside the ResourceManager More... almost 14 years ago
Move mD3DData and mSubImages down to the base class (Image)
keesbakker
as Kees Bakker
More... almost 14 years ago
Oops. Nasty typo in count_bits
keesbakker
as Kees Bakker
More... almost 14 years ago