Age | Commit message (Expand) | Author |
2005-01-11 | last wjp suggested patch - helps reenable "no definition for inline function"... | Andrew Kurushin |
2005-01-11 | Make voicess.res the first IHNM voice file, since that's the one that's | Torbjörn Andersson |
2005-01-11 | On Fingolfin's suggestion I put back the inclusion of util.h into Rect, for | Torbjörn Andersson |
2005-01-11 | Use Fingolfin's new WAV code. | Torbjörn Andersson |
2005-01-11 | 16-bit WAVs are little-endian. | Torbjörn Andersson |
2005-01-11 | This is probably not the optimal fix, but at least ScummVM compiles again. | Torbjörn Andersson |
2005-01-11 | Update SAGA items | Eugene Sandulenko |
2005-01-11 | o All fonts were mapped. Introduced new FONT_DONTMAP flag | Eugene Sandulenko |
2005-01-11 | Maybe I added wrong include, but at least it let me compile | Eugene Sandulenko |
2005-01-10 | A little more moving around #include's (last one for today ;-) | Max Horn |
2005-01-10 | Untested converse. Drawing isn't possible due to lack of needed information | Eugene Sandulenko |
2005-01-10 | eek, we put a static RandomSource instance into every file that included fmop... | Max Horn |
2005-01-10 | Legal header | Max Horn |
2005-01-10 | Remove some more header dependencies | Max Horn |
2005-01-10 | Reduce dependencies on common/savefile.h from 88 to 14 | Max Horn |
2005-01-10 | system.h was being included in tons of places, without any good reason; reduc... | Max Horn |
2005-01-10 | Moved mutex stuff into a seperate header | Max Horn |
2005-01-10 | yet another attempt to get makeInstance working for gcc 3.3, gcc 3.2, and MSV... | Max Horn |
2005-01-10 | Add keys mapping option to the main option dialog for WinCE - useful for Smar... | Nicolas Bacca |
2005-01-10 | Fix alignment problem | Nicolas Bacca |
2005-01-10 | German retail IHNM patch.re_ md5 is confirmed | Eugene Sandulenko |
2005-01-10 | Updated the SAGA XMIDI issue. | Torbjörn Andersson |
2005-01-10 | Added note about the SAGA XMIDI tempo bug. | Torbjörn Andersson |
2005-01-10 | Better sync between music and intro. | Torbjörn Andersson |
2005-01-10 | Removed unused variable. | Torbjörn Andersson |
2005-01-10 | Add back missing items | Travis Howell |
2005-01-09 | saga update | Andrew Kurushin |
2005-01-09 | - GameModule is gone | Andrew Kurushin |
2005-01-09 | small fixes: | Andrew Kurushin |
2005-01-09 | Added proper IHNM scripts lut and run scripts, though not much to see. | Eugene Sandulenko |
2005-01-09 | some disabled warning moved from .vcproj to #pragma with comments | Andrew Kurushin |
2005-01-09 | o Fixed some indentation | Eugene Sandulenko |
2005-01-09 | Fix legal header | Max Horn |
2005-01-09 | Ensure these headers match the rest of ScummVM | Max Horn |
2005-01-09 | Ensure the kyra legal headers match the rest of ScummVM | Max Horn |
2005-01-09 | Mark some places which probably should use loadWAVFromStream(); maybe some of... | Max Horn |
2005-01-09 | Added shared code to load WAV(E) data from arbitrary seekable streams (files ... | Max Horn |
2005-01-09 | This function is currently not used... | Max Horn |
2005-01-09 | cleanup | Max Horn |
2005-01-09 | Fix changing the scaler while GUI scaling and the console are active | Max Horn |
2005-01-09 | fix warning | Max Horn |
2005-01-09 | rewritten sprite class | Andrew Kurushin |
2005-01-09 | Since _pos is unsigned it's always >= 0, so testing for negativity will | Torbjörn Andersson |
2005-01-09 | Update SAGA items | Eugene Sandulenko |
2005-01-09 | Moving AppendableAudioStream into SCUMM engine, as it is only used there | Max Horn |
2005-01-09 | Added new interface SeekableReadStream | Max Horn |
2005-01-08 | rename StringsList to StringsTable | Andrew Kurushin |
2005-01-08 | begining of verb implementation | Andrew Kurushin |
2005-01-08 | Fix bug #1097467 (COMI: cursor is invisible at "insert CD" message) | Max Horn |
2005-01-08 | Fix bug #1098115 (GUI: Broken console font) | Max Horn |