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
Age
Commit message (
Expand
)
Author
2004-01-06
fixed warning
Paweł Kołodziejski
2004-01-06
Restrict to scumm7, caused invalid opcode errors when skipping cutscenes in c...
Travis Howell
2004-01-06
Fix subtitles glitch when subtitles are shown during room scroll in pass.
Travis Howell
2004-01-06
updated MD5 table
Max Horn
2004-01-06
updated copyright notice
Max Horn
2004-01-06
get rid of VirtScreen::scrollable
Max Horn
2004-01-06
just always call updateDirtyScreen(kTextVirtScreen) - it won't do any harm fo...
Max Horn
2004-01-06
This one (_blitAlso) is very odd, I can't quite figure out where it is needed...
Max Horn
2004-01-06
typo
Max Horn
2004-01-06
renamed VirtScreen::alloctwobuffers to hasTwoBuffers; added lots of doxygen c...
Max Horn
2004-01-06
no need to save information which we can (and do) recompute
Max Horn
2004-01-06
Made o8_getActorZPlane return the same z value as Actor::drawActorCostume com...
Max Horn
2004-01-06
Add check
Travis Howell
2004-01-05
replace more usages of _screenWidth by more appropriate variables/values
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
2004-01-05
Had checks wrong way around, seems to work now.
Travis Howell
2004-01-05
Add partial support for ignoreTurns, fixes some glitches in putt putt games.
Travis Howell
2004-01-05
'proper' fix for V1 MM problem; added a FIXME
Max Horn
2004-01-05
fix bug #870433 (DIG: Scrolling regression with the lander game)
Max Horn
2004-01-04
Add comment
Travis Howell
2004-01-04
cleanup
Max Horn
2004-01-04
split out cursor/palette code into separate source files
Max Horn
2004-01-04
Allow subtitles to be disabled in games using imuse digital again.
Travis Howell
2004-01-04
Fix a few subtitles glitches in loomcd during cutscenes.
Travis Howell
2004-01-04
renamed global var _debugLevel to g_debugLevel; let Engine constructor init i...
Max Horn
2004-01-04
turns out we always had VirtScreen::backBuf but didn't use it... change that ...
Max Horn
2004-01-04
removed setFeatures (not needed anymore)
Max Horn
2004-01-04
replaced many instances of _screenWidth by VirtScreen::width, where approriat...
Max Horn
2004-01-04
uhm? I don't see why VC 2003 would complain about this, but not about the man...
Max Horn
2004-01-04
I don't see why this would be needed (my guess is that the hack in initVirtSc...
Max Horn
2004-01-04
remove this HACK workaround - I think I may have fixed the true cause (we'll ...
Max Horn
2004-01-04
cleanup (mostly moved stuff around, and replaced the fadeOut call)
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
oops
Max Horn
2004-01-03
removed unused param in initScreens
Max Horn
2004-01-03
added & renamed some constants; fixed & added some doxygen comments; cleaned ...
Max Horn
2004-01-03
renamed AudioInputStream -> AudioStream
Max Horn
2004-01-03
Should be enabled for all GF_NEW_COSTUMES games.
Travis Howell
2004-01-03
Add last few
Travis Howell
2004-01-03
Update
Travis Howell
2004-01-03
re-enabled .sog and .so3 support for FT
Max Horn
2004-01-02
sync with data
Max Horn
2004-01-02
Add comments for HE specific opcodes
Travis Howell
2004-01-02
Ooops
Travis Howell
2004-01-02
Add another HE games opcode and case.
Travis Howell
2004-01-02
Fix missing sfx in puttputt
Travis Howell
2004-01-02
Fix some masking issue in Putt Putt games
Travis Howell
2004-01-02
Fix for bug #869045 (DIG: Crash in bundle decoder); t'was a buffer overflow
Max Horn
[next]