Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2002-12-30 | added FIXME | Max Horn | |
svn-id: r6271 | |||
2002-12-30 | get rid of annoying warning | Max Horn | |
svn-id: r6267 | |||
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 verb entry code for V8 | Max Horn | |
svn-id: r6199 | |||
2002-12-27 | cleanup | Max Horn | |
svn-id: r6197 | |||
2002-12-27 | fix S&M (why was that changed made in the first place I wonder?) | Max Horn | |
svn-id: r6188 | |||
2002-12-26 | fixed verb scripts | Max Horn | |
svn-id: r6175 | |||
2002-12-26 | Hack around a COMI crash.. | James Brown | |
svn-id: r6172 | |||
2002-12-25 | implemented V8 kernel function 'killAllScriptsButMe' - not sure if I did it ↵ | Max Horn | |
right, though svn-id: r6145 | |||
2002-12-25 | two good rules of thumb: don't use typecasts if you don't have to - type ↵ | Max Horn | |
cast have a nasty habit of hiding and causing problems. When a method takes a pointer argument, if possible make it const. :-). Cleanup. Fixed font rendering in CMI: you need to call updateDirtyRect() if you modify the screen... svn-id: r6143 | |||
2002-12-25 | cleanup | Max Horn | |
svn-id: r6140 | |||
2002-12-25 | converted heaps of int16 to int for V8 compatibility; fixed defineArray for ↵ | Max Horn | |
V8; added some work in o8_kludge2 svn-id: r6132 | |||
2002-12-25 | Hacky font support - first attempt :) | James Brown | |
svn-id: r6127 | |||
2002-12-24 | enabled room & local scripts in V8; some more opcodes | Max Horn | |
svn-id: r6105 | |||
2002-12-23 | set script tracing to level 1 - at least while we do V8 debugging, later we ↵ | Max Horn | |
can go back to a higher level svn-id: r6082 | |||
2002-12-23 | and more V8. Now we again hit the charset limit, but this time caused by the ↵ | Max Horn | |
script itself :-) svn-id: r6077 | |||
2002-12-23 | fix jumpTrue/jumpFalse opcodes; slightly better debug output | Max Horn | |
svn-id: r6075 |