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.cpp
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-12-19
SCI32: Fix incorrect parsing of empty |f| text escape code
Colin Snover
2016-11-02
SCI32: Fix incorrect text width calculation of non-ASCII strings
Colin Snover
2016-10-09
SCI32: Clarify some identifiers
Colin Snover
2016-09-29
SCI32: Fix buffer overflow when drawing border to a tiny text bitmap
Colin Snover
2016-08-28
SCI32: Fix rendering of non-ASCII characters
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-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: Make GfxText32::_scaledWidth/Height statics
Willem Jan Palenstijn
2016-06-21
SCI32: Fix drawText on consecutive control codes
Willem Jan Palenstijn
2016-06-21
SCI32: Fix getTextWidth on consecutive control codes
Willem Jan Palenstijn
2016-05-28
SCI32: Simplify default text width equation
Colin Snover
2016-05-28
SCI: Explicit type conversion. Avoids warnings on number of compilers.
Eugene Sandulenko
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: Move in-memory bitmap read/write into its own class
Colin Snover
2016-03-06
SCI32: Implement variable size frame drawing
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-03-01
SCI32: Fix text size calculation scaling to match SCI
Colin Snover
2016-02-28
SCI32: Non-titled text bitmap implementation
Colin Snover
2016-02-27
SCI: Remove another GK1-related hack
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-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
[next]