aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2016-08-08DIRECTOR: Lingo: Fix calling built-ins with variable number of parametersEugene Sandulenko
2016-08-08DIRECTOR: Lingo: Added stubs for puppet* commandsEugene Sandulenko
2016-08-08DIRECTOR: Lingo: Made 'go to' and 'play' commands work with expressionsEugene Sandulenko
2016-08-08DIRECTOR: Fix crash during test executionEugene Sandulenko
2016-08-08DIRECTOR: Lingo: Fix toString() functionEugene Sandulenko
2016-08-08DIRECTOR: Lingo: Improve 'go to' commandEugene Sandulenko
2016-08-08ADL: Fix gfx vs console init orderWalter van Niftrik
2016-08-08TITANIC: Implemented CSeasonalMusicPlayer classPaul Gilbert
2016-08-07TITANIC: Implemented CAutoMusicPlayerBase classPaul Gilbert
2016-08-07TITANIC: Start of music player classPaul Gilbert
2016-08-07DIRECTOR: Lingo: Added stub for playAccel and printFrom commandsEugene Sandulenko
2016-08-07DIRECTOR: Lingo: Fixed string parsingEugene Sandulenko
2016-08-07DIRECTOR: Lingo: Fixed line counting on error and multiple consequtive newlinesEugene Sandulenko
2016-08-07DIRECTOR: Lingo: Extended go to/play testEugene Sandulenko
2016-08-07TITANIC: Add getNewRandomNumber to CGameObjectPaul Gilbert
2016-08-07TITANIC: Add German detection, but disabled for nowPaul Gilbert
2016-08-07TITANIC: Added sound methods to CGameObjectPaul Gilbert
2016-08-07DIRECTOR: Lingo: Added 'play' and 'play done' command stubsEugene Sandulenko
2016-08-07JANITORIAL: Compactify a bit built-in paletteEugene Sandulenko
2016-08-06TITANIC: Added more sound manager functionalityPaul Gilbert
2016-08-06TITANIC: Further work on sound manager, fix extra enum commaPaul Gilbert
2016-08-06TITANIC: Added more sound manager methods, field renames in CProximityPaul Gilbert
2016-08-06DIRECTOR: Fix some image rendering seg faultsDmitry Iskrich
2016-08-06DIRECTOR: Debug output for Mac resourceDmitry Iskrich
2016-08-06DIRECTOR: Change sprite typeDmitry Iskrich
2016-08-06DIRECTOR: Lingo: Added stubs for open*, do, pause commandsEugene Sandulenko
2016-08-06DIRECTOR: Lingo. Added stubs for 'do' and 'open' commandsEugene Sandulenko
2016-08-06SCI32: Remove VMD flags from Audio32 mixerColin Snover
The VMD decoder sends audio directly to the system mixer.
2016-08-06SCI32: Actually save and load remapsColin Snover
2016-08-06TITANIC: Added more sound manager methodsPaul Gilbert
2016-08-06DIRECTOR: Lingo: Added more command stubsEugene Sandulenko
2016-08-06DIRECTOR: Lingo: Moved recently added functions to built-insEugene Sandulenko
2016-08-05TITANIC: Add sounds list to QSoundManagerPaul Gilbert
2016-08-05TITANIC: Starting to flesh out sound loadingPaul Gilbert
2016-08-05DIRECTOR: Lingo: Fix compilationEugene Sandulenko
2016-08-05DIRECTOR: Lingo: Added generic built-in proceduresEugene Sandulenko
2016-08-05DIRECTOR: Lingo: Made built-in functions genericEugene Sandulenko
2016-08-05TITANIC: Added skeleton QMixer class for mixer interfacePaul Gilbert
2016-08-05WAGE: Fix crash in Brownie's DreamAlexander Tkachev
I guess it would crash everywhere else as well, if console window would be placed the same way. The problem is that console window goes off screen a little in that game, but copyRectToScreen arguments are not adjusted to stay within screen area. This commit adds some checks and adjusts these arguments.
2016-08-05WAGE: Fix cursorAlexander Tkachev
It's now being clipped within window borders.
2016-08-05DIRECTOR: Lingo: Revert adding prefix 'v' to all Symbol types.Eugene Sandulenko
2016-08-05DIRECTOR: Lingo: Move MSVC fix to the .l fileEugene Sandulenko
2016-08-04TITANIC: Rename WaveFile to CWaveFile for consistencyPaul Gilbert
2016-08-04DIRECTOR: Fix compilation in Visual StudioPaul Gilbert
2016-08-04DIRECTOR: Fix warningsEugene Sandulenko
2016-08-04DIRECTOR: Lingo: Added stubs for 'continue', 'cursor' and 'delay'Eugene Sandulenko
2016-08-04DIRECTOR: Lingo: Simplified code generation for constantsEugene Sandulenko
2016-08-04DIRECTOR: Lingo: Added stubs for 'closeDA', 'closeResFile' and 'closeXlib'Eugene Sandulenko
2016-08-04DIRECTOR: Lingo: Added 'alert' and 'beep' function stubsEugene Sandulenko
2016-08-04SCI32: Add QFG4 Windows signatureColin Snover