aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-01WINTERMUTE: #define to const for TransformStruct defaultsTobia Tesan
2013-08-01WINTERMUTE: Remove single-argument zoom, rename mirrorX => getMirrorX() in ↵Tobia Tesan
transform_struct.h
2013-08-01WINTERMUTE: Remove redeclaration in render_ticket.cppTobia Tesan
2013-08-01WINTERMUTE: Use Rect::width() and height() in base_surface_osystem.cppTobia Tesan
2013-08-01WINTERMUTE: TransformStruct by reference in ↵Tobia Tesan
engines/wintermute/base/gfx/osystem/base_render_osystem.h
2013-08-01WINTERMUTE: Fix alpha bug in BaseRenderOSystem::fadeToColorTobia Tesan
Introduced in 37b1ff3, broke fade-in/fade-outs
2013-08-01WINTERMUTE: FormattingTobia Tesan
2013-08-01WINTERMUTE: Remove set[Color|Alpha]Mod altogetherTobia Tesan
2013-08-01WINTERMUTE: Fix operator precedence in scale()Tobia Tesan
2013-08-01WINTERMUTE: Pass structs by const referenceTobia Tesan
2013-08-01WINTERMUTE: ConstantsTobia Tesan
2013-08-01WINTERMUTE: // End of namespace WintermuteTobia Tesan
2013-08-01WINTERMUTE: Fix calculation of inverse anglesTobia Tesan
2013-08-01WINTERMUTE: s/*transform/const &transform/Tobia Tesan
2013-08-01WINTERMUTE: FormattingTobia Tesan
2013-08-01WINTERMUTE: Defaults -> floatTobia Tesan
2013-08-01WINTERMUTE: Replace normalization loop with if() for legibilityTobia Tesan
2013-08-01WINTERMUTE: Use constants from transform_tools for consistencyTobia Tesan
2013-08-01WINTERMUTE: Reinstate rgbaMod comparisons for compare-ticketsTobia Tesan
2013-08-01WINTERMUTE: Deprecate setAlphaMod, setColorModTobia Tesan
2013-08-01WINTERMUTE: Rename rotate() -> rotoscale() for consistencyTobia Tesan
2013-08-01WINTERMUTE: *transform as pointer in transform_toolsTobia Tesan
2013-08-01WINTERMUTE: Fix alpha bug in ↵Tobia Tesan
engines/wintermute/base/gfx/osystem/base_surface_osystem.cpp This fixes the "TV static" bug in J.U.L.I.A.
2013-08-01WINTERMUTE: Force angle normalizationTobia Tesan
This fixes the issues in J.U.L.I.A.
2013-08-01WINTERMUTE: Swap flip bitsTobia Tesan
2013-08-01WINTERMUTE: Partial fix for mirrored spritesTobia Tesan
Still weird with rotated + mirrored + scaled sprites. Offset.
2013-08-01WINTERMUTE: Rename pixel copy functionsTobia Tesan
2013-08-01WINTERMUTE: Move if() outside transform loopTobia Tesan
2013-08-01WINTERMUTE: Removed useless argument from rotate()Tobia Tesan
2013-08-01WINTERMUTE: Add rotationTobia Tesan
Add actual rotation code, make ticket-system transformStruct-aware
2013-08-01WINTERMUTE: Add cast op Common::Rect => Rect32Tobia Tesan
2013-07-31WINTERMUTE: Bilinear scaling.Tobia Tesan
Refactor scale(), factor out actual mapping algorithm, add bilinear scaling
2013-07-31WINTERMUTE: Refactor some bits to use TransformStructTobia Tesan
2013-07-31WINTERMUTE: Introduce TransformToolsTobia Tesan
2013-07-31WINTERMUTE: Introduce TransformStruct and FloatPoint; add operators to Point32Tobia Tesan
2013-06-26HOPKINS: Change some variable names for consistencyTorbjörn Andersson
This silences a GCC warning about a 'saveFile' variable shadowing a saveFile() method.
2013-06-26HOPKINS: Remove erroneous static keyword, get rid of g_vmStrangerke
2013-06-26NEVERHOOD: Stop sound updates while the main menu is activeFilippos Karapetis
2013-06-26WINTERMUTE: Add detection for J.U.L.I.A. (Greenlight Demo)Einar Johan Trøan Sømåen
2013-06-25NEVERHOOD: Fix bug in Module 1100, scene 2 which made the "Klayman, up here" ↵johndoe123
scene was unreachable. Sound bug still present, though.
2013-06-25HOPKINS: Add some commentsStrangerke
2013-06-24TSAGE: Bugfix for #3540893 - Stuck animation in Blue Force floppyPaul Gilbert
2013-06-23SCUMM: Corrected Russian Full Throttle variant namesEugene Sandulenko
2013-06-22SCUMM: Added another Russian variant of Full ThrottleEugene Sandulenko
2013-06-22NEVERHOOD: Fix warningEugene Sandulenko
2013-06-21SCI: Avoid using g_sci for usesOldGfxFunctions() in the GfxPorts classFilippos Karapetis
2013-06-20TINSEL: Clip mouse position to be within the screen (bug #3613765)Filippos Karapetis
The mouse cursor warping code via the keyboard allows the cursor to go outside the screen. We now limit the cursor's position to always stay within the screen
2013-06-19SCI: Implement the 4-param version of kDoSoundSendMidi - bug #3614447Filippos Karapetis
Many thanks to wjp for his help with disassembly
2013-06-19WINTERMUTE: Set language of James Peris to unknown for now.Einar Johan Trøan Sømåen
The selection is done via registry, so no easy fix is available yet.
2013-06-19WINTERMUTE: Add detection for James Peris: No License Nor Control (demo)Einar Johan Trøan Sømåen