Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-08 | VIDEO: Bare PreIMD decoding | Sven Hesse | |
Implemented bare PreIMD decoding using the new CoktelDecoder interface. No fancy stuff yet, only basic vieo frames. svn-id: r51854 | |||
2010-08-08 | GOB: Implement the new VideoPlayer::openVideo function further | Sven Hesse | |
svn-id: r51853 | |||
2010-08-08 | GOB: Add constants for different surfaces/sprites | Sven Hesse | |
Add static const int kFrontSurface = 20; static const int kBackSurface = 21; static const int kAnimSurface = 22; static const int kCursorSurface = 23; static const int kCaptureSurface = 30; to class Draw and substitute the raw numbers in other files with those aliases, for readability. svn-id: r51852 | |||
2010-08-08 | GOB: Stub the new VideoPlayer interface | Sven Hesse | |
This is will be the new, less convoluted interface for playing videos within the gob engine. No actual functionality is implemented yet, and old functions are mostly commented out for now. svn-id: r51851 | |||
2010-08-08 | VIDEO: Stub a VideoDecoder-like CoktelDecoder | Sven Hesse | |
This creates a new CoktelDecoder class using the VideoDecoder interface, which will eventually become the new way to decode PreIMD, IMD and VMD videos. Since the VideoPlayer in gob is not yet ready for this, we're disabling all video playback in the gob engine for now. svn-id: r51850 | |||
2010-08-08 | VIDEO: Make Indeo3 a proper video codec | Sven Hesse | |
This way, Indeo3 is properly usable in various container VideoDecoder, for example AVI, and not just VMD. Since VMD is not yet ready for this, we're disabling Indeo3 in VMDs for now. svn-id: r51849 | |||
2010-08-07 | SCI: Turned a warning into an error | Filippos Karapetis | |
svn-id: r51838 | |||
2010-08-07 | SCI: changing kBaseSetter behaviour when scaled | Martin Kiewitz | |
fixes lb2 docks issue (bug #3036306) svn-id: r51835 | |||
2010-08-07 | LOL: added english floppy version | Florian Kagerer | |
svn-id: r51834 | |||
2010-08-07 | SCI: removing kDoBresen hack for sq5 | Martin Kiewitz | |
adding detailed comment about sq5 scrubbing issue not 100% fixed (waltervn should look into it), but at least it works now svn-id: r51833 | |||
2010-08-07 | SCI: adding sq5 scrubbing patch | Martin Kiewitz | |
(for testing only, i'm not sure if it works because i'm unable to reproduce the bug anymore) svn-id: r51832 | |||
2010-08-07 | SCI: Improve output when VM_DEBUG_SEND is set | Filippos Karapetis | |
svn-id: r51831 | |||
2010-08-07 | fixed a typo with hotkeys in ButtonWidget | Neeraj Kumar | |
svn-id: r51830 | |||
2010-08-07 | SCI: Added support for the inbuilt leftover parser in XMAS1990 | Filippos Karapetis | |
svn-id: r51829 | |||
2010-08-07 | SCI: Fixed script bug #3039395 - "KQ5: Crash when opening leather pouch" | Filippos Karapetis | |
svn-id: r51823 | |||
2010-08-07 | SCI: Fixed script bug #3040012 - "PEPPER: Book crash" | Filippos Karapetis | |
svn-id: r51822 | |||
2010-08-07 | SCI: Fixed script bug #3040142 - "PEPPER: Crash on Pugh's office" | Filippos Karapetis | |
svn-id: r51821 | |||
2010-08-07 | SCI: Changed a warning into a debugC | Filippos Karapetis | |
svn-id: r51820 | |||
2010-08-07 | SCI: Fixed script bug #3039036 - "Castle of Dr. Brain: Crash at robot jokes" | Filippos Karapetis | |
svn-id: r51817 | |||
2010-08-07 | SCI: Converted an error back into a warning when loading games | Filippos Karapetis | |
svn-id: r51816 | |||
2010-08-06 | SCI: Fixed 2 SQ1 script bugs (#3040894 and #3040905) | Filippos Karapetis | |
svn-id: r51815 | |||
2010-08-06 | SCI: Some cleanup of the script patch code. Added a PATCH_MAGICDWORD define ↵ | Filippos Karapetis | |
to make the patch tables easier to understand svn-id: r51811 | |||
2010-08-06 | SCI: Split the new script patch code in a separate file | Filippos Karapetis | |
svn-id: r51810 | |||
2010-08-06 | SCI: fixing typo | Martin Kiewitz | |
svn-id: r51809 | |||
2010-08-06 | SCI: Fixed script bug #3040844 - "QFG3: Crash near the end" | Filippos Karapetis | |
svn-id: r51808 | |||
2010-08-06 | SCI: adding patch for lsl6 issue | Martin Kiewitz | |
fixes crashing when dieing at least in german lsl6, caused by temp memory space corruption. Also happened in sierra sci. svn-id: r51807 | |||
2010-08-06 | SCI: Added support for scripts that have more than one export table. Fixes ↵ | Filippos Karapetis | |
bug #3039785 - "Conquests of Camelot: Crash in Glastonbury Tor" svn-id: r51805 | |||
2010-08-06 | SCI: Fixed an off-by one error in the kDoBresen sanity check | Filippos Karapetis | |
svn-id: r51804 | |||
2010-08-06 | SCI: Added a workaround for kAbs to properly support patched scripts by NRS ↵ | Filippos Karapetis | |
in QFG1VGA. Properly fixes bug #3037218 - "QFG1 VGA: kAbs signature mismatch" (thanks to wjp for his help on this) svn-id: r51799 | |||
2010-08-06 | SCI: adjusting patch to write 0 instead of 1 | Martin Kiewitz | |
patch still worked, but 0 was meant to be there thx to lskovlun to point this out svn-id: r51796 | |||
2010-08-06 | SCI: adding script patching | Martin Kiewitz | |
including a patch for hoyle 4 and commenting out the workaround code inside kDisposeWindow svn-id: r51795 | |||
2010-08-06 | SCI: Fixed script bug #3040469, "QFG2: Second crash in thief's job" | Filippos Karapetis | |
svn-id: r51792 | |||
2010-08-06 | SCI: Fixed script bug #3040565, "QFG3: Crash when looking at stats" | Filippos Karapetis | |
svn-id: r51791 | |||
2010-08-06 | SCI: Fixed script bug #3040624 - "QFG3: Crash after any combat in jungle" | Filippos Karapetis | |
svn-id: r51790 | |||
2010-08-06 | SCI: fixing another warning | Martin Kiewitz | |
svn-id: r51789 | |||
2010-08-06 | SCI: fix warnings | Martin Kiewitz | |
svn-id: r51788 | |||
2010-08-06 | SCI: some work on the script patcher | Martin Kiewitz | |
signature matching is working (added hoyle 4 signature) svn-id: r51787 | |||
2010-08-06 | SCI: Rewrote the Mother Goose workaround to be like the others, some cleanup | Filippos Karapetis | |
svn-id: r51786 | |||
2010-08-06 | SCI: Fix whitespace | Willem Jan Palenstijn | |
svn-id: r51785 | |||
2010-08-06 | Enabled translation by default. Include common/error.cpp in uiq3 makefile | Lars Persson | |
svn-id: r51784 | |||
2010-08-06 | SCI: properly implementing qfg2 astrologer workaround | Martin Kiewitz | |
svn-id: r51783 | |||
2010-08-06 | SCI: adding workaround for qfg3 | Martin Kiewitz | |
when importing character and choosing previous profession (bug #3040460) svn-id: r51782 | |||
2010-08-06 | Start to support Flac when building! | Lars Persson | |
svn-id: r51781 | |||
2010-08-06 | Don't include engines/sci as userinclude path, causes conflicts with ↵ | Lars Persson | |
graphics/ inclusion svn-id: r51779 | |||
2010-08-05 | SCI: Added a workaround for a script bug in QFG2, room 200, when talking ↵ | Filippos Karapetis | |
with the astrologer. Fixes bug #3039879, "QFG2: Crash at astrologer's" svn-id: r51772 | |||
2010-08-05 | KYRA: Append newline in help string of create_kyradat. | Johannes Schickel | |
svn-id: r51771 | |||
2010-08-05 | SCI: Added bug number for the floor scrubbing bug | Filippos Karapetis | |
svn-id: r51770 | |||
2010-08-05 | KYRA: Fix compilation of create_kyradat. | Johannes Schickel | |
svn-id: r51769 | |||
2010-08-05 | Added a sanity check inside kDoBresen, thanks to lskovlun. Fixes the random ↵ | Filippos Karapetis | |
crashes in the floor scrubbing scene in SQ5 svn-id: r51768 | |||
2010-08-05 | SCI: Fixed script bug #3039891 - "QFG2: Crash in thief's job" | Filippos Karapetis | |
svn-id: r51764 |