Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-19 | HOPKINS: Some more renaming in TalkManager and Globals | Strangerke | |
2013-02-19 | HOPKINS: Some renaming in Globals | Strangerke | |
2013-02-19 | HOPKINS: More renaming in LinesManager | Strangerke | |
2013-02-19 | HOPKINS: Regroup some IF statements in linesManager | Strangerke | |
2013-02-19 | HOPKINS: Some renaming in LinesManager, remove a couple of problematic asserts | Strangerke | |
2013-02-19 | HOPKINS: More renaming in SoundManager | Strangerke | |
2013-02-19 | HOPKINS: Misc renaming, some sound refactoring | Strangerke | |
2013-02-19 | HOPKINS: Remove a couple of useless variables and associated dead code | Strangerke | |
2013-02-18 | HOPKINS: Fixed shadowed variable warning | Dreammaster | |
2013-02-18 | HOPKINS: Fixed warnings about switch statements using DIR_ constants | Dreammaster | |
2013-02-18 | HOPKINS: Changed WinScan to use actual screen pitch | Dreammaster | |
2013-02-19 | HOPKINS: Fix repeating route from pathfinder | Willem Jan Palenstijn | |
Regression from d7c8fe912. | |||
2013-02-19 | HOPKINS: Fix typo | Willem Jan Palenstijn | |
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 | HOPKINS: Replace casted READ_LE_UINT16 by the equivalent macro to improve ↵ | Strangerke | |
readability | |||
2013-02-18 | HOPKINS: More Direction refactoring | Strangerke | |
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 | 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!. |