Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-05 | CRYOMNI3D: Add German version of Versailles | Le Philousophe | |
2019-07-05 | CRYOMNI3D: Add internationalization through external DAT file | Le Philousophe | |
2019-07-05 | CRYOMNI3D: Remove detection leftover and add flags | Le Philousophe | |
That will let us adapt from different packaging across Versailles editions. | |||
2019-07-04 | CRYOMNI3D: Silence more warnings | 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-09 | CRYOMNI3D: Fix various memory errors | Le Philousophe | |
2019-06-08 | CRYOMNI3D: Implement load/save in-game with GMM | Le Philousophe | |
2019-06-08 | CRYOMNI3D: Revamp loading and saving | Le Philousophe | |
Add support to manage saves from startup screen | |||
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 search path of files | Le Philousophe | |
Without that, when images are reused from one level to another, they are not found. For example in level 2 when displaying images in The Bassano Antechamber. | |||
2019-06-01 | CRYOMNI3D: Put delayMillis out of pollEvents | Le Philousophe | |
This let's improve reaction times | |||
2019-06-01 | CRYOMNI3D: Fix abort constants names | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Rename unsigned int to uint | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Make sure toolbar is displayed on colored screen | Le Philousophe | |
If toolbar is triggered before warp first draw and after a FADE_PAL transition, screen stays black until user leaves toolbar (in blind). | |||
2019-06-01 | CRYOMNI3D: Fix cursor shown too soon in transitions | Le Philousophe | |
It had then invalid colors. Using previous palette in videos improved the situation but it's not perfect though. | |||
2019-06-01 | CRYOMNI3D: Remove outdated TODOs | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Implement (final) level 7 | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Implement countdown | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Implement level 6 | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Don't skip videos (debug leftover) | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Don't abort when there is no transition defined | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Implement level 5 | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Use fabs instead of abs | Le Philousophe | |
This should correct LLVM warning | |||
2019-06-01 | CRYOMNI3D: Implement level 4 | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Fix comments | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Add a function to load a set of BMP files | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Implement level 3 | 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: Implement level 2 | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Add a function to collect an Object * | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Let change individual color in main palette | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Make objects functions names more consistent | Le Philousophe | |
2019-06-01 | CRYOMNI3D: Apply sound settings at startup | Le Philousophe | |
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: remove debug define which skipped videos | 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 | |