Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-18 | add GF_DEFAULT_TO_1X_SCALER | Jonathan Gray | |
svn-id: r6830 | |||
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-09 | rest of patch #655594: Handling Y/N questions | Max Horn | |
svn-id: r6784 | |||
2003-03-08 | added yet another sanity check (assert); fixed long standing evil bug in ↵ | Max Horn | |
getObjNewDir / getObjOldDir svn-id: r6763 | |||
2003-03-07 | ah yeah, I did that on purpose. Really. Just wanted to check if everybody is ↵ | Max Horn | |
paying attention svn-id: r6757 | |||
2003-03-07 | cleanup toSimpleDir: should be easier to understand this way, and hopefully ↵ | Max Horn | |
fixes the valgrind warnings svn-id: r6755 | |||
2003-03-07 | implemented formating string error for each engine | Paweł Kołodziejski | |
svn-id: r6744 | |||
2003-03-07 | fixed OOB acces (thx valgrind) | Max Horn | |
svn-id: r6731 | |||
2003-03-06 | and more cleanup | Paweł Kołodziejski | |
svn-id: r6718 | |||
2003-03-04 | if a script triggers a load, immediatly perform it (this also covers the ↵ | Max Horn | |
case where the user requests a load while a SMUSH video is playing. This avoids the annoying affect of seeing 1 frame of the old room immediately after you requested the load svn-id: r6687 | |||
2003-03-04 | added some asserts; added a hack that helps the COMI demo | Max Horn | |
svn-id: r6684 | |||
2003-03-03 | enable newgui f5 dialog for comi as per erik's patch | Jonathan Gray | |
svn-id: r6676 | |||
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-08 | more access cleanup; also reorderd some method/function declarations in ↵ | Max Horn | |
class Scumm svn-id: r6593 | |||
2003-01-29 | add ability to specify language for comi see scummvm -h for possible values | Jonathan Gray | |
svn-id: r6567 | |||
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-26 | LCA03 sync: Modified version of the untrap patch, debugger | James Brown | |
savegame/loadgame changes, attempts at making the ComI save/load screen (F1) work. The savegame part of the screen does not work due to a crash, the load part SHOULD... but something resets the saveload flags before they are processed (help! :) svn-id: r6545 | |||
2003-01-24 | LCA'03 commit: Fix talking where no sound hardware is present | James Brown | |
svn-id: r6536 | |||
2003-01-17 | Possible hack to get the cannons firing. Of course... well, they still don't ↵ | James Brown | |
quite work :) svn-id: r6487 | |||
2003-01-16 | Patch 668634: Actor iteration fix | James Brown | |
svn-id: r6484 | |||
2003-01-16 | Dumb, dumb, DUMB typo. :) | James Brown | |
svn-id: r6481 | |||
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-13 | Early init of the scaler - to prevent ComI trying to use a huge window by ↵ | James Brown | |
default. This may require porters to make a small backend change, not to reinit a scaler on hotswap if the display has not been init_size'ed. svn-id: r6449 | |||
2003-01-13 | fixed checkRange output; added checkRange call to drawObject; cleanup | Max Horn | |
svn-id: r6447 | |||
2003-01-13 | fix off by one error | Max Horn | |
svn-id: r6442 | |||
2003-01-13 | added V8 scaling code | Max Horn | |
svn-id: r6440 | |||
2003-01-12 | Fix ComI inventory crash, properly. | James Brown | |
svn-id: r6430 | |||
2003-01-12 | fix for the COMI inventory crash | Max Horn | |
svn-id: r6426 | |||
2003-01-12 | Fix game-specific scalers overriding global... when game started from Launcher | James Brown | |
svn-id: r6414 | |||
2003-01-06 | scaling bug fix | Max Horn | |
svn-id: r6349 | |||
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-02 | implement temporary state saving for CMI | James Brown | |
svn-id: r6321 | |||
2003-01-01 | change the zero key to mean slot 10 instead of 0 (autosave) when using ↵ | Jonathan Gray | |
save/load hotkeys. feature request #660500 svn-id: r6307 | |||
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 | more cleanup | Max Horn | |
svn-id: r6292 | |||
2002-12-31 | fix COMI transparency color (but maybe there is a replacement for TRNS in V8?) | Max Horn | |
svn-id: r6287 | |||
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-31 | implemented object drawing (still somewhat broken, we get a 'green screen' ↵ | Max Horn | |
effetc :-). Oh yes, this probably breaks save game compatibility for COMI. Oh yeah. As if I would care <g> svn-id: r6285 | |||
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: r6262 | |||
2002-12-29 | Fix silly typo - thanks max :) | James Brown | |
svn-id: r6253 | |||
2002-12-29 | override var was wrong, update mouse click code | James Brown | |
svn-id: r6250 | |||
2002-12-28 | de-verbalise some debug messages (move from debug(1) to debug(2)).. so we ↵ | James Brown | |
can see printDebug lines easier svn-id: r6227 | |||
2002-12-27 | cleanup | Max Horn | |
svn-id: r6187 | |||
2002-12-26 | doSentence only takes three params in V8 | Max Horn | |
svn-id: r6179 | |||
2002-12-26 | fixed compilation under VC6 | Paweł Kołodziejski | |
svn-id: r6165 | |||
2002-12-26 | reuse the old (ugly nasty dreaded) string system for V8, too (by supplying a ↵ | Max Horn | |
NUT based CharsetRenderer) svn-id: r6162 | |||
2002-12-26 | Don't go to the save/load screen | James Brown | |
svn-id: r6157 |