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-30 07:23:05 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
engines
/
scumm
/
imuse_digi
History
Max Horn
0891a91acc
Change some uses of ScummFile to the more generic BaseScummFile
...
svn-id: r22113
2006-04-23 17:47:40 +00:00
..
dimuse_bndmgr.cpp
Moved ScummFile etc. to the new file.cpp / file.h
2006-03-03 15:16:02 +00:00
dimuse_bndmgr.h
Change some uses of ScummFile to the more generic BaseScummFile
2006-04-23 17:47:40 +00:00
dimuse_codecs.cpp
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 to ~250). Many greetings to eriktorbjorn, and have fun recompiling.
2006-03-29 15:59:37 +00:00
dimuse_music.cpp
added experimental hook handle on 8,9 sub opcode music
2006-02-19 23:25:27 +00:00
dimuse_script.cpp
Replaced _gameId, _version, _heversion, _features, _midi, _platform with a simple ScummGameSettings instance: _game
2006-02-20 16:51:30 +00:00
dimuse_sndmgr.cpp
Replaced MKID by MID_BE in most places in the SCUMM engine
2006-02-25 02:12:58 +00:00
dimuse_sndmgr.h
…
dimuse_tables.cpp
…
dimuse_track.cpp
…
dimuse.cpp
added more asserts into imuse digi code
2006-02-16 21:50:14 +00:00
dimuse.h
…