aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-26RELEASE: This is 1.10.0gitEugene Sandulenko
2016-09-26FULLPIPE: Assign unique number to objects in the scene, so they stay stableEugene Sandulenko
2016-09-26MOHAWK: Hide some warningsBastien Bouclet
Fixes #9571, fixes #9572.
2016-09-25TITANIC: Fix crash using television channel buttonsPaul Gilbert
2016-09-25I18N: Regenerate translations data fileThierry Crozat
2016-09-25I18N: Improve French translationThierry Crozat
2016-09-25DM: Some more work on dereferencingStrangerke
2016-09-25FULLPIPE: Remove redundant debug outputEugene Sandulenko
2016-09-25FULLPIPE: Fix loading savesEugene Sandulenko
2016-09-25FULLPIPE: Added more debug output to saveload codeEugene Sandulenko
2016-09-25MOHAWK: Fix the tower rotation line to be white instead of blackBastien Bouclet
This was a regression from the default palette change. Fixes #9567.
2016-09-25MOHAWK: Always restart a sound when replacing it with the same oneBastien Bouclet
Fixes #9569
2016-09-25MOHAWK: Use the color of the first pixel as the transparent cursor colorBastien Bouclet
Fixes #9568
2016-09-25DM: reduce dereferencing some moreStrangerke
2016-09-24XEEN: Display main menu on startupPaul Gilbert
2016-09-24XEEN: Fix display of cursorPaul Gilbert
2016-09-24XEEN: Move old main menu classes into WorldOfXeen namespacePaul Gilbert
2016-09-24XEEN: More Clouds endgame sequencePaul Gilbert
2016-09-24XEEN: Clouds gfx decompressor now workingPaul Gilbert
2016-09-24XEEN: Fixes for clouds gfx decompressorPaul Gilbert
2016-09-24FULLPIPE: Fix invalid motion when turningRetro-Junk
2016-09-24FULLPIPE: Fix MessageQueue instantination in MctlGraph::makeQueueRetro-Junk
2016-09-24FULLPIPE: Fix Movement::calcDurationRetro-Junk
2016-09-24XEEN: Fixes for setup of Clouds decompressorPaul Gilbert
2016-09-24XEEN: Initial implementation of Clouds endgame gfx decompressorPaul Gilbert
2016-09-24DM: Fix some CppCheck warningsStrangerke
2016-09-24DM: Fix styleStrangerke
2016-09-24DM: Reduce dereferencing of _dungeonMan in MovesensManStrangerke
2016-09-24XEEN: Fix Cppcheck out-of-bounds warningTorbjörn Andersson
2016-09-24MACVENTURE: Silence Cppcheck warningTorbjörn Andersson
I think it was harmless, but don't use 'it' after erasing it.
2016-09-23CREATE_PROJECT: Do not copy into non-existent msvc8 dist folderLittleboy
2016-09-23CREATE_PROJECT: Add SCUMM_64BITS to ScummVM_Global64.props (fixes #9566)Littleboy
2016-09-23LASTEXPRESS: Rename Vassili functionsLittleboy
2016-09-23LASTEXPRESS: Rename Vesna functionsLittleboy
2016-09-23LASTEXPRESS: Rename Tatiana functionsLittleboy
2016-09-24GNAP: Add detection for another English versionStrangerke
2016-09-23XEEN: Add dispatcher for cutscenes, menu, and gameplayPaul Gilbert
2016-09-23FULLPIPE: Revert errorneous changeEugene Sandulenko
2016-09-23FULLPIPE: Made object sorting stable. This removes flicker in many scenesEugene Sandulenko
2016-09-23FULLPIPE: Added more debug info to saveload codeEugene Sandulenko
2016-09-23Merge pull request #834 from lubomyr/masterEugene Sandulenko
ANDROIDSDL: fixed switching to capital letter
2016-09-23DM: Get rid of some dereferencing in DungeonManStrangerke
2016-09-22XEEN: Formatting fixesPaul Gilbert
2016-09-22XEEN: Fix subscript warnings in ItemsDialogPaul Gilbert
2016-09-22XEEN: Fix compiler warning in Music classPaul Gilbert
2016-09-22XEEN: Hopefully fix compiler warnings about hidden virtual methodsPaul Gilbert
2016-09-22XEEN: Create WorldOfXeenResources class for their specific stringsPaul Gilbert
Some strings are still in the base Resources, since they're referred to by core dialogs. These may be able to be refactored in the future as support is added for the other games
2016-09-22XEEN: Fix some compiler warningsPaul Gilbert
2016-09-22XEEN: Create Resources class to encapsulate all the static resourcesPaul Gilbert
This will make it easier later on to handle things like translations, and if the other games have different values for some arrays
2016-09-22XEEN: Create a WorldOfXeen sub-namespacePaul Gilbert