Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 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: Put delayMillis out of pollEvents | Le Philousophe | |
This let's improve reaction times | |||
2019-06-01 | CRYOMNI3D: Fix include paths | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Rename unsigned int to uint | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Implement countdown | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Add ability to choose ZON file | Le Philousophe | |
That's only used for workaround when an unused image file hasn't any ZON file for it | |||
2019-06-01 | CRYOMNI3D: Reset key pressed | Le Philousophe | |
Without that we have spurious presses when there is no event | |||
2019-06-01 | CRYOMNI3D: Let callback modify displayed fixed image | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Use typedef instead of repeating | 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: Fix appending of files extensions | Le Philousophe | |
We clear the previous extension and even if there is none, we must append the new one | |||
2019-06-01 | CRYOMNI3D: Add engine for Versailles 1685 | Le Philousophe | |