Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-02 | WINTERMUTE: Speeding up blitting routines for TransparentSurface | Eugene Sandulenko | |
2014-03-15 | WINTERMUTE: Run astyle on transparent_surface.{h,cpp} mainly adding braces. | Einar Johan Trøan Sømåen | |
2014-02-18 | WINTERMUTE: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-16 | WINTERMUTE: Janitorial - Remove trailing spaces | Strangerke | |
2013-10-29 | WINTERMUTE: Correct some doxygen-comments in TransparentSurface. | Einar Johan Trøan Sømåen | |
2013-10-06 | WINTERMUTE: Integrate SDL_rotozoom code for scale/rotoscale | Willem Jan Palenstijn | |
2013-09-30 | Merge branch 'refac' | Einar Johan Trøan Sømåen | |
Conflicts: engines/wintermute/graphics/transparent_surface.cpp engines/wintermute/graphics/transparent_surface.h | |||
2013-09-30 | WINTERMUTE: Constify some getters in TransparentSurface, UIObject and UIWindow | Einar Johan Trøan Sømåen | |
2013-09-23 | WINTERMUTE: Add support for additive/subtractive blending in TransparentSurface | Tobia Tesan | |
2013-09-21 | WINTERMUTE: Keep _alphaMode private in TransparentSurface | Tobia Tesan | |
2013-08-20 | WINTERMUTE: Add binary alpha-blitting. | Einar Johan Trøan Sømåen | |
For now, no RLE, or anything, but the infrastructure for it is put in place here. | |||
2013-08-20 | WINTERMUTE: Change pixel-format to RGBA. | Einar Johan Trøan Sømåen | |
2013-08-19 | WINTERMUTE: Don't use a lookup table for alpha | Willem Jan Palenstijn | |
This gives a drawTickets() speed increase of about 10% in the JULIA demo (on a core i7 920). | |||
2013-08-05 | WINTERMUTE: Fix formatting. | Einar Johan Trøan Sømåen | |
2013-08-04 | WINTERMUTE: Small formatting fixes. | Johannes Schickel | |
2013-08-04 | WINTERMUTE: Fix end of namespace comments. | Johannes Schickel | |
2013-08-01 | WINTERMUTE: #ifdef ENABLE_BILINEAR -> #if ENBABLE_BILINEAR | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Fix #ifdef in transparent_surface.[h|cpp] | Tobia Tesan | |
2013-08-01 | WINTERMUTE: s/*transform/const &transform/ | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Rename rotate() -> rotoscale() for consistency | Tobia Tesan | |
2013-08-01 | WINTERMUTE: *transform as pointer in transform_tools | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Rename pixel copy functions | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Removed useless argument from rotate() | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Add rotation | Tobia Tesan | |
Add actual rotation code, make ticket-system transformStruct-aware | |||
2013-07-31 | WINTERMUTE: Bilinear scaling. | Tobia Tesan | |
Refactor scale(), factor out actual mapping algorithm, add bilinear scaling | |||
2013-01-26 | WINTERMUTE: Replace all NULLs with nullptr. | Einar Johan Trøan Sømåen | |
2012-08-13 | WINTERMUTE: WinterMute -> Wintermute | Einar Johan Trøan Sømåen | |
2012-08-13 | WINTERMUTE: Cleanup in TransparentSurface. | Einar Johan Trøan Sømåen | |
2012-08-13 | WINTERMUTE: Use 64k-tables for alpha-blitting. | Einar Johan Trøan Sømåen | |
2012-08-07 | WINTERMUTE: Use only one scaler for blitting, the faster one. | Einar Johan Trøan Sømåen | |
2012-08-07 | WINTERMUTE: Optimize blitting (Do opaque blits for opaque images, and do ↵ | Einar Johan Trøan Sømåen | |
fill with memcpy) | |||
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-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. |