index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
hopkins
/
hopkins.cpp
Age
Commit message (
Expand
)
Author
2012-10-14
HOPKINS: Added debugger skeleton
Paul Gilbert
2012-10-09
HOPKINS: Bugfixes for INILINK initialisatoin
Paul Gilbert
2012-10-06
HOPKINS: Converted the file manager from static to a standard manager class
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-28
HOPKINS: Implemented many of the previously stubbed methods
Paul Gilbert
2012-09-26
HOPKINS: Starting implementation of talk manager
Paul Gilbert
2012-09-23
HOPKINS: Added extra shouldQuit check to animation player
Paul Gilbert
2012-09-23
HOPKINS: Initial implementation of CHOICE_OPTION and AFF_SPRITES
Paul Gilbert
2012-09-22
HOPKINS: Bugfixes to making menu selections, and quitting game
Paul Gilbert
2012-09-22
HOPKINS: Clean up of moving Txt array from Globals to FontManager
Paul Gilbert
2012-09-21
HOPKINS: Minor renaming and bugifxes
Paul Gilbert
2012-09-21
HOPKINS: Moved VBL method from EventsManager to GraphicsManager
Paul Gilbert
2012-09-19
HOPKINS: Initial implementation of some code that will be needed for cursor d...
Paul Gilbert
2012-09-17
HOPKINS: Bugfixes to the display of the starting menu
Paul Gilbert
2012-09-17
HOPKINS: Initial implementation of main menu method
Paul Gilbert
2012-09-17
HOPKINS: Implemented rest of main method, with stubs for sub-method calls
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
2012-09-13
HOPKINS: Further work and bugfixes on palette processing
Paul Gilbert
2012-09-10
HOPKINS: Improved on the initial image display hack
Paul Gilbert
2012-09-10
HOPKINS: Implemented some of the fade methods
Paul Gilbert
2012-09-09
HOPKINS: Add temporary copy of VESA surface to screen, and other bugfixes
Paul Gilbert
2012-09-09
HOPKINS: Added stub event loop
Paul Gilbert
2012-09-09
HOPKINS: Implemented image loading code
Paul Gilbert
2012-09-09
HOPKINS: Implemented screen lock, unlock, and clear screen
Paul Gilbert
2012-09-08
HOPKINS: Implement proper graphics initialisation code
Paul Gilbert
2012-09-08
HOPKINS: Add object loading
Paul Gilbert
2012-09-08
HOPKINS: Commit of lots more initialisation code
Paul Gilbert
2012-09-08
HOPKINS: Added further configuration setup
Paul Gilbert
2012-09-08
HOPKINS: Beginnings of file manager code
Paul Gilbert
2012-09-07
HOPKINS: Initial skeleton engine commit
Paul Gilbert