Age | Commit message (Expand) | Author |
2010-01-04 | Comment out unused variable. | Johannes Schickel |
2010-01-04 | SCI: kPalette / animate adjustments to behave more like sierra sci, also does... | Martin Kiewitz |
2009-12-30 | SCI: palette merging / comment addition | Martin Kiewitz |
2009-12-30 | SCI: fix palette merging (fixes lsl1demo right at the beginning and sq5 wilco... | Martin Kiewitz |
2009-12-01 | Removed unnecessary semi-colons. | Torbjörn Andersson |
2009-10-20 | SCI/newgui: palVary logic as comments (work in progress) | Martin Kiewitz |
2009-10-20 | SCI/newgui: Changed kPalette(animate) and implemented setFlags/unsetFlags | Martin Kiewitz |
2009-10-20 | SCI/newgui: kPalette cleanup, preparing for sq5 paletteAnimate support | Martin Kiewitz |
2009-10-17 | SCI/newgui: set amiga palette immediately at game start and stop kPalette/ani... | Martin Kiewitz |
2009-10-16 | Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,... | Filippos Karapetis |
2009-10-15 | Changed palette initialization depending on the findings of the resource mana... | Filippos Karapetis |
2009-10-15 | SCI/newgui: longbow palette 999 doesnt have mapping, so palette was detected ... | Martin Kiewitz |
2009-10-15 | SCI: Don't cache squares | Willem Jan Palenstijn |
2009-10-14 | SCI/newgui: kPalette / setIntensity / reimplemented setPalette optional param... | Martin Kiewitz |
2009-10-14 | SCI/newgui: changed kPalette (setIntensity) to behave differently (seems we h... | Martin Kiewitz |
2009-10-14 | Fixed the palette in the SEQ decoder again | Filippos Karapetis |
2009-10-14 | Started rewriting the SEQ decoder to use the new GUI functions | Filippos Karapetis |
2009-10-14 | SCI/newgui: SciGuiTransitions now at least supports fadeIn/out | Martin Kiewitz |
2009-10-12 | SCI/newgui: kGraph updateBox implemented, cleaned up usage of BitsShow() stil... | Martin Kiewitz |
2009-10-09 | SCI/newgui: changing undithering logic again, palette now uses decoded color-... | Martin Kiewitz |
2009-10-08 | SCI/newgui: cleanup, fixing uninitialized variable in SciGuiPalette | Martin Kiewitz |
2009-10-08 | SCI/newgui: remarks about _menuPort, uninitialized usage in SciGuiPalette rem... | Martin Kiewitz |
2009-10-08 | Don't store the engine state in the SciGuiPalette class. The palette timestam... | Filippos Karapetis |
2009-10-07 | SCI/newgui: changed dithering logic, otherwise colors combined with black wou... | Martin Kiewitz |
2009-10-07 | SCI/newgui: undithering of picture now possible (just follow instructions in ... | Martin Kiewitz |
2009-10-06 | WIP code for replacing the FreeSCI view decoding code with the new one (no ch... | Filippos Karapetis |
2009-10-06 | - Fixed kGetTime() again | Filippos Karapetis |
2009-10-06 | Removed an unused reference to OSystem | Filippos Karapetis |
2009-10-06 | SCI/newgui: palette functions from SciGuiGfx now in SciGuiPalette | Martin Kiewitz |