Age | Commit message (Expand) | Author |
2006-02-25 | Fix bug #1436178 (ALL: int8_t in graphics/animation in conflict with ISO99 C) | Max Horn |
2006-02-20 | Moved fonts to a new dir graphics/fonts | Max Horn |
2006-02-20 | Fixing up my previous commit: finished moving common/scaler* to graphics | Max Horn |
2006-02-20 | Moved common/scaler* to graphics/ | Max Horn |
2006-02-12 | Reduced data duplication in module.mk files; added module.mk files for null a... | Max Horn |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-02-07 | Removed .cvsignore files | Max Horn |
2006-02-03 | fixes allow compile with emsvc4 again | Paweł Kołodziejski |
2006-01-31 | Oops again. Don't beat me hard for plugging in 8800+ glyphs font instead | Eugene Sandulenko |
2006-01-31 | oops. Forgot about our small backends. | Eugene Sandulenko |
2006-01-31 | Plug in better font. Unfortunately we can't use Arial12 which Krest put on | Eugene Sandulenko |
2006-01-27 | - adds the new gui renderer also a new implementation for the classic gui | Johannes Schickel |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-11-27 | Patch #1341626: "New GP32 port" | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-10-08 | PalmOS : very bad hack to fix global constructor problem with ARM | Chris Apers |
2005-09-03 | Change PalmOS ident | Chris Apers |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-07-29 | fix chunk size | Andrew Kurushin |
2005-07-29 | Simple ILBM images reader. | Eugene Sandulenko |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson |
2005-06-20 | Added virtual destructor, to silence a few more GCC 4 warnings | Max Horn |
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 |