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
/
wintermute
/
base
/
font
Age
Commit message (
Expand
)
Author
2014-04-17
WINTERMUTE: Add a warning when loading TTF-fonts without FreeType2-support.
Einar Johan Trøan Sømåen
2014-02-21
WINTERMUTE: Use the correct field for dpi when loading FreeSans from scummmod...
Einar Johan Trøan Sømåen
2014-02-18
WINTERMUTE: Make GPL headers consistent in themselves.
Johannes Schickel
2014-02-16
WINTERMUTE: Janitorial - Remove trailing spaces
Strangerke
2014-02-12
WINTERMUTE: Use game format for fallback font rendering.
Johannes Schickel
2013-11-23
WINTERMUTE: Switch WideString to U32String.
Johannes Schickel
2013-11-15
WINTERMUTE: Add bold-font support for FreeSans.ttf (and only FreeSans for now).
Einar Johan Trøan Sømåen
2013-11-05
WINTERMUTE: Transfer Char* explicitly when saving/loading.
Einar Johan Trøan Sømåen
2013-11-05
WINTERMUTE: Transfer Sint32s explicitly when saving/loading.
Einar Johan Trøan Sømåen
2013-11-05
WINTERMUTE: Transfer Uint32s explicitly when saving/loading.
Einar Johan Trøan Sømåen
2013-10-29
WINTERMUTE: Remove BasePlatform::setRect (replace with member-call)
Einar Johan Trøan Sømåen
2013-10-28
WINTERMUTE: Transfer booleans explicitly when saving/loading.
Einar Johan Trøan Sømåen
2013-10-01
WINTERMUTE: Clean up byte/char casts in loading/parsing
Willem Jan Palenstijn
2013-09-29
WINTERMUTE: Fix typo in comment
Willem Jan Palenstijn
2013-09-29
WINTERMUTE: Do antialiased TT font rendering
Willem Jan Palenstijn
2013-09-08
WINTERMUTE: Swap dpi and font-height to be the right-way around.
Einar Johan Trøan Sømåen
2013-08-20
WINTERMUTE: Change pixel-format to RGBA.
Einar Johan Trøan Sømåen
2013-08-04
WINTERMUTE: Fix end of namespace comments.
Johannes Schickel
2013-04-22
WINTERMUTE: Use the theme-path to find scummodern.zip
Einar Johan Trøan Sømåen
2013-04-20
WINTERMUTE: Further reduce the amount of int->int32-confusion.
Einar Johan Trøan Sømåen
2013-04-19
WINTERMUTE: Add overrides to Font-classes.
Einar Johan Trøan Sømåen
2013-04-19
WINTERMUTE: Replace a few more ints by int32s.
Einar Johan Trøan Sømåen
2013-04-19
WINTERMUTE: Rename transfer(void *) to transferPtr(void *) to avoid overload-...
Einar Johan Trøan Sømåen
2013-04-18
WINTERMUTE: Do not us char literals to index an array
Max Horn
2013-04-15
WINTERMUTE: Fix warnings and improve const-correctness
Willem Jan Palenstijn
2013-01-26
WINTERMUTE: Replace all NULLs with nullptr.
Einar Johan Trøan Sømåen
2013-01-23
WINTERMUTE: Fix double delete of TTFs.
Einar Johan Trøan Sømåen
2013-01-23
WINTERMUTE: Use FreeSans from ScummModern.zip if the requested font is unavai...
Einar Johan Trøan Sømåen
2013-01-09
WINTERMUTE: Fix const away cast warning.
Johannes Schickel
2012-12-02
WINTERMUTE: Fix a warning from buildbot.
Einar Johan Trøan Sømåen
2012-12-02
WINTERMUTE: Make the TTF-cache actually use LRU.
Einar Johan Trøan Sømåen
2012-10-23
WINTERMUTE: Convert ' correctly from CP1252
Einar Johan Trøan Sømåen
2012-09-11
WINTERMUTE: Remove a few more unused includes.
Einar Johan Trøan Sømåen
2012-09-11
WINTERMUTE: Remove unneccessary includes of base_file.h
Einar Johan Trøan Sømåen
2012-09-11
WINTERMUTE: Only include base_renderer.h where needed
Einar Johan Trøan Sømåen
2012-09-04
WINTERMUTE: Convert CRLF to LF
Willem Jan Palenstijn
2012-09-01
WINTERMUTE: Fix various comments.
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Fix warnings
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Use ++it instead of it++
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: General cleanup
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Cleanup the header-guards.
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Replace col_templ's getSize with Common::Array::size()
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Fix g++ warnings listed by LordHoto
Einar Johan Trøan Sømåen
2012-08-14
WINTERMUTE: Adjust a few warnings.
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: WinterMute -> Wintermute
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: Use the correct DPI for TTF-fonts, and don't display overshooting...
Einar Johan Trøan Sømåen
2012-08-07
WINTERMUTE: Change PixelFormat to ARGB (same as Sword25)
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Remove statics and silence spam in debug console.
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Introduce a Singleton-class for holding registry/filemanager.
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Replace const char* with const Common::String & in fonts, gfx, pa...
Einar Johan Trøan Sømåen
[next]