Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-10-08 | PalmOS : very bad hack to fix global constructor problem with ARM | Chris Apers | |
svn-id: r18970 | |||
2005-09-03 | Change PalmOS ident | Chris Apers | |
svn-id: r18748 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-07-29 | fix chunk size | Andrew Kurushin | |
svn-id: r18590 | |||
2005-07-29 | Simple ILBM images reader. | Eugene Sandulenko | |
svn-id: r18588 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson | |
Test built for Symbian and run on P910i without any major problems. Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA). svn-id: r18430 | |||
2005-06-20 | Added virtual destructor, to silence a few more GCC 4 warnings | Max Horn | |
svn-id: r18419 | |||
2005-06-04 | Remove special case for char 0x20 (=space). No idea why it was there in the ↵ | Max Horn | |
first place svn-id: r18335 | |||
2005-05-17 | Fix word wrapping: do not generate spaces at the start/end of the wrapped lines | Max Horn | |
svn-id: r18142 | |||
2005-05-17 | Added missing comma symbol, based on semicolon | Max Horn | |
svn-id: r18140 | |||
2005-05-17 | Added clipping to drawLine(). This fixes a regression that caused the | Torbjörn Andersson | |
debug console to crash ScummVM. (I'm not sure, but I think it was trying to draw the scrollbar arrows outside the screen when the console was sliding into view.) svn-id: r18138 | |||
2005-05-15 | Now that the GUI scaling code is off, we can use a 'big' font which is not ↵ | Max Horn | |
exactly twice as big as the 'normal' font, thus using the available screen space more efficiently svn-id: r18119 | |||
2005-05-15 | Added Font::wordWrapText method | Max Horn | |
svn-id: r18109 | |||
2005-05-11 | Moved some more stuff to namespace Audio (enough for tonight) | Max Horn | |
svn-id: r18040 | |||
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' ↵ | Max Horn | |
because we already have many classes with that name) svn-id: r18039 | |||
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn | |
svn-id: r18037 | |||
2005-05-08 | Added convenience methods create/free to Graphics::Surface (part of patch ↵ | Max Horn | |
#1163026) svn-id: r17973 | |||
2005-05-08 | Patch #1193795 (Adding drawLine() to Surface) | Max Horn | |
svn-id: r17959 | |||
2005-05-02 | Const correctness | Max Horn | |
svn-id: r17898 | |||
2005-05-01 | If the sound ends before the cutscene, fall back on same synchronizing | Torbjörn Andersson | |
mechanism as in the no sound case. In particular, don't hang while waiting for the sound to play far enough to go to the next frame. This should fix bug #1192646. svn-id: r17889 | |||
2005-04-28 | Forgot to commit this, oops :-/ | Max Horn | |
svn-id: r17846 | |||
2005-04-27 | Patch #1186744 (Common line-drawing function) | Max Horn | |
svn-id: r17842 | |||
2005-04-26 | ...and since RGBToColor() returns OverlayColor, let's use that datatype | Torbjörn Andersson | |
instead of uint16. (I never realized that we could use RGBToColor() here myself. Good job in spotting that!) svn-id: r17812 | |||
2005-04-26 | now uses OSystem::RGBtoColor for yuv->rgb conversion tables instead of ↵ | Robert Göffringmann | |
checking gBitFormat svn-id: r17810 | |||
2005-04-03 | Added ARGB4444 case to table generation. | Marcus Comstedt | |
Maybe this should really be a single case using RGBToColor instead... svn-id: r17357 | |||
2005-03-25 | Add missing pixel to letter 'P' | Max Horn | |
svn-id: r17229 | |||
2005-03-12 | PlayingSoundHandle -> SoundHandle; also, turned the handle activity check ↵ | Max Horn | |
into a mixer method svn-id: r17106 | |||
2005-03-11 | Renamed variables in the MPEG animation classes to better conform with | Torbjörn Andersson | |
ScummVM standard. It seems the 8-bit version of the code had decayed slightly, but I believe it's working again now. svn-id: r17081 | |||
2005-03-09 | changing AudioDataType -> SoundType, so now the constant names match the ↵ | Max Horn | |
name of the data type / the SoundMixer method names svn-id: r17052 | |||
2005-03-06 | Applied patch #1155731, reducing the memory usage of the MPEG player by | Torbjörn Andersson | |
about 8 MB. svn-id: r17007 | |||
2005-02-06 | Moved the console font from gui to graphics | Max Horn | |
svn-id: r16742 | |||
2005-01-11 | On Fingolfin's suggestion I put back the inclusion of util.h into Rect, for | Torbjörn Andersson | |
MIN() and MAX(). I then removed util.h from a bunch of files which I don't think need it any more. (Please let me know if I got too blood-thirsty!) This reverts some of the changes I made this morning. svn-id: r16541 | |||
2005-01-11 | This is probably not the optimal fix, but at least ScummVM compiles again. | Torbjörn Andersson | |
svn-id: r16538 | |||
2005-01-10 | A little more moving around #include's (last one for today ;-) | Max Horn | |
svn-id: r16534 | |||
2005-01-10 | system.h was being included in tons of places, without any good reason; ↵ | Max Horn | |
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527 | |||
2005-01-08 | Fix bug #1098115 (GUI: Broken console font) | Max Horn | |
svn-id: r16488 | |||
2005-01-07 | Remove extra ; | Travis Howell | |
svn-id: r16471 | |||
2005-01-06 | work around yet another MSVC problem | Max Horn | |
svn-id: r16470 | |||
2005-01-06 | Switching GUI to an alternate font; using a second, bigger, font for 640x480 ↵ | Max Horn | |
games like COMI. Note: we can always easily switch back to the SCUMM font or any other font, if we want to svn-id: r16467 | |||
2005-01-06 | New normal/big fonts | Max Horn | |
svn-id: r16466 | |||
2005-01-06 | oops | Max Horn | |
svn-id: r16461 | |||
2005-01-06 | Added a font manager (work in progress) | Max Horn | |
svn-id: r16460 | |||
2005-01-06 | Patch #1092994 (Selfscaling GUI) | Max Horn | |
svn-id: r16455 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-27 | Added 'sound types' to the mixer - for now, only plain (for the premixer), ↵ | Max Horn | |
SFX and music; volume is now controlled based on the sound type svn-id: r16330 | |||
2004-12-20 | CE workaround - skipping the movie is better than crashing if the LUT cannot ↵ | Nicolas Bacca | |
be allocated svn-id: r16218 | |||
2004-12-20 | added coordinates clipping to ScummFont::drawChar(), this should make ↵ | Gregory Montoir | |
valgrind happy when displaying the about window. svn-id: r16147 | |||
2004-12-05 | added support for an international BS1 cutscene pack (which we didn't ↵ | Robert Göffringmann | |
release yet) svn-id: r15983 |