index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scumm
/
script_v6.cpp
Age
Commit message (
Expand
)
Author
2003-11-02
turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...
Max Horn
2003-10-09
kill reference to old url
Jonathan Gray
2003-10-03
introduced namespace Scumm; made #include statements use scumm/ prefix explic...
Max Horn
2003-10-02
renamed class Scumm to ScummEngine (consisten with other engine names; also m...
Max Horn
2003-09-26
a little better
Paweł Kołodziejski
2003-09-26
added v6 version of stamp object opcode
Paweł Kołodziejski
2003-09-26
now more match dissassembly
Paweł Kołodziejski
2003-09-24
Whitespace changes
Torbjörn Andersson
2003-09-14
moved Actor x/y to _pos.x/_pos.y -> this makes it much easier to grep for acc...
Max Horn
2003-09-13
fixed badly commit
Paweł Kołodziejski
2003-09-13
implemented fileWrite opcode
Paweł Kołodziejski
2003-09-13
remove path in filename at delete func too
Paweł Kołodziejski
2003-09-13
fixed size logic in readFileToArray()
Paweł Kołodziejski
2003-09-13
implemented fileread opcode
Paweł Kołodziejski
2003-09-13
since _hFileTable is only used by Scumm_v6, there is no reason to put it into...
Max Horn
2003-09-13
implemented opcodes: openfile and closefile
Paweł Kołodziejski
2003-09-13
a little updated opcode: openFile and deleteFile
Paweł Kołodziejski
2003-09-11
cleanup
Max Horn
2003-09-11
cleanup
Max Horn
2003-09-09
cleanup; fix for bug #795942 (COMI: text display off screen) and #785760 (COM...
Max Horn
2003-09-09
fix for bug #782086 (COMI: a long walk)
Max Horn
2003-09-07
cleanup/refactoring
Max Horn
2003-09-03
add some stub cases for later humongous games, queue loading and a decodePars...
Jonathan Gray
2003-08-28
add readINI stub (a HEv7 op)
Jonathan Gray
2003-08-15
assert that string variable actually exists before we start doing comparisons...
Jonathan Gray
2003-08-13
Explicitly stated a bit masking to please VC.NET2003 runtime small types conv...
Bertrand Augereau
2003-08-13
Fix for bug #787841 ("SAM: Crash when using retriever on Max"). For
Torbjörn Andersson
2003-08-06
Upgraded IMuse::doCommand() to support more than 8 parameters.
Jamieson Christian
2003-07-24
cleanup: encapsulate some more members of class Actor, and rename newDirectio...
Max Horn
2003-07-22
added a FIXME
Max Horn
2003-07-20
improved stampObject opcode for FT mine field, still layers? problem
Paweł Kołodziejski
2003-07-20
some changes for stampObject opcode to be more similiar dissassembly
Paweł Kołodziejski
2003-07-15
oops, this was a serious bug: message referred to buf_output (and was used by...
Max Horn
2003-07-15
factored out some duplicate code into a new method translateTextAndPlaySpeech...
Max Horn
2003-07-14
fix for bug #769744 (COMI: Trying to append to a nonexistant stream)
Max Horn
2003-07-13
debug/warning/error all automatically output a newline
Max Horn
2003-07-06
implemented missing puttputt actor opcode 218. this opcode is strange (based ...
Paweł Kołodziejski
2003-07-06
added comment for missing puttputt actor opcode
Paweł Kołodziejski
2003-07-06
added stub opcode 218 for o6_actorOps()
Paweł Kołodziejski
2003-07-03
code transformation on setScaleItem: this shows that rtScaleTable's are actua...
Max Horn
2003-06-15
made stuff in class Sound protected where possible; moved readCreativeVocFile...
Max Horn
2003-06-14
Fixed o6_band() to be "logical AND" instead of "logical OR". I've forgotten
Torbjörn Andersson
2003-06-14
runHook -> runInventoryScript, VAR_HOOK_SCRIPT -> VAR_INVENTORY_SCRIPT
Max Horn
2003-06-13
Added comment on how Sam & Max uses one of the current unimplemented
Torbjörn Andersson
2003-06-12
remove unnecessary newline
Max Horn
2003-06-12
Removed S&M Bumpusville hack made unnecessary by
Jamieson Christian
2003-06-11
some walk fixes
Max Horn
2003-06-07
follow our coding conventions
Max Horn
2003-06-07
replaced GF_AFTER with _version
Max Horn
2003-06-07
compilation fix
Jonathan Gray
[next]