Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-27 | SCI: Implement bounds-checked reads of game resources | Colin Snover | |
2014-10-28 | SCI: Remove trailing whitespace | Filippos Karapetis | |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-12-11 | SCI: rave support (KQ6 hires portrait lip sync) | Martin Kiewitz | |
Thanks to wjp and [md5] for helping | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-06-15 | SCI: SciGui/SciGui32 gone for good... | Martin Kiewitz | |
svn-id: r49860 | |||
2010-06-09 | Renamed the SciEvent class to EventManager, to separate it from the sciEvent ↵ | Filippos Karapetis | |
structure, and removed it from the engine state svn-id: r49534 | |||
2010-01-31 | SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is ↵ | Martin Kiewitz | |
now called directly w/o SciGui svn-id: r47752 | |||
2010-01-11 | Some portrait-related changes, to be used when portrait loading/unloading is ↵ | Filippos Karapetis | |
done. Also, added a comment on where the class is used svn-id: r47251 | |||
2010-01-11 | - Set the palette inside doit() again | Filippos Karapetis | |
- Removed a now obsolete TODO - Portrait animations are now stopped when the Esc key is pressed, or when the engine should quit svn-id: r47247 | |||
2010-01-11 | The portrait file data is now freed after the portrait animation is done | Filippos Karapetis | |
svn-id: r47246 | |||
2010-01-11 | Cleanup, fixed a memory leak | Filippos Karapetis | |
svn-id: r47245 | |||
2010-01-11 | - Don't set the palette per portrait frame - setting the whole screen ↵ | Filippos Karapetis | |
palette is a very expensive operation, and shouldn't be done on each frame, especially when all of the frames use the same palette - Cleanup svn-id: r47241 | |||
2010-01-10 | SCI: kPortrait - mouse click now aborts portrait | Martin Kiewitz | |
svn-id: r47224 | |||
2010-01-09 | SCI: kPortrait - now drawing after wait, also using gui wait so mouse cursor ↵ | Martin Kiewitz | |
still works during execution, makes lip sync perfect (thx to the other fix by fingolfin) svn-id: r47214 | |||
2010-01-09 | SCI: kPortrait - drawing base bitmap before drawing animation bitmap | Martin Kiewitz | |
svn-id: r47211 | |||
2010-01-09 | kPortrait: found the coordinate offsets, corrected actual bitmap size ↵ | Martin Kiewitz | |
(sometimes extra bytes are appended per line) animation bitmaps now valid svn-id: r47210 | |||
2010-01-09 | SCI: kPortrait - animation included, doesnt seem right currently coordinate ↵ | Martin Kiewitz | |
offset is missing (cause i cant find it) and mouth movement doesnt seem right...at least the basics work and graphic data is fine svn-id: r47206 | |||
2010-01-09 | SCI: kPortrait almost fully implemented (animation bitmaps still missing) | Martin Kiewitz | |
svn-id: r47204 | |||
2010-01-09 | SCI: adding audio support to kPortrait, audio is now playing when portraits ↵ | Martin Kiewitz | |
are shown svn-id: r47202 | |||
2010-01-07 | SCI: some portrait work (kq6 now shows the main bitmap as portrait, ↵ | Martin Kiewitz | |
coordinates still messed up) svn-id: r47105 | |||
2010-01-05 | More renaming | Filippos Karapetis | |
svn-id: r47009 |