Age | Commit message (Expand) | Author |
2012-12-04 | HOPKINS: Janitorials: remove some while(1) | Strangerke |
2012-11-25 | HOPKINS: Properly initialise the NO_COUL variable at startup. | Paul Gilbert |
2012-11-25 | HOPKINS: Replaced many occurrences of 640 with SCREEN_WIDTH | Paul Gilbert |
2012-11-23 | HOPKINS: Fix CppCheck warnings | Strangerke |
2012-11-21 | HOPKINS: Clean up some 'for' statements | Strangerke |
2012-11-18 | HOPKINS: Bugfixes for the sequence player | Paul Gilbert |
2012-11-17 | HOPKINS: Bugfix for CHARGE_BANK_SPRITE1 | Paul Gilbert |
2012-11-17 | HOPKINS: Bugfix for restoring screen after PLAY_ANM2 animation plays. | Paul Gilbert |
2012-11-17 | HOPKINS: Bugfixes for PLAY_ANM2 animation player | Paul Gilbert |
2012-11-16 | HOPKINS: Fixed some save/loading of TEMP.SCR to use the SaveLoadManager. | Paul Gilbert |
2012-11-16 | HOPKINS: Remove some magic values, add a safety check in Copy_Video_Vbe16 | Strangerke |
2012-11-15 | HOPKINS: Add some more code specific to the full version (linux) | Strangerke |
2012-11-11 | HOPKINS: Implement BASED(), remove a parameter to PLAY_SEQ() | Strangerke |
2012-10-29 | HOPKINS: Replace some more boolean values | Strangerke |
2012-10-28 | HOPKINS: Replace some 0/1 by false/true for boolean variables | Strangerke |
2012-10-29 | HOPKINS: Added lots of shouldQuit() checks to the loops in the script code | Paul Gilbert |
2012-10-28 | HOPKINS: Fix buffer overruns in the PLAY_SEQ2 method | Paul Gilbert |
2012-10-28 | HOPKINS: Some cleanup of field types and comparisons in PLAY_SEQ/PLAY_SEQ2 | Paul Gilbert |
2012-10-28 | HOPKINS: Added code to delete saved temporary screen .SCR files | Paul Gilbert |
2012-10-24 | HOPKINS: Created new SaveFileManager class to handle save file related code | Paul Gilbert |
2012-10-23 | HOPKINS: Minor string and comment fix | Paul Gilbert |
2012-10-22 | HOPKINS: Fix gcc identified warnings | Paul Gilbert |
2012-10-20 | HOPKINS: Add some translated comments to function names | Strangerke |
2012-10-16 | HOPKINS: Bugfixes for scene animations initialisation | Paul Gilbert |
2012-10-13 | HOPKINS: Reimplemented animation player method | Paul Gilbert |
2012-10-13 | HOPKINS: Corrected some file exists calls | Paul Gilbert |
2012-10-11 | HOPKINS: Added explicit int16 cast to all READ_LE_UINT16 accesses. | Paul Gilbert |
2012-10-10 | HOPKINS: Changed PTRNUL from being 0 to an explicitly allocated pointer. | Paul Gilbert |
2012-10-10 | HOPKINS: Fixed loading in CHARGE_BANK_SPRITE1 | Paul Gilbert |
2012-10-06 | HOPKINS: Converted the file manager from static to a standard manager class | Paul Gilbert |
2012-10-05 | HOPKINS: Implemented PLAY_SEQ2 | Paul Gilbert |
2012-10-05 | HOPKINS: Implemented sequence player | Paul Gilbert |
2012-10-05 | HOPKINS: Implemented lots more of the remaining stubbed methods | Paul Gilbert |
2012-10-03 | HOPKINS: Implemented more stubbed object manager methods | Paul Gilbert |
2012-09-30 | HOPKINS: Changed all __int16 to int | Paul Gilbert |
2012-09-30 | HOPKINS: Implemented more object manager methods | Paul Gilbert |
2012-09-23 | HOPKINS: Added extra shouldQuit check to animation player | Paul Gilbert |
2012-09-19 | HOPKINS: Initial implementation of some code that will be needed for cursor d... | Paul Gilbert |
2012-09-16 | HOPKINS: Implemented BOB_ANIM_ON and BOB_ANIM_OFF | Paul Gilbert |
2012-09-16 | HOPKINS: Implementing code for CHARGE_ANIM and dependent methods | Paul Gilbert |
2012-09-15 | HOPKINS: Implemented Vbe decoding so introduction now runs | Paul Gilbert |
2012-09-15 | HOPKINS: initial implementation of INTORUN method | Paul Gilbert |
2012-09-15 | HOPKINS: Cleanup and refactoring of frame counting and delays | Paul Gilbert |
2012-09-15 | HOPKINS: Initial implementation of main animation player method | Paul Gilbert |