aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-26Proper fix for the MSVC warning concerning packing: reordered the members of ...Filippos Karapetis
2010-05-26Avoid adding a null char in the sierraId Common::StringFilippos Karapetis
2010-05-26FormattingFilippos Karapetis
2010-05-26Added more info to the warning thrown when argc > 1 while modifying a variabl...Filippos Karapetis
2010-05-26After running some tests, it appears that modifying argc inside send_selector...Filippos Karapetis
2010-05-26Silence a warning inside send_selector(): argc > 0 means "write selector". Ad...Filippos Karapetis
2010-05-26Gave proper names to each flag in the message flag setPaul Gilbert
2010-05-26More work on controlling access to members of the Object class:Filippos Karapetis
2010-05-26CleanupFilippos Karapetis
2010-05-26Properly fixed MSVC warning C4121 (alignment of a member was sensitive to pac...Filippos Karapetis
2010-05-26Reverted commit #49107 - it is pointless to keep silencing this warning (whic...Filippos Karapetis
2010-05-26Implement QuickTime playback for SCI1.1 Mac. The 'Halfdome' and 'KQ6Movie' vi...Matthew Hoops
2010-05-25Patch #2959341: Minor update to SCUMM debugger command 'passcode'Eugene Sandulenko
2010-05-25SCI: adding comment about error() on pattern opcodes sci1.1+Martin Kiewitz
2010-05-25SCI: error out on pattern opcodes inside vector data when drawing pictures in...Martin Kiewitz
2010-05-25Fix a Myst regression: not a good idea to use memset on a Common::String :)Matthew Hoops
2010-05-25SCI: dont lock mutex in pauseAll(), isn't needed anyway - fixes deadlock in sq4Martin Kiewitz
2010-05-25SCI: sci1.1 uses hardcoded white for picture cel data instead of the value sp...Martin Kiewitz
2010-05-25SCI: sci1.1 changed priority to 15, when adding to picture - fixes title in i...Martin Kiewitz
2010-05-25Bugfix to allow timed text to display in the correct coloursPaul Gilbert
2010-05-25Patch #3006178: "rjp1: calculate sample length correctly"Max Horn
2010-05-25Changed the font system to allow for multiple fonts to be loaded simultaneouslyPaul Gilbert
2010-05-25Implement *scpbtn and *_domecheck. The domes can now be opened/closed (not us...Matthew Hoops
2010-05-25Fix a regression with rewinding in QuickTime videos (looping works in Riven a...Matthew Hoops
2010-05-24SCI: forgot one rename in r49202 - MSVC, why?Martin Kiewitz
2010-05-24SCI: renaming MacIconBar to GfxMacIconBarMartin Kiewitz
2010-05-24Surface is a struct, not a classFilippos Karapetis
2010-05-24PSP: to fix the audio, I cleaned up the audio thread and changed the thread p...Yotam Barnoy
2010-05-24Oops, forgot to delete the icon bar.Matthew Hoops
2010-05-24SCI: leave console open for pic_visualize/undither commands - also don't use ...Martin Kiewitz
2010-05-24Add support for showing the icon bar in SCI1.1 Mac.Matthew Hoops
2010-05-24Move the PICT code to graphics/ with some updates; needed for SCI1.1 Mac.Matthew Hoops
2010-05-24Fix bug #2827172: DRASCULA: Cursor appears ontop of ending and creditsEugene Sandulenko
2010-05-24Fix crash when there is no drascula.dat fileEugene Sandulenko
2010-05-24Fix warningEugene Sandulenko
2010-05-24Fix Russian versions of airport and farm as they use extended charset.Eugene Sandulenko
2010-05-24Have the MacResManager ignore resources with length 0.Matthew Hoops
2010-05-24SCI: sort according to original order in kAnimate, when y and z are the same ...Martin Kiewitz
2010-05-24SCI: only remove isQueued status for sound sci0Martin Kiewitz
2010-05-24SCI: remove isQueued status when sound gets stopped - fixes iceman resuming m...Martin Kiewitz
2010-05-24syncEugene Sandulenko
2010-05-24Added Russian Windows release of puttmoonEugene Sandulenko
2010-05-24Fix warningsEugene Sandulenko
2010-05-24Fix compilation under MinGWEugene Sandulenko
2010-05-24Implemented the bulk of the logic for displaying timed on-screen messagesPaul Gilbert
2010-05-24PSP: switched to using slightly faster delay and getMillisYotam Barnoy
2010-05-24PSP: turn off psp audio thread again. Must have tested it wrong.Yotam Barnoy
2010-05-24Added Russian airport and farm. Needs more work as crashes at attempt to open...Eugene Sandulenko
2010-05-24PSP: switched to the way SDL does things in the audio thread to get rid of cl...Yotam Barnoy
2010-05-24PSP: moved timer thread to backends/timer/pspYotam Barnoy