Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-03 | WINTERMUTE: Update full screen on ScreenChanged | Willem Jan Palenstijn | |
This fixes the screen not updating after e.g., scaler changes. Bug #3594245. | |||
2013-10-02 | WINTERMUTE: Remove unused _drawNum | Willem Jan Palenstijn | |
2013-10-02 | WINTERMUTE: Fix regression with _skipThisFrame | Willem Jan Palenstijn | |
This broke loading in Broken Circle demo. We now reset the queue state when skipping a frame, and re-use lastFrameIter instead of keeping track of lastAddedTicket separately. | |||
2013-10-01 | WINTERMUTE: Fix up doxygen comment | Willem Jan Palenstijn | |
2013-09-30 | Merge branch 'master' into wme_rendering | Willem Jan Palenstijn | |
2013-09-30 | WINTERMUTE: Add displayTiled function to replace repeatLastDraw | Willem Jan Palenstijn | |
This avoids queueing many tickets for a UITiledImage, replacing them by a single tiled ticket. | |||
2013-09-30 | WINTERMUTE: Remove almost unused _colorMod field | Willem Jan Palenstijn | |
The one actual use of this left-over variable was a bug breaking at least menu text color in Chivalry when dirty rects were disabled. | |||
2013-09-26 | WINTERMUTE: Remove unnecessary re-iteration | Willem Jan Palenstijn | |
2013-09-26 | WINTERMUTE: Mirror _drawNum with an iterator | Willem Jan Palenstijn | |
2013-09-26 | WINTERMUTE: Remove _tempDisableDirtyRects | Willem Jan Palenstijn | |
2013-09-26 | WINTERMUTE: Remove ticket batching | Willem Jan Palenstijn | |
2013-08-29 | WINTERMUTE: Remove useless Rect extra argument from fadeToColor. | Tobia Tesan | |
It is not used anywhere, and Mnemonic has confirmed that the original engine does NOT support anything but full screen fades. | |||
2013-08-13 | WINTERMUTE: Add atleast some comments to the renderTicket-system. | Einar Johan Trøan Sømåen | |
2013-08-04 | WINTERMUTE: Fix end of namespace comments. | Johannes Schickel | |
2013-08-01 | WINTERMUTE: TransformStruct by reference in ↵ | Tobia Tesan | |
engines/wintermute/base/gfx/osystem/base_render_osystem.h | |||
2013-08-01 | WINTERMUTE: Remove set[Color|Alpha]Mod altogether | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Add rotation | Tobia Tesan | |
Add actual rotation code, make ticket-system transformStruct-aware | |||
2013-04-23 | WINTERMUTE: Cap the renderqueue to 800. | Einar Johan Trøan Sømåen | |
2013-01-26 | WINTERMUTE: Replace all NULLs with nullptr. | Einar Johan Trøan Sømåen | |
2013-01-26 | WINTERMUTE: Add override-tags to most of the overriden functions in base/gfx. | Einar Johan Trøan Sømåen | |
2013-01-24 | WINTERMUTE: Further improve UITiledImage-drawing. | Einar Johan Trøan Sømåen | |
2013-01-22 | WINTERMUTE: Add a hack to skip a single frame after saving/loading. (Fix ↵ | Einar Johan Trøan Sømåen | |
Bug: #3592874) | |||
2012-12-16 | WINTERMUTE: Don't check the entire ticket-queue for every ticket. | Einar Johan Trøan Sømåen | |
2012-12-16 | WINTERMUTE: Move draw-code to render_ticket.cpp | Einar Johan Trøan Sømåen | |
2012-12-13 | WINTERMUTE: Split renderTicket into a separate file. | Einar Johan Trøan Sømåen | |
2012-12-13 | WINTERMUTE: Avoid unneccessary alpha-blits when using dirty-rects. | Einar Johan Trøan Sømåen | |
2012-12-13 | WINTERMUTE: Implement simple sprite-batching to speed up tileImage-drawing. | Einar Johan Trøan Sømåen | |
2012-12-02 | WINTERMUTE: Make dirty rect-rendering available in config-file. | Einar Johan Trøan Sømåen | |
2012-12-02 | WINTERMUTE: Reset renderTicket-system on SaveGame-load | Einar Johan Trøan Sømåen | |
2012-09-04 | WINTERMUTE: Convert CRLF to LF | Willem Jan Palenstijn | |
2012-08-31 | WINTERMUTE: Cleanup the header-guards. | Einar Johan Trøan Sømåen | |
2012-08-31 | WINTERMUTE: Fix some of the clang++ warnings listed by LordHoto | Einar Johan Trøan Sømåen | |
2012-08-13 | WINTERMUTE: WinterMute -> Wintermute | 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-30 | WINTERMUTE: Redraw ONLY the indicator when saving/loading. | Einar Johan Trøan Sømåen | |
2012-07-29 | WINTERMUTE: Remove statics and silence spam in debug console. | Einar Johan Trøan Sømåen | |
2012-07-27 | WINTERMUTE: Remove all unneccessary #if 0 blocks | Einar Johan Trøan Sømåen | |
2012-07-26 | WINTERMUTE: AStyle-formatting. | Einar Johan Trøan Sømåen | |
2012-07-25 | WINTERMUTE: Cleanup and comment BaseRenderer a bit | Einar Johan Trøan Sømåen | |
2012-07-25 | WINTERMUTE: Remove in-engine fullscreen-switching, let ScummVM handle that. | Einar Johan Trøan Sømåen | |
2012-07-21 | WINTERMUTE: Get rid of the C-prefix for class-definitions. | Einar Johan Trøan Sømåen | |
2012-07-20 | WINTERMUTE: Decrement tickets when reinserting a ticket that has swapped places. | Einar Johan Trøan Sømåen | |
2012-07-19 | WINTERMUTE: Change all folder-names to lowercase. | Einar Johan Trøan Sømåen | |