aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/talk.cpp
AgeCommit message (Expand)Author
2012-11-15HOPKINS: Add some more code specific to the full version (linux)Strangerke
2012-10-31HOPKINS: Add code specific to full linux version in PARLER_PERSOStrangerke
2012-10-29HOPKINS: More work on booleansStrangerke
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: Added lots of shouldQuit() checks to the loops in the script codePaul Gilbert
2012-10-28HOPKINS: Fix to allow quitting when a conversation is activePaul Gilbert
2012-10-28HOPKINS: Added code to delete saved temporary screen .SCR filesPaul Gilbert
2012-10-25HOPKINS: Renamed some of the fields of BobItem classPaul Gilbert
2012-10-25HOPKINS: Add TalkManager constructor to initialise it's fieldsPaul 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: Merged inventory dialog and OptionsDialog class into a DialogsManage...Paul Gilbert
2012-10-23HOPKINS: Moved the script execution code to it's own filePaul Gilbert
2012-10-23HOPKINS: Fix decoding error in REPONSEPaul Gilbert
2012-10-23HOPKINS: Fix some more uninitialised variablesPaul Gilbert
2012-10-22HOPKINS: Fix gcc identified warnings in talk.cppPaul Gilbert
2012-10-11HOPKINS: Added explicit int16 cast to all READ_LE_UINT16 accesses.Paul Gilbert
2012-10-10HOPKINS: Changed PTRNUL from being 0 to an explicitly allocated pointer.Paul Gilbert
2012-10-06HOPKINS: Converted the file manager from static to a standard manager classPaul Gilbert
2012-10-04HOPKINS: Implemented more previously stubbed object manager methodsPaul Gilbert
2012-10-03HOPKINS: Implemented more stubbed object manager methodsPaul Gilbert
2012-09-30HOPKINS: Fixed some more castings identified by gccPaul Gilbert
2012-09-30HOPKINS: Fix casting errors identified by gccPaul Gilbert
2012-09-30HOPKINS: Changed all __int16 to intPaul Gilbert
2012-09-30HOPKINS: Implemented more object manager methodsPaul Gilbert
2012-09-29HOPKINS: Implemented more graphics and object methodsPaul Gilbert
2012-09-28HOPKINS: Implemented stubbed talk manager methodsPaul Gilbert
2012-09-28HOPKINS: Implemented many of the previously stubbed methodsPaul Gilbert
2012-09-27HOPKINS: Implemented more talk manager methodsPaul Gilbert
2012-09-26HOPKINS: Starting implementation of talk managerPaul Gilbert