aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/installshield_cab.cpp
AgeCommit message (Collapse)Author
2011-12-13COMMON: Make more members of Archive constant.Andrea Corna
2011-11-13AGOS: Fix engine crash when playing Feeble Files from cabinet datafiles.D G Turner
Playing with cabinet datafiles, this failed to find the "Charisma.smk" file in the cabinets when in the Recreation (TV) room on Cygnus Alpha and this caused an engine abort after the GUI dialog warning of the "missing" video file. This was due to animation.cpp code using Common::file::exists() instead of going via the ArchiveMan. However,a hasFile() method implementation was also required to implement fallback to decompressed (movie) files if the file requested is not in the cabinet or the cabinet has been externally decompressed to files. Thanks to fuzzie for the hasFile() patch. Also, removed noisy warning which this correction triggers repeatedly in installshield_cab.cpp hasFile(). This looks like leftover from debugging, so not critical.
2011-08-27AGOS: Integrate InstallShield support.Travis Howell
2011-08-20AGOS: Add an archive class for handling InstallShield CabinetsMatthew Hoops