Age | Commit message (Expand) | Author |
---|---|---|
2003-10-03 | introduced namespace Scumm; made #include statements use scumm/ prefix explic... | Max Horn |
2003-10-02 | renamed class Scumm to ScummEngine (consisten with other engine names; also m... | Max Horn |
2003-09-11 | cleanup | Max Horn |
2003-09-01 | added sound handle stuff to mixer streams | Paweł Kołodziejski |
2003-06-20 | init _base to 0 | Max Horn |
2003-06-18 | cleanup; tiny bug fix (file was opened, then opened again - not good) | Max Horn |
2003-05-26 | Make _smushProcessFrame volatile (for multi thread access) | Max Horn |
2003-04-30 | moved screen mutex from smush into SDL backend (other backends have to make s... | Max Horn |
2003-03-19 | use a mutex to sync smush screen updates (should avoid crash caused by a race... | Max Horn |
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 | reorg/clenup, changed main loop in smush code | Paweł Kołodziejski |