index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
resource.cpp
Age
Commit message (
Expand
)
Author
2010-01-27
Improve support for the SCI2.1/SCI3 file naming scheme. Multiple maps can be ...
Matthew Hoops
2010-01-26
SCI: Add driver for Yamaha FB-01. Cleanup.
Walter van Niftrik
2010-01-26
SCI: also test for mapVersion == sci32 for setting viewtype to kViewVga11 - f...
Martin Kiewitz
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-23
Separated the parser code
Filippos Karapetis
2010-01-18
SCI: added comment about resource.p01 etc. (including possible TODO)
Martin Kiewitz
2010-01-18
SCI: added comment for merging together resource.p* files, if no volume file ...
Martin Kiewitz
2010-01-17
SCI: added warning() when detection fails to detect map and volume version
Martin Kiewitz
2010-01-17
SCI: fixed detection to not crash when adding sierras pinball creep, also cha...
Martin Kiewitz
2010-01-17
SCI: Add comment to channel mask code
Walter van Niftrik
2010-01-17
SCI: Cleanup
Walter van Niftrik
2010-01-16
SCI: Fix rhythm channel handling in SCI0
Walter van Niftrik
2010-01-16
The GM patches from Sierra's GM utility can now also be processed with their ...
Filippos Karapetis
2010-01-13
SCI: Use prefix increment instead of postfix on iterators (more efficient); a...
Max Horn
2010-01-13
SCI: empty() checks whether the map is empty... removing useless line of code :)
Max Horn
2010-01-12
Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...
Johannes Schickel
2010-01-10
SCI: changed SoundResource constructor to set values for digitalChannelNr/dig...
Martin Kiewitz
2010-01-09
SCI: Move music device IDs to drivers.
Walter van Niftrik
2010-01-08
SCI: Fix view detection in Hoyle 2
Walter van Niftrik
2010-01-06
SCI: add robot/.rbt files to resourcemanager class
Martin Kiewitz
2010-01-04
SCI/newmusic: fadeout in sci0 (not stopping music yet), revert of SoundResour...
Martin Kiewitz
2010-01-04
SCI: channels[] work, sci0 fading still not working (volume is changed though)
Martin Kiewitz
2010-01-03
Renamed SCI_VERSION_AUTODETECT to SCI_VERSION_NONE to signify its actual purpose
Filippos Karapetis
2010-01-03
Fix the GK1 view segfault. szUnpacked was overflowing in SCI32 -- it should b...
Matthew Hoops
2010-01-03
Add support for wave files in the audio volume. This is used in Pharkas CD an...
Matthew Hoops
2010-01-02
SCI/new sound code: disabled some unused code and named a previously unknown ...
Filippos Karapetis
2009-12-27
Fix regression in SCI1/1.1 wave sound from r46660. I knew it was a bad omen t...
Matthew Hoops
2009-12-27
wCompressed is still a uint16 in SCI32, so correct the vol version detection.
Matthew Hoops
2009-12-27
Add support for external wave files used as audio resources in the ResourceMa...
Matthew Hoops
2009-12-27
SCI/newmusic: moving commented assert
Martin Kiewitz
2009-12-27
SCI/newmusic: now playing sample data for sci0 games (this also fixes sq3 ami...
Martin Kiewitz
2009-12-27
SCI/newmusic: now adding digital sample data as separate channel for sci0 gam...
Martin Kiewitz
2009-12-27
Changed some comments
Filippos Karapetis
2009-12-27
Silenced a chatty console debug message
Filippos Karapetis
2009-12-25
SCI/newmusic: Added comments about sound resource headers
Martin Kiewitz
2009-12-25
Silence a bunch of gcc warnings (and Merry Christmas, if you celebrate).
Matthew Hoops
2009-12-25
SCI/newmusic: Change to channel filtering for sci0early to reflect actual sie...
Martin Kiewitz
2009-12-25
SCI/newmusic: added filter support for kq4early and adlib
Martin Kiewitz
2009-12-25
SCI/newmusic: support for early sound resource format, early kq4 version now ...
Martin Kiewitz
2009-12-25
- Introduced a new version in the sound version detection routine, as SCI0 ea...
Filippos Karapetis
2009-12-24
SCI: new music code / dont filter channel 15 (control) at any time
Martin Kiewitz
2009-12-24
SCI: channels are now filtered for sci0 (fixes garbled music)
Martin Kiewitz
2009-12-23
SCI: Fix warning
Max Horn
2009-12-23
SCI: new music code / wip support for sci0 music
Martin Kiewitz
2009-12-23
SCI: new music code / variable-names changed to make it more verbose
Martin Kiewitz
2009-12-23
SCI: sound resource added data format comments
Martin Kiewitz
2009-12-23
SCI: sound resource handling fixed (fixes lsl5 music w/ new music code)
Martin Kiewitz
2009-12-20
Implemented cmdUpdateCues() in the new sound code and fixed a crash when load...
Filippos Karapetis
2009-12-20
Directly modify the sound objects, instead of modifying a local copy. Remove ...
Filippos Karapetis
2009-12-19
- Started wrapping the current sound code around appropriate defines
Filippos Karapetis
[next]