aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-02-16HOPKINS: Convert route lists into structsWillem Jan Palenstijn
2013-02-16HOPKINS: Some renaming and refactoringStrangerke
2013-02-16HOPKINS: Some more similar cleanupStrangerke
2013-02-15HOPKINS: Some renaming, remove useless self-accessing code pointed by wjpStrangerke
2013-02-15HOPKINS: Start refactoring MIRACLEStrangerke
2013-02-15HOPKINS: Reorder includesStrangerke
2013-02-15HOPKINS: Fix 2 comments of LordHotoStrangerke
2013-02-15HOPKINS: Add detection entry for uninstalled BeOS versionTorbjörn Andersson
It won't quite detect as it appears on the CD - you need to put the Hopkins.pkg file in the HOPDATA - and since that file isn't actually needed we may want to re-think that in the future. But at least it will make it easier to test this version.
2013-02-15Merge branch 'master' into hopkinsDreammaster
2013-02-15HOPKINS: Move font initialization to FontsManagerStrangerke
2013-02-15HOPKINS: Use freeMemory instead of free in some spacesStrangerke
2013-02-15HOPKINS: Move mouse data initialization to EventsManager, set mouse variable ↵Strangerke
as private
2013-02-15HOPKINS: More renaming and refactoringStrangerke