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
2004-02-21
Use correct method for subtitle speed.
Travis Howell
2004-02-20
Correct another bad comi var
Travis Howell
2004-02-13
proper usage actor talkVolume
Paweł Kołodziejski
2004-02-09
Missed one
Travis Howell
2004-02-09
added talkVolume, and changed talkPan call method
Paweł Kołodziejski
2004-01-31
renamed _saveLoadCompatible to _saveTemporaryState; make use of requestLoad/r...
Max Horn
2004-01-19
fix endian bug when dealing with ArrayHeader's; added a hack to permit save g...
Max Horn
2004-01-16
Just hide a few noisy warnings.
James Brown
2004-01-15
use Rect in struct VerbSlot
Max Horn
2004-01-11
cleanup
Max Horn
2004-01-08
cleanup (make some more use of class Common::Rect)
Max Horn
2004-01-07
changed lipsync func param
Paweł Kołodziejski
2004-01-07
Add missing break
Travis Howell
2004-01-07
Add missing break
Travis Howell
2004-01-06
synced imuse digital with local tree
Paweł Kołodziejski
2004-01-06
updated copyright notice
Max Horn
2004-01-06
Made o8_getActorZPlane return the same z value as Actor::drawActorCostume com...
Max Horn
2004-01-05
more cleanup
Max Horn
2004-01-05
added Actor::getElevation and Actor::setElevation; cleaned up costume API a b...
Max Horn
2003-12-27
try to make it more obvious how certain timer freqs are derived
Max Horn
2003-12-27
get rid of _noSubtitles, use ConfigManager directly instead; clean up some IM...
Max Horn
2003-12-26
got rid of those _maxFOO macros, replaced them by access to the equivalent _n...
Max Horn
2003-12-26
when introducing a constant used throughout multiple files, best assign a *na...
Max Horn
2003-12-26
passthrought v7+ sound voices by imuse digital
Paweł Kołodziejski
2003-12-25
cleanup
Max Horn
2003-12-22
Moved bundle music code from class Sound to IMuseDigital (seems more natural;...
Max Horn
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
[prev]
[next]