Age | Commit message (Expand) | Author |
2005-06-04 | Remove special case for char 0x20 (=space). No idea why it was there in the f... | Max Horn |
2005-05-17 | Fix word wrapping: do not generate spaces at the start/end of the wrapped lines | Max Horn |
2005-05-17 | Added missing comma symbol, based on semicolon | Max Horn |
2005-05-17 | Added clipping to drawLine(). This fixes a regression that caused the | Torbjörn Andersson |
2005-05-15 | Now that the GUI scaling code is off, we can use a 'big' font which is not ex... | Max Horn |
2005-05-15 | Added Font::wordWrapText method | Max Horn |
2005-05-11 | Moved some more stuff to namespace Audio (enough for tonight) | Max Horn |
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec... | Max Horn |
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn |
2005-05-08 | Added convenience methods create/free to Graphics::Surface (part of patch #11... | Max Horn |
2005-05-08 | Patch #1193795 (Adding drawLine() to Surface) | Max Horn |
2005-05-02 | Const correctness | Max Horn |
2005-05-01 | If the sound ends before the cutscene, fall back on same synchronizing | Torbjörn Andersson |
2005-04-28 | Forgot to commit this, oops :-/ | Max Horn |
2005-04-27 | Patch #1186744 (Common line-drawing function) | Max Horn |
2005-04-26 | ...and since RGBToColor() returns OverlayColor, let's use that datatype | Torbjörn Andersson |
2005-04-26 | now uses OSystem::RGBtoColor for yuv->rgb conversion tables instead of checki... | Robert Göffringmann |
2005-04-03 | Added ARGB4444 case to table generation. | Marcus Comstedt |
2005-03-25 | Add missing pixel to letter 'P' | Max Horn |
2005-03-12 | PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int... | Max Horn |
2005-03-11 | Renamed variables in the MPEG animation classes to better conform with | Torbjörn Andersson |
2005-03-09 | changing AudioDataType -> SoundType, so now the constant names match the name... | Max Horn |
2005-03-06 | Applied patch #1155731, reducing the memory usage of the MPEG player by | Torbjörn Andersson |
2005-02-06 | Moved the console font from gui to graphics | Max Horn |
2005-01-11 | On Fingolfin's suggestion I put back the inclusion of util.h into Rect, for | Torbjörn Andersson |
2005-01-11 | This is probably not the optimal fix, but at least ScummVM compiles again. | Torbjörn Andersson |
2005-01-10 | A little more moving around #include's (last one for today ;-) | Max Horn |
2005-01-10 | system.h was being included in tons of places, without any good reason; reduc... | Max Horn |
2005-01-08 | Fix bug #1098115 (GUI: Broken console font) | Max Horn |
2005-01-07 | Remove extra ; | Travis Howell |
2005-01-06 | work around yet another MSVC problem | Max Horn |
2005-01-06 | Switching GUI to an alternate font; using a second, bigger, font for 640x480 ... | Max Horn |
2005-01-06 | New normal/big fonts | Max Horn |
2005-01-06 | oops | Max Horn |
2005-01-06 | Added a font manager (work in progress) | Max Horn |
2005-01-06 | Patch #1092994 (Selfscaling GUI) | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-27 | Added 'sound types' to the mixer - for now, only plain (for the premixer), SF... | Max Horn |
2004-12-20 | CE workaround - skipping the movie is better than crashing if the LUT cannot ... | Nicolas Bacca |
2004-12-20 | added coordinates clipping to ScummFont::drawChar(), this should make valgrin... | Gregory Montoir |
2004-12-05 | added support for an international BS1 cutscene pack (which we didn't release... | Robert Göffringmann |
2004-11-28 | Changed parameter order of SoundMixer::playInputStream to match that of playRaw | Max Horn |
2004-11-27 | Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing some... | Max Horn |
2004-11-27 | do clipping | Max Horn |
2004-11-26 | Fix typo. Actually asserts there would be more convenient for debugging | Eugene Sandulenko |
2004-11-25 | Small optimization | Max Horn |
2004-11-25 | Added some graphic primitives | Max Horn |
2004-10-17 | Patch #1040501 (Possible fix for inttypes.h problem) | Max Horn |
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn |
2004-08-15 | oops | Max Horn |