Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-01 | CRYOMNI3D: Add a function to deselect object | Le Philousophe | |
In original Versailles game, there is such a function used to determine if an object has just been deselected. We don't need it in this engine for now but who knows that will may come handy. | |||
2019-06-01 | CRYOMNI3D: Let user type spaces in save names | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Apply sound settings at startup | Le Philousophe | |
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: Fix cursor shown in transitions | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Fix cursor not shown in some events | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Remove long delayMillis as they lower the framerate | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Fix fonts for MacOS version | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Add Macintosh support to Versailles | Le Philousophe | |
There is still some work to do on fonts to make them match what it's used by the original executable | |||
2019-06-01 | CRYOMNI3D: Remove DATAS_V folder level for searching files | Le Philousophe | |
It's useless and Macintosh has a DATAV_HD folder which PC hasn't. So let's put all folders directly at root with the Versailles program | |||
2019-06-01 | CRYOMNI3D: Fix type of return to match prototype | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Fix struct declarations | Le Philousophe | |
2019-06-01 | CRYOMNI3D: remove debug define which skipped videos | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Fix use after free when playing dialog | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Fix compilation error with -std=c++11 | Le Philousophe | |
Comparison of non-pointer with nullptr was from a bad copy-paste | |||
2019-06-01 | CRYOMNI3D: Add engine for Versailles 1685 | Le Philousophe | |