aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-11Add support for loading T7G Mac resources using the MacResManager.Matthew Hoops
svn-id: r49005
2010-05-11Add support for getting a resource from the resource fork by name.Matthew Hoops
svn-id: r49004
2010-05-11SCI: init _sysPaletteChangedMartin Kiewitz
svn-id: r49003
2010-05-11Added stripping and permissions of the iPhone executable in ports.mkOystein Eftevaag
svn-id: r49002
2010-05-10Fix build with scalers for msvc.Andre Heider
svn-id: r49001
2010-05-10SCI: set signal to SIGNAL_OFFSET, when a music slot is played that doesn't ↵Martin Kiewitz
contain supported data - fixes lsl5 mud wrestling "regression" in new music/sound code (worked before with old music/sound engine) svn-id: r49000
2010-05-10Error.cpp needs to be included in the application mmp also for error ↵Lars Persson
translation. svn-id: r48999
2010-05-10Add support for loading SCI games from Mac resource forks. The games ↵Matthew Hoops
themselves do not work yet as some (not all) of the data is in BE order instead of LE. They currently error out because it thinks the relocation block is outside of the script. svn-id: r48998
2010-05-10Add support to the MacResManager and AdvancedDetector to take the md5 of a ↵Matthew Hoops
resource fork. This introduces a new flag, ADGF_MACRESFORK, which when set will take the md5 and size from the resource fork instead of the data fork. svn-id: r48997
2010-05-10Revert r48979. Instead, make the HQ scalers depend on the normal ones. ↵Andre Heider
Configure reflects that now. svn-id: r48996
2010-05-10Minor fix for using the MacResManager with a regular file; switch ↵Matthew Hoops
MacBinary's data fork to using a SeekableSubReadStream instead of a MemoryReadStream. svn-id: r48995
2010-05-09Patch #2987340: GSoC: CINE: Hide cursor when viewing inventoryEugene Sandulenko
svn-id: r48994
2010-05-09Extended patch #2971742: SCUMM: autodetection for diskimage contents.Eugene Sandulenko
I added NES bundle handling to the patch. svn-id: r48991
2010-05-09Fix bug in NES bundle reader which prevented reenterabilityEugene Sandulenko
svn-id: r48990
2010-05-09Revise how prefix, datadir etc. are handled.Max Horn
With these changes, we are a bit closer to how autoconf works, the de-facto standard for configure scripts. The changes make it easier for packagers to modify where ScummVM install things (e.g. the Maemo port might benefit from this). It is now also trivial to override certain paths when invoking make, e.g. you can now do make install prefix=/opt and also datadir, mandir etc. will reflect the change. svn-id: r48989
2010-05-09Fix for bug #2995282 "FT: Cavefish Hideout Chase (Failure Cutscene) Crash".Johannes Schickel
The bug itself is actually a regression from r43577, the merge of the gsoc2009-16bit branch. svn-id: r48987
2010-05-09Patch #2901515: HE: Resource Forks on Mac OS XEugene Sandulenko
svn-id: r48984
2010-05-09New drascula.dat with updated German textsEugene Sandulenko
svn-id: r48983
2010-05-09Patch #2970203: Drascula: typo fixes in german textEugene Sandulenko
svn-id: r48982
2010-05-09Patch #2968610: Zak C64 German: crash due to padding bytesEugene Sandulenko
svn-id: r48981
2010-05-09Fallback to the nasm compatible yasm.Andre Heider
svn-id: r48980
2010-05-09Since configure allows HQ scalers without the normal onces, allow this ↵Andre Heider
combination. svn-id: r48979
2010-05-09Remove unsupported platforms for UIQ3Lars Persson
svn-id: r48978
2010-05-09Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to ↵Andre Heider
configure. svn-id: r48977
2010-05-09Updated build files, version nr and added v5 compability flagLars Persson
svn-id: r48976
2010-05-09N64: Remove a potentially dangerous define in makefileFabio Battaglia
svn-id: r48975
2010-05-08Remove the disabled -Wuninitialized here, it's covered by --enable-releaseAndre Heider
svn-id: r48973
2010-05-08Fix possible out of bounds access.Johannes Schickel
svn-id: r48972
2010-05-08Cleanup.Johannes Schickel
svn-id: r48970
2010-05-08Lets not override the return value in cc_check()Andre Heider
svn-id: r48969
2010-05-08Cleanup, remove tmp files to avoid /tmp file flood (like on buildbot).Andre Heider
svn-id: r48968
2010-05-08Prevent editable widgets from adding various characters when F1-F12 is ↵Johannes Schickel
pressed by the user. Formerly the code just casted the "ascii" value of the key event to "byte" and thus truncating the character value. Now that would be fine, if we would not allow values >= 256 in the ascii field, for example 322 for F8 which in turn resulted in a "B" added to the editable field. I just added a check for the values being in the byte range before doing the cast, which fixes this. svn-id: r48967
2010-05-08Remove the now broken "deb" target.Andre Heider
svn-id: r48966
2010-05-07Fix comment to removed functionOri Avtalion
svn-id: r48965
2010-05-07Fix Info.plist.in to match Info.plistMax Horn
svn-id: r48964
2010-05-07Update scummvm.SlackBuild based on discussion with Robert KelsenMax Horn
svn-id: r48963
2010-05-07added voices pack/cd music supportVladimir Menshakov
svn-id: r48962
2010-05-06Make sure that all the parameters to an mcode command are initialised. ThisTorbjörn Andersson
fixes one Valgrind warning mentioned in bug #2976008 ("BS2: Game lockup in British Museum"), though I don't have high hopes that they are related. svn-id: r48961
2010-05-05SCUMM: Convert some code to use Common::StringMax Horn
svn-id: r48957
2010-05-05Typo.Johannes Schickel
svn-id: r48956
2010-05-05Replace various strncpy usages by strlcpy.Johannes Schickel
svn-id: r48955
2010-05-05Replace KYRA's strncpy and strncat usages by strlcpy/strlcat.Johannes Schickel
svn-id: r48954
2010-05-05Add a custom implementation of OpenBSD's strlcat and strlcpy.Johannes Schickel
This includes both an implementation and some basic unit tests for the above mentioned functions. svn-id: r48953
2010-05-05Compress PNGs with advpng & optipngMax Horn
svn-id: r48952
2010-05-04Remove spurious quotes.Andre Heider
svn-id: r48949
2010-05-04Respect the shell's and svn's exit code when checking for a checkout.Andre Heider
svn-id: r48948
2010-05-04Switch from "svn status" to "svn info", which is way faster (especially over ↵Andre Heider
NFS). svn-id: r48945
2010-05-04Fixed typo.Andre Heider
svn-id: r48944
2010-05-04Fix non-Mac OS X buildsMax Horn
svn-id: r48938
2010-05-04Reduce indirect header dependencies furtherMax Horn
svn-id: r48936