aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-02-18HOPKINS: Fixed warnings about switch statements using DIR_ constantsDreammaster
2013-02-18HOPKINS: Changed WinScan to use actual screen pitchDreammaster
2013-02-19HOPKINS: Fix repeating route from pathfinderWillem Jan Palenstijn
Regression from d7c8fe912.
2013-02-19HOPKINS: Fix typoWillem Jan Palenstijn
2013-02-18HOPKINS: Merge 'remotes/dreammaster/hopkins' into hopkinsWillem Jan Palenstijn
Conflicts: engines/hopkins/lines.cpp engines/hopkins/lines.h engines/hopkins/objects.cpp
2013-02-18HOPKINS: Fix route directionWillem Jan Palenstijn
This fixes pathfinding to the top right in some situations.
2013-02-18HOPKINS: Refactor loop structure in PARC_PERSWillem Jan Palenstijn
2013-02-18VIDEO: Fix Smacker crash, as per madmoose's suggestionTorbjörn Andersson
Apparently, in some movies the Smacker decoder would peek ahead past the end of the bitstream, even though it didn't necessarily use all of those bits later. Fix that by first checking how many bits are still available. (This was originally reported for the mg1shoot.smk cutscene in the 4 CD version of The Feeble Files.)
2013-02-18Merge pull request #311 from vyadh/masterDavid Turner
LURE: Fix bug #3604370 - "LURE: ANDROID, Action item scrolling too sensitive"
2013-02-18HOPKINS: Replace casted READ_LE_UINT16 by the equivalent macro to improve ↵Strangerke
readability
2013-02-18HOPKINS: More Direction refactoringStrangerke
2013-02-17LURE: Fix bug #3604370 - ANDROID menus clickablevyadh
LURE: Fix bug #3604370 - "LURE: ANDROID, Action item scrolling too sensitive"
2013-02-17SCI: Fix bug #3538416 - "SCI: SQ4 CD text glitches in introduction"Filippos Karapetis
2013-02-17SCI: Fix bug #3604944 - "SCI: QFG1VGA: Missing dialogue when speaking to Kaspar"Filippos Karapetis
2013-02-16I18N: Update Hungarian translation from patch #3604064Thierry Crozat
2013-02-16HOPKINS: Introduce Directions enumStrangerke
2013-02-16HOPKINS: Extract utility function for appending linedata to route listWillem Jan Palenstijn