Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-05 | SCI: Removed the old graphics code | Filippos Karapetis | |
svn-id: r47005 | |||
2009-10-28 | Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard ↵ | Filippos Karapetis | |
(defined in sci.h) svn-id: r45459 | |||
2009-09-30 | SCI: Some palette code cleanup | Max Horn | |
svn-id: r44494 | |||
2009-09-28 | SCI: When merging palettes, map all unused colours to index 0. | Willem Jan Palenstijn | |
This fixes the boots/belt of the hero sprite in QfG3 character generation. svn-id: r44448 | |||
2009-09-24 | SCI: When setting global palette, map all unused colours to index 0. | Willem Jan Palenstijn | |
This fixes white artifacts outside the bar in the SQ4CD intro, but might cause regressions elsewhere. svn-id: r44320 | |||
2009-09-09 | Removed/replaced the gfx_pixmap_color struct | Filippos Karapetis | |
svn-id: r44017 | |||
2009-05-23 | SCI: add (unused) palette revisioning support | Willem Jan Palenstijn | |
svn-id: r40838 | |||
2009-05-20 | removed trailing whitespaces | Max Horn | |
svn-id: r40742 | |||
2009-05-10 | SCI: Fixed palette regression from rev 40388 | Max Horn | |
svn-id: r40432 | |||
2009-05-08 | SCI: cleanup | Max Horn | |
svn-id: r40388 | |||
2009-03-29 | SCI: remove some debugging printfs | Willem Jan Palenstijn | |
svn-id: r39746 | |||
2009-03-08 | Formatting. | Johannes Schickel | |
svn-id: r39245 | |||
2009-03-08 | Fix warning. | Johannes Schickel | |
svn-id: r39244 | |||
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 |