aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-01CRYOMNI3D: Implement missing objects callbacksLe Philousophe
Two callbacks quite special are still to be implemented
2019-06-01CRYOMNI3D: Fix messagesLe Philousophe
2019-06-01CRYOMNI3D: Fix palette not applied when loading frameLe Philousophe
2019-06-01CRYOMNI3D: Fix some comments and order of callbackLe Philousophe
2019-06-01CRYOMNI3D: Deselect object when removing from inventoryLe Philousophe
2019-06-01CRYOMNI3D: Fix styleLe Philousophe
2019-06-01CRYOMNI3D: Fix file names for Macintosh versionLe 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-01CRYOMNI3D: Implement level 2Le Philousophe
2019-06-01CRYOMNI3D: Add a function to collect an Object *Le Philousophe
2019-06-01CRYOMNI3D: Let change individual color in main paletteLe Philousophe
2019-06-01CRYOMNI3D: Make objects functions names more consistentLe Philousophe
2019-06-01CRYOMNI3D: Add function to change sprite colorLe Philousophe
2019-06-01CRYOMNI3D: Add a function to not look for end of conversationsLe Philousophe
2019-06-01CRYOMNI3D: Mark clearly missing parts for next levelsLe Philousophe
2019-06-01CRYOMNI3D: Add missing actions masksLe Philousophe
2019-06-01CRYOMNI3D: Add a function to disable a zone in fixed imagesLe Philousophe
2019-06-01CRYOMNI3D: Add a function to deselect objectLe 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-01CRYOMNI3D: Let user type spaces in save namesLe Philousophe
2019-06-01CRYOMNI3D: Apply sound settings at startupLe Philousophe
2019-06-01CRYOMNI3D: Fix appending of files extensionsLe Philousophe
We clear the previous extension and even if there is none, we must append the new one
2019-06-01CRYOMNI3D: Fix cursor shown in transitionsLe Philousophe
2019-06-01CRYOMNI3D: Fix cursor not shown in some eventsLe Philousophe
2019-06-01CRYOMNI3D: Remove long delayMillis as they lower the framerateLe Philousophe
2019-06-01CRYOMNI3D: Fix fonts for MacOS versionLe Philousophe
2019-06-01CRYOMNI3D: Add Macintosh support to VersaillesLe Philousophe
There is still some work to do on fonts to make them match what it's used by the original executable
2019-06-01CRYOMNI3D: Remove DATAS_V folder level for searching filesLe 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-01CRYOMNI3D: Fix type of return to match prototypeLe Philousophe
2019-06-01CRYOMNI3D: Fix struct declarationsLe Philousophe
2019-06-01CRYOMNI3D: remove debug define which skipped videosLe Philousophe
2019-06-01CRYOMNI3D: Fix use after free when playing dialogLe Philousophe
2019-06-01CRYOMNI3D: Fix compilation error with -std=c++11Le Philousophe
Comparison of non-pointer with nullptr was from a bad copy-paste
2019-06-01CRYOMNI3D: Add engine for Versailles 1685Le Philousophe
2019-06-01STREAM: add read/write functions for double LE/BELe Philousophe
2019-06-01BLADERUNNER: Fix photographer bug and awry clickablesThanasis Antoniou
2019-06-01BLADERUNNER: Add exits in CT04 and DR04Thanasis Antoniou
To improve navigation
2019-06-01BLADERUNNER: Fix paths and map glitched in NR05Thanasis Antoniou
McCoy should no longer teleport (occasionally) whne going to NR08
2019-06-01BLADERUNNER: Restore Eyeworks Eye and Projector commentsThanasis Antoniou
2019-06-01BLADERUNNER: Broaden path to Runciter desk RC02Thanasis Antoniou
2019-06-01COMMON: Fix a memory leak in Common::DumpFileBastien Bouclet
2019-06-01BLADERUNNER: Remove awry clickables from BB01, CT12, CT01Thanasis Antoniou
2019-06-01BLADERUNNER: DR01, DR02 improved navigationThanasis Antoniou
2019-06-01BLADERUNNER: Restore comment on RC02 dead animalsThanasis Antoniou
Also fix some awry clickable objects in RC51
2019-06-01BLADERUNNER: Restored comment on statuesThanasis Antoniou
2019-06-01I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (1070 of 1070 strings)
2019-05-31I18N: Update translations templatesThierry Crozat
2019-05-31I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (1070 of 1070 strings)
2019-05-31BLADERUNNER: Fix bad timer initialization for actors after LOADThanasis Antoniou
2019-05-31BLADERUNNER: Add areas in HC01 for animoids commentThanasis Antoniou
2019-05-31BLADERUNNER: Set gate to UG18 as locked only in Hard modeThanasis Antoniou
This as before is only for the enhanced version
2019-05-30BLADERUNNER: Dead bridge rat won't respawn when playing uncut and easyDavid Fioramonti
If the player kills the rat at the bridge that breaks and goes to the left screen and then comes back the rat will not respawn when the player is playing the uncut version on easy. In every other case there will be a 10% chance that the rat will respawn.