Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20511 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2006-01-10 | Cleanup; moving things around a bit | Max Horn | |
svn-id: r19961 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-10-02 | Basic verb display for C64 maniac. | Travis Howell | |
svn-id: r18924 | |||
2005-09-24 | C64 maniac handles input and verbs manually. | Travis Howell | |
svn-id: r18875 | |||
2005-09-14 | Selection screen partly working in C64 maniac. | Travis Howell | |
svn-id: r18818 | |||
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-01 | Fix reported DISABLE_SCUMM_7_8 omission. Thanks to sumthinwicked. | Eugene Sandulenko | |
svn-id: r18308 | |||
2005-05-26 | In V7/V8 games, use the blast text system to render verbs (this fixes bug ↵ | Max Horn | |
#1208956, but certainly will cause new regressions ;-) svn-id: r18267 | |||
2005-05-24 | Fix for bug #705221 (FT: German ß is too high); based on the CVS logs ↵ | Max Horn | |
for this (the order was changed back and forth a couple times) this change could cause regressions; if so, we need to address them properly, not by fiddling with this code around svn-id: r18240 | |||
2005-04-30 | cleanup | Max Horn | |
svn-id: r17873 | |||
2005-04-28 | Added new handleMouseOver to allow further refactoring of the V2 specific ↵ | Max Horn | |
verb code; added a TODO comment regarding the blast code svn-id: r17848 | |||
2005-04-26 | Use kVerbVirtScreen were appropriate; removed unused param from initVirtScreen | Max Horn | |
svn-id: r17828 | |||
2005-04-26 | Removed dead code | Max Horn | |
svn-id: r17809 | |||
2005-04-20 | Moved v2 verb code into class ScummEngine_v2 | Max Horn | |
svn-id: r17725 | |||
2005-04-20 | Renamed _mouseButStat -> _mouseAndKeyboardStat (that's what it really is); ↵ | Max Horn | |
moved _audioNames to class IMuseDigital svn-id: r17723 | |||
2005-04-20 | Replaced the platform specific GF_FOO switches (using _platform instead now) | Max Horn | |
svn-id: r17716 | |||
2005-04-16 | Add mouse state VAR for HE 72+ games. | Travis Howell | |
svn-id: r17631 | |||
2005-04-13 | Fixed Indy 3 fighting in the "Passport to Adventure" demo. Apparently it | Torbjörn Andersson | |
expects the same keyboard mapping as FOA does. svn-id: r17578 | |||
2005-04-06 | Moved createResource, resourceStats, expireResources to ResourceManager | Max Horn | |
svn-id: r17420 | |||
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 | 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-25 | Cleanup: collect the C64 specific render data into a struct inside class Gdi | Max Horn | |
svn-id: r17224 | |||
2005-03-24 | Correct positioning of inventory and verbs in MM NES. | Eugene Sandulenko | |
Started to tackle inventory. svn-id: r17219 | |||
2005-03-22 | Patch from Quietust for MM NES | Eugene Sandulenko | |
o objects now update tile colors and mask data o mask data is drawn from the correct offset o verbs are drawn in the correct color svn-id: r17199 | |||
2005-03-22 | Cleanup | Travis Howell | |
svn-id: r17192 | |||
2005-03-21 | Many MM NES fixes/improvements from Quietust: | Eugene Sandulenko | |
o Doesn't crash when going upstairs. Now game is playable up to the green tentacle o Proper subtitles colors o Room mask is decoded but doesn't affect sprites yet o Inventory draw issues fixed o Fix actors position when they're facing right svn-id: r17191 | |||
2005-03-16 | Last line of verbs work in NES maniac now. | Travis Howell | |
svn-id: r17166 | |||
2005-03-16 | Patch from Quietust. Proper drawing of objects and fixes to inventory. | Eugene Sandulenko | |
svn-id: r17162 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-11-21 | Fix for bug #1052660 (FOA: No keyboard shortcuts for dialogs) - moved hack ↵ | Max Horn | |
enabling keyboard fights to allow controlling conversations via number keys again svn-id: r15853 | |||
2004-09-30 | Whitespace | Max Horn | |
svn-id: r15362 | |||
2004-09-26 | some more pointless cleanup / moving around of stuff :-) | Max Horn | |
svn-id: r15284 | |||
2004-09-24 | gdi.drawBitmap already performs clipping, no need to do it here | Max Horn | |
svn-id: r15256 | |||
2004-09-09 | Oops | Travis Howell | |
svn-id: r14977 | |||
2004-09-09 | Ooops | Travis Howell | |
svn-id: r14976 | |||
2004-09-06 | Don't check for verbs, if no verbs exist. | Travis Howell | |
svn-id: r14934 | |||
2004-09-03 | Revert verb draw order change. | Travis Howell | |
Fix recent verb regressions. svn-id: r14870 | |||
2004-08-28 | Fix for bug #1015941 (COMI: There's only background behind dialogue lines) | Max Horn | |
svn-id: r14812 | |||
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 | Fix verbs on computer terminals in FT | Travis Howell | |
svn-id: r14604 | |||
2004-08-10 | Correct verb order | Travis Howell | |
svn-id: r14535 | |||
2004-08-08 | Patch #1003866 (SCUMM: New text rendering code (fixes various bugs)) | Max Horn | |
svn-id: r14521 | |||
2004-08-06 | COMI/DIG always redraws verbs too | Travis Howell | |
Remove old var, no longer required svn-id: r14481 | |||
2004-08-05 | Fix a small overpainting issue, visible in some of the COMI dialogs | Max Horn | |
svn-id: r14476 | |||
2004-07-17 | Minor cleanup | Travis Howell | |
svn-id: r14236 | |||
2004-07-10 | Ooops | Travis Howell | |
svn-id: r14183 |