aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/globals.cpp
AgeCommit message (Collapse)Author
2012-10-31HOPKINS: Add code specific to full linux version in PARLER_PERSOStrangerke
Also change another variable type
2012-10-29HOPKINS: Replace some more boolean valuesStrangerke
2012-10-28HOPKINS: Replace some 0/1 by false/true for boolean variablesStrangerke
2012-10-26HOPKINS: Corrected the size of the VBob arrayPaul 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: 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: Fix some uniinitialised data identified by ValgrindPaul Gilbert
2012-10-22HOPKINS: Renamed identified Zone destination fieldsPaul Gilbert
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 BufLig buffer to 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-19HOPKINS: Cleaned up initialisation of Hopkins array.Paul Gilbert
2012-10-13HOPKINS: Cleanup and bugfixes for BOBZONE array initialisationPaul Gilbert
2012-10-13HOPKINS: Corrected some file exists callsPaul Gilbert
2012-10-13HOPKINS: Added missing GOHOME/GOHOME2 methodsPaul 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-09HOPKINS: Bugfixes for INILINK initialisatoinPaul Gilbert
2012-10-07HOPKINS: Implemented further initialisationPaul Gilbert
2012-10-06HOPKINS: Converted the file manager from static to a standard manager classPaul Gilbert
2012-10-02HOPKINS: Added new LinesManager class with lots of line methodsPaul Gilbert
2012-09-30HOPKINS: Implemented more object manager methodsPaul Gilbert
2012-09-29HOPKINS: Implemented more graphics and object methodsPaul Gilbert
2012-09-28HOPKINS: Implemented many of the previously stubbed methodsPaul Gilbert
2012-09-26HOPKINS: Starting implementation of talk managerPaul Gilbert
2012-09-26HOPKINS: Implementing font methodsPaul Gilbert
2012-09-23HOPKINS: Implemented some more of the object/sprite methodsPaul Gilbert
2012-09-23HOPKINS: Initial implementation of CHOICE_OPTION and AFF_SPRITESPaul Gilbert
2012-09-22HOPKINS: Clean up of moving Txt array from Globals to FontManagerPaul Gilbert
2012-09-22HOPKINS: Implemented AFFICHE_SPEED methodPaul Gilbert
2012-09-19HOPKINS: Initial implementation of some code that will be needed for cursor ↵Paul Gilbert
display
2012-09-17HOPKINS: Initial implementation of main menu methodPaul Gilbert
2012-09-17HOPKINS: Implemented rest of main method, with stubs for sub-method callsPaul Gilbert
2012-09-16HOPKINS: Implementing code for CHARGE_ANIM and dependent methodsPaul Gilbert
2012-09-15HOPKINS: initial implementation of INTORUN methodPaul Gilbert
2012-09-15HOPKINS: Initial implementation of main animation player methodPaul Gilbert
2012-09-10HOPKINS: Implemented some of the fade methodsPaul Gilbert
2012-09-09HOPKINS: Added initialisation of graphics manager and globals fieldsPaul Gilbert
2012-09-09HOPKINS: Implemented image loading codePaul Gilbert
2012-09-08HOPKINS: Implement proper graphics initialisation codePaul Gilbert
2012-09-08HOPKINS: Add object loadingPaul Gilbert
2012-09-08HOPKINS: Commit of lots more initialisation codePaul Gilbert
2012-09-08HOPKINS: Added further configuration setupPaul Gilbert
2012-09-07HOPKINS: Initial skeleton engine commitPaul Gilbert