aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/anim.cpp
AgeCommit message (Collapse)Author
2012-12-16HOPKINS: Remove zoom, mode, SDL Zoom and fullscreen variablesStrangerke
Also remove functions related to the loading of INI files
2012-12-15HOPKINS: Remove all code related to 8b displayStrangerke
2012-12-14HOPKINS: Janitorial - Remove trailing space and double semi columnsStrangerke
2012-12-12HOPKINS: Homogenization of memory managementStrangerke
2012-12-11HOPKINS: Some more renamingStrangerke
2012-12-11HOPKINS: Start renaming EventsManager functionsStrangerke
2012-12-10HOPKINS: Cleanup of playAnim methodPaul Gilbert
2012-12-10HOPKINS: Some more function renamingStrangerke
2012-12-10HOPKINS: Rename (most of) ComputerManager functionsStrangerke
2012-12-09HOPKINS: Rename animationManager functionsStrangerke
2012-12-09HOPKINS: Refactor fileManagerStrangerke
2012-12-04HOPKINS: Janitorials: remove some while(1)Strangerke
2012-11-25HOPKINS: Properly initialise the NO_COUL variable at startup.Paul Gilbert
This fixes animation issues with the factory lift near the end of the game.
2012-11-25HOPKINS: Replaced many occurrences of 640 with SCREEN_WIDTHPaul Gilbert
2012-11-23HOPKINS: Fix CppCheck warningsStrangerke
2012-11-21HOPKINS: Clean up some 'for' statementsStrangerke
2012-11-18HOPKINS: Bugfixes for the sequence playerPaul Gilbert
2012-11-17HOPKINS: Bugfix for CHARGE_BANK_SPRITE1Paul Gilbert
2012-11-17HOPKINS: Bugfix for restoring screen after PLAY_ANM2 animation plays.Paul Gilbert
2012-11-17HOPKINS: Bugfixes for PLAY_ANM2 animation playerPaul Gilbert
2012-11-16HOPKINS: Fixed some save/loading of TEMP.SCR to use the SaveLoadManager.Paul Gilbert
These should really be refactored in the future to use a memory buffer. Moderns systems have enough memory that it shouldn't be a problem to store a copy of the currently loaded background.
2012-11-16HOPKINS: Remove some magic values, add a safety check in Copy_Video_Vbe16Strangerke
2012-11-15HOPKINS: Add some more code specific to the full version (linux)Strangerke
2012-11-11HOPKINS: Implement BASED(), remove a parameter to PLAY_SEQ()Strangerke
2012-10-29HOPKINS: Replace some more boolean valuesStrangerke
2012-10-28HOPKINS: Replace some 0/1 by false/true for boolean variablesStrangerke
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: Some cleanup of field types and comparisons in PLAY_SEQ/PLAY_SEQ2Paul Gilbert
2012-10-28HOPKINS: Added code to delete saved temporary screen .SCR filesPaul Gilbert
2012-10-24HOPKINS: Created new SaveFileManager class to handle save file related codePaul Gilbert
2012-10-23HOPKINS: Minor string and comment fixPaul Gilbert
2012-10-22HOPKINS: Fix gcc identified warningsPaul Gilbert
2012-10-20HOPKINS: Add some translated comments to function namesStrangerke
2012-10-16HOPKINS: Bugfixes for scene animations initialisationPaul Gilbert
2012-10-13HOPKINS: Reimplemented animation player methodPaul Gilbert
2012-10-13HOPKINS: Corrected some file exists callsPaul 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.
2012-10-10HOPKINS: Changed PTRNUL from being 0 to an explicitly allocated pointer.Paul Gilbert
Some of the methods explicitly differentiate between having a 0 result for invalid/abort versus PTRNUL return values
2012-10-10HOPKINS: Fixed loading in CHARGE_BANK_SPRITE1Paul Gilbert
2012-10-06HOPKINS: Converted the file manager from static to a standard manager classPaul Gilbert
2012-10-05HOPKINS: Implemented PLAY_SEQ2Paul Gilbert
2012-10-05HOPKINS: Implemented sequence playerPaul Gilbert
2012-10-05HOPKINS: Implemented lots more of the remaining stubbed methodsPaul Gilbert
2012-10-03HOPKINS: Implemented more stubbed object manager methodsPaul Gilbert
2012-09-30HOPKINS: Changed all __int16 to intPaul Gilbert
2012-09-30HOPKINS: Implemented more object manager methodsPaul Gilbert
2012-09-23HOPKINS: Added extra shouldQuit check to animation playerPaul Gilbert
2012-09-19HOPKINS: Initial implementation of some code that will be needed for cursor ↵Paul Gilbert
display
2012-09-16HOPKINS: Implemented BOB_ANIM_ON and BOB_ANIM_OFFPaul Gilbert