Age | Commit message (Expand) | Author |
2005-01-16 | actors entry list implemented | Andrew Kurushin |
2005-01-16 | Some more untested opcode fixes. (By the way, I was wrong the other day: | Torbjörn Andersson |
2005-01-16 | sfPlayMusic() takes two parameters in IHNM. Since our current | Torbjörn Andersson |
2005-01-16 | Slowed down actor movement a bit. | Torbjörn Andersson |
2005-01-16 | Fix for bug #1098872 (FTDEMO: Memoryleak in SMUSH player) | Max Horn |
2005-01-16 | Cosmetic change, avoiding a hypothetical threading problem, see bug #1098864 | Max Horn |
2005-01-15 | - added partial scene change by actor's walking (todo:entrance should be supp... | Andrew Kurushin |
2005-01-15 | Forgot to commit this | Max Horn |
2005-01-15 | Added a convenience class 'Mutex' | Max Horn |
2005-01-15 | Not needed anymore | Max Horn |
2005-01-15 | Get rid of the ConstString class | Max Horn |
2005-01-15 | Fix up/down arrows | Max Horn |
2005-01-15 | some work in progress on verb stuff: | Andrew Kurushin |
2005-01-15 | Use the same hard-coded cursor image and colours as the original ITE | Torbjörn Andersson |
2005-01-14 | I've changed getTextString() slightly so that if the translated string is | Torbjörn Andersson |
2005-01-14 | Removed the unused i_cvar_name field from INTRO_DIALOGUE. | Torbjörn Andersson |
2005-01-14 | Fixed the "random branch" opcode, I hope. I haven't tested it. The first | Torbjörn Andersson |
2005-01-14 | Added helper function to queue the ITE intro dialogue. | Torbjörn Andersson |
2005-01-14 | o Added support for German ITE. There are also Puzzle-related messages | Eugene Sandulenko |
2005-01-14 | Change SIMON to use makeWAVStream - patch #1101740 | Travis Howell |
2005-01-13 | - introduced SagaEngine::getTextString (for i18n it should route to correspon... | Andrew Kurushin |
2005-01-13 | Removed unused stuff. | Torbjörn Andersson |
2005-01-13 | Use loadWAVFromStream | Max Horn |
2005-01-13 | queenrebuild was renamed to compress_queen | Max Horn |
2005-01-13 | A few subtitle-related changes: | Torbjörn Andersson |
2005-01-12 | Slight adjustment to previous commit. | Torbjörn Andersson |
2005-01-12 | There was a slight but noticeable pause in linked animations at the moment | Torbjörn Andersson |
2005-01-11 | Move 'tools' related build rules into tools/module.mk; fixed remainder of bug... | Max Horn |
2005-01-11 | remove game.h & image.h | Andrew Kurushin |
2005-01-11 | - remove game.h & image.h | Andrew Kurushin |
2005-01-11 | Partial fix for bug #1100125 | Max Horn |
2005-01-11 | last wjp suggested patch - helps reenable "no definition for inline function"... | Andrew Kurushin |
2005-01-11 | Make voicess.res the first IHNM voice file, since that's the one that's | Torbjörn Andersson |
2005-01-11 | On Fingolfin's suggestion I put back the inclusion of util.h into Rect, for | Torbjörn Andersson |
2005-01-11 | Use Fingolfin's new WAV code. | Torbjörn Andersson |
2005-01-11 | 16-bit WAVs are little-endian. | Torbjörn Andersson |
2005-01-11 | This is probably not the optimal fix, but at least ScummVM compiles again. | Torbjörn Andersson |
2005-01-11 | Update SAGA items | Eugene Sandulenko |
2005-01-11 | o All fonts were mapped. Introduced new FONT_DONTMAP flag | Eugene Sandulenko |
2005-01-11 | Maybe I added wrong include, but at least it let me compile | Eugene Sandulenko |
2005-01-10 | A little more moving around #include's (last one for today ;-) | Max Horn |
2005-01-10 | Untested converse. Drawing isn't possible due to lack of needed information | Eugene Sandulenko |
2005-01-10 | eek, we put a static RandomSource instance into every file that included fmop... | Max Horn |
2005-01-10 | Legal header | Max Horn |
2005-01-10 | Remove some more header dependencies | Max Horn |
2005-01-10 | Reduce dependencies on common/savefile.h from 88 to 14 | Max Horn |
2005-01-10 | system.h was being included in tons of places, without any good reason; reduc... | Max Horn |
2005-01-10 | Moved mutex stuff into a seperate header | Max Horn |
2005-01-10 | yet another attempt to get makeInstance working for gcc 3.3, gcc 3.2, and MSV... | Max Horn |
2005-01-10 | Add keys mapping option to the main option dialog for WinCE - useful for Smar... | Nicolas Bacca |