aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2012-10-29HOPKINS: More work on booleansStrangerke
2012-10-30Merge branch 'hopkins' of github.com:dreammaster/scummvm into hopkinsPaul Gilbert
2012-10-30HOPKINS: Renamed fields of Tri structurePaul Gilbert
2012-10-29HOPKINS: Replace some more boolean valuesStrangerke
2012-10-29HOPKINS: Locals renaming in menu.cppPaul Gilbert
2012-10-29HOPKINS: Fix SCBOB method.Paul Gilbert
2012-10-29Merge branch 'hopkins' of github.com:dreammaster/scummvm into hopkinsPaul Gilbert
2012-10-29HOPKINS: Fixed NULL case in OBJET_VIVANTPaul Gilbert
2012-10-28HOPKINS: Replace some 0/1 by false/true for boolean variablesStrangerke
2012-10-29HOPKINS: Fix for restoring screen when returning from close-upsPaul Gilbert
2012-10-29HOPKINS: Another shouldQuit() check in PERSONAGEPaul Gilbert
2012-10-29HOPKINS: Added lots of shouldQuit() checks to the loops in the script codePaul Gilbert
2012-10-28HOPKINS: Fix buffer overruns in the PLAY_SEQ2 methodPaul Gilbert
2012-10-28HOPKINS: Fix calculating offsets in get_offsetx/yPaul Gilbert
2012-10-28HOPKINS: Fix to allow quitting when a conversation is activePaul Gilbert
2012-10-28HOPKINS: Added extra shouldQuit checks to introduction sequencePaul Gilbert
2012-10-28HOPKINS: Fix gcc compiler warningsPaul Gilbert
2012-10-28HOPKINS: Fixed the type casting in copy video methodsPaul Gilbert
2012-10-28HOPKINS: Some cleanup of field types and comparisons in PLAY_SEQ/PLAY_SEQ2Paul Gilbert
2012-10-28HOPKINS: Bugfix to Copy_Video_Vbe16aPaul Gilbert
2012-10-28HOPKINS: Added code to delete saved temporary screen .SCR filesPaul Gilbert
2012-10-28HOPKINS: Fix crash when returning from conversation cut-scene in scene 5Paul Gilbert
2012-10-28HOPKINS: Remove duplicate GOACTION variable.Paul Gilbert
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-27HOPKINS: Beginnings of save/load implementationPaul Gilbert
2012-10-27HOPKINS: Move Save/Load dialog code from menu.cpp to dialogs.cppPaul Gilbert
2012-10-26HOPKINS: Corrected the size of the VBob arrayPaul Gilbert
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