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
2009-07-11
Applied slightly modified patch 2819002 - "SCI: resource-view-patch on SQ5/Ge...
Filippos Karapetis
2009-07-09
Oops specify the correct revsision number in the fixme.
Johannes Schickel
2009-07-09
Add fixme about SCI32 specific code.
Johannes Schickel
2009-07-09
By comparing the commit log of r42300, it seems that "off" was renamed to "la...
Johannes Schickel
2009-07-09
Fix wrong format arugment.
Johannes Schickel
2009-07-09
Applied patch #2818845 - "SCI: resource.map detection for SCI1/1.1 fixed", wi...
Filippos Karapetis
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
Cleanup: added an enum for the auto-detected features, removed the selectors ...
Filippos Karapetis
2009-07-07
- Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has...
Filippos Karapetis
2009-07-06
Renamed SCI_VERSION_01 -> SCI_VERSION_01_EGA
Filippos Karapetis
2009-07-06
Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls
Filippos Karapetis
2009-07-04
Merged SCI1 versions in one more file
Filippos Karapetis
2009-07-04
- Merged the "early" and "late" SCI1 versions - these are functionally equiva...
Filippos Karapetis
2009-07-01
Fixed some more warnings observed on buildbot
Max Horn
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
2009-06-07
SCI: Resmgr cleanup and preparations for moving resource36 handling into resmgr.
Walter van Niftrik
2009-06-06
SCI: Fix audio regression in KQ5CD, introduced in r41205.
Walter van Niftrik
2009-06-06
SCI: Moved the handling of 65535.map into the resource manager.
Walter van Niftrik
2009-06-05
SCI: Audio: Fixed bug in sample length computation.
Walter van Niftrik
2009-06-04
SCI: Fixed some endian bugs related to speech handling. READ_UINT* are not LE,
Walter van Niftrik
2009-06-04
SCI: Made some members of class Resource protected; some cleanup
Max Horn
2009-06-04
SCI: Audio: Fixed bug in reading of SOL header.
Walter van Niftrik
2009-06-04
SCI: Added support for early SCI1.1 audio maps.
Walter van Niftrik
2009-06-04
SCI: Support for 16-bit DPCM.
Walter van Niftrik
2009-06-03
SCI: Added some of the missing pieces for speech support in CD games. It now ...
Walter van Niftrik
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2009-05-29
Some WIP code on the speech used in KQ6CD
Filippos Karapetis
2009-05-26
Fixed regression of commit #40904, which caused the audio in KQ5CD to be play...
Filippos Karapetis
2009-05-26
Silenced MSVC warning
Filippos Karapetis
2009-05-26
Rewrote the Audio stream parser. The introduction of KQ6 should work more cor...
Filippos Karapetis
2009-05-25
WIP code for the speech in the floppy version of KQ6 (still needs work)
Filippos Karapetis
2009-05-25
- Fix various valgrind warnings in the audio sync code
Johannes Schickel
2009-05-25
Fix mismatching new[]/delete pair (silences a valgrind warning).
Johannes Schickel
2009-05-25
Objectified the AudioResource code (used for speech and digitized music in CD...
Filippos Karapetis
2009-05-24
Fixed audio synchronization in the CD version of KQ5
Filippos Karapetis
2009-05-20
removed trailing whitespaces
Max Horn
2009-05-19
SCI: Changed K_FILEIO_FILE_EXISTS to check regular files too.
Walter van Niftrik
2009-05-19
SCI: Added some stubs for LSL6CD (lores).
Walter van Niftrik
2009-05-15
- Moved all the files out of /sci/scicore and into /sci
Filippos Karapetis
[prev]