Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-13 | SCI: remove hack code for shadows and implement them properly (shadow is ↵ | Martin Kiewitz | |
actually part of the window, not added onto the window) - fixes especially lsl5 svn-id: r49026 | |||
2010-05-13 | SCI: don't adjust new windows to _wmgrPort for oldGfxFunctions() games (till ↵ | Martin Kiewitz | |
kq4 .502), fixes all window positions for those especially sq3old speech bubble windows svn-id: r49025 | |||
2010-05-13 | SCI: removing one assert() from view loading, cause view 260 in kq6 really ↵ | Martin Kiewitz | |
contains a celCount == 0 o_O svn-id: r49024 | |||
2010-05-13 | SCI: adding some more assert()s in view data loading for clone :D | Martin Kiewitz | |
svn-id: r49023 | |||
2010-05-13 | Remove useless const on a value return type. | Johannes Schickel | |
svn-id: r49022 | |||
2010-05-13 | Fix bug #2880229: KQ4 AGI not recognized | Eugene Sandulenko | |
svn-id: r49021 | |||
2010-05-13 | SCI: figured out weird special mac sci1.1 view decompression (currently ↵ | Martin Kiewitz | |
commented out for clone2727) svn-id: r49020 | |||
2010-05-12 | SCI: header size within sci1.1+ views doesn't include the actual header size ↵ | Martin Kiewitz | |
word, adjust accordingly (should make mac view support possible now) svn-id: r49019 | |||
2010-05-12 | Fix mismatched new[]/delete[] | Matthew Hoops | |
svn-id: r49018 | |||
2010-05-12 | SCI: changed behaviour for kDisplay change (r49012) to use oldGfxFunctions ↵ | Martin Kiewitz | |
(.502), which isn't 100% accurate (should be .566) but better than not restoring for whole SCI0LATE svn-id: r49017 | |||
2010-05-12 | SCI: tracked down the kDisplay change, added comment about that | Martin Kiewitz | |
svn-id: r49016 | |||
2010-05-12 | SCI: fix code that was commented out (wasn't meant to get commited that way) ↵ | Martin Kiewitz | |
during cleanup r47745 svn-id: r49015 | |||
2010-05-12 | SCI: added comments about r49012, change actually happened during sci0late | Martin Kiewitz | |
svn-id: r49014 | |||
2010-05-12 | PSP: fixed debug function. Compiler optimization was calling the destructor ↵ | Yotam Barnoy | |
before the end of the function, causing incorrect stack output. svn-id: r49013 | |||
2010-05-12 | SCI: dont restore port settings for SCI0 games (fixes sq3 wrong font used ↵ | Martin Kiewitz | |
when scanning for planets) svn-id: r49012 | |||
2010-05-12 | Changed the last global objects to class members. | Nicola Mettifogo | |
svn-id: r49011 | |||
2010-05-12 | Fix missing songs in the HE73 version of Putt-Putt Saves the Zoo. | Travis Howell | |
svn-id: r49010 | |||
2010-05-12 | ListIndexOf can have a null object reference, so adjust its signature. GK1 ↵ | Matthew Hoops | |
no longer crashes when right clicking in the inventory. svn-id: r49009 | |||
2010-05-11 | Pass by reference instead of value to getResource(String) | Matthew Hoops | |
svn-id: r49008 | |||
2010-05-11 | SCI: fix crash/heap issue when saving games (change was actually made by ↵ | Martin Kiewitz | |
waltervn) svn-id: r49007 | |||
2010-05-11 | SCI: remove unneeded _mutex lock to fix deadlock issue | Martin Kiewitz | |
svn-id: r49006 | |||
2010-05-11 | Add support for loading T7G Mac resources using the MacResManager. | Matthew Hoops | |
svn-id: r49005 | |||
2010-05-11 | Add support for getting a resource from the resource fork by name. | Matthew Hoops | |
svn-id: r49004 | |||
2010-05-11 | SCI: init _sysPaletteChanged | Martin Kiewitz | |
svn-id: r49003 | |||
2010-05-11 | Added stripping and permissions of the iPhone executable in ports.mk | Oystein Eftevaag | |
svn-id: r49002 | |||
2010-05-10 | Fix build with scalers for msvc. | Andre Heider | |
svn-id: r49001 | |||
2010-05-10 | SCI: 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-10 | Error.cpp needs to be included in the application mmp also for error ↵ | Lars Persson | |
translation. svn-id: r48999 | |||
2010-05-10 | Add 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-10 | Add 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-10 | Revert r48979. Instead, make the HQ scalers depend on the normal ones. ↵ | Andre Heider | |
Configure reflects that now. svn-id: r48996 | |||
2010-05-10 | Minor 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-09 | Patch #2987340: GSoC: CINE: Hide cursor when viewing inventory | Eugene Sandulenko | |
svn-id: r48994 | |||
2010-05-09 | Extended patch #2971742: SCUMM: autodetection for diskimage contents. | Eugene Sandulenko | |
I added NES bundle handling to the patch. svn-id: r48991 | |||
2010-05-09 | Fix bug in NES bundle reader which prevented reenterability | Eugene Sandulenko | |
svn-id: r48990 | |||
2010-05-09 | Revise 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-09 | Fix 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-09 | Patch #2901515: HE: Resource Forks on Mac OS X | Eugene Sandulenko | |
svn-id: r48984 | |||
2010-05-09 | New drascula.dat with updated German texts | Eugene Sandulenko | |
svn-id: r48983 | |||
2010-05-09 | Patch #2970203: Drascula: typo fixes in german text | Eugene Sandulenko | |
svn-id: r48982 | |||
2010-05-09 | Patch #2968610: Zak C64 German: crash due to padding bytes | Eugene Sandulenko | |
svn-id: r48981 | |||
2010-05-09 | Fallback to the nasm compatible yasm. | Andre Heider | |
svn-id: r48980 | |||
2010-05-09 | Since configure allows HQ scalers without the normal onces, allow this ↵ | Andre Heider | |
combination. svn-id: r48979 | |||
2010-05-09 | Remove unsupported platforms for UIQ3 | Lars Persson | |
svn-id: r48978 | |||
2010-05-09 | Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to ↵ | Andre Heider | |
configure. svn-id: r48977 | |||
2010-05-09 | Updated build files, version nr and added v5 compability flag | Lars Persson | |
svn-id: r48976 | |||
2010-05-09 | N64: Remove a potentially dangerous define in makefile | Fabio Battaglia | |
svn-id: r48975 | |||
2010-05-08 | Remove the disabled -Wuninitialized here, it's covered by --enable-release | Andre Heider | |
svn-id: r48973 | |||
2010-05-08 | Fix possible out of bounds access. | Johannes Schickel | |
svn-id: r48972 | |||
2010-05-08 | Cleanup. | Johannes Schickel | |
svn-id: r48970 |