aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/objects.cpp
AgeCommit message (Collapse)Author
2012-11-01HOPKINS: Refactoring to show the selected inventory item using ScummVM ↵Paul Gilbert
cursor manager
2012-10-31HOPKINS: Add code specific to full linux version in PARLER_PERSOStrangerke
Also change another variable type
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: Fix SCBOB method.Paul Gilbert
This fixes cropping issues with sprites moving into areas they are supposed to be behind.
2012-10-28HOPKINS: Replace some 0/1 by false/true for boolean variablesStrangerke
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 calculating offsets in get_offsetx/yPaul 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
This fixes arriving at destinations from the map view.
2012-10-28HOPKINS: Added shortcut keys for the Save, Load, and Options dialogsPaul Gilbert
2012-10-28HOPKINS: Corrected issues in PARC_VOITUREPaul Gilbert
2012-10-25HOPKINS: Bugfix to properly initialise Cache array.Paul Gilbert
This corrects 'foreground' sprite drawing that draws over the player.
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-24HOPKINS: Created new SaveFileManager class to handle save file related codePaul Gilbert
2012-10-24HOPKINS: Merged inventory dialog and OptionsDialog class into a ↵Paul Gilbert
DialogsManager class
2012-10-24HOPKINS: Bugfixes to show inventory dialog correctlyPaul Gilbert
2012-10-23HOPKINS: Moved the script execution code to it's own filePaul Gilbert
2012-10-22HOPKINS: Fixed further int typesPaul Gilbert
2012-10-22HOPKINS: Fix type warnings identified by gccPaul Gilbert
2012-10-22HOPKINS: Renamed identified Zone destination fieldsPaul Gilbert
2012-10-22HOPKINS: Furhter bugfixes for pathfinding and walkingPaul Gilbert
2012-10-21HOPKINS: Bugfixes to the execution of walking pathsPaul Gilbert
2012-10-21HOPKINS: Some cleanup and renaming of the Tri structurePaul Gilbert
2012-10-21HOPKINS: Corrected some comments and error messagesPaul Gilbert
2012-10-21HOPKINS: Fix the display of on-screen textPaul Gilbert
2012-10-21Merge branch 'hopkins' of github.com:dreammaster/scummvm into hopkinsPaul Gilbert
2012-10-21HOPKINS: Fixed implementation of DEF_BOBPaul Gilbert
Animations now work correctly.
2012-10-20HOPKINS: Add some translated comments to function namesStrangerke
2012-10-20HOPKINS: Converted the chemin data block to an int16 arrayPaul Gilbert
2012-10-20HOPKINS: Converted the LigneItem data block to an int16 arrayPaul Gilbert
2012-10-19HOPKINS: Converted essai buffers to int16 arraysPaul Gilbert
2012-10-17HOPKINS: Some corrections to incorrectly declared fieldsPaul Gilbert
2012-10-16HOPKINS: Some field renaming and field fixes in AFF_SPRITESPaul Gilbert
2012-10-16HOPKINS: Bugfixes for scene animations initialisationPaul Gilbert
2012-10-15HOPKINS: Partial clean-up of AFF_SPRITES to fix Options dialog displayPaul Gilbert
2012-10-14HOPKINS: Further bugfix to collision methodPaul Gilbert
2012-10-14HOPKINS: Minor bugfix for colision methodPaul Gilbert
2012-10-14HOPKINS: Rewrote the collision detectionPaul Gilbert
2012-10-13HOPKINS: Cleanup and bugfixes for BOBZONE array initialisationPaul Gilbert
2012-10-13HOPKINS: Added missing GOHOME/GOHOME2 methodsPaul Gilbert
2012-10-13HOPKINS: Cleaned up the PERSONAGE2 event loop methodPaul Gilbert
2012-10-12HOPKINS: Some field renaming and fix loading of sprite positionsPaul Gilbert
2012-10-11HOPKINS: Added explicit int16 cast to all READ_LE_UINT16 accesses.Paul Gilbert
I've already previously fixed two initialisatoin errors for data reading that expected int's to be 16 bits and signed, so adding the explicit cast everywhere will likely fix other similiar issues.