Age | Commit message (Expand) | Author |
2010-05-10 | SCI: set signal to SIGNAL_OFFSET, when a music slot is played that doesn't co... | Martin Kiewitz |
2010-05-10 | Add support for loading SCI games from Mac resource forks. The games themselv... | Matthew Hoops |
2010-05-04 | Move DebugChannel related code to new header | Max Horn |
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn |
2010-05-04 | Get rid of Engine::_gameDataDir. | Max Horn |
2010-05-04 | SCI: kPortrait - correctly jump over offset table to land on raw lipsync data... | Martin Kiewitz |
2010-05-03 | SCI: set signal in SCI0/SCI01 games, when samples have been played only. fixe... | Martin Kiewitz |
2010-05-03 | SCI: reverting r48805 - caused regression in sq3new/kq1 | Martin Kiewitz |
2010-05-03 | SCI: copying over compressed audio (mp3/ogg/flac) buffers, because resourcema... | Martin Kiewitz |
2010-05-03 | SCI: fix possible heap error | Martin Kiewitz |
2010-05-03 | SCI: calculate sampleLen for WAVEs as well | Martin Kiewitz |
2010-05-03 | SCI: calculate sampleLen for compressed audio (mp3/ogg/flac) as well | Martin Kiewitz |
2010-05-02 | SCI: make audio decompression (mp3/ogg/flac) work on BE devices | Martin Kiewitz |
2010-05-01 | SCI: fix sync resources not loading correctly when compressed (mp3/ogg/flac) ... | Martin Kiewitz |
2010-05-01 | SCI: fix bugs in audio decompression (mp3, ogg, flac) | Martin Kiewitz |
2010-04-30 | SCI: animate cleanup | Martin Kiewitz |
2010-04-29 | Silence gcc warnings. | Matthew Hoops |
2010-04-29 | SCI: remove unneeded #includes from resource.cpp | Martin Kiewitz |
2010-04-29 | SCI: audio compression support | Martin Kiewitz |
2010-04-27 | COMMON: Move DebugChannel stuff into a new DebugMan singleton | Max Horn |
2010-04-26 | SCI: fix regression from r48720, upscaled games that use view cursors crashed | Martin Kiewitz |
2010-04-26 | SCI: fixing regression from r48771 - sierra used != before SCI1LATE and !(&) ... | Martin Kiewitz |
2010-04-26 | SCI: changing comment slightly about setting signal selector in stopSound for... | Martin Kiewitz |
2010-04-26 | SCI: also set signal selector when stopping sounds for SCI0 as well - fixes s... | Martin Kiewitz |
2010-04-25 | SCI: green buttons for sci0early implemented | Martin Kiewitz |
2010-04-25 | SCI: draw a black line between titlebar and actual window content for SCI0, a... | Martin Kiewitz |
2010-04-25 | SCI: changing setFont() call logic inside textedit controls to save 2 setFont... | Martin Kiewitz |
2010-04-25 | SCI: we check for enough space, before adding pressed characters in textedit ... | Martin Kiewitz |
2010-04-25 | SCI: replaced value with constant when checking if controls are selected | Martin Kiewitz |
2010-04-25 | SCI: reset cursor state when kDrawControl gets called on textedit controls, f... | Martin Kiewitz |
2010-04-25 | SCI: fix regression of r48659 - now calculating menu width and splitting text... | Martin Kiewitz |
2010-04-24 | SCI: Don't error() out when autodetection fails | Walter van Niftrik |
2010-04-24 | SCI: reverting r48787 port updates were actually introduced (heard that befor... | Martin Kiewitz |
2010-04-24 | SCI: add show_map command to debug help again (must have been lost some time ... | Martin Kiewitz |
2010-04-24 | SCI: r48786 port updates were actually introduced during SCI01, qfg2 and xmas... | Martin Kiewitz |
2010-04-24 | SCI: beginUpdate()/endUpdate() of ports were introduced inside kAnimate() in ... | Martin Kiewitz |
2010-04-24 | SCI: added special comments about r48784 | Martin Kiewitz |
2010-04-24 | SCI: changing GetLongest() on kanji (again) hopefully it's now working as in ... | Martin Kiewitz |
2010-04-24 | SCI: Fix regression in locals init for re-used segments | Walter van Niftrik |
2010-04-24 | SCI: document skipping over breaking spaces done in r48781 | Martin Kiewitz |
2010-04-24 | SCI: change the way we handle breaking spaces based on how sierra sci does it... | Martin Kiewitz |
2010-04-24 | SCI: first byte of resource patch must have 0x80 added to the resource type, ... | Martin Kiewitz |
2010-04-23 | SCI: fix for regression of r48778: do add spaces to width, if we are at endin... | Martin Kiewitz |
2010-04-23 | SCI: text16 ::Width() doesn't add ending spaces to the width anymore, sierra ... | Martin Kiewitz |
2010-04-23 | SCI: pc98 sierra interpreter had special code, that circumvents having a japa... | Martin Kiewitz |
2010-04-22 | SCI: added additional comment for setOrigin() commit (from waltervn), after d... | Martin Kiewitz |
2010-04-22 | SCI: make setOrigin() for ports behave like in sierra sci, fixes qfg1ega char... | Martin Kiewitz |
2010-04-22 | SCI: SCI1LATE+ checks for STYLE_USER, versions before check for STYLE_USER|ST... | Martin Kiewitz |
2010-04-20 | SCI: get color white instead of hardcoded 255 inside openPort(), fixes not wo... | Martin Kiewitz |
2010-04-20 | SCI: replaced values with constant | Martin Kiewitz |