Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-22 | HOPKINS: Fix malformed octal characters | Paul Gilbert | |
2014-10-28 | HOPKINS: Remove trailing whitespace | Filippos Karapetis | |
2014-05-17 | HOPKINS: Fix loading of variant COMPUTAN.TXT used by Polish version. | D G Turner | |
This is the final fix for bug #6590 - "HOPKINS-PL: Crash using computer in office". | |||
2014-05-17 | HOPKINS: Further cleanup in ComputerManager class. | D G Turner | |
Have simplified the parsing of the COMPUTAN.TXT file prior to looking at supporting the Polish file format variant. These change should have no functional difference, but improve the code by removing a set-but-unused bool in the MenuItem structure, fixing a number of repeated "magic" values to be explicit as various buffer sizes and replacing usage of strcpy with the safer version from our Common code etc. | |||
2014-05-17 | HOPKINS: Add sanity check to parsing of COMPUTAN.TXT file. | D G Turner | |
This previously crashed on the Polish version due to a variant file format causing the parsing to make several invalid memory accesses. This prevents this crash and any other in future, though it does not fix the parsing of the variant file format. | |||
2014-02-18 | HOPKINS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-09 | HOPKINS: Reduce the scope of some variables | Strangerke | |
2013-11-09 | HOPKINS: Replace cascades of if by switches for language checks | Strangerke | |
2013-08-01 | HOPKINS: Slight cleanup. | Johannes Schickel | |
This renames HopkinsEngine::targetName to HopkinsEngine::getTargetName. This is more consistent with the name scheme of the remaining getters. It also makes getTargetName return a const reference instead of a copy. | |||
2013-07-31 | HOPKINS: Reverted to saving Breakout high scores in a separate file | Paul Gilbert | |
2013-07-26 | HOPKINS: Move breakout highscore table to savegames, and fixes to display | Paul Gilbert | |
2013-04-28 | HOPKINS: Fix for #3611739 graphic corruption in Breakout game | Paul Gilbert | |
2013-04-18 | HOPKINS: Replace non-ASCII characters by octal string literals | Max Horn | |
This silences a clang warning. It seems like a good idea, too: non-ASCII chars in string constants are prone to break as a result of (possibly unintentional) encoding conversions (which one can configure git to perform). | |||
2013-04-16 | HOPKINS: Fix broken condition detected by Coverity | Strangerke | |
2013-04-11 | HOPKINS: Constify some functions and members | Strangerke | |
2013-04-10 | HOPKINS: Reduce the use of lockScreen() and unlockScreen() by adding them in ↵ | Strangerke | |
clearScreen() | |||
2013-04-10 | HOPKINS: Make engine less verbose by reducing some object names | Strangerke | |
2013-04-09 | HOPKINS: Renamed remaining GraphicsManager methods | Paul Gilbert | |
2013-04-09 | HOPKINS: Renaming some of the remaining graphics methods | Paul Gilbert | |
2013-04-07 | HOPKINS: Fix glitch when exiting computer in FBI rooms | Strangerke | |
2013-04-05 | HOPKINS: JANITORIAL: Remove trailing spaces and tabs | Strangerke | |
2013-04-05 | HOPKINS: Remove g_PTRNUL | Strangerke | |
2013-04-03 | HOPKINS: Standardize the use of g_PTRNUL | Strangerke | |
2013-03-30 | HOPKINS: Rename display buffers | Strangerke | |
2013-03-27 | HOPKINS: Fix several Cppcheck warning | Strangerke | |
2013-03-20 | HOPKINS: Remove setParent() from TalkManager | Strangerke | |
2013-03-20 | HOPKINS: Remove setParent() from SaveLoadManager and ScriptManager | Strangerke | |
2013-03-20 | HOPKINS: Remove setParent() from MenuManager and ObjectsManager | Strangerke | |
2013-03-20 | HOPKINS: Remove setParent() from GraphicsManager | Strangerke | |
2013-03-20 | HOPKINS: Remove setParent() from Globals | Strangerke | |
2013-03-20 | HOPKINS: Remove setParent() from FontManager | Strangerke | |
2013-03-19 | HOPKINS: Remove setParent() from FileManager | Strangerke | |
2013-03-19 | HOPKINS: Remove setParent() from EventsManager and Debugger | Strangerke | |
2013-03-19 | HOPKINS: Remove setParent() from ComputerManager | Strangerke | |
2013-03-17 | HOPKINS: Fix some references to renamed DD_VBL method | Paul Gilbert | |
2013-03-17 | Merge branch 'hopkins_dirtyRects' | Paul Gilbert | |
Conflicts: engines/hopkins/anim.cpp engines/hopkins/computer.cpp engines/hopkins/dialogs.cpp engines/hopkins/graphics.cpp engines/hopkins/hopkins.cpp | |||
2013-03-13 | HOPKINS: Bugfix for refreshing Breakout lives when one is lost | Paul Gilbert | |
2013-03-12 | HOPKINS: Endian fix for playing Breakout game | Paul Gilbert | |
2013-03-12 | HOPKINS: Dirty rect fix for Breakout game | Paul Gilbert | |
2013-03-04 | HOPKINS: Some renaming | Strangerke | |
2013-03-02 | HOPKINS: Renamed dirty rect methods | Paul Gilbert | |
2013-02-26 | HOPKINS: Some renaming in GraphicsManager | Strangerke | |
2013-02-25 | HOPKINS: Home-screen now displaying correctly with dirty rects | Paul Gilbert | |
2013-02-25 | HOPKINS: Rename DD_VBL() -> updateScreen() | Filippos Karapetis | |
2013-02-20 | HOPKINS: More misc renaming | Strangerke | |
2013-02-19 | HOPKINS: Misc renaming, some sound refactoring | Strangerke | |
2013-02-16 | HOPKINS: Some renaming and refactoring | Strangerke | |
2013-02-15 | HOPKINS: Reorder includes | Strangerke | |
2013-02-11 | HOPKINS: Some renaming and refactoring in ComputerManager and FontManager | Strangerke | |
2013-02-07 | HOPKINS: Improve private/public scope in Globals. Remove some useless ↵ | Strangerke | |
variables, move some variables to FontManager |