Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2006-04-05 | Add back lost bitFlag check in listSaveGames() | Travis Howell | |
svn-id: r21621 | |||
2006-04-05 | Use full path qualifiers in #include statements (exception: engines/ can be ↵ | Max Horn | |
ommited, at least for now) svn-id: r21620 | |||
2006-04-05 | Fix regression in Simon2, a byte was lost when clearing or setting marks | Travis Howell | |
svn-id: r21619 | |||
2006-04-04 | Re-fix sort by renaming min to minElem (avoid conflicts with certain system ↵ | Max Horn | |
headers that #define min) svn-id: r21618 | |||
2006-04-04 | Turned FSList::sort into a generic function which can be applied to anything ↵ | Max Horn | |
which implements comparable iterators (like Array, List, or plain C arrays) svn-id: r21617 | |||
2006-04-04 | Allow symlinks to directories for FS;es with D_TYPE support. | Eugene Sandulenko | |
svn-id: r21616 | |||
2006-04-04 | Symlinks are also valid files | Eugene Sandulenko | |
svn-id: r21615 | |||
2006-04-04 | Fix crash for a case when game path is set incorrectly | Eugene Sandulenko | |
svn-id: r21614 | |||
2006-04-04 | Add inventory array differences in FF and minor cleanup | Travis Howell | |
svn-id: r21613 | |||
2006-04-04 | Rename variable in FSList::sort() to avoid conflict with system defines | Travis Howell | |
svn-id: r21612 | |||
2006-04-04 | Typo | Max Horn | |
svn-id: r21611 | |||
2006-04-04 | Fix freddicove detection. | Eugene Sandulenko | |
svn-id: r21610 | |||
2006-04-04 | Initialize uninitialized variable. | Eugene Sandulenko | |
svn-id: r21609 | |||
2006-04-04 | Removed extra exclamation marks in warning() calls as well. | Eugene Sandulenko | |
svn-id: r21608 | |||
2006-04-04 | Since our debug() adds an exclamation mark at the message end, remove | Eugene Sandulenko | |
it in several calls to avoid duplication!!11! svn-id: r21607 | |||
2006-04-04 | Fix md5 for German IHNM | Eugene Sandulenko | |
svn-id: r21606 | |||
2006-04-04 | Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead | Max Horn | |
svn-id: r21605 | |||
2006-04-04 | Small updates to intiate variable and member visibility. | Lars Persson | |
svn-id: r21604 | |||
2006-04-04 | Added const qualifier | Max Horn | |
svn-id: r21603 | |||
2006-04-04 | Paranoia change: catch invalid 'method' value in generateDetectName | Max Horn | |
svn-id: r21602 | |||
2006-04-04 | Use iterator API to iterate over all entries in the file list | Max Horn | |
svn-id: r21601 | |||
2006-04-04 | Some more FS code cleanup | Max Horn | |
svn-id: r21600 | |||
2006-04-04 | Possible bug in the Symbian FS code? | Max Horn | |
svn-id: r21599 | |||
2006-04-04 | oops | Max Horn | |
svn-id: r21598 | |||
2006-04-04 | Removing more pseudo copy constructors in favor of the standard copy ↵ | Max Horn | |
constructor (gee, everybody is copying my bad code, it seems ;-) svn-id: r21597 |