Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-27 | WINTERMUTE: Use an arbitrary size nearest neighbour scaler for save ↵ | Einar Johan Trøan Sømåen | |
thumbnails. Thanks to clone2727 | |||
2012-07-26 | WINTERMUTE: var_name -> varName | Einar Johan Trøan Sømåen | |
2012-07-21 | WINTERMUTE: Rename CamelCased filenames to prefixed_under_score-filenames | Einar Johan Trøan Sømåen | |
This is mostly a lead-up to namespacing the Ad/Base folders, and then possibly removing the prefixes from the files, it also has the added benefit of getting rid of the odd case-typos that makes for issues on platforms that don't ignore case. | |||
2012-07-20 | WINTERMUTE: Readd the endian-independence for blitting. | Einar Johan Trøan Sømåen | |
2012-07-20 | WINTERMUTE: Silence a few signed/unsigned warnings. | Einar Johan Trøan Sømåen | |
2012-07-16 | WINTERMUTE: Fix a regression with sprite-mirroring. | Einar Johan Trøan Sømåen | |
2012-07-16 | WINTERMUTE: Readd const to transparentSurface-shifts, and remove branches ↵ | Einar Johan Trøan Sømåen | |
for mask-less blit. | |||
2012-07-06 | WINTERMUTE: Rename FuncName/VarName -> funcName/varName in BFont and ↵ | Einar Johan Trøan Sømåen | |
BFontBitmap. Also adjust a few "byte *" to "byte *" | |||
2012-06-22 | WINTERMUTE: Run astyle on the source-files. | Einar Johan Trøan Sømåen | |
2012-06-19 | WINTERMUTE: Make sure the TGA-decoder returns false on error | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Add color-keying for BSurfaceSDL BMPs | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Let blitting of non 32bpp surfaces fail with a warning instead ↵ | Einar Johan Trøan Sømåen | |
of an error for now. | |||
2012-06-02 | WINTERMUTE: Fix a few warnings. | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Add TGA-support to BSurfaceSDL | Einar Johan Trøan Sømåen | |
2012-06-02 | WINTERMUTE: Add transparentSurface internally for now, to allow ↵ | Einar Johan Trøan Sømåen | |
alpha-blended blits. |