Age | Commit message (Expand) | Author |
2010-05-29 | Added again base-backend. Started sdl backend refatoring, file, mutex and tim... | Alejandro Marzini |
2010-05-28 | Created base virtual classes for backends subsystems. | Alejandro Marzini |
2010-05-24 | SCI: forgot one rename in r49202 - MSVC, why? | Martin Kiewitz |
2010-05-24 | SCI: renaming MacIconBar to GfxMacIconBar | Martin Kiewitz |
2010-05-24 | Surface is a struct, not a class | Filippos Karapetis |
2010-05-24 | PSP: to fix the audio, I cleaned up the audio thread and changed the thread p... | Yotam Barnoy |
2010-05-24 | Oops, forgot to delete the icon bar. | Matthew Hoops |
2010-05-24 | SCI: leave console open for pic_visualize/undither commands - also don't use ... | Martin Kiewitz |
2010-05-24 | Add support for showing the icon bar in SCI1.1 Mac. | Matthew Hoops |
2010-05-24 | Move the PICT code to graphics/ with some updates; needed for SCI1.1 Mac. | Matthew Hoops |
2010-05-24 | Fix bug #2827172: DRASCULA: Cursor appears ontop of ending and credits | Eugene Sandulenko |
2010-05-24 | Fix crash when there is no drascula.dat file | Eugene Sandulenko |
2010-05-24 | Fix warning | Eugene Sandulenko |
2010-05-24 | Fix Russian versions of airport and farm as they use extended charset. | Eugene Sandulenko |
2010-05-24 | Have the MacResManager ignore resources with length 0. | Matthew Hoops |
2010-05-24 | SCI: sort according to original order in kAnimate, when y and z are the same ... | Martin Kiewitz |
2010-05-24 | SCI: only remove isQueued status for sound sci0 | Martin Kiewitz |
2010-05-24 | SCI: remove isQueued status when sound gets stopped - fixes iceman resuming m... | Martin Kiewitz |
2010-05-24 | sync | Eugene Sandulenko |
2010-05-24 | Added Russian Windows release of puttmoon | Eugene Sandulenko |
2010-05-24 | Fix warnings | Eugene Sandulenko |
2010-05-24 | Fix compilation under MinGW | Eugene Sandulenko |
2010-05-24 | Implemented the bulk of the logic for displaying timed on-screen messages | Paul Gilbert |
2010-05-24 | PSP: switched to using slightly faster delay and getMillis | Yotam Barnoy |
2010-05-24 | PSP: turn off psp audio thread again. Must have tested it wrong. | Yotam Barnoy |
2010-05-24 | Added Russian airport and farm. Needs more work as crashes at attempt to open... | Eugene Sandulenko |
2010-05-24 | PSP: switched to the way SDL does things in the audio thread to get rid of cl... | Yotam Barnoy |
2010-05-24 | PSP: moved timer thread to backends/timer/psp | Yotam Barnoy |
2010-05-23 | Add support for loading the QuickTime 'moov' atom from the file's resource fo... | Matthew Hoops |
2010-05-23 | Move the QDM2 code to the graphics module, removing the cyclic dependency. | Matthew Hoops |
2010-05-23 | Hide the QDM2 implementation and only expose it via a factory method, hopeful... | Matthew Hoops |
2010-05-23 | PSP: commented out new PSP audio. Still has some clicking issues | Yotam Barnoy |
2010-05-23 | PSP: changed thread stack sizes to prevent crashes in COMI | Yotam Barnoy |
2010-05-23 | add mips-sgi(-irix6.5) cross-compiling target | Joost Peters |
2010-05-23 | FFMpeg switched to Git, so update link to original smacker decoder. | Eugene Sandulenko |
2010-05-23 | Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M... | Matthew Hoops |
2010-05-23 | SCI: Enabled saving from the ScummVM menu again | Filippos Karapetis |
2010-05-23 | SCI: removed hack for iceman in kDoBresen - fixes all sorts of automatic walk... | Martin Kiewitz |
2010-05-23 | PSP: forgot to add a file | Yotam Barnoy |
2010-05-23 | Remove the unused SCI_GAME_WAS_RESTARTED_AT_LEAST_ONCE flag | Filippos Karapetis |
2010-05-23 | SCI: fixing crash in _vocab_add_rule when running qfg2 demo | Martin Kiewitz |
2010-05-23 | Made shrink_execution_stack() a member of EngineState | Filippos Karapetis |
2010-05-23 | SCI: reenabling "stopAllSounds" code disabled in r49101 - isn't called anymor... | Martin Kiewitz |
2010-05-23 | SCI: fix regression of r49156 - if multiple songs are stored for resume-play,... | Martin Kiewitz |
2010-05-23 | SCI: use priority when queuing up music in sound sci0 -> fixes lsl3 jingle is... | Martin Kiewitz |
2010-05-23 | PSP: replaced SDL's timer with much simpler and more efficient PspTimer class | Yotam Barnoy |
2010-05-23 | Another video player regression: When the palette changes, look up the | Torbjörn Andersson |
2010-05-23 | Keep the Broken Sword cutscene players from using up all available CPU. | Torbjörn Andersson |
2010-05-23 | Cleaned up the game ID code: | Filippos Karapetis |
2010-05-23 | Major work done on the animation and support classes to match the original | Paul Gilbert |