Age | Commit message (Collapse) | Author |
|
|
|
The HorizLine class is really only used for on-screen debugging information anyway, so it's not a problem.
|
|
in ScummVM
|
|
|
|
|
|
Music playback is now sort of working, but it seems like only a beat track of the MIDI is getting played
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in high memory
|
|
|
|
|
|
|
|
|
|
The trouble is that the _sprite variable can currently be pointing to any registered sprite, and should only be freed in the destructor if it hasn't already been freed. Currently, this is best done by keeping track of whether the pointed to sprite has been already freed or not.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes the problem that was happening with the new English archive, which had a bigger shape list for one of the items in the first scene.
|
|
|
|
The English version seems to expect a different number of shapes for some sprites, so it will need further work to determine how best to handle the differences.
|
|
|
|
|
|
This combines the base game resources with the files of cge_work\dusa and work\ins\usa. This makes both action descriptions and hotspots appear in English, although the introduction credits still appear in Polish. I don't know if this was the case for the original 'official' English release; but I consider it a minor issue.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|