Age | Commit message (Expand) | Author |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-06-20 | SCI: Remove multibyte character processing code from SCI32 | Filippos Karapetis |
2012-06-20 | SCI: Don't attempt to draw line feed characters in SCI32 | Filippos Karapetis |
2012-06-09 | SCI: Handle translucent text planes | Filippos Karapetis |
2012-06-07 | SCI: Initial implementation of kScrollWindow, used in some SCI21 games | Filippos Karapetis |
2012-05-14 | SCI: Implement savegame deletion functionality in SCI32 | Filippos Karapetis |
2012-03-08 | SCI: Fix GK1 Mac text positioning | Matthew Hoops |
2012-01-15 | SCI: Properly handle negative coordinates in drawTextBitmap() | Filippos Karapetis |
2012-01-13 | SCI: Fixed some graphics corruption (black boxes) in the dialogs of GK1 | Filippos Karapetis |
2012-01-01 | JANITORIAL: Remove SVN tags | Strangerke |
2011-10-30 | SCI: More work on kEditText | Filippos Karapetis |
2011-10-29 | SCI: Bugfix for text alignment in SCI32 games | Filippos Karapetis |
2011-10-29 | SCI: Silence GCC warning | Torbjörn Andersson |
2011-10-29 | SCI: Fixed the up/down buttons in GK1 | Filippos Karapetis |
2011-10-29 | SCI: Implemented text alignment for SCI32 | Filippos Karapetis |
2011-10-29 | SCI: Fixed typo | Filippos Karapetis |
2011-10-29 | SCI: Some fixes for text positioning in SCI32 games (still WIP) | Filippos Karapetis |
2011-10-28 | SCI: Remove unneeded casts (thanks to wjp for pointing that out) | Filippos Karapetis |
2011-10-28 | SCI: Use the original text buffer width/height when drawing it | Filippos Karapetis |
2011-10-28 | SCI: Fixed text background color and text transparency for SCI32 games | Filippos Karapetis |
2011-10-19 | SCI: Moved the width adjustment outside getPlaneRect() | Filippos Karapetis |
2011-10-19 | SCI: Added a sanity check when drawing text. Older SCI32 saves work now | Filippos Karapetis |
2011-10-19 | SCI: Merged all the code to get/set the NS rect | Filippos Karapetis |
2011-10-15 | SCI: Fixed text length in upscaled SCI32 games | Filippos Karapetis |
2011-10-14 | SCI: Fixed display of text surfaces in SCI21 | Filippos Karapetis |
2011-10-14 | SCI: Silenced warnings | Filippos Karapetis |
2011-10-14 | SCI: More work on kBitmap (still WIP) | Filippos Karapetis |
2011-10-13 | SCI: Implemented kBitmap(3) and kBitmap(5). Some cleanup | Filippos Karapetis |
2011-10-11 | SCI: Fixed text display in QFG4 | Filippos Karapetis |
2011-10-11 | SCI: Some work on the SCI32 bitmap / font code | Filippos Karapetis |
2011-10-11 | SCI: Removed leftover unused variables | Filippos Karapetis |
2011-10-11 | SCI: Proper implementation of text drawing for SCI2+ | Filippos Karapetis |
2011-10-09 | SCI: CreateTextBitmap should return a pointer. Also, silenced a warning | Filippos Karapetis |
2011-10-09 | SCI32: Documented the extra 2 params in kCreateTextBitmap(0) | Filippos Karapetis |
2011-10-08 | SCI2+: Fixed the implementation of kTextSize(), removing some hacks | Filippos Karapetis |
2011-10-08 | SCI2+: Some groundwork for kTextSize() | Filippos Karapetis |
2011-09-03 | SCI32: Added an initial skeleton structure for the SCI2 text drawing code | Filippos Karapetis |