Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-20 | removed trailing whitespaces | Max Horn | |
svn-id: r40742 | |||
2009-05-13 | - Simplified SCI version detection a bit and clarified the different version ↵ | Filippos Karapetis | |
feature flags (not used yet) - Removed the version verification functions (they were only used for two specific cases, but the SCI executable reader is able to detect the exact SCI game version anyway, so there is no point in having these) - Removed the empty GameFlags structure and replaced it with a 32-bit integer instead svn-id: r40524 | |||
2009-04-01 | - Wrapped all the code for custom graphics options around a ↵ | Filippos Karapetis | |
CUSTOM_GRAPHICS_OPTIONS define. Most of these options don't work in 256-color mode, plus there is currently no way to actually set/change them somehow (other than modifying the code) - Added a FIXME for the abuse of the pic_port_bounds graphics option - it's actually set by the game itself in kSetPort() - Added some test code for setting palette intensity in KPalette() (currently disabled) svn-id: r39794 | |||
2009-03-31 | Got rid of the gfx_res_mod_t struct | Filippos Karapetis | |
svn-id: r39771 | |||
2009-03-21 | Cleanup | Filippos Karapetis | |
svn-id: r39593 | |||
2009-03-18 | Slight cleanup | Filippos Karapetis | |
svn-id: r39514 | |||
2009-03-12 | SCI: Removed most uses of the 'inline' keyword. It is usually better to let ↵ | Max Horn | |
the compiler figure out what to inline. As it is, most of these looked as if they were randomly placed ;) svn-id: r39352 | |||
2009-03-08 | Use new Palette class to manager pixmap palettes. | Willem Jan Palenstijn | |
There are some remaining regressions with text colour in SCI1 games, but overall it should fix more than it breaks. svn-id: r39242 | |||
2009-02-24 | not needed this includes anymore | Paweł Kołodziejski | |
svn-id: r38857 | |||
2009-02-21 | SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files | Max Horn | |
svn-id: r38735 | |||
2009-02-21 | revert large parts of r38621. error() is for fatal errors and does not ↵ | Willem Jan Palenstijn | |
return. warning() is not for debugging status messages. svn-id: r38696 | |||
2009-02-21 | Wrapped the SCI engine in the Sci namespace. | Oystein Eftevaag | |
svn-id: r38676 | |||
2009-02-21 | formating | Paweł Kołodziejski | |
svn-id: r38668 | |||
2009-02-20 | Changed more messages to warnings/errors | Filippos Karapetis | |
svn-id: r38621 | |||
2009-02-17 | Update headers. gfx/ | Eugene Sandulenko | |
svn-id: r38412 | |||
2009-02-17 | Remove functions not used, and thus the dependency on isblank. | Lars Persson | |
svn-id: r38393 | |||
2009-02-16 | isblank is not available on all platforms. Needs to be handled in a ↵ | Lars Persson | |
different way. svn-id: r38376 | |||
2009-02-15 | SCI: Run astyle to make the code be more compliant with our Code Formatting ↵ | Max Horn | |
Guidelines: gfx dir svn-id: r38321 | |||
2009-02-15 | fixed compilation with msvc | Paweł Kołodziejski | |
svn-id: r38285 | |||
2009-02-15 | - Remove some unneeded files | Eugene Sandulenko | |
- Mass rename .c to .cpp svn-id: r38227 |