Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-13 | SCI: Change getSciVersionDesc() to return 'const char *' instead of ↵ | Max Horn | |
'Common::String' svn-id: r48044 | |||
2010-02-13 | SCI: Remove unused PARSE_HEAP_SIZE | Max Horn | |
svn-id: r48043 | |||
2010-02-13 | Added the beginnings of scene set-up logic | Paul Gilbert | |
svn-id: r48039 | |||
2010-02-13 | Added command variation for dumping quotes and vocab | Paul Gilbert | |
svn-id: r48038 | |||
2010-02-12 | Fix trap book external commands. | Matthew Hoops | |
svn-id: r48037 | |||
2010-02-12 | SCI: Revert r47929 (bad idea, as we may run out of offsets). Instead, adapt ↵ | Walter van Niftrik | |
SCI32 list iteration code to store node successor before invoking. svn-id: r48036 | |||
2010-02-10 | Fix a potential problem for some compilers with having multiple stream reads. | Matthew Hoops | |
svn-id: r48035 | |||
2010-02-10 | SCI: Update said.y to match changes made to said.cpp; regenerate said.cpp ↵ | Max Horn | |
using 'bison -l -o said.cpp said.y' svn-id: r48033 | |||
2010-02-10 | Fix warning | Willem Jan Palenstijn | |
svn-id: r48031 | |||
2010-02-10 | Separated scene info console method between M4 and MADS classes, and cleaned ↵ | Paul Gilbert | |
up the message method svn-id: r48030 | |||
2010-02-10 | Bugfix for crash when view gets focus based on a key event | Paul Gilbert | |
svn-id: r48029 | |||
2010-02-10 | Add support for the Motion JPEG codec (used in some Myst ME 10th Anniversary ↵ | Matthew Hoops | |
videos); minor cleanup. svn-id: r48028 | |||
2010-02-09 | Remove last traces of File::addDefaultDirectory | Max Horn | |
svn-id: r48027 | |||
2010-02-09 | LOL: fixed script bug in castle cimmeria that would cause out of bounds mem ↵ | Florian Kagerer | |
access (should fix bug #2948109) svn-id: r48016 | |||
2010-02-09 | SCI: also reset some variables inside reset(), so we dont error() out in ↵ | Martin Kiewitz | |
lsl2 and other games that reset game engine inbetween svn-id: r48015 | |||
2010-02-09 | Moved text parsing to a new class. | Nicola Mettifogo | |
svn-id: r48013 | |||
2010-02-08 | Fascination: - Suppress the recently added oFascin_keyFunc, replace it with ↵ | Arnaud Boutonné | |
a check in o1_keyFunc. This fixes the animation speed regression - Rename Amiga-specific protracker functions - Rewrite winDecomp. svn-id: r48011 | |||
2010-02-08 | Reduce header interdependencies | Max Horn | |
svn-id: r48010 | |||
2010-02-08 | Introduce factory function makeArjArchive, hide ArjArchive class implementation | Max Horn | |
svn-id: r48009 | |||
2010-02-08 | Get rid of the workaround for a g++ (code generation) bug on AMD64, by ↵ | Johannes Schickel | |
passing a reference of a Color instance to saturatedAddColor instead of a value. svn-id: r48006 | |||
2010-02-08 | According to Buddha^ it should be fine to calculate (and set) the AMIGA dim ↵ | Johannes Schickel | |
palette in Palette::setGlobalOSystemPalette. svn-id: r48005 | |||
2010-02-08 | Renamed variable to fix warning. | Torbjörn Andersson | |
svn-id: r48001 | |||
2010-02-08 | Renamed ArjFile to ArchiveMan, and _arj to _archives. | Nicola Mettifogo | |
svn-id: r48000 | |||
2010-02-08 | Moved ArjFile to drascula. | Nicola Mettifogo | |
svn-id: r47999 | |||
2010-02-08 | Let ArjFile return a SeekableReadStream instead of implementing | Nicola Mettifogo | |
the same interface itself. The caller is now responsible for deleting the returned streams. svn-id: r47994 | |||
2010-02-08 | Reduced references to _arj to the minimum. It is passed as a | Nicola Mettifogo | |
SeekableReadStream everywhere. svn-id: r47993 | |||
2010-02-08 | Pass the input stream to text parser functions. | Nicola Mettifogo | |
svn-id: r47992 | |||
2010-02-08 | The text parser functions can create their temporary buffers on the stack. | Nicola Mettifogo | |
svn-id: r47991 | |||
2010-02-08 | Close the FLI file only from the routine that opened it. | Nicola Mettifogo | |
svn-id: r47990 | |||
2010-02-08 | Search through arrays for outgoing references to fix possible garbage ↵ | Matthew Hoops | |
collector problems; minor cleanup. svn-id: r47989 | |||
2010-02-08 | Script workaround fix for DW1, for being able to give the whistle back to ↵ | Paul Gilbert | |
the pirate before the parrot svn-id: r47987 | |||
2010-02-08 | Add the missing ResMan debug channel. | Matthew Hoops | |
svn-id: r47986 | |||
2010-02-07 | removed debug keys, sorry | Vladimir Menshakov | |
svn-id: r47982 | |||
2010-02-07 | compile debug keys if NDEBUG was not defined | Vladimir Menshakov | |
svn-id: r47981 | |||
2010-02-07 | added background effect for the inventory items | Vladimir Menshakov | |
svn-id: r47980 | |||
2010-02-07 | SCI: Move bulk of op_callk code to new func callKernelFunc() | Max Horn | |
svn-id: r47979 | |||
2010-02-07 | SCI: cleanup; try to unify var names when reading PMachine instructions a bit | Max Horn | |
svn-id: r47978 | |||
2010-02-07 | SCI: Simplify yet another case of weird 'unsigned to signed' conversion | Max Horn | |
svn-id: r47977 | |||
2010-02-07 | removed mark animation and overlay animation hack | Vladimir Menshakov | |
svn-id: r47976 | |||
2010-02-07 | do not trigger combine for the one object | Vladimir Menshakov | |
svn-id: r47975 | |||
2010-02-07 | fixed rgb chief glitch in final scene | Vladimir Menshakov | |
svn-id: r47974 | |||
2010-02-07 | Update comments in autoDetectSci21KernelType() explaining what we're ↵ | Matthew Hoops | |
checking for. svn-id: r47973 | |||
2010-02-07 | added missing haystack callback, fixed fatso visibility bug | Vladimir Menshakov | |
svn-id: r47972 | |||
2010-02-07 | committed missing file | Vladimir Menshakov | |
svn-id: r47971 | |||
2010-02-07 | process object callback both on left and right click. skip r-click callback ↵ | Vladimir Menshakov | |
for banknote. svn-id: r47970 | |||
2010-02-07 | added setFlag, fixed non-mark's messages | Vladimir Menshakov | |
svn-id: r47969 | |||
2010-02-07 | pathfinding improvements, added async flag setting | Vladimir Menshakov | |
svn-id: r47968 | |||
2010-02-07 | LOL: fixed handling of invalid monster attack sfx in the Urbish mines ↵ | Florian Kagerer | |
(should fix bug no #2945950) svn-id: r47967 | |||
2010-02-07 | SCI: Fix build without SCI32 (again) | Willem Jan Palenstijn | |
svn-id: r47966 | |||
2010-02-07 | SCI: GfxPalette::setFromResource() now actually passes force further down ↵ | Martin Kiewitz | |
the chain svn-id: r47965 |