Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-08 | Add initial support for vertical scrolling in FF | Travis Howell | |
svn-id: r21675 | |||
2006-04-07 | New Loom version reported by Peter Eckerlein | Max Horn | |
svn-id: r21673 | |||
2006-04-07 | Finally got rid of multiple_versions_md5_settings in favor of extra_versions | Max Horn | |
svn-id: r21672 | |||
2006-04-07 | Minor cleanup | Travis Howell | |
svn-id: r21671 | |||
2006-04-07 | Cleanup and split scrolling code | Travis Howell | |
svn-id: r21670 | |||
2006-04-07 | Add scrolling adjustments when drawing overlay in FF | Travis Howell | |
svn-id: r21669 | |||
2006-04-07 | Add scrolling code for oracle in FF | Travis Howell | |
svn-id: r21668 | |||
2006-04-07 | Cache the root node (cause a major speedup on OSX, since by far the slowes ↵ | Max Horn | |
part in the FS code over here is the getcwd call in getRoot() ) svn-id: r21667 | |||
2006-04-07 | Fix compile | Won Star | |
svn-id: r21666 | |||
2006-04-07 | GP32 uses custom version of libtremor, so update header path. | Won Star | |
svn-id: r21665 | |||
2006-04-07 | Fix compile with GP32 by overriding datatypes. | Won Star | |
svn-id: r21664 | |||
2006-04-07 | Disable i/o cache which is incomplete and can cause serious problem with SMC. | Won Star | |
Fix compile by overriding typenames. Cleanup and fix ASM functions. Some of them didn't return properly to C code when called... Cleanup Makefile again. svn-id: r21663 | |||
2006-04-07 | Cleanup of yesterday's changes. The opcode functions no longer need to take any | Torbjörn Andersson | |
parameters. svn-id: r21662 | |||
2006-04-07 | Fix some horizontal scrolling issues in FF | Travis Howell | |
svn-id: r21661 | |||
2006-04-07 | Sprite is always set to 1 in o_printStr() and o1_scnTxtLongText() for FF. ↵ | Travis Howell | |
Fixes wait timeouts in holomail. svn-id: r21660 | |||
2006-04-07 | Fix subtitle output in FF | Travis Howell | |
svn-id: r21659 | |||
2006-04-07 | This may look like a less good way of transforming three bits of colour into | Torbjörn Andersson | |
eight bits. Perhaps it is. But it seems to match the output from DOSbox when running Future Wars, and I tend to trust DOSbox in such matters. svn-id: r21658 | |||
2006-04-07 | Ooops, cut and paste error in printScreenText() | Travis Howell | |
svn-id: r21657 | |||
2006-04-07 | Add some work on text output in FF | Travis Howell | |
svn-id: r21656 | |||
2006-04-07 | Small cleanup. | Torbjörn Andersson | |
svn-id: r21655 | |||
2006-04-06 | Added opcode comments and stubs based on information sev provided me with. All | Torbjörn Andersson | |
stubs should print a warning, though I may have missed some. svn-id: r21654 | |||
2006-04-06 | Renamed last LaTeX files | Max Horn | |
svn-id: r21653 | |||
2006-04-06 | Renamed even more LaTeX files (those names might not be the best, but the ↵ | Max Horn | |
section structure isn't very logical to start with <sigh>) svn-id: r21652 | |||
2006-04-06 | Updated 'credits' target to generate correct LaTeX file | Max Horn | |
svn-id: r21651 | |||
2006-04-06 | Renamed more LaTeX files | Max Horn | |
svn-id: r21650 | |||
2006-04-06 | Started to rename the LaTeX files based on their content instead of their ↵ | Max Horn | |
numbering (which changes all the time anyway) svn-id: r21649 | |||
2006-04-06 | Moved the TODO to the Wiki | Max Horn | |
svn-id: r21647 | |||
2006-04-06 | Fixed another "worked in cinE, broken in ScummVM" bug that made it impossible | Torbjörn Andersson | |
to interact with the objects in the second room. We were passing the wrong pointer to gfxConvertSpriteToRaw() in loadCt(), causing page3Raw (which I believe is an "image" mapping screen coordinates to objects) to be wrong. svn-id: r21646 | |||
2006-04-06 | We don't need to convert mono data to stereo: Simply tell the mixer that we're | Torbjörn Andersson | |
generating mono data, and let it worry about how to handle it. svn-id: r21645 | |||
2006-04-06 | Split the opcodes into separate functions, and use an array of function | Torbjörn Andersson | |
pointers for decoding them, like we do in most other engines. And I just want to say that this is the second biggest opcode table I've ever seen! svn-id: r21644 | |||
2006-04-06 | Revert structure size changes, size expanded in readItemChildren() | Travis Howell | |
svn-id: r21642 | |||
2006-04-06 | Rename structures and correct array sizes | Travis Howell | |
svn-id: r21641 | |||
2006-04-06 | Cleanup | Travis Howell | |
svn-id: r21640 | |||
2006-04-06 | Remove duplicate code in last commit and minor fixes for FF | Travis Howell | |
svn-id: r21639 | |||
2006-04-06 | Minor cleanup and fixes for FF | Travis Howell | |
svn-id: r21638 | |||
2006-04-06 | Add some work on scrolling in FF | Travis Howell | |
svn-id: r21637 | |||
2006-04-06 | Fix inventory hitareas in FF | Travis Howell | |
svn-id: r21636 | |||
2006-04-06 | Add more icon differences in FF and cleanup | Travis Howell | |
svn-id: r21635 | |||
2006-04-05 | Use English strings for the system and confirm menus, to be consistent with the | Torbjörn Andersson | |
command menu. There are still some other hard-coded French messages in the code, though. svn-id: r21634 | |||
2006-04-05 | Fixed bug in loadObject() where the data pointer was only advanced for the | Torbjörn Andersson | |
objects that were actually loaded from the file, not the ones that were skipped. This bug was introduced when porting cinE to the ScummVM framework, and would cause Future Wars to crash after the copy protection screen. Quite possibly other bugs, as well. svn-id: r21632 | |||
2006-04-05 | Added comments to Symbians data types. | Lars Persson | |
svn-id: r21631 | |||
2006-04-05 | I don't think assert(0) is a particularly helpful error message... | Torbjörn Andersson | |
svn-id: r21630 | |||
2006-04-05 | Fix character spacing in text blurbs. | Eugene Sandulenko | |
svn-id: r21629 | |||
2006-04-05 | Updated datatypes for Symbian OS | Lars Persson | |
svn-id: r21628 | |||
2006-04-05 | Recursive current directory has a big overhead since it can point to | Eugene Sandulenko | |
(a) scummvm source tree for dev (b) desktop with a:\ on Windows svn-id: r21627 | |||
2006-04-05 | Renames structures and other cleanup | Travis Howell | |
svn-id: r21626 | |||
2006-04-05 | use _gameid instead of _game.features to detect games using ImuseDigital ↵ | Max Horn | |
(slightly less clean, but then it's still a hack, and this way we only need to pass around the gameid) svn-id: r21625 | |||
2006-04-05 | Added SCUMMVM_DONT_DEFINE_TYPES so that (a) porters can still override our ↵ | Max Horn | |
typedefs if they must, and (b) my image of evil-scummsys.h-changer is strengthened svn-id: r21624 | |||
2006-04-05 | Added SVN keywords, and removed inclusion of <sys/stat.h>. | Torbjörn Andersson | |
svn-id: r21623 | |||
2006-04-05 | Use the setBitFlag() and getBitFlag() functions, instead of manipulating | Torbjörn Andersson | |
_bitArray[] directly. This kind of change is, of course, rather error-prone. I hope I haven't introduced any regressions. svn-id: r21622 |