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
/
smush
/
smush_player.cpp
Age
Commit message (
Expand
)
Author
2003-05-18
warning() automatically outputs a newline after the warning message; adding a...
Max Horn
2003-05-12
swapped talkPosX and talkPosY (they were misnamed); factored out some duplica...
Max Horn
2003-05-10
renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realH...
Max Horn
2003-04-30
moved screen mutex from smush into SDL backend (other backends have to make s...
Max Horn
2003-04-30
som changes to make Palm OS happy
Max Horn
2003-04-26
stop assertion from triggering to make ft finishable again
Jonathan Gray
2003-03-28
this should fix one of those nasty deadlocks, I hope
Max Horn
2003-03-21
moved delay stuff outside of lock mutex
Paweł Kołodziejski
2003-03-20
take lock mutex mechanism also processKbd() and waitForTimer().
Paweł Kołodziejski
2003-03-19
use a mutex to sync smush screen updates (should avoid crash caused by a race...
Max Horn
2003-03-18
cleanup
Max Horn
2003-03-17
a tiny safer
Paweł Kołodziejski
2003-03-17
changed order
Paweł Kołodziejski
2003-03-17
few corrections for smush
Paweł Kołodziejski
2003-03-17
moved backend update_screen() (slooolest thing) from smush updateScreen() int...
Paweł Kołodziejski
2003-03-17
moved handle events from update into main loop
Paweł Kołodziejski
2003-03-17
changed debug level 4
Paweł Kołodziejski
2003-03-17
stop gcc crying about unused variable
Jonathan Gray
2003-03-17
reorg/clenup, changed main loop in smush code
Paweł Kołodziejski