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_v8.cpp
Age
Commit message (
Expand
)
Author
2003-12-05
Add keyboard support for derby in FT and cannon battle in COMI, patch #853099
Travis Howell
2003-11-12
changed getting position of bundle song to ms
Paweł Kołodziejski
2003-11-11
made Scumm::OptionsDialog subclass GUI::OptionsDialog (code reuse); replaced ...
Max Horn
2003-11-10
renamed back to o6_ifclassofif and extended names for dim opcodes
Paweł Kołodziejski
2003-11-10
cleanup / some warnings (I'd like to know if and where those opcodes are used)
Max Horn
2003-11-09
renamed some opcodes and added sobopcode comments
Paweł Kołodziejski
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-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-11
no need to manually call update_screen after a warp_mouse - if the backend ne...
Max Horn
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-03
Implement the ACTOR_PAN opcode. The only place I know of where it's used is
Torbjörn Andersson
2003-08-14
changed warning into debug in o8_startVideo func
Paweł Kołodziejski
2003-08-05
removed obsolete FIXME
Max Horn
2003-07-24
cleanup: encapsulate some more members of class Actor, and rename newDirectio...
Max Horn
2003-07-16
some comments
Max Horn
2003-07-15
factored out some duplicate code into a new method translateTextAndPlaySpeech...
Max Horn
2003-07-14
reduced duplicate code
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-06-16
Comitted the partial (but seemintly good enough) actorHit implementation
Torbjörn Andersson
2003-06-15
made stuff in class Sound protected where possible; moved readCreativeVocFile...
Max Horn
2003-06-09
don't incorrectly treat SO_PRINT_WRAP like SO_PRINT_MUMBLE; rather just ignor...
Max Horn
2003-06-07
follow our coding conventions
Max Horn
2003-06-02
use enqueueText for FT, too
Max Horn
2003-06-02
moved blast text code to string.cpp
Max Horn
2003-06-02
cleaned up the restart/pause/shutdown situation a bit; added comment that exp...
Max Horn
2003-05-31
cleanup
Max Horn
2003-05-31
cleanup
Max Horn
2003-05-31
apply V6 elevation change to V8, too
Max Horn
2003-05-31
renamed walk_script/talk_script -> walkScript/talkScript
Max Horn
2003-05-30
rewrote Actor::needBgReset related code (this could cause regressions...)
Max Horn
2003-05-28
cleanup; added hackish fix for bug #744441
Max Horn
2003-05-27
fixed o8_getStringWidth (should fix bug #741625)
Max Horn
2003-05-26
added FIXME comment
Max Horn
2003-05-23
cleanup
Torbjörn Andersson
2003-05-23
replaced many unsafe uses of derefActorSafe by derefActor; replaced derefActo...
Max Horn
2003-05-22
renamed talkFrame1/talkFrame2 to talkStartFrame/talkStopFrame
Max Horn
2003-05-21
many pedantic warning fixes (and some actual potential buglets fixed, too)
Max Horn
2003-05-21
make fingolfin happy :)
Jonathan Gray
2003-05-21
don't error out here to prevent a crash, is the check in softUserputon actual...
Jonathan Gray
2003-05-20
added enum's for the known actor/object claasses; extended putClass/getClass ...
Max Horn
2003-05-18
warning() automatically outputs a newline after the warning message; adding a...
Max Horn
2003-05-18
cleanup
Max Horn
2003-05-15
output a warning if ignoreTurns is set (so that we can find out where it is u...
Max Horn
2003-05-15
Make use of ScummVM::Rect
Max Horn
2003-05-14
opcodes are just one byte
Max Horn
[next]