Age | Commit message (Expand) | Author |
2012-10-24 | HOPKINS: Bugfixes to show inventory dialog correctly | Paul Gilbert |
2012-10-23 | HOPKINS: Fix some more uninitialised variables | Paul Gilbert |
2012-10-22 | HOPKINS: Fix gcc compiler warnings in events.cpp | 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-14 | HOPKINS: Added debugger skeleton | Paul Gilbert |
2012-10-14 | HOPKINS: Removed some redundant references | Paul Gilbert |
2012-10-13 | HOPKINS: Comment out original code that draws the cursor on the screen. | Paul Gilbert |
2012-10-13 | HOPKINS: Fix to show the ScummVM cursor at the correct position | Paul Gilbert |
2012-10-13 | HOPKINS: Finally implemented VBL cursor method properly | Paul Gilbert |
2012-10-13 | HOPKINS: Cleaned up the PERSONAGE2 event loop method | Paul Gilbert |
2012-10-06 | HOPKINS: Converted the file manager from static to a standard manager class | Paul Gilbert |
2012-10-06 | HOPKINS: Bugfixes for startup manager initialisations | Paul Gilbert |
2012-09-30 | HOPKINS: Fix casting errors identified by gcc | 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-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-22 | HOPKINS: Disabled VBL() method code and added ScummVM cursor display. | Paul Gilbert |
2012-09-21 | HOPKINS: Moved VBL method from EventsManager to GraphicsManager | Paul Gilbert |
2012-09-20 | HOPKINS: Implemented more blitting/display methods | Paul Gilbert |
2012-09-19 | HOPKINS: Initial implementation of some code that will be needed for cursor d... | 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-08 | HOPKINS: Implement proper graphics initialisation code | Paul Gilbert |
2012-09-08 | HOPKINS: Commit of lots more initialisation code | Paul Gilbert |