Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-22 | Change to invalid, should never be called | Travis Howell | |
svn-id: r14680 | |||
2004-08-22 | No longer required | Travis Howell | |
svn-id: r14677 | |||
2004-08-14 | Modified VirtScreen to inherit from Graphics::Surface, and added ↵ | Max Horn | |
getPixels()/getBackPixels() accessors (these changes make it a bit easier to implement smooth scrolling); also replaced some uses of rtBuffer by proper access through the corresponding VirtScreen svn-id: r14612 | |||
2004-08-14 | Renamed o6_unknownE1 to o6_getPixel; use vs->xstart instead of _screenLeft | Max Horn | |
svn-id: r14607 | |||
2004-08-05 | Correction from disasm. | Travis Howell | |
svn-id: r14468 | |||
2004-08-01 | HE games use different method to clear some arrays resources. | Travis Howell | |
svn-id: r14423 | |||
2004-08-01 | Even more array code cleanup | Max Horn | |
svn-id: r14407 | |||
2004-08-01 | Add symbolic names for the array types, which makes the code easier to ↵ | Max Horn | |
read/understand (note that array types != res types) svn-id: r14404 | |||
2004-07-25 | Merge palette functions. | Travis Howell | |
svn-id: r14324 | |||
2004-07-15 | Case only used in HE 6.0 games after all. | Travis Howell | |
svn-id: r14216 | |||
2004-07-15 | Fix music volume regression in HE games. | Travis Howell | |
svn-id: r14215 | |||
2004-07-14 | HE 7.0 games set fade effects to 1 but don't actually use any fade effects. | Travis Howell | |
svn-id: r14212 | |||
2004-07-03 | Not used by games, switch to invalid. | Travis Howell | |
svn-id: r14156 | |||
2004-06-30 | Changes for non-akos version of puttputt | Travis Howell | |
svn-id: r14133 | |||
2004-06-29 | Rename var | Travis Howell | |
svn-id: r14121 | |||
2004-06-29 | Fix actorOps case 218/9 in HE games | Travis Howell | |
svn-id: r14115 | |||
2004-06-29 | Add check for older puttputt version. | Travis Howell | |
svn-id: r14110 | |||
2004-06-27 | Reversed param order of File::open() -- this allowed me to get rid of a few ↵ | Max Horn | |
more getGameDataPath() calls svn-id: r14090 | |||
2004-06-27 | Remove bad comment | Travis Howell | |
svn-id: r14074 | |||
2004-06-24 | Add some more HE7 differences. | Travis Howell | |
svn-id: r14032 | |||
2004-06-24 | Add missing code | Travis Howell | |
svn-id: r14028 | |||
2004-06-24 | Revert change, caused regression (Mini game in Cosmic Diner of puttmoon no ↵ | Travis Howell | |
longer works) svn-id: r14025 | |||
2004-06-23 | Positive values are only used in DOS version of fbear. | Travis Howell | |
svn-id: r14012 | |||
2004-06-22 | Add FBEAR: Partial fix for the piano, patch #977249 | Travis Howell | |
svn-id: r13999 | |||
2004-06-20 | Didn't need to split it after all. | Travis Howell | |
svn-id: r13973 | |||
2004-06-07 | 7.0+ HE games have additional indexes. So read it. | Eugene Sandulenko | |
svn-id: r13945 | |||
2004-06-06 | verbOps differences are minor, so merge back in. | Travis Howell | |
svn-id: r13943 | |||
2004-06-06 | Ooops, kept wrong line. | Travis Howell | |
svn-id: r13942 | |||
2004-06-06 | puttdemo doesn't need HE specific opcodes. | Travis Howell | |
actorOps case 225 isn't need for HE, was left over from scumm6. No need to check for invalid cases, since earlier HE game didn't use those cases. svn-id: r13941 | |||
2004-06-06 | ActorOps case 219 exists in earlier HE games too. | Travis Howell | |
svn-id: r13940 | |||
2004-06-06 | o more _heversion usage | Eugene Sandulenko | |
o hack to ensure 1x scaler is selected for 640x480 games. Begs for better implementation o 7.0+-specific extendions to * resource loading * o6_resourceRoutines * o6_actorOps * o7_pickupObject * ScummEngine::setVerbObject Now puttputt.w32 script execution advances little more. svn-id: r13938 | |||
2004-06-03 | Phase 2 of switching HE to use _heversion. Now unneeded GID's are | Eugene Sandulenko | |
eliminated. svn-id: r13927 | |||
2004-06-03 | Phase 1 of move to _heversion use. | Eugene Sandulenko | |
svn-id: r13926 | |||
2004-06-02 | Ignore imuse control code in HE games | Travis Howell | |
Add missing code for o6_stampobject (From diasm.) svn-id: r13924 | |||
2004-06-02 | Increase debug level | Travis Howell | |
Add error about NES MM been currently unsupported. svn-id: r13923 | |||
2004-06-01 | (almost) fixed saving/loading images in fatty bears birthday | Gregory Montoir | |
svn-id: r13921 | |||
2004-06-01 | Fix o6_writeFile. | Eugene Sandulenko | |
svn-id: r13920 | |||
2004-06-01 | minor changes | Gregory Montoir | |
svn-id: r13916 | |||
2004-06-01 | HE games use slightly different E1 opcode | Travis Howell | |
Move HE7 specific opcodes to he7, as requested. svn-id: r13915 | |||
2004-06-01 | Preliminary versions of HE opcodes kernelGetFunctions and | Eugene Sandulenko | |
kernelSetFunctions. Somewhat buggy. svn-id: r13914 | |||
2004-05-31 | Forgot to commit | Eugene Sandulenko | |
svn-id: r13913 | |||
2004-05-31 | Switch to _heversion | Travis Howell | |
svn-id: r13911 | |||
2004-05-31 | Add stub for HE o6_quitPauseRestart. | Eugene Sandulenko | |
svn-id: r13908 | |||
2004-04-05 | Renamed StringTab::backup to StringTab::_default, as that describes better ↵ | Max Horn | |
what it does svn-id: r13476 | |||
2004-04-05 | there is no imuse in he engine | Paweł Kołodziejski | |
svn-id: r13470 | |||
2004-04-03 | cleanup StringTab stuff | Max Horn | |
svn-id: r13448 | |||
2004-04-02 | simplify code by integrating a call to translateText() into ↵ | Max Horn | |
addMessageToStack(); improved translateText() further svn-id: r13438 | |||
2004-03-19 | Revamped COMI/DIG speech decoding (this my cause regressions, watch out). ↵ | Max Horn | |
Goal was to streamline code logic, and get rid of a FIXME svn-id: r13347 | |||
2004-03-15 | refactor use of _messagePtr -> instead of using it as an implicit parameter ↵ | Max Horn | |
for various methods, pass its value explicitly to those methods. Note: this *should* be just a code transformation, with no change to the program logic - unless I messed up once again <sigh> svn-id: r13298 | |||
2004-03-15 | ...and mor. Next big thing should be to document the overlay stuff, but ↵ | Max Horn | |
that'll have to wait till after I slept :-) svn-id: r13295 |