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
/
kyra
/
resource_intern.cpp
Age
Commit message (
Expand
)
Author
2009-10-18
Introduced new type Common::DisposeAfterUse::Flag
Max Horn
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-05-29
Formatting.
Johannes Schickel
2009-03-15
Cleanup.
Johannes Schickel
2009-03-15
Fix for loading Kyra1 Amiga PAK files.
Johannes Schickel
2009-03-09
Rewrote Common::List iterator code to ensure const correctness is preserved.
Max Horn
2009-01-23
Renamed Kyra's Resource::getFileStream to createReadStream
Max Horn
2009-01-23
Renamed Archive::openFile to createReadStreamForMember
Max Horn
2009-01-23
Renamed ArchiveMember::open -> createReadStream, and made it a cv member (con...
Max Horn
2009-01-18
Fixed bug in PAK link list code, now file links are correctly initialized.
Johannes Schickel
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-19
KYRA: fix mt-32 sysex loading for LOL floppy
Florian Kagerer
2008-11-21
Added ArchiveMember::getDisplayName() method; changed ArchiveMember::getName(...
Max Horn
2008-11-01
Commit of patch #2207782 "ARCHIVE: New method 'getMember'".
Johannes Schickel
2008-10-13
- fix installer file support for Kyra 2 and 3
Florian Kagerer
2008-10-03
Check all 'kyra.dat' files in setup paths instead of only the first one found.
Johannes Schickel
2008-10-03
Committed slightly modified patch #2034983 "Case-insensitivy and directory ha...
Johannes Schickel
2008-09-13
Big patch changing the signature of various Stream methods (some ports may ne...
Max Horn
2008-09-07
Moved Kyra resource code to a SearchSet/Archive based implementation, this re...
Johannes Schickel