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
/
engines
/
scumm
Age
Commit message (
Expand
)
Author
2006-10-25
#ifndef DISABLE_SCUMM_7_8 missing
Bertrand Augereau
2006-10-25
Missing include file (for ScummEngine_v6 symbol)
Bertrand Augereau
2006-10-25
Add Macintosh version of Backyard Football 2002
Travis Howell
2006-10-24
const correctness
Max Horn
2006-10-24
Add back football2002 target
Travis Howell
2006-10-22
Backend modularization: Create timer manager, savefile manager and audio mixe...
Max Horn
2006-10-21
cleanup
Max Horn
2006-10-20
SCUMM: ArrayHeader related cleanup
Max Horn
2006-10-19
SCUMM: Introduced V12_X_MULTIPLIER and V12_Y_MULTIPLIER to make it a bit easi...
Max Horn
2006-10-19
cleanup
Max Horn
2006-10-18
cleanup
Max Horn
2006-10-18
cleanup
Max Horn
2006-10-18
SCUMM: Got rid of BompHeader
Max Horn
2006-10-18
SCUMM: Be less generous to code invoking checkXYInBoxBounds with a bad box pa...
Max Horn
2006-10-18
SCUMM: Moved getDistanceBetween to clas ScummEngine_v6; grouped inventory rel...
Max Horn
2006-10-18
SCUMM: reordered contents of actor.cpp, grouping methods in a hopefully somew...
Max Horn
2006-10-18
SCUMM: Yet another minox walkbox cleanup
Max Horn
2006-10-18
SCUMM: walbox related cleanup
Max Horn
2006-10-15
Added some more const keywords
Max Horn
2006-10-15
Turned some more static vars into static const
Max Horn
2006-10-15
Moved get_resource_id_quoted around a bit and added another FIXME comment
Max Horn
2006-10-15
Added FIXME comment about 'static' abuse in imuse_part.cpp
Max Horn
2006-10-15
oops
Max Horn
2006-10-15
Replaced Chunk::ChunkString by tag2str
Max Horn
2006-10-15
Replaced function level static variable (YUCK) called 'sentence' by ScummEngi...
Max Horn
2006-10-15
Turning various static tables into static const
Max Horn
2006-10-15
Got rid of ScummEngine::_confirmExit, and some other minor cleanup
Max Horn
2006-10-14
Update the screen immediately after restoring the cursor on running a dialog.
Torbjörn Andersson
2006-10-14
Fixed bug #1573366 ("SMUSH: unpausing the game causes cursor to show").
Torbjörn Andersson
2006-10-14
Reenable INSANE warning. No check is required.
Eugene Sandulenko
2006-10-13
Fix potentioal bug when all subsequent SMUSH scenes were considered INSANE
Eugene Sandulenko
2006-10-13
Oops. rv last commit.
Eugene Sandulenko
2006-10-13
Reenable incorrectly compressed files warning
Eugene Sandulenko
2006-10-10
now SmushPlayer is class created once same as SmushMixer while scumm engine c...
Paweł Kołodziejski
2006-10-08
removed not needed anymore time measures in smush code
Paweł Kołodziejski
2006-10-08
re-add missing break; removed by mistake
Paweł Kołodziejski
2006-10-08
remove handleSkip code, SKIP chunk is only used by INSANE code and exist only...
Paweł Kołodziejski
2006-10-08
small unify handleIACT function
Paweł Kołodziejski
2006-10-08
Initial commit of the wince-gcc re-port
Kostas Nakos
2006-10-07
Fixed compilation.
Torbjörn Andersson
2006-10-07
Removed _lastKeyHit, instead pass the key code as a parameter to processKeybo...
Max Horn
2006-10-07
Removed 'smushMode' param from processInput and processKeyboard in favor of a...
Max Horn
2006-10-07
Clarified comment
Max Horn
2006-10-07
Moved calls to addDefaultDirectory, and creation of the master file handle, f...
Max Horn
2006-10-07
Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ScummEngin...
Max Horn
2006-10-07
Some more processKeyboard splitting
Max Horn
2006-10-07
Further split processKeyboard code, moving stuff specific to some SCUMM versi...
Max Horn
2006-10-07
Moved SCUMM keyboard handling code from processInput() to the new (sub)method...
Max Horn
2006-10-07
Renemaed ScummEngine::processKbd to processInput (as it also deals with the m...
Max Horn
2006-10-07
some HE related cleanup
Max Horn
[prev]
[next]