This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-01-23 19:16:21 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
engines
/
sci
History
Filippos Karapetis
f8957603e6
SCI: Fixed typos in kRandom()
...
svn-id: r52242
2010-08-20 21:05:56 +00:00
..
engine
SCI: Fixed typos in kRandom()
2010-08-20 21:05:56 +00:00
graphics
Reverting r52224, as it was incorrect - fanmade games use the same interpreter as normal ones, so this doesn't make sense. Added a FIXME with a description about the graphics glitch in fanmade games
2010-08-20 15:17:19 +00:00
parser
…
sound
SCI: Added checking for the existence of a GM track, to determine if device ID 7 or 12 should be used. Fixes the GM music in the demo of QFG3, which is using an in-between version of SCI1 and SCI1.1
2010-08-19 13:52:21 +00:00
video
SCI: Remove the now useless Sci::VMDDecoder wrapper
2010-08-08 01:09:20 +00:00
console.cpp
SCI: "version" now shows cantBeHere selector
2010-08-12 21:33:23 +00:00
console.h
…
debug.h
…
decompressor.cpp
…
decompressor.h
…
detection_tables.h
Fixed bug
#3049361
- "Hoyle4: Game is falsely detected as DEMO"
2010-08-20 18:43:00 +00:00
detection.cpp
…
event.cpp
…
event.h
…
module.mk
SCI: Remove the now useless Sci::VMDDecoder wrapper
2010-08-08 01:09:20 +00:00
resource_audio.cpp
SCI: Fixed the GM detection introduced in rev
#52211
to check the first available track, instead of track 1 (which doesn't always exist, e.g. in Pharkas). Also, added a comment inside applyPatch()
2010-08-20 09:35:20 +00:00
resource_intern.h
…
resource.cpp
SCI: Fix for bug
#3046800
- "SCI Fallback detector crashes with several games"
2010-08-17 19:15:55 +00:00
resource.h
SCI: Added checking for the existence of a GM track, to determine if device ID 7 or 12 should be used. Fixes the GM music in the demo of QFG3, which is using an in-between version of SCI1 and SCI1.1
2010-08-19 13:52:21 +00:00
sci.cpp
SCI: Added a warning dialog on game startup for versions of Longbow with known buggy scripts (containing game stopping bugs), which have been patched by Sierra
2010-08-17 20:36:28 +00:00
sci.h
…
util.cpp
…
util.h
…