Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-17 | Call updateScreen() from waitForTimer() (instead of usually right before it) | Torbjörn Andersson | |
for smoother mouse cursor movement. svn-id: r21993 | |||
2006-04-17 | Made the Lure engine call updateScreen() more often - particularly when using | Torbjörn Andersson | |
the menu bar at the top of the window - for smoother mouse movement. (After a discussion with sev.) svn-id: r21992 | |||
2006-04-17 | Split screenTextPObj script opcode into game specific versions | Travis Howell | |
svn-id: r21991 | |||
2006-04-17 | Add FF difference in addBox script opcode, fixes x position of some boxes | Travis Howell | |
svn-id: r21990 | |||
2006-04-17 | - Implements copyRegion without transparency checking | Johannes Schickel | |
- Uses copyRegion without transparency checking to fix credits drawing bugs svn-id: r21989 | |||
2006-04-17 | Simplifies credits.txt loading. | Johannes Schickel | |
svn-id: r21988 | |||
2006-04-17 | Fixes bug #1471895 ("KYRA1: Kyragem goes black at the very end"). | Johannes Schickel | |
svn-id: r21987 | |||
2006-04-17 | Rewrote the timing of the Kyra end credits so that it doesn't matter that the | Torbjörn Andersson | |
variables are signed. Otherwise the credits may hang on a slow system. svn-id: r21986 | |||
2006-04-17 | Make use of triple-interpolation function in SuperEagel (should save a few ↵ | Max Horn | |
cycles... not that it really matters :) svn-id: r21985 | |||
2006-04-17 | Fixes bug with wrong colors in the logo after a screen change. (this time it ↵ | Johannes Schickel | |
works!) svn-id: r21984 | |||
2006-04-17 | Replace interpolate32 calls by interpolate16 calls (as we only work on ↵ | Max Horn | |
single pixels here currently) svn-id: r21983 | |||
2006-04-17 | Simple optimization | Max Horn | |
svn-id: r21982 | |||
2006-04-17 | Renamed and merge some of the pixel interpolation functions (the names still ↵ | Max Horn | |
could be better) svn-id: r21981 | |||
2006-04-17 | Implements the end credits, and disables fast forwarding in the intro. | Oystein Eftevaag | |
svn-id: r21980 | |||
2006-04-17 | Replaced o70_seekFilePos by o60_seekFilePos (both were identical) | Max Horn | |
svn-id: r21979 | |||
2006-04-17 | Trigger videos for OmniTV in FF | Travis Howell | |
svn-id: r21978 | |||
2006-04-17 | Adjust video playback code, due to false calls in prison of FF | Travis Howell | |
svn-id: r21977 | |||
2006-04-17 | Remove leftover warning | Travis Howell | |
svn-id: r21976 | |||
2006-04-17 | Improve sound support in FF and add MoviePlayer class | Travis Howell | |
svn-id: r21975 | |||
2006-04-17 | Updated Mac OS X pixel icons from SVG version | Max Horn | |
svn-id: r21973 | |||
2006-04-17 | Allocate LUT/YUV tables on the heap | Max Horn | |
svn-id: r21971 | |||
2006-04-17 | Modify InitLUT to make use of ColorMasks, making it easier to add support ↵ | Max Horn | |
for other color modes eventually. This also fixes the computation of LUT16to32 which so far always assumed 565 mode. svn-id: r21970 | |||
2006-04-17 | Fixed (A)RGBToColor templates | Max Horn | |
svn-id: r21969 | |||
2006-04-17 | Since we define alpha value 255 to mean 'opaque', or T::kAlphaMask into the ↵ | Max Horn | |
result of RGBToColor svn-id: r21968 | |||
2006-04-17 | Add color conversion functions based on ColorMasks, to demonstrate how this ↵ | Max Horn | |
would work svn-id: r21967 | |||
2006-04-17 | Moved ColorMasks to their own new header graphics/colormasks.h, so that both ↵ | Max Horn | |
the scalers and the GUI code can access them. Also added (untested) entries for 1555, 444, 888 and 8888 modes svn-id: r21966 | |||
2006-04-17 | Actually, 3-4 alpha bits are fine, too :) | Max Horn | |
svn-id: r21965 | |||
2006-04-17 | cleanup | Max Horn | |
svn-id: r21964 | |||
2006-04-17 | Clarify that kFeatureOverlaySupportsAlpha should only be set if at least a ↵ | Max Horn | |
few bits of alpha are present svn-id: r21963 | |||
2006-04-17 | Document how the alpha color component is to be interpreted | Max Horn | |
svn-id: r21962 | |||
2006-04-17 | Removed my Altivec version of the hqx blitters, since it (a) didn't work ↵ | Max Horn | |
with newer GCC versions, (b) speed was improved on some systems, but actually slower on others, and (c) even on my old 400 Mhz G4 hqx is fast enough w/o it svn-id: r21961 | |||
2006-04-17 | Minor cleanup | Travis Howell | |
svn-id: r21960 | |||
2006-04-17 | Intergrate the DXA player for Amiga/Macintosh verisons of FF, from cyx | Travis Howell | |
svn-id: r21959 | |||
2006-04-17 | Handle unsigned variableArray reads better in FF, fixes more missing subroutines | Travis Howell | |
svn-id: r21958 | |||
2006-04-17 | Fix box selection after vertical scrolling in FF | Travis Howell | |
svn-id: r21957 | |||
2006-04-17 | Only allocate scale buffer when using FF | Travis Howell | |
svn-id: r21956 | |||
2006-04-17 | Fix vertical scrolling | Travis Howell | |
svn-id: r21955 | |||
2006-04-16 | Should fix wrong thumbnail colors after a screen change, which changed bpp. | Johannes Schickel | |
svn-id: r21954 | |||
2006-04-16 | This should fix wrong colors of the scummvm logo in the new theme after ↵ | Johannes Schickel | |
screen change. svn-id: r21953 | |||
2006-04-16 | - Moves Graphics::loadFont to Graphics::NewFont::loadFont | Johannes Schickel | |
- adds code for caching of fonts (just for Graphics::NewFont) - implements cache using in the modern theme for custom fonts - adds cache file for current normal font in the theme zip file svn-id: r21952 | |||
2006-04-16 | Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ↵ | Max Horn | |
new setInt and setBool methods (matching getInt/getBool), which avoids strange quirks & bugs caused by (char *) being implicitly cast to int (ouch) svn-id: r21951 | |||
2006-04-16 | Remove redundant code. soundfont is taken care in OptionsDialog::open() now. | Eugene Sandulenko | |
svn-id: r21950 | |||
2006-04-16 | Patch #1469722: "Game-specific SoundFont configuration broken" | Eugene Sandulenko | |
svn-id: r21949 | |||
2006-04-16 | The backend is responsible for making its own copy of the mouse cursor, so FF | Torbjörn Andersson | |
can use the original data, instead of leaking memory every time the drawMousePointer() function is called (several times per second). svn-id: r21948 | |||
2006-04-16 | The File class automatically tries adding "." to a filename if the file cannot | Torbjörn Andersson | |
be found, so there's no need for the Simon engine to do it. (Though the game detector still does at the moment.) svn-id: r21947 | |||
2006-04-16 | some cleanup | Joost Peters | |
svn-id: r21946 | |||
2006-04-16 | changed comments into real comments | Willem Jan Palenstijn | |
svn-id: r21945 | |||
2006-04-16 | Ignore the 'virtual' HE entries at the end of gameVariantsTable (this fixes ↵ | Max Horn | |
an odd detector problem) svn-id: r21944 | |||
2006-04-16 | Fixed some breakage in the 'Add Game' code I recently introduced; added a ↵ | Max Horn | |
FIXME comment regarding the 'description' config file key svn-id: r21943 | |||
2006-04-16 | Add missing mouse pointer checks for oracle and SAM in FF | Travis Howell | |
svn-id: r21942 |