Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-18 | HE games use overlow to get correct color value. | Travis Howell | |
Fixes regressions in activity and puttmoon. svn-id: r19150 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-09-19 | Ooops | Travis Howell | |
svn-id: r18846 | |||
2005-09-19 | Switch back to using _paletteMod for the palette adjustment in 32 color ↵ | Travis Howell | |
Amiga games, since overflow is required for the correct palette (ie 256 should overflow to 0). Fixes the palette regression, bug #1294513 svn-id: r18845 | |||
2005-09-03 | PalmOS : ARM optimization | Chris Apers | |
svn-id: r18755 | |||
2005-08-14 | Replace warnings with debug, errors or printfs: | Travis Howell | |
-To catch any missing cases/functions used. -To prevent users reporting warnings as bugs svn-id: r18681 | |||
2005-08-10 | clip the 'top' argument in Gdi::resetBackground (as we do for bottom), this ↵ | Gregory Montoir | |
is safer and should prevent crashes when loading savegames with 'invalid' coordinates for the actors. See also bug #1252714. svn-id: r18655 | |||
2005-08-06 | Cleanup. | Torbjörn Andersson | |
svn-id: r18621 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-06-21 | Yet another GCC 4 warning fixed | Max Horn | |
svn-id: r18425 | |||
2005-06-07 | Based (again) on indy4demo FMTowns, unkScreenEffect5(1) seems equivalent to ↵ | Gregory Montoir | |
dissolveEffect(1, virtscr[0].h) svn-id: r18363 | |||
2005-06-05 | Update HE comments | Travis Howell | |
svn-id: r18348 | |||
2005-05-26 | Add HE100 difference in flags and tmp code for extra flags. | Travis Howell | |
svn-id: r18264 | |||
2005-05-23 | Move wizImage functions to Wiz class. | Travis Howell | |
svn-id: r18226 | |||
2005-05-22 | HE70+ games use flags in drawBox(). | Travis Howell | |
Fixes glitches in farmdemo (Old version), freddi2, lost/smaller. svn-id: r18216 | |||
2005-05-21 | Correct tmsk offset. | Travis Howell | |
svn-id: r18210 | |||
2005-05-21 | Beautify decompressTMSK(). | Eugene Sandulenko | |
svn-id: r18206 | |||
2005-05-21 | Initial support for TMSK masking in HE72+ games. | Travis Howell | |
svn-id: r18201 | |||
2005-05-18 | Fix yet another actor masking issue | Eugene Sandulenko | |
svn-id: r18178 | |||
2005-05-18 | Patch from Quietust for MM NES: | Eugene Sandulenko | |
o Fix all actor mask bugs o Simplify masking considerably o Moved the decodesNESObject call from object.cpp into gfx.cpp svn-id: r18177 | |||
2005-05-18 | MM NES masking fixes from Quietust. | Eugene Sandulenko | |
svn-id: r18176 | |||
2005-05-16 | Fix from Quiteust for boxes in MM NES. | Eugene Sandulenko | |
svn-id: r18132 | |||
2005-05-14 | Merge loop limits into one) | Max Horn | |
svn-id: r18098 | |||
2005-05-14 | Add configure option to disable HE 70+ games. | Travis Howell | |
svn-id: r18091 | |||
2005-05-11 | Merge loop index variables | Max Horn | |
svn-id: r18059 | |||
2005-05-11 | Unify check in initBGBuffers and in getZPlanes | Max Horn | |
svn-id: r18054 | |||
2005-05-11 | Made Gdi::_transparentColor protected | Max Horn | |
svn-id: r18049 | |||
2005-04-30 | cleanup | Max Horn | |
svn-id: r17873 | |||
2005-04-29 | Add comment to NES-specifix gfx hack with virtual screens | Eugene Sandulenko | |
svn-id: r17861 | |||
2005-04-29 | Ooops | Travis Howell | |
svn-id: r17860 | |||
2005-04-29 | Add HE90 version of processActors(). | Travis Howell | |
Add HE71 class, for HE71+ specifics. svn-id: r17859 | |||
2005-04-28 | Moved blast text/object code to ScummEngine_v6 | Max Horn | |
svn-id: r17856 | |||
2005-04-28 | Comment on some MM NES oddity, I hope somebody can explain this :-) | Max Horn | |
svn-id: r17845 | |||
2005-04-26 | Use kVerbVirtScreen were appropriate; removed unused param from initVirtScreen | Max Horn | |
svn-id: r17828 | |||
2005-04-26 | Perform some clipping (some old savegames had bad usage bits in the same and ↵ | Max Horn | |
caused a crash for me due to lack of clipping) svn-id: r17814 | |||
2005-04-20 | cleanup | Max Horn | |
svn-id: r17718 | |||
2005-04-20 | Replaced the platform specific GF_FOO switches (using _platform instead now) | Max Horn | |
svn-id: r17716 | |||
2005-04-20 | Replace all GF_HUMONGOUS use with _heversion. | Travis Howell | |
Make HE60 specific to puttdemo, since it is unqie. Other HE60 games changed to HE 61. svn-id: r17698 | |||
2005-04-06 | Moved createResource, resourceStats, expireResources to ResourceManager | Max Horn | |
svn-id: r17420 | |||
2005-04-06 | Use dirtybit | Travis Howell | |
svn-id: r17417 | |||
2005-04-05 | Fix parens. Spotted by Quietust. | Eugene Sandulenko | |
svn-id: r17403 | |||
2005-04-05 | Fixed long ago... | Travis Howell | |
svn-id: r17387 | |||
2005-04-05 | Clear the text surface when loading a saved game, otherwise any text that | Torbjörn Andersson | |
was displayed before loading the game will remain. I hope this is the correct fix. svn-id: r17382 | |||
2005-04-02 | Cleanup | Travis Howell | |
svn-id: r17333 | |||
2005-04-01 | Normalize verb/invenotry areas in MM NES. Patch from Quietust | Eugene Sandulenko | |
svn-id: r17316 | |||
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-28 | Moved NES stuff in class Gdi into a struct _NES | Max Horn | |
svn-id: r17278 | |||
2005-03-28 | Cleaned up the object mode code; removed the friend class ScummEngine from ↵ | Max Horn | |
class Gdi; moved dither code to ScummEngine svn-id: r17277 | |||
2005-03-26 | Rename WizParameters field. | Travis Howell | |
Correct start strip in drawBMAPBg() svn-id: r17236 |