Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Just a C&P mistake...
|
|
In a previous commit, I forgot to add two new games to the PlainGameDescriptor structure
|
|
The MD5 hash for this game was wrong (hasing the whole file, not only the first 5000bytes)
|
|
Added some missing reversion2 localizations and latests reversion1
|
|
Latest Steam updates for Reversion titles include Simplified and Traditional Chinese languages that were not properly identified
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added 2 german demos for "Art of Murder: FBI Confidential"
|
|
Add public demos for several wintermute games
|
|
Unused variables were cleaned up at
47811167d5ddd9cbf64099ad36f2da5ae413fc86, commenting out a bit too much
code, since stack->pop() has a side effect (popping a value from data
stack).
|
|
|
|
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
|
|
Fixes VMD playback in Phantasmagoria 1 while in censored mode.
kPlayVMDPlayUntilEvent is supposed to play until the last frame
when passed zero as the frame number to wait for.
|
|
Prevents Phantasmagoria 1 from crashing while in censored mode.
The "blob" subops pixelate rectangles during playback and are
currently being implemented.
|
|
|