aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/versailles/menus.cpp
AgeCommit message (Collapse)Author
2019-07-05CRYOMNI3D: Add Spanish version of VersaillesLe Philousophe
2019-07-05CRYOMNI3D: Move texts at the right placeLe Philousophe
With different languages text should be placed to fit on the screen
2019-07-05CRYOMNI3D: Add internationalization through external DAT fileLe Philousophe
2019-07-05CRYOMNI3D: Fix loading of game from original menu in-gameLe Philousophe
2019-06-30JANITORIAL/CRYOMNI3D: Fix warnings in MSVCLe Philousophe
Most of them were due to setting -1 to unsigned values Else it was bogus unintialized values
2019-06-23CRYOMNI3D: Fix warnings (#1699)Cameron Cawley
2019-06-09CRYOMNI3D: Fix various memory errorsLe Philousophe
2019-06-08CRYOMNI3D: Improve compatibility with ScummVM global UILe Philousophe
2019-06-08CRYOMNI3D: Use shouldAbort to prepare GMM in-game loadLe Philousophe
2019-06-08CRYOMNI3D: Use CursorMan instead of using backend directlyLe 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-01CRYOMNI3D: Put delayMillis out of pollEventsLe Philousophe
This let's improve reaction times
2019-06-01CRYOMNI3D: Add a comment to clarifyLe Philousophe
2019-06-01CRYOMNI3D: Fix abort constants namesLe Philousophe
2019-06-01CRYOMNI3D: Rename unsigned int to uintLe Philousophe
2019-06-01CRYOMNI3D: Implement countdownLe Philousophe
2019-06-01CRYOMNI3D: Save savegames list offset in settingsLe Philousophe
2019-06-01CRYOMNI3D: Let user type spaces in save namesLe Philousophe
2019-06-01CRYOMNI3D: Add engine for Versailles 1685Le Philousophe