Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-06 | fixed detection of early scumm games | Paweł Kołodziejski | |
svn-id: r6923 | |||
2003-03-17 | split waitForTimer func, update for smush, | Paweł Kołodziejski | |
btw, switching scalers while playing smush movies doesn't work or at least SDL backend, it hang on SDL_SetVideo func svn-id: r6818 | |||
2003-03-13 | Patch #686427: SO_ROOM_SATURATION implementation | Max Horn | |
svn-id: r6810 | |||
2003-03-08 | fixed descriptions in the dig | Paweł Kołodziejski | |
svn-id: r6776 | |||
2003-03-07 | refactored some stuff (and made readMAXS virtual, with V2/V3 code having own ↵ | Max Horn | |
implementations); cleaned up V6 array shuffle code; made more Scumm member vars/methods protected svn-id: r6751 | |||
2003-03-07 | implemented formating string error for each engine | Paweł Kołodziejski | |
svn-id: r6744 | |||
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-03-01 | removed the single big VersionSettings list; instead, the simon & scumm ↵ | Max Horn | |
modules now keep their target lists seperatly (and when we add BASS, it can have its own target list) svn-id: r6652 | |||
2003-02-27 | patch #689164 comi verb coin hack by erik, fixes the verb coin drawing ↵ | Jonathan Gray | |
behind the inventory svn-id: r6642 | |||
2003-02-18 | cleanup | Max Horn | |
svn-id: r6621 | |||
2003-02-18 | change getDateTime to be a v6 opcode, and hopefully not break anything | Jonathan Gray | |
svn-id: r6619 | |||
2003-02-14 | Patch #682981: Experimental translation optimisation (version 2), and | James Brown | |
#683384: Smush Regression Workaround svn-id: r6607 | |||
2003-02-08 | cleanup | Max Horn | |
svn-id: r6594 | |||
2003-02-08 | more access cleanup; also reorderd some method/function declarations in ↵ | Max Horn | |
class Scumm svn-id: r6593 | |||
2003-02-08 | more stuff made 'protected' | Max Horn | |
svn-id: r6592 | |||
2003-02-06 | removed an obsolete member var, and started to make Scumm member vars ↵ | Max Horn | |
protected (had to make some exception; the code which makes these exceptions necessary should be revised) svn-id: r6589 | |||
2003-02-02 | increased buffer | Paweł Kołodziejski | |
svn-id: r6581 | |||
2003-01-29 | add ability to specify language for comi see scummvm -h for possible values | Jonathan Gray | |
svn-id: r6567 | |||
2003-01-29 | oops.. meant to add this as well | Jonathan Gray | |
svn-id: r6566 | |||
2003-01-29 | add list of possible languages in comi and relevant variable | Jonathan Gray | |
svn-id: r6565 | |||
2003-01-26 | Patch 671031: Fix for MI1 intro crash + others (move new object | James Brown | |
clearing code into a more generic function, and call it earlier) svn-id: r6548 | |||
2003-01-24 | LCA'03 commit: Fix talking where no sound hardware is present | James Brown | |
svn-id: r6536 | |||
2003-01-19 | increasing blast text limit for COMI end credits | Max Horn | |
svn-id: r6508 | |||
2003-01-16 | Patch 668634: Actor iteration fix | James Brown | |
svn-id: r6484 | |||
2003-01-16 | Some cleanup, implementation of setKeyScript (F1 now attempts to start the ↵ | James Brown | |
save/load menu, albiet fails due to a crash in BlastText) svn-id: r6480 | |||
2003-01-16 | first blastText version. this is work in progress (note that e.g. text is ↵ | Max Horn | |
not clipped, and the extra information is not removed) svn-id: r6472 | |||
2003-01-15 | localvar fix take 2. Note that ship-to-ship combat is still impossible ↵ | James Brown | |
(cannons dont work), but at least it doesnt crash now - you can use the cheat (shift-v i think) svn-id: r6471 | |||
2003-01-15 | ComI uses more locals | James Brown | |
svn-id: r6470 | |||
2003-01-15 | Hack to make Part III start | James Brown | |
svn-id: r6467 | |||
2003-01-14 | Patch 667613: Extend gfxUsageBits[] | James Brown | |
svn-id: r6453 | |||
2003-01-13 | fixed COMI actor scaling, again | Max Horn | |
svn-id: r6443 | |||
2003-01-13 | added V8 scaling code | Max Horn | |
svn-id: r6440 | |||
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 | |||
2003-01-08 | our File class already makes sure we find stuff in the resource ↵ | Max Horn | |
subdirectory. Plus, it handles different cases right. So now COMI works from CD on Mac OS X, too svn-id: r6363 | |||
2003-01-02 | Plop in some better disk switching code for CMI - I have no idea how well ↵ | James Brown | |
this will work transitioning from a disk1 room to a disk2 room in-game, but it works for bootparams and saved games.. svn-id: r6322 | |||
2003-01-01 | moved Scumm::faceActorToObj to Actor::faceToObject; moved various functions ↵ | Max Horn | |
in script.cpp (grouping cutscene/override related stuff) svn-id: r6317 | |||
2003-01-01 | added yet another variable (for mouse-button-hold flags). Now the 'verb ↵ | Max Horn | |
widget' shows up, though it is not erased properly svn-id: r6304 | |||
2002-12-31 | implemented o8_getDateTime | Max Horn | |
svn-id: r6295 | |||
2002-12-31 | get rid of DUMP_SCRIPTS; in its place, added run time option '-u' to enabled ↵ | Max Horn | |
script dumping svn-id: r6284 | |||
2002-12-29 | cleanup | Max Horn | |
svn-id: r6263 | |||
2002-12-29 | cleanup | Max Horn | |
svn-id: r6262 | |||
2002-12-29 | fix compile | James Brown | |
svn-id: r6251 | |||
2002-12-28 | get rid of getStringLen and use the more powerful resStrLen instead; moved ↵ | Max Horn | |
resStrLen from common/ to scumm/, where it belongs; enhanced resStrLen to suport V8; fixed translateText to support embeded vars (in strings I mean) - it may still not be fully correct but at least is better now; rewrote o6_arrayOps to parallel the V8 version - needs testing svn-id: r6215 | |||
2002-12-27 | fixed flobject loading in V8 | Max Horn | |
svn-id: r6198 | |||
2002-12-27 | Appending another slash breaks COMI on MorphOS and AmigaOS where a ↵ | Ruediger Hanke | |
double-slash means parent directory ... a slash is already appended by the game detector if required svn-id: r6192 | |||
2002-12-27 | Fix cwd resource path bug for CMI | James Brown | |
svn-id: r6191 | |||
2002-12-27 | quick fix for Endy's code - should be redone properly later | Max Horn | |
svn-id: r6186 | |||
2002-12-27 | Move some things around, to get rid of all these resource/ sprintf's for CMI | James Brown | |
svn-id: r6182 | |||
2002-12-26 | map V8 talk opcodes to the right V6 opcodes; however, talking still locks up ↵ | Max Horn | |
after the first sentence is uttered (looking into that now); various cleanup; added a guess at VAR_EGO (based on what cmidec says is the 'default_actor') svn-id: r6176 |