aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/smush_player.cpp
AgeCommit message (Collapse)Author
2003-05-12swapped talkPosX and talkPosY (they were misnamed); factored out some ↵Max Horn
duplicate code in string.cpp; VC warning fix in smush_player.cpp svn-id: r7481
2003-05-10renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and ↵Max Horn
_realWidth/_realHeight -> _screenWidth/_screenHeight (inspired by MadMoose, but I'll take the blame - still this seems much more logical & intuitive) svn-id: r7423
2003-04-30moved screen mutex from smush into SDL backend (other backends have to make ↵Max Horn
sure they are thread safe by themselves) svn-id: r7230
2003-04-30som changes to make Palm OS happyMax Horn
svn-id: r7216
2003-04-26stop assertion from triggering to make ft finishable againJonathan Gray
svn-id: r7123
2003-03-28this should fix one of those nasty deadlocks, I hopeMax Horn
svn-id: r6876
2003-03-21moved delay stuff outside of lock mutexPaweł Kołodziejski
svn-id: r6843
2003-03-20take lock mutex mechanism also processKbd() and waitForTimer().Paweł Kołodziejski
I hope it will finally solve locking gfx resources svn-id: r6838
2003-03-19use a mutex to sync smush screen updates (should avoid crash caused by a ↵Max Horn
race condition) svn-id: r6837
2003-03-18cleanupMax Horn
svn-id: r6832
2003-03-17a tiny saferPaweł Kołodziejski
svn-id: r6829
2003-03-17changed orderPaweł Kołodziejski
svn-id: r6828
2003-03-17few corrections for smushPaweł Kołodziejski
svn-id: r6827
2003-03-17moved backend update_screen() (slooolest thing) from smush updateScreen() ↵Paweł Kołodziejski
into main loop switching scalers also works now svn-id: r6826
2003-03-17moved handle events from update into main loopPaweł Kołodziejski
svn-id: r6825
2003-03-17changed debug level 4Paweł Kołodziejski
svn-id: r6824
2003-03-17stop gcc crying about unused variableJonathan Gray
svn-id: r6821
2003-03-17reorg/clenup, changed main loop in smush codePaweł Kołodziejski
svn-id: r6817