Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-21 | Fix this damn userface stuff properly :) | James Brown | |
svn-id: r7772 | |||
2003-05-20 | renamed various things for clarity | Max Horn | |
svn-id: r7754 | |||
2003-05-20 | added enum's for the known actor/object claasses; extended putClass/getClass ↵ | Max Horn | |
to translate the X/Y flip classes; made code use the new enum's; some other cleanup svn-id: r7753 | |||
2003-05-19 | renamed ScriptSlot::unk1/unk2 to freezeResistant/recursive | Max Horn | |
svn-id: r7688 | |||
2003-05-18 | more cleanup | Max Horn | |
svn-id: r7653 | |||
2003-05-18 | VAR_CHARCOUNT is a V2 only variable, so I moved its declaration to the other ↵ | Max Horn | |
V2 only vars svn-id: r7651 | |||
2003-05-17 | yet another V2 sentence fix (now clicking on objects in Zak causes Zak to ↵ | Max Horn | |
talk to it - but he gets stuck after some time) svn-id: r7613 | |||
2003-05-17 | Cleanup | James Brown | |
svn-id: r7598 | |||
2003-05-16 | some updates that get us up to the bootscripts of he v7 games before ↵ | Jonathan Gray | |
erroring out on unimplemented opcodes svn-id: r7576 | |||
2003-05-16 | SentenceTab unk4/unk3 are the sentence objects (think of: 'Use objectA with ↵ | Max Horn | |
objectB' or 'Give objectA to objectB' etc.); added a little more V2 sentence hackery; added a FIXME regarding some strange sentence code (accessing objectB before it is set) in script.cpp svn-id: r7562 | |||
2003-05-15 | cleanup | Max Horn | |
svn-id: r7550 | |||
2003-05-15 | make some more use of ScummVM::Point; cleanup | Max Horn | |
svn-id: r7549 | |||
2003-05-15 | Make use of ScummVM::Rect | Max Horn | |
svn-id: r7546 | |||
2003-05-15 | ScummPoint -> ScummVM::Point | Max Horn | |
svn-id: r7543 | |||
2003-05-15 | cleanup | Max Horn | |
svn-id: r7538 | |||
2003-05-14 | opcodes are just one byte | Max Horn | |
svn-id: r7513 | |||
2003-05-14 | V2 text drawing | Max Horn | |
svn-id: r7502 | |||
2003-05-13 | NUM_ACTORS -> _numActors (for consistency) | Max Horn | |
svn-id: r7489 | |||
2003-05-13 | cleanup | Max Horn | |
svn-id: r7488 | |||
2003-05-13 | renamed VAR_UNK_SCRIPT to VAR_SAVELOAD_SCRIPT; fixed V8 save/load (no ↵ | Max Horn | |
(known) VAR_SAVELOAD_SCRIPT value for V8) svn-id: r7485 | |||
2003-05-12 | cleanup (fixes another VC warning, too ;-) | Max Horn | |
svn-id: r7480 | |||
2003-05-12 | made hasCharsetMask return a bool (fixes VC compilation warnings) | Max Horn | |
svn-id: r7478 | |||
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 | removed obsolete code; cleanup for my V2 drawBitmap 'hack', which got rid of ↵ | Max Horn | |
most of the duplicate code svn-id: r7416 | |||
2003-05-08 | init all VAR_* variables to 0xFF; replaced access to _vars in the form ↵ | Max Horn | |
_vars[VAR_*] by VARS(VAR_*) which performs a validity checK; renamed _vars to _scummVars to make sure I updated all places; fixed two places where V6 and newer games would access V5 vars (but there are still some left, it seems); checked VAR access for now only generates a warning svn-id: r7393 | |||
2003-05-05 | cleanup / reduced code duplication | Max Horn | |
svn-id: r7339 | |||
2003-05-04 | yet more v2 fixes & cleanup | Max Horn | |
svn-id: r7302 | |||
2003-05-03 | Patch #730800: EGA LOOM: Hack to fix palette problem (also helps MonkeyEGA) | Max Horn | |
svn-id: r7290 | |||
2003-05-01 | various music related changes and cleanup; also modified MonkeyVGA music ↵ | Max Horn | |
sync, at least the intro is much better synced now; not sure about other parts of it / other games svn-id: r7237 | |||
2003-04-30 | VAR_V5_DRAWFLAGS == VAR_CURRENT_LIGHTS; fixed bug #601139 | Max Horn | |
svn-id: r7234 | |||
2003-04-30 | PalmOS changes | Max Horn | |
svn-id: r7224 | |||
2003-04-30 | cleanup | Max Horn | |
svn-id: r7215 | |||
2003-04-30 | added gfx bitmap and zbuffer codec for v2 games | Paweł Kołodziejski | |
svn-id: r7209 | |||
2003-04-28 | make it possible to override dump length in Scumm::dumpResource; fix V2 ↵ | Max Horn | |
entry script offset (I believe); fix exit script dumping for GF_OLD_BUNDLE games svn-id: r7176 | |||
2003-04-28 | get rid of one of the obscure variable names | Jonathan Gray | |
svn-id: r7171 | |||
2003-04-27 | put some v2 code into share code | Paweł Kołodziejski | |
svn-id: r7148 | |||
2003-04-26 | renamed setCursorHotspot2 to setCursorHotspot; fixed (with a hack) cursor in ↵ | Max Horn | |
Loom svn-id: r7132 | |||
2003-04-20 | work around strange problem that breaks fbpack when _showStack is a bool... | Jonathan Gray | |
svn-id: r7027 | |||
2003-04-20 | add stack tracing option to debugger | Jonathan Gray | |
svn-id: r7025 | |||
2003-04-20 | add script hex dumping option to debugger | Jonathan Gray | |
svn-id: r7024 | |||
2003-04-12 | lots of unblocked aka GF_OLD_BUNDLE support code (still no load, but gets ↵ | Max Horn | |
further :-) svn-id: r6977 | |||
2003-04-07 | Patch #712493: CMI: Object line | Max Horn | |
svn-id: r6930 | |||
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 |