Age | Commit message (Collapse) | Author |
|
correctly.
|
|
|
|
are restored
|
|
|
|
|
|
|
|
SDL: Fix build with MacPorts SDL2
|
|
This means that when using SDL 1.2 we use SDL_net 1.2, but when
using SDL 2 we now use SLD_net 2 as well. Both versions work
properly and there is not code change needed in ScummVM.
This change is because SDL_net depends on SDL, and using
SDL_net 1.2 with SDL 2 means we can end up needing to link with
both the SDL and SDL2 libraries.
|
|
|
|
compatibility.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Crashes right after the intro AVI.
|
|
|
|
The engine requires a bit of work, as this version has all files
unpacked from the PTC archives.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GPL headers
|
|
|
|
|
|
|
|
Add DM_ prefix
Add missing include guards
|
|
|
|
MACVENTURE: Add MacVenture engine.
|
|
Swap <> to "" with scummvm files
Add dm/ prefix to dm files
Reorder includes to system files, dm files
|
|
|
|
|