aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2013-01-07HOPKINS: Fix regression (typo)Filippos Karapetis
2013-01-07HOPKINS: The return value of constructLinuxFilename is unusedFilippos Karapetis
2013-01-07HOPKINS: Remove static game directory configuration optionsFilippos Karapetis
Also, remove the unused VGA folder. This is the first step to remove constructFilename() and associated functions.
2013-01-07HOPKINS: Remove more unused global variablesFilippos Karapetis
2013-01-07HOPKINS: Remove another unused global variableFilippos Karapetis
2013-01-07HOPKINS: Remove another unused globalFilippos Karapetis
2013-01-07HOPKINS: Fix typoFilippos Karapetis
2013-01-07HOPKINS: Simplify SoundManager::WSOUND()Filippos Karapetis
2013-01-07HOPKINS: Get rid of more unused/unnecessary globalsFilippos Karapetis
2013-01-07HOPKINS: Remove unused variablesFilippos Karapetis
2013-01-07HOPKINS: Some renamingStrangerke
2013-01-07HOPKINS: Some refactoring in ComputerManagerStrangerke
2013-01-07HOPKINS: More 16b refactoringStrangerke
2013-01-07HOPKINS: Simplify Copy_vga16, get rid of unsafe uint16 castsStrangerke
2013-01-06HOPKINS: Remove uint16 casting in m_scroll16 in order to avoid endian issueStrangerke
2013-01-06HOPKINS: Remove a GOTO in Copy_WinScan_VbeStrangerke
2013-01-05HOPKINS: Simplify character mapping in ComputerManagerStrangerke
2013-01-05HOPKINS: Some refactoring in ComputerManager.Strangerke
2013-01-05HOPKINS: Silence GCC warnings related to the computer manuStrangerke
2013-01-05HOPKINS: Refactor copy16bFromSurfaceScaleX2Strangerke
2013-01-05HOPKINS: Remove 8b CopyAsm, rename the 16b oneStrangerke
2013-01-05HOPKINS: (on Behalf of Eriktorbjorn) dispose music after use in order to ↵Strangerke
avoid a memory leak
2013-01-05HOPKINS: Fix display in breakout game. Get rid of any int16 cast to make ↵Strangerke
sure it's endian safe.
2013-01-05HOPKINS: Get rid of NO_OFFSET which isn't initialized properly in the ↵Strangerke
original game...
2013-01-04HOPKINS: Fix regression introduced in fbd2c0e9182cf6a3ff90cf83b47347dfdd4de564Strangerke
2013-01-04HOPKINS: Remove setModeVesa()Strangerke
2013-01-04HOPKINS: Fix crash in exotic versions when leaving the computerStrangerke
2013-01-04HOPKINS: Add computer texts for the French and English versions for the ↵Strangerke
Win95 versions. The Polish version is handled by an external file, just like most of the existing versions
2013-01-04HOPKINS: Refactor Copy_WinScan_Vbe3Strangerke
2013-01-04HOPKINS: Fix regressions in d6f72071a42559299139fd2f162c98c7f01a0b51Strangerke
2013-01-03HOPKINS: Simplify a bit more fade out function. Reduce fade out delay time.Strangerke
2013-01-03HOPKINS: Rewrite fade outStrangerke
2013-01-03HOPKINS: Rename functions related to fade in/out. Fix a potential issue for ↵Strangerke
short fadings
2013-01-03HOPKINS: Rewrite fade in, add a delayStrangerke
2013-01-03HOPKINS: Commit by Eriktorbjorn : New way of playing musicStrangerke
2013-01-03HOPKINS: Fix remaining GCC warnings (on behalf of Eriktorbjorn)Strangerke
2013-01-02HOPKINS: Silence some warnings reported by GCC. Thanks Eriktorbjorn for ↵Strangerke
reporting those
2013-01-02HOPKINS: Missing modification in previous commitStrangerke
2013-01-02HOPKINS: Silence some GCC warning (thanks to eriktorbjorn)Strangerke
2013-01-02HOPKINS: fix errors in ajoute_ligne, add comments on the impossible checkStrangerke
2013-01-02HOPKINS: More refactoring and renaming, remove several useless variablesStrangerke
2013-01-01HOPKINS: Missing modifications in previous commitStrangerke
2013-01-01HOPKINS: Refactoring in ComputerManagerStrangerke
2013-01-01HOPKINS: Some more refactoring and renamingStrangerke
2013-01-01HOPKINS: Refactoring in ObjectsManager, renamingStrangerke
2012-12-31HOPKINS: Some renaming in ObjectManager, fix animation speedStrangerke
2012-12-31HOPKINS: Some more refactoringStrangerke
2012-12-31HOPKINS: Refactoring in FontManager and LinesManagerStrangerke
2012-12-30HOPKINS: Remove REDRAW counter, as it's always equal to 0 and therefore uselessStrangerke
2012-12-30HOPKINS: More renaming, some refactoring in DialogsManagerStrangerke