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
/
scumm.h
Age
Commit message (
Expand
)
Author
2004-04-02
Got rid of _transText
Max Horn
2004-04-02
simplify code by integrating a call to translateText() into addMessageToStack...
Max Horn
2004-03-29
clean up FMUS handling, fix not being able to enable sound debug messages
Jonathan Gray
2004-03-28
rename displayError() to displayMessage(); fix slightly incorrect usage of th...
Max Horn
2004-03-23
Alter some HE games settings
Travis Howell
2004-03-19
Revamped COMI/DIG speech decoding (this my cause regressions, watch out). Goa...
Max Horn
2004-03-19
addMessageToStack doesn't have to return anything anymore
Max Horn
2004-03-17
Fix for bug #893254 (MI1VGA: Changes in object names are not saved); this may...
Max Horn
2004-03-15
turn illegal SCUMM var access into an error
Max Horn
2004-03-15
disambiguate the two talkingActor() methods (one was a getter, one a setter -...
Max Horn
2004-03-15
clearMsgQueue now just is a synonym for stopTalk -> remove it
Max Horn
2004-03-15
After the refactoring it's clearly that _messagePtr can be removed. Hooray, y...
Max Horn
2004-03-15
refactor use of _messagePtr -> instead of using it as an implicit parameter f...
Max Horn
2004-03-15
...and mor. Next big thing should be to document the overlay stuff, but that'...
Max Horn
2004-03-02
Add better check for HE resource differences.
Travis Howell
2004-03-02
Introduced new platform GF_WINDOWS. Used for HE games. GF_PC is DOS
Eugene Sandulenko
2004-03-02
Implemented some HE specific opcodes
Eugene Sandulenko
2004-02-24
Rename a few opcodes
Travis Howell
2004-02-23
o Add GID_FBEARPACK, previously for target fbpack GID_FBEAR was used, but there
Eugene Sandulenko
2004-02-22
Enable and use VAR_VOICE_MODE
Travis Howell
2004-02-20
Variable should be checked at this point.
Travis Howell
2004-02-18
INSANE debug output now can be turned ot in debug console
Eugene Sandulenko
2004-02-05
Fix for bug #882083 (COMI: CD change cancel button)
Max Horn
2004-01-31
renamed _saveLoadCompatible to _saveTemporaryState; make use of requestLoad/r...
Max Horn
2004-01-25
get rid of ScummEngine::_insaneState (I think we should eventually stop calli...
Max Horn
2004-01-19
fix endian bug when dealing with ArrayHeader's; added a hack to permit save g...
Max Horn
2004-01-19
moved the sam&max inventory hack into o6_setOwner
Max Horn
2004-01-19
forgot to remove this :-)
Max Horn
2004-01-19
moved some V6-only scumm vars to ScummEngine_v6
Max Horn
2004-01-16
Only needed for V1 Maniac.
Travis Howell
2004-01-16
Fix for bug #862263 - Maniac actors never stop talking. I know this could pro...
James Brown
2004-01-14
Remove INSANE define.
Travis Howell
2004-01-11
changed the name of the former removeObjectFromRoom yet again, to markObjectR...
Max Horn
2004-01-11
renamed removeObjectFromRoom to forceObjectRedraw
Max Horn
2004-01-10
More conversion to debug channels
James Brown
2004-01-10
Start of debug channel support. TODO: Move this to the common Debugger system?
James Brown
2004-01-09
added lipSync code
Paweł Kołodziejski
2004-01-08
move the charset mask to the charset renderer class; some other related changes
Max Horn
2004-01-08
unify _vm / _scumm usage
Max Horn
2004-01-08
cleanup
Max Horn
2004-01-08
cleanup
Max Horn
2004-01-08
more cleanup
Max Horn
2004-01-06
updated copyright notice
Max Horn
2004-01-05
added Actor::getElevation and Actor::setElevation; cleaned up costume API a b...
Max Horn
2004-01-04
cleanup
Max Horn
2004-01-04
removed setFeatures (not needed anymore)
Max Horn
2004-01-03
renamed updateDirtyRect to markRectAsDirty (because that's what it really doe...
Max Horn
2004-01-03
cleanup
Max Horn
2004-01-03
removed unused param in initScreens
Max Horn
2003-12-30
Add correct solution for drawObjectQue[] overflow in lawn mower mini games of...
Travis Howell
[prev]
[next]