Age | Commit message (Expand) | Author |
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 | SCI: Simplify appending string 'seeker' to sierraId | Max Horn |
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 | SCI: adding another hack to sci32 picture drawing, fixes crash in sci32 games... | Martin Kiewitz |
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 | More work on controlling access to members of the Object class: | Filippos Karapetis |
2010-05-26 | Cleanup | Filippos Karapetis |
2010-05-26 | Implement QuickTime playback for SCI1.1 Mac. The 'Halfdome' and 'KQ6Movie' vi... | Matthew Hoops |
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 | 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-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 | 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 | 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-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 | 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 | Cleaned up the game ID code: | Filippos Karapetis |
2010-05-22 | SCI: adding ability to specify hexadecimal number as index for debug command ... | Martin Kiewitz |
2010-05-22 | Cleanup | Filippos Karapetis |
2010-05-22 | Rewrote and simplified the game ID detector. It now properly works with SCI0-... | Filippos Karapetis |
2010-05-21 | Slight cleanup | Filippos Karapetis |
2010-05-21 | Removed the reliance on the segment manager from the fallback detector, for S... | Filippos Karapetis |
2010-05-21 | Some further work on the fallback detector, reducing the reliance on the segm... | Filippos Karapetis |
2010-05-20 | SCI: fix regression of r49109 - only queue up midi sounds | Martin Kiewitz |
2010-05-20 | SCI: adding workaround for some underwater rooms in iceman - removing visual&... | Martin Kiewitz |
2010-05-19 | Slight bugfix in the object iteration inside getSierraGameId() | Filippos Karapetis |
2010-05-19 | SCI: sound code now queues up music in sci0, wip-code: not reacting on priori... | Martin Kiewitz |
2010-05-19 | SCI: updated comment on kDoSound(12) | Martin Kiewitz |
2010-05-19 | Fixed silly typo in #49099. Iceman works again (thanks m_kiewitz) | Filippos Karapetis |