Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-18 | HOPKINS: Merge 'remotes/dreammaster/hopkins' into hopkins | Willem Jan Palenstijn | |
Conflicts: engines/hopkins/lines.cpp engines/hopkins/lines.h engines/hopkins/objects.cpp | |||
2013-02-18 | HOPKINS: Fix route direction | Willem Jan Palenstijn | |
This fixes pathfinding to the top right in some situations. | |||
2013-02-18 | HOPKINS: Refactor loop structure in PARC_PERS | Willem Jan Palenstijn | |
2013-02-18 | VIDEO: Fix Smacker crash, as per madmoose's suggestion | Torbjö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-18 | Merge pull request #311 from vyadh/master | David Turner | |
LURE: Fix bug #3604370 - "LURE: ANDROID, Action item scrolling too sensitive" | |||
2013-02-18 | HOPKINS: Replace casted READ_LE_UINT16 by the equivalent macro to improve ↵ | Strangerke | |
readability | |||
2013-02-18 | HOPKINS: More Direction refactoring | Strangerke | |
2013-02-17 | LURE: Fix bug #3604370 - ANDROID menus clickable | vyadh | |
LURE: Fix bug #3604370 - "LURE: ANDROID, Action item scrolling too sensitive" | |||
2013-02-17 | SCI: Fix bug #3538416 - "SCI: SQ4 CD text glitches in introduction" | Filippos Karapetis | |
2013-02-17 | SCI: Fix bug #3604944 - "SCI: QFG1VGA: Missing dialogue when speaking to Kaspar" | Filippos Karapetis | |
2013-02-16 | I18N: Update Hungarian translation from patch #3604064 | Thierry Crozat | |
2013-02-16 | HOPKINS: Introduce Directions enum | Strangerke | |
2013-02-16 | HOPKINS: Extract utility function for appending linedata to route list | Willem Jan Palenstijn | |
2013-02-16 | HOPKINS: Convert route lists into structs | Willem Jan Palenstijn | |
2013-02-16 | HOPKINS: Some renaming and refactoring | Strangerke | |
2013-02-16 | HOPKINS: Some more similar cleanup | Strangerke | |
2013-02-15 | HOPKINS: Some renaming, remove useless self-accessing code pointed by wjp | Strangerke | |
2013-02-15 | HOPKINS: Start refactoring MIRACLE | Strangerke | |
2013-02-15 | HOPKINS: Reorder includes | Strangerke | |
2013-02-15 | HOPKINS: Fix 2 comments of LordHoto | Strangerke | |
2013-02-15 | HOPKINS: Add detection entry for uninstalled BeOS version | Torbjö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-15 | Merge branch 'master' into hopkins | Dreammaster | |
2013-02-15 | HOPKINS: Move font initialization to FontsManager | Strangerke | |
2013-02-15 | HOPKINS: Use freeMemory instead of free in some spaces | Strangerke | |
2013-02-15 | HOPKINS: Move mouse data initialization to EventsManager, set mouse variable ↵ | Strangerke | |
as private | |||
2013-02-15 | HOPKINS: More renaming and refactoring | Strangerke | |
2013-02-15 | HOPKINS: More gesture variables to ObjectsManager | Strangerke | |
2013-02-15 | HOPKINS: Renaming in ObjectsManager | Strangerke | |
2013-02-14 | HOPKINS: Fix freeze when playing some animations | Dreammaster | |
2013-02-13 | HOPKINS: Added a basic base map screen for the Windows version if a ↵ | Paul Gilbert | |
PBASE.PCX file can't be found | |||
2013-02-12 | HOPKINS: Move some zone code to LinesManager | Strangerke | |
2013-02-12 | HOPKINS: Some renaming in GraphicManager | Strangerke | |
2013-02-12 | HOPKINS: Fix transition glitch when skipping animations | Strangerke | |
2013-02-12 | HOPKINS: Minor refactoring in GraphicManager | Strangerke | |
2013-02-11 | HOPKINS: Some more renaming and refactoring in Globals | Strangerke | |
2013-02-11 | HOPKINS: Some more renaming and refactoring in FontManager | Strangerke | |
2013-02-11 | HOPKINS: Fix GCC warning | Torbjörn Andersson | |
2013-02-11 | HOPKINS: Some renaming and refactoring in ComputerManager and FontManager | Strangerke | |
2013-02-11 | HOPKINS: Move _bob to ObjectsManager | Strangerke | |
2013-02-10 | HOPKINS: Remove obsolete TODOs | Strangerke | |
2013-02-10 | HOPKINS: Hide cursor during cutscenes | Torbjörn Andersson | |
This hopefully fixes the regression that was recently introduced where the cursor would be visible, but black, during cutscenes. This was presumably because the color black in a mouse cursor no longer necessarily means that it's transparent. | |||
2013-02-10 | HOPKINS: Fix cursor endian issue (I think) | Torbjörn Andersson | |
I had assumed that PAL_PIXELS contained the colors encoded in native byte order, but looking again it appears that it's always encoded as little-endian. | |||
2013-02-10 | HOPKINS: Fix cursor tranparency | Torbjörn Andersson | |
Before, cursor images were converted to 16 bpp, and anything that was the same as the first color in PAL_PIXELS[] was made transparent. Now, cursors images are drawn as 8 bpp with a cursor palette created from PAL_PIXELS[]. This preserves all the black parts of the cursor that weren't actually color index 0. It would be nice if we only regenerated the cursor/palette when they have actually changed, but that's for later. | |||
2013-02-10 | HOPKINS: (mostly) fix the priority bug in the city map. Still rare visible ↵ | Strangerke | |
glitches on the chimney, but the birds are ok!. | |||
2013-02-10 | HOPKINS: Some more renaming in TalkManager | Strangerke | |
2013-02-09 | HOPKINS: Some more renaming and refactoring in TalkManager | Strangerke | |
2013-02-09 | NEWS: Mention FluidSynth settings dialog. | Torbjörn Andersson | |
2013-02-08 | HOPKINS: Some refactoring. Remove a variable from TalkManager | Strangerke | |
2013-02-08 | HOPKINS: Improve private/public scope in TalkManager | Strangerke | |
2013-02-08 | HOPKINS: Improve private/public scope in SoundManager and ScriptManager | Strangerke | |