aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/text32.cpp
AgeCommit message (Expand)Author
2017-10-06SCI32: Clean up scriptWidth/scriptHeight/screenWidth/screenHeightColin Snover
2017-10-06SCI32: Clean up GfxText32Colin Snover
2017-04-22SCI32: Fix bad kPointSize implementationColin Snover
2017-03-30SCI32: Always reinit GfxText32 statics on game startupColin Snover
2017-03-30SCI32: Use built-in system font as default font for GfxText32Colin Snover
2016-12-19SCI32: Fix incorrect parsing of empty |f| text escape codeColin Snover
2016-11-02SCI32: Fix incorrect text width calculation of non-ASCII stringsColin Snover
2016-10-09SCI32: Clarify some identifiersColin Snover
2016-09-29SCI32: Fix buffer overflow when drawing border to a tiny text bitmapColin Snover
2016-08-28SCI32: Fix rendering of non-ASCII charactersColin Snover
2016-08-01SCI32: Add bitmap segment and remove GC option from hunk segmentColin Snover
2016-08-01SCI32: Enable optional explicit memory management of hunk entriesColin Snover
2016-06-21SCI32: Expose a draw buffer on BitmapResource objectsColin Snover
2016-06-21SCI32: Fixes to GfxText32Colin Snover
2016-06-21SCI32: Implement kScrollWindowWillem Jan Palenstijn
2016-06-21SCI32: Make GfxText32::_scaledWidth/Height staticsWillem Jan Palenstijn
2016-06-21SCI32: Fix drawText on consecutive control codesWillem Jan Palenstijn
2016-06-21SCI32: Fix getTextWidth on consecutive control codesWillem Jan Palenstijn
2016-05-28SCI32: Simplify default text width equationColin Snover
2016-05-28SCI: Explicit type conversion. Avoids warnings on number of compilers.Eugene Sandulenko
2016-05-28SCI32: Remove unused titled text bitmap codeColin Snover
2016-03-10SCI32: Implement GfxText32::getTextCountColin Snover
2016-03-07SCI32: Move in-memory bitmap read/write into its own classColin Snover
2016-03-06SCI32: Implement variable size frame drawingColin Snover
2016-03-06SCI32: Implement kEditTextColin Snover
2016-03-03SCI32: Fix misidentification of createFontBitmap(CelInfo &)Colin Snover
2016-03-03SCI32: Add all kBitmap signaturesColin Snover
2016-03-01SCI32: Fix text size calculation scaling to match SCIColin Snover
2016-02-28SCI32: Non-titled text bitmap implementationColin Snover
2016-02-27SCI: Remove another GK1-related hackFilippos Karapetis
2016-02-18SCI: WIP GfxText32 codeColin Snover
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2012-06-20SCI: Remove multibyte character processing code from SCI32Filippos Karapetis
2012-06-20SCI: Don't attempt to draw line feed characters in SCI32Filippos Karapetis
2012-06-09SCI: Handle translucent text planesFilippos Karapetis
2012-06-07SCI: Initial implementation of kScrollWindow, used in some SCI21 gamesFilippos Karapetis
2012-05-14SCI: Implement savegame deletion functionality in SCI32Filippos Karapetis
2012-03-08SCI: Fix GK1 Mac text positioningMatthew Hoops
2012-01-15SCI: Properly handle negative coordinates in drawTextBitmap()Filippos Karapetis
2012-01-13SCI: Fixed some graphics corruption (black boxes) in the dialogs of GK1Filippos Karapetis
2012-01-01JANITORIAL: Remove SVN tagsStrangerke
2011-10-30SCI: More work on kEditTextFilippos Karapetis
2011-10-29SCI: Bugfix for text alignment in SCI32 gamesFilippos Karapetis
2011-10-29SCI: Silence GCC warningTorbjörn Andersson
2011-10-29SCI: Fixed the up/down buttons in GK1Filippos Karapetis
2011-10-29SCI: Implemented text alignment for SCI32Filippos Karapetis
2011-10-29SCI: Fixed typoFilippos Karapetis
2011-10-29SCI: Some fixes for text positioning in SCI32 games (still WIP)Filippos Karapetis
2011-10-28SCI: Remove unneeded casts (thanks to wjp for pointing that out)Filippos Karapetis
2011-10-28SCI: Use the original text buffer width/height when drawing itFilippos Karapetis