Age | Commit message (Collapse) | Author |
|
|
|
This class handles two different special locks, the tile puzzle and
the combination door
|
|
(7f2b69b75c8e352ea06c9571992a00d5ffe7308f)
|
|
|
|
This platform check was lost in
60d4f0a0695f8eaf5aced2df7dfe3c191e37ae25.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is actually a nasty hack in the original to avoid duplicate
messages, but it ended up hiding some game messages. This hack isn't
really necessary at all for game functionality, so it has been
removed, without any notable side-effects
|
|
|
|
Those are already handled properly in the engine destructor, as pointed by eriktorbjorn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, add a method to properly free room views
|
|
|
|
|
|
|
|
|
|
The Amiga version is still not working, as the CONTROL and INV files
are missing, and the format of the font files is different
|
|
|
|
|
|
|
|
|
|
|