index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
graphics
/
text32.h
Age
Commit message (
Expand
)
Author
2017-10-06
SCI32: Clean up scriptWidth/scriptHeight/screenWidth/screenHeight
Colin Snover
2017-10-06
SCI32: Clean up GfxText32
Colin Snover
2017-04-22
SCI32: Fix bad kPointSize implementation
Colin Snover
2017-03-30
SCI32: Always reinit GfxText32 statics on game startup
Colin Snover
2017-03-30
SCI32: Use built-in system font as default font for GfxText32
Colin Snover
2016-10-09
SCI32: Clarify some identifiers
Colin Snover
2016-08-01
SCI32: Add bitmap segment and remove GC option from hunk segment
Colin Snover
2016-08-01
SCI32: Enable optional explicit memory management of hunk entries
Colin Snover
2016-07-27
SCI32: Give default skip color a name
Colin Snover
2016-06-21
SCI32: Expose a draw buffer on BitmapResource objects
Colin Snover
2016-06-21
SCI32: Fixes to GfxText32
Colin Snover
2016-06-21
SCI32: Implement kScrollWindow
Willem Jan Palenstijn
2016-06-21
SCI32: Implement line drawing (kAddLine/kUpdateLine/kRemoveLine)
Colin Snover
2016-06-21
SCI32: Make GfxText32::_scaledWidth/Height statics
Willem Jan Palenstijn
2016-05-28
SCI32: Remove unused titled text bitmap code
Colin Snover
2016-03-10
SCI32: Implement GfxText32::getTextCount
Colin Snover
2016-03-07
SCI32: Actually use the BitmapFlags enum
Colin Snover
2016-03-07
SCI32: Move in-memory bitmap read/write into its own class
Colin Snover
2016-03-06
SCI32: Implement kEditText
Colin Snover
2016-03-03
SCI32: Fix misidentification of createFontBitmap(CelInfo &)
Colin Snover
2016-03-03
SCI32: Add all kBitmap signatures
Colin Snover
2016-02-28
SCI32: Non-titled text bitmap implementation
Colin Snover
2016-02-19
SCI: Use American English, like we do in other parts of ScummVM
Filippos Karapetis
2016-02-18
SCI: WIP GfxText32 code
Colin Snover
2014-02-18
SCI: Make GPL headers consistent in themselves.
Johannes Schickel
2012-06-07
SCI: Initial implementation of kScrollWindow, used in some SCI21 games
Filippos Karapetis
2012-01-15
SCI: Properly handle negative coordinates in drawTextBitmap()
Filippos Karapetis
2012-01-01
JANITORIAL: Remove SVN tags
Strangerke
2011-10-30
SCI: More work on kEditText
Filippos Karapetis
2011-10-29
SCI: Some fixes for text positioning in SCI32 games (still WIP)
Filippos Karapetis
2011-10-19
SCI: Merged all the code to get/set the NS rect
Filippos Karapetis
2011-10-13
SCI: Implemented kBitmap(3) and kBitmap(5). Some cleanup
Filippos Karapetis
2011-10-11
SCI: Some work on the SCI32 bitmap / font code
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+: Some groundwork for kTextSize()
Filippos Karapetis
2011-09-03
SCI32: Added an initial skeleton structure for the SCI2 text drawing code
Filippos Karapetis