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.h
Age
Commit message (
Expand
)
Author
2010-01-31
SCI: Handle -1 properly when passed as a language id to DoAudio
Walter van Niftrik
2010-01-28
SCI: detecting hires for SCI2+ games, qfg4cd is sci2.1 but still 320x200
Martin Kiewitz
2010-01-27
The two unknown fields point to the beginning and end of the sound sample
Filippos Karapetis
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-25
SCI: created isAmiga32color(), using this method instead of comparing against...
Martin Kiewitz
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
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-09
SCI: Move music device IDs to drivers.
Walter van Niftrik
2010-01-06
SCI: add robot/.rbt files to resourcemanager class
Martin Kiewitz
2010-01-05
More renaming
Filippos Karapetis
2010-01-05
Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose
Filippos Karapetis
2010-01-03
Made the "version" command more verbose, listing all the automatically detect...
Filippos Karapetis
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
Add support for external wave files used as audio resources in the ResourceMa...
Matthew Hoops
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-24
SCI: channels are now filtered for sci0 (fixes garbled music)
Martin Kiewitz
2009-12-23
SCI: new music code / removed unused sz from Track struct
Martin Kiewitz
2009-12-23
SCI: new music code / variable-names changed to make it more verbose
Martin Kiewitz
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
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-28
Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def...
Filippos Karapetis
2009-10-08
Change doxygen inline comments from "//!" to "///" as proposed on -devel
Max Horn
2009-09-23
- Moved the SCI version in a global variable
Filippos Karapetis
2009-09-01
Coding best practice: Always use enums instead of #defines to define integer ...
Max Horn
2009-08-30
SCI: Cleanup
Walter van Niftrik
2009-08-25
- Split SCI_VERSION_32 into SCI_VERSION_2, SCI_VERSION_2_1, and SCI_VERSION_3...
Matthew Hoops
2009-08-25
- Simplified the parameters of some functions
Filippos Karapetis
2009-08-19
SCI: Add autodetection of Amiga views.
Walter van Niftrik
2009-08-18
Started rewriting the SCI engine to use FSNode instead of file names. This is...
Filippos Karapetis
2009-08-18
Removed the maxMemory parameter of the resource manager and replaced it with ...
Filippos Karapetis
2009-08-17
SCI: Add autodetection for DoSound. Cleanup.
Walter van Niftrik
2009-08-17
Fix compilation of the SCI engine. It seems that all of the SCI header files ...
Johannes Schickel
2009-08-16
SCI: Fix regression in previous commit (QFG2).
Walter van Niftrik
2009-08-16
SCI: Stage 1 of the game detection overhaul. The end goal is to autodetect
Walter van Niftrik
2009-08-15
SCI: Rename sci_version_t to SciVersion
Walter van Niftrik
2009-08-15
SCI: Added enum for map and volume versions. Removed res_version setting from
Walter van Niftrik
2009-07-07
Removed the weird checks for a maximum resource number (the sci_max_resource_...
Filippos Karapetis
2009-07-07
Removed the superfluous sci_version_types array (it's essentially the same as...
Filippos Karapetis
2009-07-07
- Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has...
Filippos Karapetis
2009-07-04
- Merged the "early" and "late" SCI1 versions - these are functionally equiva...
Filippos Karapetis
2009-06-12
SCI: Moved audio code from AudioResource to the sfx core.
Walter van Niftrik
2009-06-09
SCI: Moved SCI1 audio map handling into the resource manager.
Walter van Niftrik
2009-06-08
SCI: Cleanup
Walter van Niftrik
2009-06-07
SCI: Moved resource36 handling into resource manager.
Walter van Niftrik
[next]