Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-23 | Removed a hack with SCI1.1 static selectors, and set them properly. This ↵ | Filippos Karapetis | |
fixes scaling in the demo of QFG3 svn-id: r50182 | |||
2010-06-23 | SCI: global scaling implemented (hopefully, i'm not sure if it works 100% ↵ | Martin Kiewitz | |
:P) thx to waltervn for telling me the vocab 994 stuff used for disassembly svn-id: r50181 | |||
2010-06-23 | SCI: adding some more global scaling code, adding vanishingY and vanishingX ↵ | Martin Kiewitz | |
as selectors svn-id: r50180 | |||
2010-06-23 | SCI: some initial work on global scaling | Martin Kiewitz | |
svn-id: r50179 | |||
2010-06-23 | SCI: implementing boundary checking for GfxPalette::createFromData(), sq5 ↵ | Martin Kiewitz | |
has a broken picture 0 resource, which would result in either crash or at least bad read from memory depending on whats read there svn-id: r50178 | |||
2010-06-23 | Made a warning more verbose | Filippos Karapetis | |
svn-id: r50177 | |||
2010-06-23 | Corrected newly added palette conversion warning | Paul Gilbert | |
svn-id: r50176 | |||
2010-06-23 | Changed some asserts to warnings | Filippos Karapetis | |
svn-id: r50175 | |||
2010-06-23 | Rewrote the MADS animation frame decoder to better guard against invalid ↵ | Paul Gilbert | |
data causing memory overruns svn-id: r50174 | |||
2010-06-22 | SCI: added nicks picks sq to the sci1.1 interpreter games, the other ones ↵ | Martin Kiewitz | |
may also use the same interpreter, but we currently can not verify svn-id: r50172 | |||
2010-06-22 | SCI: eco quest 1 demo also uses inbetween sci1.1 interpreter, fixing graphics | Martin Kiewitz | |
svn-id: r50170 | |||
2010-06-22 | SCI: reversing r50168, demo is using the same offTop as well (demo.bat) | Martin Kiewitz | |
svn-id: r50169 | |||
2010-06-22 | SCI: demo of fairy tales uses regular offTop | Martin Kiewitz | |
svn-id: r50168 | |||
2010-06-22 | SCI: set offTop to 26 for mixed up fairy tales to fix all sorts of ↵ | Martin Kiewitz | |
non-fully-removed windows svn-id: r50166 | |||
2010-06-22 | Fix uncompressed MIDI in T7G Mac. | Matthew Hoops | |
svn-id: r50165 | |||
2010-06-22 | Groovie: Add support for the compressed MIDI files of T7G Mac. | Jordi Vilalta Prat | |
svn-id: r50163 | |||
2010-06-22 | SCI: implemented kAssertPalette and a palvary fix for ::set, fixes erana's ↵ | Martin Kiewitz | |
place in qfg1vga nighttime svn-id: r50162 | |||
2010-06-22 | Fixed kMergePoly after discussing with waltervn so that it correctly returns ↵ | Filippos Karapetis | |
a pointer to an empty (for now) polygon array. This means that you can walk over enemy bodies after killing them in QFG1VGA, but at least it fixes the crashes after killing monsters svn-id: r50160 | |||
2010-06-22 | LAUNCHER: hopefully fixed music driver selection via command line | Florian Kagerer | |
svn-id: r50158 | |||
2010-06-22 | Fixed 2 crashes in QFG1VGA, when dying: | Filippos Karapetis | |
- Ignoring a non-game breaking script bug (modifying the "longSong" object with argc = 2) - Don't pop the callk stack frame if the stack is empty - fixes a crash when restoring from the death screen svn-id: r50157 | |||
2010-06-22 | SCI: fixed typo | Martin Kiewitz | |
svn-id: r50154 | |||
2010-06-22 | SCI: kPalVary(SetTarget) implemented | Martin Kiewitz | |
svn-id: r50153 | |||
2010-06-22 | Remove some trailing tabs. | Johannes Schickel | |
svn-id: r50152 | |||
2010-06-22 | SCUMM: Specify various file sizes of detection files | Max Horn | |
svn-id: r50151 | |||
2010-06-22 | SCUMM: Add a debug message to detectGames() to help find filesizes of ↵ | Max Horn | |
detection files svn-id: r50150 | |||
2010-06-22 | SCUMM: Add Japanese FOA CD version from tracker #3017219 | Max Horn | |
svn-id: r50149 | |||
2010-06-22 | Add '2gs' to tools/md5table.c (this is used in tools/scumm-md5.txt, but was ↵ | Max Horn | |
not added to the tool) svn-id: r50148 | |||
2010-06-22 | SCI: removing unneeded capacity uint from r50143 | Martin Kiewitz | |
svn-id: r50147 | |||
2010-06-22 | SCI: kPalVary(setTarget) now triggers an error | Martin Kiewitz | |
svn-id: r50146 | |||
2010-06-22 | GUI/LAUNCHER: This should fix the regression concerning pc speaker / pcjr ↵ | Florian Kagerer | |
support caused by patch #1956501 svn-id: r50145 | |||
2010-06-22 | Add support for the QFG3 demo audio map and audio resources. Based on a ↵ | Matthew Hoops | |
patch by Walter. svn-id: r50144 | |||
2010-06-22 | SCI: change midi queue to Common::Array and make it resize itself if needed ↵ | Martin Kiewitz | |
instead of error() svn-id: r50143 | |||
2010-06-22 | Reverted the code which handles objects without a base object when loading, ↵ | Filippos Karapetis | |
for now. This possibly indicates an issue related to the garbage collector svn-id: r50142 | |||
2010-06-22 | The volume subop of kDoAudio returns the previous volume in SCI2.1, but not ↵ | Filippos Karapetis | |
in earlier versions svn-id: r50141 | |||
2010-06-22 | Fully implement xvga1300_carriage, the gallow's carriage is now fully usable. | Matthew Hoops | |
svn-id: r50139 | |||
2010-06-22 | Stop saving the buffer, script and heap sizes of each script in saved games | Filippos Karapetis | |
svn-id: r50137 | |||
2010-06-22 | Finish implementation of the jspit elevator logic. | Matthew Hoops | |
svn-id: r50136 | |||
2010-06-21 | In SCI32, kDoAudio subop 10 is no longer CD audio. Just stub it off for now. | Matthew Hoops | |
svn-id: r50134 | |||
2010-06-21 | SCI: fades already send out commands directly | Martin Kiewitz | |
svn-id: r50131 | |||
2010-06-21 | SCI: instead of queueing inside midiparser, we are queueing now globally in ↵ | Martin Kiewitz | |
SciMusic, also some little cleanup svn-id: r50130 | |||
2010-06-21 | PSP: Whitespace fix (and rewrap overlong line for readability) | Max Horn | |
svn-id: r50129 | |||
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn | |
svn-id: r50128 | |||
2010-06-21 | AGI: Turn some more AGI static functions into AgiEngine methods | Max Horn | |
svn-id: r50127 | |||
2010-06-21 | AGI: Change a static var to member var AgiEngine::_lastTickTimer | Max Horn | |
svn-id: r50126 | |||
2010-06-21 | AGI: Turn timerHack and curLogic into AgiEngine members; get rid of some ↵ | Max Horn | |
#defines svn-id: r50125 | |||
2010-06-21 | AGI: Change AGI commands/opcodes to member methods | Max Horn | |
svn-id: r50124 | |||
2010-06-21 | Fixed the demo of Hoyle 4 by adding two selectors it needs "syncTime" and ↵ | Filippos Karapetis | |
"syncCue". Usually, games that need them are CD talkie versions which have a selector vocabulary, but Hoyle 4 is an exception svn-id: r50122 | |||
2010-06-21 | When loading or restarting, stop script processing if the game is being ↵ | Filippos Karapetis | |
loaded or is restarting and the stack position has changed (it's always changed when loading) - fixes the case where the VM is trying to parse an invalid script svn-id: r50121 | |||
2010-06-21 | Fixed some Cppcheck warnings. (There are plenty left, if anyone's wondering.) | Torbjörn Andersson | |
svn-id: r50120 | |||
2010-06-21 | Fix the Hoyle 4 (Hoyle Classic) demo's top offset. It currently errors out ↵ | Matthew Hoops | |
later from lacking a selector (static selector problem). svn-id: r50118 |