Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-17 | Fix invalid variable | James Brown | |
svn-id: r7599 | |||
2003-05-16 | fixed V2 verb scripts | Max Horn | |
svn-id: r7570 | |||
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-16 | hackish partial doSentence support | Max Horn | |
svn-id: r7560 | |||
2003-05-15 | moved drawBox to gfx.cpp (seems to be the more logical location) | Max Horn | |
svn-id: r7554 | |||
2003-05-15 | fixed / cleaned up drawBox | Max Horn | |
svn-id: r7553 | |||
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-08 | yet more v2 var fixes | Max Horn | |
svn-id: r7397 | |||
2003-05-08 | fixed various cases of bad var access | Max Horn | |
svn-id: r7394 | |||
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-08 | some V2 fixes (we really really need to revise the _vars handling!) | Max Horn | |
svn-id: r7392 | |||
2003-05-05 | cleanup / reduced code duplication | Max Horn | |
svn-id: r7339 | |||
2003-05-04 | cleanup | Max Horn | |
svn-id: r7313 | |||
2003-05-04 | correction | Jonathan Gray | |
svn-id: r7312 | |||
2003-05-04 | don't know why this was removed but it breaks several games making it for ↵ | Jonathan Gray | |
all non v2 games svn-id: r7311 | |||
2003-05-04 | yet more v2 fixes & cleanup | Max Horn | |
svn-id: r7302 | |||
2003-05-04 | more v2 fixes; cleanup | Max Horn | |
svn-id: r7301 | |||
2003-04-30 | PalmOS changes | Max Horn | |
svn-id: r7224 | |||
2003-04-28 | hack to get Indydemo to work | Max Horn | |
svn-id: r7183 | |||
2003-04-28 | get rid of one of the obscure variable names | Jonathan Gray | |
svn-id: r7171 | |||
2003-04-27 | and more share code | Paweł Kołodziejski | |
svn-id: r7150 | |||
2003-04-27 | put some v2 code into share code | Paweł Kołodziejski | |
svn-id: r7148 | |||
2003-04-26 | update for scumm v2 | Paweł Kołodziejski | |
svn-id: r7137 | |||
2003-04-25 | Add patch #727309 - EGA LOOM: Bypassing the copy protection | Travis Howell | |
svn-id: r7102 | |||
2003-04-24 | better safe then sorry... | Jonathan Gray | |
svn-id: r7098 | |||
2003-04-24 | correction | Jonathan Gray | |
svn-id: r7095 | |||
2003-04-24 | bypass copy prot for indy3ega | Jonathan Gray | |
svn-id: r7090 | |||
2003-04-23 | fixed verb scripts for old bundle games | Max Horn | |
svn-id: r7089 | |||
2003-04-20 | V2 only reads one byte for variable number | James Brown | |
svn-id: r7036 | |||
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-18 | some changes for indy ega | Paweł Kołodziejski | |
svn-id: r7019 | |||
2003-04-13 | handle old_bundle offsets getVerbEntrypoint(), o5_setObjectName(), ↵ | Paweł Kołodziejski | |
getObjOrActorName() funcs svn-id: r7003 | |||
2003-04-10 | hard to look at dial a pirate when you don't have graphics | Jonathan Gray | |
svn-id: r6951 | |||
2003-04-06 | also Loom exception in the read/write var funcs | Paweł Kołodziejski | |
svn-id: r6920 | |||
2003-04-06 | corrected right/bottom borders while clipping at drawBox() func | Paweł Kołodziejski | |
svn-id: r6919 | |||
2003-03-08 | removed valgrind hack again | Max Horn | |
svn-id: r6765 | |||
2003-03-07 | added some code to get better valgrind results | Max Horn | |
svn-id: r6758 | |||
2003-03-07 | ouch - fixed OOB access on _baseFLObject; also added various sanity checks ↵ | Max Horn | |
(thx valgrind) svn-id: r6732 | |||
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-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-01-15 | ComI uses more locals | James Brown | |
svn-id: r6470 | |||
2003-01-12 | Well.. it works NOW. (flObject fix part 2 :P) | James Brown | |
svn-id: r6422 | |||
2003-01-12 | Small fix - _numLocalObjects is a 1-based array, so don't go reading bad ↵ | James Brown | |
memory :P svn-id: r6417 | |||
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-12 | make script trace less noisy | Max Horn | |
svn-id: r6408 | |||
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 | fixed cutscene override in V8; cleanup | Max Horn | |
svn-id: r6316 |