Age | Commit message (Expand) | Author |
2003-10-07 | Fixed assert(). I think -- I don't even get this far before ScummVM crashes | Torbjörn Andersson |
2003-10-07 | Some cleanup, some code removal and some unstubbing. Nothing important. | Torbjörn Andersson |
2003-10-07 | Renamed the FontRenderer class as FontRendererGui since there's another | Torbjörn Andersson |
2003-10-07 | - Added a debug stub for the selectSentence method | David Eriksson |
2003-10-07 | update a bit | Jonathan Gray |
2003-10-07 | Remove comment, which is no longer needed too. | Travis Howell |
2003-10-07 | - Add Talk class and begin to use it from Cutaway class | David Eriksson |
2003-10-07 | Ooops, used wrong one. | Travis Howell |
2003-10-07 | FM TOWNS sfx fix, correct sample rate. | Travis Howell |
2003-10-07 | add Joe struct + get/set functions | Joost Peters |
2003-10-06 | *** empty log message *** | Travis Howell |
2003-10-06 | added String::emptyString constant | Max Horn |
2003-10-06 | Fix text when room scrolls in game versions < 3. | Travis Howell |
2003-10-06 | added resource-table loading from external file | Joost Peters |
2003-10-06 | fixed warnings | Max Horn |
2003-10-06 | removed obsolete | Max Horn |
2003-10-06 | removed unused 'rate' param from nextTick; another tiny tweak to Operator2612... | Max Horn |
2003-10-06 | remove <string> include so we don't depend on stdlib stuff (not used anyway) ... | Jonathan Gray |
2003-10-06 | malloc/new optimizations | Max Horn |
2003-10-06 | Per-channel polyphony now > 1 | Jamieson Christian |
2003-10-06 | forgot this | Joost Peters |
2003-10-06 | even more optimizations | Max Horn |
2003-10-06 | some additions + small readability rewrite | Joost Peters |
2003-10-06 | some more tweaks | Max Horn |
2003-10-06 | some incremental changes (more will follow, this is step-by-step optimzation,... | Max Horn |
2003-10-06 | Should not apply to loom/loomcd, they only use room scrolling at one point an... | Travis Howell |
2003-10-06 | Start on index 1, not 0. | David Eriksson |
2003-10-06 | Check array bounds. | David Eriksson |
2003-10-06 | Should make --disable-queen work, suggested by Nightweaver. | David Eriksson |
2003-10-06 | Removed obsolete FIXME comment | Torbjörn Andersson |
2003-10-06 | turn on exception handling | Paweł Kołodziejski |
2003-10-06 | More performance optimizations | Jamieson Christian |
2003-10-06 | oops - that happesn if you incorrectly re-apply a broken patch =) | Max Horn |
2003-10-06 | more optimizations | Max Horn |
2003-10-06 | Fix compiler warnings | Jamieson Christian |
2003-10-06 | The real YM2612 implementation. Portable, | Jamieson Christian |
2003-10-06 | For those us who have to hit Shift to get to + | Jamieson Christian |
2003-10-05 | Fixed crash with Euphony looping. (Not that we actually | Jamieson Christian |
2003-10-05 | renamed SkyState to SkyEngine; cleaned the #include dependency mess a bit (tr... | Max Horn |
2003-10-05 | clarification: premixer must use native endianess | Max Horn |
2003-10-05 | cleanup | Max Horn |
2003-10-05 | removed not compilable files | Paweł Kołodziejski |
2003-10-05 | renamed classes (we have our own namespace now) + fixed segfault in logic | Joost Peters |
2003-10-05 | something I am working on | Max Horn |
2003-10-05 | fix compilation | Max Horn |
2003-10-05 | Preliminary preparation for new YM2612 FM emulator. | Jamieson Christian |
2003-10-05 | Made a separate class for the cutscene functions, removed some unused code | Torbjörn Andersson |
2003-10-05 | implemented new 'nice' scaler hotkeys | Max Horn |
2003-10-05 | cleanup | Max Horn |
2003-10-05 | factor out common gfx_mode/fullscreen setup code from the game engines into t... | Max Horn |