aboutsummaryrefslogtreecommitdiff
path: root/scumm/verbs.cpp
AgeCommit message (Expand)Author
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix explic...Max Horn
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also m...Max Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-09-24Revert change that caused more problemsTravis Howell
2003-09-24Revert change that caused more problemsTravis Howell
2003-09-06Patch #790433: Fix potential buffer overflowMax Horn
2003-08-29My last commit was wrong, this is correct solution.Travis Howell
2003-08-24Ooops, inventory still needs to be clear when moving through inventory.Travis Howell
2003-08-24Handle hiding of verbs/inventory in v1-v2 games correctly.Travis Howell
2003-08-19Revert color change for v1 maniac, which actually used in pool room.Travis Howell
2003-08-19Cleanup v1/v2 color settings for sentance/inventory/verb area.Travis Howell
2003-07-27fix inventory scrolling V1/V2 games (there were problems with an odd inventor...Max Horn
2003-07-15factored out some duplicate code into a new method translateTextAndPlaySpeech...Max Horn
2003-07-14Inventory position is the same in both v1 and v2 gamesTravis Howell
2003-07-14A few color fixes for v1/v2Travis Howell
2003-07-13For some reason, changing the kSentenceLine color stops highlighting working.Travis Howell
2003-07-13Correct v1 games inventory positionsTravis Howell
2003-07-13Add correct palette for pc versions of v1 gamesTravis Howell
2003-07-12run script 5 in startScene (room transition script, it seems); don't invoke r...Max Horn
2003-07-12fix existing ego actor change detection codeMax Horn
2003-07-12Fix fix for 769896James Brown
2003-07-12Fix for bug 769896, update README a littleJames Brown
2003-06-26added getOBIMFromObject and getObjectImage methods; changed code to use thoseMax Horn
2003-06-25more const qualifiersMax Horn
2003-06-17Make the mouse-over hilight work again on the inventory arrows in V2 games.Torbjörn Andersson
2003-06-16V2 inventory arrow tweaks - closes cosmetic bug #751659James Brown
2003-06-14Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; augme...Max Horn
2003-06-13fix for bug #752843 (based on patch #748675)Max Horn
2003-06-07replaced GF_AFTER with _versionMax Horn
2003-06-06v1 object drawing updates from aquadranJonathan Gray
2003-06-06fixed almost object drawing for v1 games, (ugly hack for drawBitmap)Paweł Kołodziejski
2003-05-30Modified version of erik's patch #745986: Experimental V2 mouseover stuffMax Horn
2003-05-28const as const can!Max Horn
2003-05-22V2 Inventory scrolling, etcJames Brown
2003-05-21cleaned up V2 input codeMax Horn
2003-05-21many pedantic warning fixes (and some actual potential buglets fixed, too)Max Horn
2003-05-21constness fixesMax Horn
2003-05-21Work on V2 inventory hack a little moreJames Brown
2003-05-21Move stuff aroundJames Brown
2003-05-17Fix invalid variableJames Brown
2003-05-17CleanupJames Brown
2003-05-15make some more use of ScummVM::Point; cleanupMax Horn
2003-05-15some more ScummVM::RectMax Horn
2003-05-15Make use of ScummVM::RectMax Horn
2003-05-12fix regression in MI1 (and possibly others)Max Horn
2003-05-10renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realH...Max Horn
2003-05-10added a 'width' parameter to drawBitmap (contrary to 'numstrips', it specifie...Max Horn
2003-05-09super hackish mouse click support for Zak (doesn't do anything useful in MM y...Max Horn
2003-04-30assert in compile mode expands to ... nnothing!Max Horn
2003-04-29fixed LoomEGA distaff (you'll need to start a new game); added FIXME commentMax Horn