aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2011-06-28CGE: Fix for displaying non full-screen bitmapsPaul Gilbert
2011-06-28CGE: Fix initialisation of the TALK classPaul Gilbert
2011-06-28Merge branch 'soltys_wip2' of github.com:Strangerke/scummvm into cgePaul Gilbert
2011-06-28CGE: Bitmap now shows correctlyPaul Gilbert
2011-06-28SCI: Fixed script bug #3292327 - "SCI: HOYLE4: Cribbage bug"Filippos Karapetis
2011-06-28DREAMWEB: Removed memcpy as suggested by wjpVladimir Menshakov
2011-06-27TOON: Add delay to inventory rendering loop. Uses a bit less CPU now.eriktorbjorn
2011-06-27CGE: Fix some GCC compile errors and warnings.eriktorbjorn
2011-06-27TSAGE: Separated the sound manager processing into it's own threadPaul Gilbert
2011-06-27CGE: Getting closer to properly showing bitmap imagesPaul Gilbert
2011-06-27Merge branch 'soltys_wip2' of github.com:Strangerke/scummvm into cgePaul Gilbert
2011-06-27CGE: Beginnings of work on graphics supportPaul Gilbert
2011-06-27CGE: remove some if(n)def DEMO by using a new flag. Added CGEEngine in severa...Strangerke
2011-06-26Merge branch 'master' of github.com:scummvm/scummvmeriktorbjorn
2011-06-26TOON: Fix the bottom pixels of text being cut offeriktorbjorn
2011-06-26LASTEXPRESS: Add detection entry for Russian versionLittleboy
2011-06-26SWORD25: Change unknow handle error into a warningThierry Crozat
2011-06-26SWORD25: Fixed bug with concurrent sounds. Reported by criezyEugene Sandulenko
2011-06-26SWORD25: Fix bug with loading saves when some saves are missingEugene Sandulenko
2011-06-26CINE: Fixed compilation when DUMP_SCRIPTS is setFilippos Karapetis
2011-06-26CGE: get rid of memicmpStrangerke
2011-06-26CGE: Implement ForceExt and RCrypt. Little style cleanup.Strangerke
2011-06-26CGE: Bugfix for scanning archive index in BTFILE classPaul Gilbert
2011-06-26CGE: Implemented basic file access functionalityPaul Gilbert
2011-06-26TSAGE: Silence GCC warningseriktorbjorn
2011-06-26TSAGE: Several bugfixes for sound output to match the originalPaul Gilbert
2011-06-26TSAGE: Fix for properly initialising the _voiceTypeStructPtrs arrayPaul Gilbert
2011-06-26DREAMWEB: Added italian floppy releaseVladimir Menshakov
2011-06-26DREAMWEB: Added assert on memcpy overlapVladimir Menshakov
2011-06-25HUGO: Fix incorrect usage of sizeofWillem Jan Palenstijn
2011-06-25SCI: Fix incorrect usage of sizeofWillem Jan Palenstijn
2011-06-25DREAMWEB: Removed workaround of invalid size of extext dataVladimir Menshakov
2011-06-25DREAMWEB: Save registers in vsync, like in original sourcesVladimir Menshakov
2011-06-25KYRA: _athrxx is the new Kyra maintainer.Johannes Schickel
2011-06-25DREAMWEB: Minor cleanup in playSound, added kSpeechSoundType for speechVladimir Menshakov
2011-06-25DREAMWEB: Added missing syncSoundSettings()Vladimir Menshakov
2011-06-25DREAMWEB: Reimplemented modifychar and language switchingVladimir Menshakov
2011-06-25DREAMWEB: Replaced foreign-guarded code with "foreignrelease" variable, added...Vladimir Menshakov
2011-06-25KYRA: revert d7e700f370c258a5f4786d972af3666b93b71f94athrxx
2011-06-25GUI: fix bug #2822778athrxx
2011-06-25MOHAWK: Made some Myst common opcodes match the original betterBastien Bouclet
2011-06-25DREAMWEB: Added german and spanish floppy versionsVladimir Menshakov
2011-06-25LASTEXPRESS: Give proper name to another sound struct memberEugene Sandulenko
2011-06-25SCI: Fixed bug #3325512: "EcoQuest 1: Audio settings are not saved"Filippos Karapetis
2011-06-25DREAMWEB: Fixed quit from keypad screenVladimir Menshakov
2011-06-25DREAMWEB: Fixed keypad animationVladimir Menshakov
2011-06-25MOHAWK: Don't crash when getting odd types from LB target expressions.Alyssa Milburn
2011-06-25SCI: Added the Mac versions of LSL1, LSL5 and Dr. Brain 1Filippos Karapetis
2011-06-24TSAGE: Silent a GCC warning reported by eriktorbjornStrangerke
2011-06-24MOHAWK: Handle ++/-- operators in LBCode.Alyssa Milburn