aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/anim.cpp
AgeCommit message (Expand)Author
2012-12-20HOPKINS: Remane functions and variables from GlobalsStrangerke
2012-12-19HOPKINS: More renamingStrangerke
2012-12-19HOPKINS: Rename methods in ObjectsManager, Globals and GraphicsManagerStrangerke
2012-12-17HOPKINS: Renaming of members of Globals and ObjectsManagerStrangerke
2012-12-16HOPKINS: Remove zoom, mode, SDL Zoom and fullscreen variablesStrangerke
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
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
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
2012-10-10HOPKINS: Changed PTRNUL from being 0 to an explicitly allocated pointer.Paul Gilbert
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