Age | Commit message (Expand) | Author |
2010-05-27 | Add some null checking when pausing/resuming videos. | Matthew Hoops |
2010-05-26 | Made _k_new_node() a method of the segment manager, and fixed a bug with the ... | Filippos Karapetis |
2010-05-26 | SCI: fixing kReadNumber to behave like in sierra sci (non standard atoi imple... | Martin Kiewitz |
2010-05-26 | Replace SCUMM F5 dialog by GMM & add help button to GMM | Max Horn |
2010-05-26 | SCI: More const related changes; remove unnecessary casts which hide const is... | Max Horn |
2010-05-26 | SCI: adding another workaround for picture 376 in sq4/cd (same issue like ori... | Martin Kiewitz |
2010-05-26 | SCI: Making various object and script related things const | Max Horn |
2010-05-26 | Take any 'moov' resource from a resource fork, not just 0x80; minor cleanup. | Matthew Hoops |
2010-05-26 | SCI: Simplify appending string 'seeker' to sierraId | Max Horn |
2010-05-26 | PSP: implemented basic file cache. Turns out the PSP reads 1 byte as fast as ... | Yotam Barnoy |
2010-05-26 | Fixed compilation | Filippos Karapetis |
2010-05-26 | Made find_unique_script_block() a member of the Script class | Filippos Karapetis |
2010-05-26 | Add safeguards when no engines with engine-data are included. Inspired by pat... | Eugene Sandulenko |
2010-05-26 | Patch #2951677: Text boxes should init with the caret at the beginning | Eugene Sandulenko |
2010-05-26 | SCI: adding another hack to sci32 picture drawing, fixes crash in sci32 games... | Martin Kiewitz |
2010-05-26 | Fix the 'boiling water' videos in the boiler puzzle. | Matthew Hoops |
2010-05-26 | Have makeADPCMStream use the entire stream if the size is 0 (as it says in th... | Matthew Hoops |
2010-05-26 | Proper fix for the MSVC warning concerning packing: reordered the members of ... | Filippos Karapetis |
2010-05-26 | Avoid adding a null char in the sierraId Common::String | Filippos Karapetis |
2010-05-26 | Formatting | Filippos Karapetis |
2010-05-26 | Added more info to the warning thrown when argc > 1 while modifying a variabl... | Filippos Karapetis |
2010-05-26 | After running some tests, it appears that modifying argc inside send_selector... | Filippos Karapetis |
2010-05-26 | Silence a warning inside send_selector(): argc > 0 means "write selector". Ad... | Filippos Karapetis |
2010-05-26 | Gave proper names to each flag in the message flag set | Paul Gilbert |
2010-05-26 | More work on controlling access to members of the Object class: | Filippos Karapetis |
2010-05-26 | Cleanup | Filippos Karapetis |
2010-05-26 | Properly fixed MSVC warning C4121 (alignment of a member was sensitive to pac... | Filippos Karapetis |
2010-05-26 | Reverted commit #49107 - it is pointless to keep silencing this warning (whic... | Filippos Karapetis |
2010-05-26 | Implement QuickTime playback for SCI1.1 Mac. The 'Halfdome' and 'KQ6Movie' vi... | Matthew Hoops |
2010-05-25 | Patch #2959341: Minor update to SCUMM debugger command 'passcode' | Eugene Sandulenko |
2010-05-25 | SCI: adding comment about error() on pattern opcodes sci1.1+ | Martin Kiewitz |
2010-05-25 | SCI: error out on pattern opcodes inside vector data when drawing pictures in... | Martin Kiewitz |
2010-05-25 | Fix a Myst regression: not a good idea to use memset on a Common::String :) | Matthew Hoops |
2010-05-25 | SCI: dont lock mutex in pauseAll(), isn't needed anyway - fixes deadlock in sq4 | Martin Kiewitz |
2010-05-25 | SCI: sci1.1 uses hardcoded white for picture cel data instead of the value sp... | Martin Kiewitz |
2010-05-25 | SCI: sci1.1 changed priority to 15, when adding to picture - fixes title in i... | Martin Kiewitz |
2010-05-25 | Bugfix to allow timed text to display in the correct colours | Paul Gilbert |
2010-05-25 | Patch #3006178: "rjp1: calculate sample length correctly" | Max Horn |
2010-05-25 | Changed the font system to allow for multiple fonts to be loaded simultaneously | Paul Gilbert |
2010-05-25 | Implement *scpbtn and *_domecheck. The domes can now be opened/closed (not us... | Matthew Hoops |
2010-05-25 | Fix a regression with rewinding in QuickTime videos (looping works in Riven a... | Matthew Hoops |
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 |