Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-14 | Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; ↵ | Max Horn | |
augmented by some more changes of mine svn-id: r8482 | |||
2003-06-13 | fix for bug #752843 (based on patch #748675) | Max Horn | |
svn-id: r8458 | |||
2003-06-07 | replaced GF_AFTER with _version | Max Horn | |
svn-id: r8372 | |||
2003-06-06 | v1 object drawing updates from aquadran | Jonathan Gray | |
svn-id: r8346 | |||
2003-06-06 | fixed almost object drawing for v1 games, (ugly hack for drawBitmap) | Paweł Kołodziejski | |
svn-id: r8345 | |||
2003-05-30 | Modified version of erik's patch #745986: Experimental V2 mouseover stuff | Max Horn | |
svn-id: r8142 | |||
2003-05-28 | const as const can! | Max Horn | |
svn-id: r8058 | |||
2003-05-22 | V2 Inventory scrolling, etc | James Brown | |
svn-id: r7817 | |||
2003-05-21 | cleaned up V2 input code | Max Horn | |
svn-id: r7811 | |||
2003-05-21 | many pedantic warning fixes (and some actual potential buglets fixed, too) | Max Horn | |
svn-id: r7795 | |||
2003-05-21 | constness fixes | Max Horn | |
svn-id: r7787 | |||
2003-05-21 | Work on V2 inventory hack a little more | James Brown | |
svn-id: r7776 | |||
2003-05-21 | Move stuff around | James Brown | |
svn-id: r7775 | |||
2003-05-17 | Fix invalid variable | James Brown | |
svn-id: r7599 | |||
2003-05-17 | Cleanup | James Brown | |
svn-id: r7598 | |||
2003-05-15 | make some more use of ScummVM::Point; cleanup | Max Horn | |
svn-id: r7549 | |||
2003-05-15 | some more ScummVM::Rect | Max Horn | |
svn-id: r7548 | |||
2003-05-15 | Make use of ScummVM::Rect | Max Horn | |
svn-id: r7546 | |||
2003-05-12 | fix regression in MI1 (and possibly others) | Max Horn | |
svn-id: r7472 | |||
2003-05-10 | renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and ↵ | Max Horn | |
_realWidth/_realHeight -> _screenWidth/_screenHeight (inspired by MadMoose, but I'll take the blame - still this seems much more logical & intuitive) svn-id: r7423 | |||
2003-05-10 | added a 'width' parameter to drawBitmap (contrary to 'numstrips', it ↵ | Max Horn | |
specifies the full width of the image passed in, not how much we shoul draw of it) - this will be used for the new V2 drawBitmap code; renamed drawBitmap parameter 'h' to 'height' svn-id: r7412 | |||
2003-05-09 | super hackish mouse click support for Zak (doesn't do anything useful in MM ↵ | Max Horn | |
yet; and in Zak, all clicks are for the scene, i.e. no verb clicks etc.) svn-id: r7408 | |||
2003-04-30 | assert in compile mode expands to ... nnothing! | Max Horn | |
svn-id: r7236 | |||
2003-04-29 | fixed LoomEGA distaff (you'll need to start a new game); added FIXME comment | Max Horn | |
svn-id: r7189 | |||
2003-04-26 | fixed verb objects for GF_OLD_BUNDLE games | Max Horn | |
svn-id: r7143 | |||
2003-04-13 | img and imgh should be readed from offset +2, but i'm not sure about imptr ↵ | Paweł Kołodziejski | |
(it should skip only length) svn-id: r7007 | |||
2003-04-12 | oops, copy&paste, I should avoid 'em or check better :-( | Max Horn | |
svn-id: r6998 | |||
2003-04-12 | hacked in some verb object support for OLD_BUNDLE (drawVerbBitmap part not ↵ | Max Horn | |
yet tested; but the setVerbObject is needed now already) svn-id: r6993 | |||
2003-04-07 | removed -1's in image verb code: a) the original code doesn't have these b) ↵ | Max Horn | |
it's not clear why they were added c) this should fix the distaff in LoomCD svn-id: r6929 | |||
2003-03-29 | fixed verb regression in older games | Max Horn | |
svn-id: r6884 | |||
2003-03-28 | fixed verb drawing in COMI (and maybe FT, too?) | Max Horn | |
svn-id: r6874 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | and more cleanup | Paweł Kołodziejski | |
svn-id: r6718 | |||
2003-01-16 | Remove dodgy fix for verb backgrounds. | James Brown | |
svn-id: r6476 | |||
2003-01-15 | COMI conversation verb fix | Max Horn | |
svn-id: r6465 | |||
2003-01-12 | indention fix | Max Horn | |
svn-id: r6436 | |||
2003-01-12 | Fhew. Fix crash. | James Brown | |
svn-id: r6418 | |||
2003-01-12 | New method of local object management. Buggy, segfaults on the Part 1 screen ↵ | James Brown | |
and I don't know why yet.. svn-id: r6416 | |||
2002-12-31 | added V8 support to drawVerbBitmap - not even sure if that is used in COMI, ↵ | Max Horn | |
though svn-id: r6286 | |||
2002-12-29 | Remove translation code from verbage | James Brown | |
svn-id: r6255 | |||
2002-12-26 | fixed compilation under VC6 | Paweł Kołodziejski | |
svn-id: r6158 | |||
2002-12-25 | moved CharsetRendere into its own header/source file; changed ↵ | Max Horn | |
Scumm::_charset into a pointer, to make it possible to use different implementations of it svn-id: r6147 | |||
2002-12-25 | renamed Scumm::charset -> Scumm::_charset | Max Horn | |
svn-id: r6119 | |||
2002-12-21 | use dbAllowMaskOr instead of 'true' (which was confusing) | Max Horn | |
svn-id: r6033 | |||
2002-12-13 | removed debug code I accidentally left in | Max Horn | |
svn-id: r5922 | |||
2002-12-13 | cleanup | Max Horn | |
svn-id: r5921 | |||
2002-12-04 | more cleanup | Max Horn | |
svn-id: r5837 | |||
2002-11-29 | more cleanup | Max Horn | |
svn-id: r5752 | |||
2002-11-29 | oops, left in debug output | Max Horn | |
svn-id: r5749 | |||
2002-11-29 | cleanup | Max Horn | |
svn-id: r5747 |