aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-02JANITORIAL: Remove unnecessary semicolonsTorbjörn Andersson
2013-03-02HOPKINS: Some renaming and refactoring in LinesManagerStrangerke
2013-03-02MT32: Sync with the latest changes in muntFilippos Karapetis
The major change is the addition of a refined wave generator based on logarithmic fixed-point computations and LUTs
2013-03-02MT32: Update copyright yearFilippos Karapetis
2013-03-02HOPKINS: Rework two opcodesStrangerke
2013-03-01HOPKINS: More renaming in savegame structureStrangerke
2013-03-01HOPKINS: Rename some more savegame indexesStrangerke
2013-02-28HOPKINS: Forgotten file in previous commitStrangerke
2013-02-28HOPKINS: Rename some members of savegame offset enum, remove some unused onesStrangerke
2013-02-27HOPKINS: Some renaming in ScripManagerStrangerke
2013-02-27HOPKINS: Update creditsStrangerke
2013-02-27HOPKINS: Remove dead code in ObjectsManager, some renamingStrangerke
2013-02-27HOPKINS: Fix bug in previous commit. Thanks Kirben for pointing to itStrangerke
2013-02-27HOPKINS: Get rid of magic values in FilesManagerStrangerke
2013-02-26HOPKINS: Get rid of a magic value in save/load dialogsStrangerke
2013-02-26DREAMWEB: Make some static arrays constThierry Crozat
2013-02-26Hopkins: More renaming in LinesManagerStrangerke
2013-02-26DREAMWEB: Add localised commands in the network terminalThierry Crozat
The original interpreter only used english commands in the terminal even when playing one of the localised version (and even though everything else in the terminal was localised). This adds the possibility to either use the English commands or the localised ones. Localized commands have been added for French, German (thanks to SimSaw, who also proposed that idea) and Italian (thanks to Maff).
2013-02-26HOPKINS: Some more renaming in LinesManagerStrangerke
2013-02-26HOPKINS: Some renaming in LinesManagerStrangerke
2013-02-26HOPKINS: Some renaming in GraphicsManagerStrangerke
2013-02-26CONFIGURE: Mark that Hopkins requires 16bpp support.Johannes Schickel
2013-02-25HOPKINS: Rename DD_VBL() -> updateScreen()Filippos Karapetis
2013-02-25HOPKINS: Don't have the TWA/APC code in the Audio namespaceMatthew Hoops
2013-02-25HOPKINS: Remove long double usageMatthew Hoops
2013-02-24Merge pull request #309 from dreammaster/hopkinsPaul Gilbert
Hopkins FBI Pull Request
2013-02-24CGE: Add workaround for the dice puzzle for the devices not using a ALT keyStrangerke
2013-02-23ALL: Fix typo (existant->existent)Willem Jan Palenstijn
2013-02-23HOPKINS: Remove a useless variable, some renaming in HopkinsEngineStrangerke
2013-02-23HOPKINS: Add comments concerning the Win95 UK demo fixStrangerke
2013-02-22HOPKINS: Remove verbose error messages when the English demo skips the ↵Strangerke
speech loading
2013-02-22HOPKINS: Fix the crash related to the missing speech file in the Win95 ↵Strangerke
English demo
2013-02-22HOPKINS: Implement a more proper function to clear the palette.Strangerke
2013-02-22HOPKINS: Start making code a bit less verboseStrangerke
2013-02-22HOPKINS: More renaming in Globals and ObjectsManagerStrangerke
2013-02-22HOPKINS: Some renaming in Globals and ObjectsManager. Remove a couple of ↵Strangerke
useless variables.
2013-02-22HOPKINS: Renaming in LinesManager and GlobalsStrangerke
2013-02-21HOPKINS: Pre-convert paletteWillem Jan Palenstijn
2013-02-21HOPKINS: Some renaming and refactoring in Globals and LinesManagerStrangerke
2013-02-20HOPKINS: More misc renamingStrangerke
2013-02-20HOPKINS: Misc renamingStrangerke
2013-02-19HOPKINS: Some more renaming in TalkManager and GlobalsStrangerke
2013-02-19HOPKINS: Some renaming in GlobalsStrangerke
2013-02-19HOPKINS: More renaming in LinesManagerStrangerke
2013-02-19HOPKINS: Regroup some IF statements in linesManagerStrangerke
2013-02-19HOPKINS: Some renaming in LinesManager, remove a couple of problematic assertsStrangerke
2013-02-19HOPKINS: More renaming in SoundManagerStrangerke
2013-02-19HOPKINS: Misc renaming, some sound refactoringStrangerke
2013-02-19HOPKINS: Remove a couple of useless variables and associated dead codeStrangerke
2013-02-18HOPKINS: Fixed shadowed variable warningDreammaster