aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-28HOPKINS: Work on hooking save/loading into the ScummVM frameworkPaul Gilbert
2012-10-28HOPKINS: Added shortcut keys for the Save, Load, and Options dialogsPaul Gilbert
2012-10-28HOPKINS: Implemented save restore functionalityPaul Gilbert
2012-10-28HOPKINS: Fix compiler warningPaul Gilbert
2012-10-28Merge branch 'hopkins' of github.com:dreammaster/scummvm into hopkinsPaul Gilbert
2012-10-28HOPKINS: Disable greyscaling of savegame thumbnailsPaul Gilbert
2012-10-28HOPKINS: Corrected issues in PARC_VOITUREPaul Gilbert
2012-10-28HOPKINS: Fixed Reduc_Ecran methodPaul Gilbert
2012-10-27HOPKINS: Add detection for Win95 demoStrangerke
2012-10-27HOPKINS: Use platform detection in order to properly initialize the mouse cursorStrangerke
2012-10-27TONY: Fix AmigaOS build (bug #3580541)Willem Jan Palenstijn
2012-10-27HOPKINS: Beginnings of save/load implementationPaul Gilbert
2012-10-27HOPKINS: Move Save/Load dialog code from menu.cpp to dialogs.cppPaul Gilbert
2012-10-26PEGASUS: Don't error out for two missing WSC AI videosMatthew Hoops
2012-10-26Merge pull request #289 from rasky/add_italian_versionStrangerke
2012-10-26TONY: Fix translation of Italian commentWillem Jan Palenstijn
2012-10-26Add detection for original Italian version.Giovanni Bajo
2012-10-26HOPKINS: Corrected the size of the VBob arrayPaul Gilbert
2012-10-25CONFIGURE: Enable Tony engineEugene Sandulenko
2012-10-25HOPKINS: Fix pathfinding when the SMOOTH_MOVE method is used.Paul Gilbert
2012-10-25HOPKINS: Bugfix to properly initialise Cache array.Paul Gilbert
2012-10-25HOPKINS: Renamed some of the fields of BobItem classPaul Gilbert
2012-10-25HOPKINS: Renamed fields of VBobItem classPaul Gilbert
2012-10-25HOPKINS: Cleaned up int assignments to BOBZONE_FLAG array to be boolsPaul Gilbert
2012-10-25HOPKINS: Added initialisation of allocated lineData blocksPaul Gilbert
2012-10-25HOPKINS: Add TalkManager constructor to initialise it's fieldsPaul Gilbert
2012-10-25HOPKINS: Fix text display to have trailing spaces like the original.Paul Gilbert
2012-10-25HOPKINS: Fix missing assignment in sound manager initialisationPaul Gilbert
2012-10-24HOPKINS: Added explicit clearing of allocated buffers in BOITEPaul Gilbert
2012-10-24HOPKINS: bugfixes to conversation codePaul Gilbert
2012-10-24HOPKINS: Created new SaveFileManager class to handle save file related codePaul Gilbert
2012-10-24HOPKINS: Comment out original thumbnail code that will need to be refactoredPaul Gilbert
2012-10-24HOPKINS: Manually implemented Reduc_EcranPaul Gilbert
2012-10-24HOPKINS: Merged inventory dialog and OptionsDialog class into a DialogsManage...Paul Gilbert
2012-10-24HOPKINS: Bugfixes to show inventory dialog correctlyPaul Gilbert
2012-10-24HOPKINS: Fix initialisation of TABLE_COUL data.Paul Gilbert
2012-10-23VIDEO: Mark Theora-decoder as used by Wintermute.Einar Johan Trøan Sømåen
2012-10-23GRAPHICS: Mark decoders used by Wintermute as such.Einar Johan Trøan Sømåen
2012-10-23HOPKINS: Add workaround to fix issue with text display showing one character ...Paul Gilbert
2012-10-23HOPKINS: fix SoundManager initialisation and some referencesPaul Gilbert
2012-10-23HOPKINS: Moved the script execution code to it's own filePaul Gilbert
2012-10-23HOPKINS: Replaced loading configuration from .ini file to use hard-coded arrayPaul Gilbert
2012-10-23Merge pull request #288 from murgo/masterAlyssa Milburn
2012-10-23WINTERMUTE: Convert ' correctly from CP1252Einar Johan Trøan Sømåen
2012-10-23WINTERMUTE: Add a hack to allow videos to loopEinar Johan Trøan Sømåen
2012-10-23HOPKINS: Fix decoding error in REPONSEPaul Gilbert
2012-10-23HOPKINS: Fix some more uninitialised variablesPaul Gilbert
2012-10-23HOPKINS: Fix some uniinitialised data identified by ValgrindPaul Gilbert
2012-10-22CONFIGURE: Use -fPIC instead of -fpic on Linux and FreeBSD.Johannes Schickel
2012-10-22WINTERMUTE: Avoid using __DATE__ and __TIME__ in-engineEinar Johan Trøan Sømåen