aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/text32.h
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-10-09SCI32: Clarify some identifiersColin 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-07-27SCI32: Give default skip color a nameColin 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: Implement line drawing (kAddLine/kUpdateLine/kRemoveLine)Colin Snover
2016-06-21SCI32: Make GfxText32::_scaledWidth/Height staticsWillem Jan Palenstijn
2016-05-28SCI32: Remove unused titled text bitmap codeColin Snover
2016-03-10SCI32: Implement GfxText32::getTextCountColin Snover
2016-03-07SCI32: Actually use the BitmapFlags enumColin Snover
2016-03-07SCI32: Move in-memory bitmap read/write into its own classColin 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-02-28SCI32: Non-titled text bitmap implementationColin Snover
2016-02-19SCI: Use American English, like we do in other parts of ScummVMFilippos Karapetis
2016-02-18SCI: WIP GfxText32 codeColin Snover
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2012-06-07SCI: Initial implementation of kScrollWindow, used in some SCI21 gamesFilippos Karapetis
2012-01-15SCI: Properly handle negative coordinates in drawTextBitmap()Filippos Karapetis
2012-01-01JANITORIAL: Remove SVN tagsStrangerke
2011-10-30SCI: More work on kEditTextFilippos Karapetis
2011-10-29SCI: Some fixes for text positioning in SCI32 games (still WIP)Filippos Karapetis
2011-10-19SCI: Merged all the code to get/set the NS rectFilippos Karapetis
2011-10-13SCI: Implemented kBitmap(3) and kBitmap(5). Some cleanupFilippos Karapetis
2011-10-11SCI: Some work on the SCI32 bitmap / font codeFilippos Karapetis
2011-10-11SCI: Proper implementation of text drawing for SCI2+Filippos Karapetis
2011-10-09SCI: CreateTextBitmap should return a pointer. Also, silenced a warningFilippos Karapetis
2011-10-09SCI32: Documented the extra 2 params in kCreateTextBitmap(0)Filippos Karapetis
2011-10-08SCI2+: Some groundwork for kTextSize()Filippos Karapetis
2011-09-03SCI32: Added an initial skeleton structure for the SCI2 text drawing codeFilippos Karapetis