Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-01 | WINTERMUTE: Deprecate setAlphaMod, setColorMod | 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: 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-01 | WINTERMUTE: Force angle normalization | Tobia Tesan | |
This fixes the issues in J.U.L.I.A. | |||
2013-08-01 | WINTERMUTE: Swap flip bits | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Partial fix for mirrored sprites | Tobia Tesan | |
Still weird with rotated + mirrored + scaled sprites. Offset. | |||
2013-08-01 | WINTERMUTE: Rename pixel copy functions | Tobia Tesan | |
2013-08-01 | WINTERMUTE: Move if() outside transform loop | 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-08-01 | WINTERMUTE: Add cast op Common::Rect => Rect32 | Tobia Tesan | |
2013-07-31 | WINTERMUTE: Bilinear scaling. | Tobia Tesan | |
Refactor scale(), factor out actual mapping algorithm, add bilinear scaling | |||
2013-07-31 | WINTERMUTE: Refactor some bits to use TransformStruct | Tobia Tesan | |
2013-07-31 | WINTERMUTE: Introduce TransformTools | Tobia Tesan | |
2013-07-31 | WINTERMUTE: Introduce TransformStruct and FloatPoint; add operators to Point32 | Tobia Tesan | |
2013-07-31 | Merge pull request #358 from tobiatesan/fix_wme_base_disk | Einar Johan Trøan Sømåen | |
WINTERMUTE: Remove fixedPath snippet | |||
2013-07-31 | WINTERMUTE: Add detection for James Peris (Full Version) | Einar Johan Trøan Sømåen | |
2013-07-31 | WINTERMUTE: Add hack to allow language-selection in James Peris demo. | Einar Johan Trøan Sømåen | |
2013-07-31 | WINTERMUTE: Add detection for both english and spanish James Peris Demo. | Einar Johan Trøan Sømåen | |
2013-07-31 | WINTERMUTE: Let engine know both gameid and language of target as well as ↵ | Einar Johan Trøan Sømåen | |
targetname. | |||
2013-07-29 | WINTERMUTE: Align detection-entries properly with spaces. | Einar Johan Trøan Sømåen | |
2013-07-29 | WINTERMUTE: Add detection for The Shine of a Star. | Einar Johan Trøan Sømåen | |
2013-07-29 | WINTERMUTE: Handle setting Save/Load-screen to NULL. | Einar Johan Trøan Sømåen | |
2013-07-27 | WINTERMUTE: Respect EVENT_QUIT properly (and don't ask to quit anymore) | Einar Johan Trøan Sømåen | |
2013-07-27 | WINTERMUTE: Added detection entry for Toshechka game | Eugene Sandulenko | |
2013-07-23 | WINTERMUTE: Set _scriptStream to nullptr after deletion | Einar Johan Trøan Sømåen | |
(Clang static-analyzer issue) | |||
2013-07-14 | JANITORIAL: Remove trailing whitespace | Sven Hesse | |
2013-07-13 | WINTERMUTE: Remove fixedPath snippet | Tobia Tesan | |
fixedPath is apparently never used anywhere else in the class and this loop can cause the next one to never get to run. | |||
2013-07-04 | Merge pull request #331 from sev-/gsoc2012-eventsrecorder | Eugene Sandulenko | |
GSoC2012: Event Recorder (reworked) | |||
2013-06-26 | WINTERMUTE: Add detection for J.U.L.I.A. (Greenlight Demo) | Einar Johan Trøan Sømåen | |
2013-06-19 | WINTERMUTE: 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-19 | WINTERMUTE: Add detection for James Peris: No License Nor Control (demo) | Einar Johan Trøan Sømåen | |
2013-06-18 | WINTERMUTE: Add detection for Des Reves Elastiques Avec Mille Insectes ↵ | Einar Johan Trøan Sømåen | |
Nommes Georges With the accents removed to avoid breaking encoding. | |||
2013-06-18 | WINTERMUTE: Add detection entry for The Trader of Stories (Demo) | Einar Johan Trøan Sømåen | |
2013-06-18 | WINTERMUTE: Minor formatting fix. | Einar Johan Trøan Sømåen | |
2013-06-18 | WINTERMUTE: Add detection entry for Beyond the Threshold. | Einar Johan Trøan Sømåen | |
2013-06-18 | Revert "WINTERMUTE: Prevent warning about duplicate files when autodetecting." | Einar Johan Trøan Sømåen | |
This reverts commit 4401f40f7203f7aaa78c2e1c904c70902325436c. | |||
2013-06-18 | WINTERMUTE: Avoid explicitly including <math.h> | Einar Johan Trøan Sømåen | |
2013-06-06 | WINTERMUTE: Prevent warning about duplicate files when autodetecting. | Tobia Tesan | |
Removed a call to BaseFileManager::registerPackages() in WintermuteEngine::getGameInfo(), as the constructor for BaseFileManager already calls registerPackages() once; another call should thus be superfluous. | |||
2013-06-06 | WINTERMUTE: Fix for unnecessary "WARNING: getChildren() failed for path:" | Tobia Tesan | |
FSNode::getChildren() was called assuming that it returns 0 iff success. Actually, it's the other way around. | |||
2013-05-23 | WINTERMUTE: Fix erroneous _gameRef in BaseQuickMSG | Einar Johan T. Sømåen | |
CID 1002323 | |||
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko | |
2013-04-23 | WINTERMUTE: Cap the renderqueue to 800. | Einar Johan Trøan Sømåen | |
2013-04-23 | WINTERMUTE: Fix non-dirty-rect render-path. | Einar Johan Trøan Sømåen | |
2013-04-22 | WINTERMUTE: Mark Chivalry as ADGF_TESTING. | Einar Johan Trøan Sømåen | |
2013-04-22 | WINTERMUTE: Use the theme-path to find scummodern.zip | Einar Johan Trøan Sømåen | |
2013-04-21 | WINTERMUTE: Fix the final int->int32 to allow AmigaOS4-compile. | Einar Johan Trøan Sømåen | |
2013-04-20 | WINTERMUTE: Fix ScriptExtDate-saving (bump savegame-version to 1.2.1). | Einar Johan Trøan Sømåen | |
This also fixes int->int32 in ScriptExtDate::transfer. | |||
2013-04-20 | WINTERMUTE: Change ScriptValue to use int32. | Einar Johan Trøan Sømåen | |