Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-09 | GRAPHICS: Add a version of CursorManager::replaceCursor that accepts a ↵ | Cameron Cawley | |
Graphics::Cursor | |||
2019-07-05 | CRYOMNI3D: Add a timeout for displayHLZ | Le Philousophe | |
2019-07-05 | CRYOMNI3D: Add internationalization through external DAT file | Le Philousophe | |
2019-06-30 | JANITORIAL/CRYOMNI3D: Fix warnings in MSVC | Le Philousophe | |
Most of them were due to setting -1 to unsigned values Else it was bogus unintialized values | |||
2019-06-08 | CRYOMNI3D: Implement load/save in-game with GMM | Le Philousophe | |
2019-06-08 | CRYOMNI3D: Use shouldAbort to prepare GMM in-game load | Le Philousophe | |
2019-06-08 | CRYOMNI3D: Use CursorMan instead of using backend directly | Le Philousophe | |
This avoids bugs when GMM is displayed. It uses GMM like all dialogs in ScummVM and without CursorMan our cursor get erased when GMM is closed. | |||
2019-06-01 | CRYOMNI3D: Fix missed clicks when occuring beteen two pollEvent | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Handle cursor moves during fading | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Put delayMillis out of pollEvents | Le Philousophe | |
This let's improve reaction times | |||
2019-06-01 | CRYOMNI3D: Rename unsigned int to uint | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Add assert where needed | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Remove superflous header | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Add hook to video playing | Le Philousophe | |
That will be used for countdown | |||
2019-06-01 | CRYOMNI3D: Use existing palette to init video one | Le Philousophe | |
This is useful when there will be hooks on video plays which use a palette entry not defined in video | |||
2019-06-01 | CRYOMNI3D: Fix style | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Fix file names for Macintosh version | Le Philousophe | |
Add a function to unify extensions handling. That lets us substitute dashes by underscore on PC versions of Versailles and fix dashes for Macintosh. | |||
2019-06-01 | CRYOMNI3D: Remove long delayMillis as they lower the framerate | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Add engine for Versailles 1685 | Le Philousophe | |