Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-02 | _data is a ScummFile, not a chunk, so it should use SEEK_SET, not | Torbjörn Andersson | |
seek_start. And since SEEK_SET is the default seek mode, it doesn't make any difference anyway. svn-id: r17338 | |||
2005-04-02 | initial implementation of o72_arrayOps_127 and o90_sortArray | Gregory Montoir | |
svn-id: r17337 | |||
2005-04-02 | Fix sprite redraws | Travis Howell | |
svn-id: r17336 | |||
2005-04-02 | Until there is a proper way of communicating pixel format, declare ugly ↵ | Marcus Comstedt | |
global variable... svn-id: r17334 | |||
2005-04-02 | Cleanup | Travis Howell | |
svn-id: r17333 | |||
2005-04-02 | Extremely minor consistency change. | Torbjörn Andersson | |
svn-id: r17332 | |||
2005-04-01 | Add extra case for 3DO fbear. | Travis Howell | |
svn-id: r17331 | |||
2005-04-01 | Seek from start pos, not cur pos. | Travis Howell | |
svn-id: r17330 | |||
2005-04-01 | MM NES costumes fix for MM NES. Talking animation appears now, though | Eugene Sandulenko | |
there are still some glitches with sliding actors which require different handling of actors talking. svn-id: r17329 | |||
2005-04-01 | Checked code against disasm., an offset of 8 is correct when rewinding san ↵ | Travis Howell | |
via INSANE. svn-id: r17328 | |||
2005-04-01 | Actor order needs to be checked too (For HE games) | Travis Howell | |
svn-id: r17327 | |||
2005-04-01 | Turned setupRoomObject into a virtual method | Max Horn | |
svn-id: r17326 | |||
2005-04-01 | Add bits and pieces | Travis Howell | |
More renames svn-id: r17325 | |||
2005-04-01 | A random object state is possible in scumm7 too. | Travis Howell | |
svn-id: r17324 | |||
2005-04-01 | Update HE issues | Travis Howell | |
svn-id: r17323 | |||
2005-04-01 | Add support for clipping of wizImages. | Travis Howell | |
Add support for altering wizImages. Various renames. svn-id: r17322 | |||
2005-04-01 | Implement pausing using the 'p' key like the original did. | Jonathan Gray | |
Feature request #1145781. Convert key handling from if statements to a case statement while here. svn-id: r17321 | |||
2005-04-01 | Display text in Restart Yes/No Dialog for consistency with | Jonathan Gray | |
Quit dialog. Pointed out in part of FR #1145781. svn-id: r17320 | |||
2005-04-01 | Remove resource type argument in wizImage functions, it is always rtImage. | Travis Howell | |
Rename sprite flags/functions Remove unused sprite flags Switch sprite flags back to hex. for easier comparison svn-id: r17319 | |||
2005-04-01 | ps2: clip coordinates in copyRectToScreen, necessary for The Dig | Robert Göffringmann | |
svn-id: r17318 | |||
2005-04-01 | Fix regression in MM NES costumes. | Eugene Sandulenko | |
Cleanup svn-id: r17317 | |||
2005-04-01 | Normalize verb/invenotry areas in MM NES. Patch from Quietust | Eugene Sandulenko | |
svn-id: r17316 | |||
2005-03-31 | Extended comment on _CLUT_offs a bit | Max Horn | |
svn-id: r17315 | |||
2005-03-31 | Made findResourceSmall local to resource.cpp; simplified _EPAL_offs (since ↵ | Max Horn | |
we don't use it nor save it at this time, this is harmless); added a comment about _CLUT_offs ugliness svn-id: r17314 | |||
2005-03-31 | Fix GF_OLD256 palette size (no idea if that has an effect anywhere) | Max Horn | |
svn-id: r17313 | |||
2005-03-31 | Rename paletteNum field for sprite in wizImages. | Travis Howell | |
svn-id: r17312 | |||
2005-03-31 | Started to move some resource related code into a new class ResourceManager ↵ | Max Horn | |
(hypothetic goal for the future: use ResourceManager in ScummEx) svn-id: r17311 | |||
2005-03-31 | Add another French version | Travis Howell | |
svn-id: r17310 | |||
2005-03-31 | Fix bug #1173422 "Slight mouse cursor regression" | Eugene Sandulenko | |
svn-id: r17309 | |||
2005-03-31 | Return correct object x/y position | Travis Howell | |
svn-id: r17308 | |||
2005-03-31 | Add some missing code. | Travis Howell | |
svn-id: r17307 | |||
2005-03-31 | fixed headers. -_- | Robert Göffringmann | |
svn-id: r17306 | |||
2005-03-31 | Playstation2 Port: initial import | Robert Göffringmann | |
svn-id: r17305 | |||
2005-03-31 | Add code for more o90_getPolygonOverlap() cases. | Travis Howell | |
svn-id: r17304 | |||
2005-03-31 | Added Russian puttcirc. | Eugene Sandulenko | |
svn-id: r17303 | |||
2005-03-30 | Switch to headerless PRG data for MM NES for better compatibility. | Eugene Sandulenko | |
svn-id: r17302 | |||
2005-03-30 | Forgot to init _encbyte in MemoryReadStream. | Eugene Sandulenko | |
svn-id: r17301 | |||
2005-03-30 | Support for direct reading from NES ROM: | Eugene Sandulenko | |
o extend MemoryReadStream with XOR facility o implement MemoryWriteStream o _fileHandle now is a reference to BaseScummFile class and is created on the fly o implement ScummNESFile class which is basically extract_mm_nes utility o update NES MM md5's due to above changes NOTE: to run MM NES now you need to remove *.LFL files and (probably) rename ROM to standard conventional name 'Maniac Mansion (XXX).nes' svn-id: r17300 | |||
2005-03-30 | Added warnings if duplicate md5s are found, as suggested in bug report #1167146 | Gregory Montoir | |
svn-id: r17299 | |||
2005-03-30 | This is now obsolete | Max Horn | |
svn-id: r17298 | |||
2005-03-30 | In V7/V8 games, just always call translateText, it'll check for the '/' ↵ | Max Horn | |
prefix anyway (this allows us to perform additional magic in it, should we need to, e.g. to fix bug #1172655) svn-id: r17297 | |||
2005-03-30 | Ooops | Travis Howell | |
svn-id: r17296 | |||
2005-03-30 | *** empty log message *** | Travis Howell | |
svn-id: r17295 | |||
2005-03-30 | Correct return values were lost in last commit. | Travis Howell | |
Also revert cleanup from scumm/akos.cpp revision 1.185. Clipping isn't compatible, due to possible negative values. svn-id: r17294 | |||
2005-03-30 | Revert cleanup from scumm/gfx.cpp revision 2.348. | Travis Howell | |
Clipping isn't compatible, due to negative values. Fixes many sprite glitches, since code is used to calculating offsets for images. svn-id: r17293 | |||
2005-03-30 | Cleanup | Travis Howell | |
svn-id: r17292 | |||
2005-03-30 | Add comment | Travis Howell | |
svn-id: r17291 | |||
2005-03-30 | Switch warnings to errors, to make sure any use isn't missed. | Travis Howell | |
svn-id: r17290 | |||
2005-03-29 | fixed script params (some fair animals should walk now) | Andrew Kurushin | |
svn-id: r17289 | |||
2005-03-29 | fixed small bug | Andrew Kurushin | |
svn-id: r17288 |