aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute
AgeCommit message (Expand)Author
2013-09-18WINTERMUTE: Cast rotate in base_sub_frameTobia Tesan
2013-09-18WINTERMUTE: Explicitly cast zoom for float version of TransformStructTobia Tesan
2013-09-18WINTERMUTE: Cast zoom inside display(Trans?)ZoomTobia Tesan
2013-09-18WINTERMUTE: Fix types in transform_struct for coherence; this silences warningsTobia Tesan
2013-09-12Merge pull request #387 from tobiatesan/trim_argumentsEugene Sandulenko
2013-09-08WINTERMUTE: Swap dpi and font-height to be the right-way around.Einar Johan Trøan Sømåen
2013-09-05WINTERMUTE: Disambiguate empty and NULL strings when savingWillem Jan Palenstijn
2013-09-05WINTERMUTE: Don't clean up _scripts mid-iterationWillem Jan Palenstijn
2013-08-29WINTERMUTE: Remove useless Rect extra argument from fadeToColor.Tobia Tesan
2013-08-27WINTERMUTE: Remove duplicate codeWillem Jan Palenstijn
2013-08-27WINTERMUTE: Simplify string matchingWillem Jan Palenstijn
2013-08-26WINTERMUTE: Fix and clean up BaseSurfaceOSystem::finishLoad()Willem Jan Palenstijn
2013-08-25WINTERMUTE: Fix colormod with alpha blendingWillem Jan Palenstijn
2013-08-25WINTERMUTE: Fix alpha blending with colormodWillem Jan Palenstijn
2013-08-24WINTERMUTE: Fix warningWillem Jan Palenstijn
2013-08-20WINTERMUTE: Replace CP1252-symbol ... with 3 full stops.Einar Johan Trøan Sømåen
2013-08-20WINTERMUTE: Add binary alpha-blitting.Einar Johan Trøan Sømåen
2013-08-20WINTERMUTE: Change pixel-format to RGBA.Einar Johan Trøan Sømåen
2013-08-20WINTERMUTE: Avoid doing alpha-blits when image doesn't have alpha.Einar Johan Trøan Sømåen
2013-08-19WINTERMUTE: Don't use a lookup table for alphaWillem Jan Palenstijn
2013-08-19WINTERMUTE: Adding detection for more games.JenniBee
2013-08-16WINTERMUTE: Fix offset calculation with partial rects when sprites are mirrored.Tobia Tesan
2013-08-16WINTERMUTE: Fix computation of _renderRect.Tobia Tesan
2013-08-16WINTERMUTE: Fix (still disabled) modTargetRect logicWillem Jan Palenstijn
2013-08-13WINTERMUTE: Be explicit when storing Floats in savegames.Einar Johan Trøan Sømåen
2013-08-13WINTERMUTE: Add atleast some comments to the renderTicket-system.Einar Johan Trøan Sømåen
2013-08-12WINTERMUTE: Add detection for Blue Madonna-demo.Einar Johan Trøan Sømåen
2013-08-09WINTERMUTE: Fix uninitialized scalar field (CID1060922)Einar Johan Trøan Sømåen
2013-08-09WINTERMUTE: Avoid setting alpha-image when filename is ""Einar Johan Trøan Sømåen
2013-08-07Merge pull request #365 from lordhoto/protected-pixelsJohannes Schickel
2013-08-06WINTERMUTE: Fix incorrect parameter order for getBasePtr.Johannes Schickel
2013-08-05WINTERMUTE: Fix formatting.Einar Johan Trøan Sømåen
2013-08-04WINTERMUTE: Small formatting fixes.Johannes Schickel
2013-08-04WINTERMUTE: Fix end of namespace comments.Johannes Schickel
2013-08-03WINTERMUTE: Do not set Surface::pixels directly anymore.Johannes Schickel
2013-08-03WINTERMUTE: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03WINTERMUTE: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2013-08-01Merge pull request #354 from tobiatesan/wintermute_rotozoom_3Einar Johan Trøan Sømåen
2013-08-01WINTERMUTE; Indentation in transform_*Tobia Tesan
2013-08-01WINTERMUTE: #ifdef ENABLE_BILINEAR -> #if ENBABLE_BILINEARTobia Tesan
2013-08-01WINTERMUTE: s/255,255,255,255/kDefaultMod/Tobia Tesan
2013-08-01WINTERMUTE: FormattingTobia Tesan
2013-08-01WINTERMUTE: s/WINTERMUTE_TRANSFORMTOOLS_H/WINTERMUTE_TRANSFORM_TOOLS_H/Tobia Tesan
2013-08-01WINTERMUTE: Bring consts inside namespace in transform_struct.hTobia Tesan
2013-08-01WINTERMUTE: FActor out TransformStruc initialization in repeatLastDraw loopTobia Tesan
2013-08-01WINTERMUTE: Fix #ifdef in transparent_surface.[h|cpp]Tobia Tesan
2013-08-01WINTERMUTE: Compile bilinear copy only if neededTobia Tesan
2013-08-01WINTERMUTE: const Common::Rect rect& in rect32.hTobia Tesan
2013-08-01WINTERMUTE: Various explicit castsTobia Tesan
2013-08-01WINTERMUTE: zoom parameter in display*** is now integerTobia Tesan