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
/
pink
/
objects
/
actions
/
action_text.cpp
Age
Commit message (
Collapse
)
Author
2019-11-15
PINK: Fix text color selection and added some debug output
Eugene Sandulenko
2019-10-20
PINK: Fix text drawing, use absolute coordinates
Eugene Sandulenko
2019-10-19
PINK: Enable text rendering for localized versions
Eugene Sandulenko
2019-10-15
PINK: Set text windows to read-only
Eugene Sandulenko
2019-10-15
PINK: Disable border for all text windows
Eugene Sandulenko
2019-10-11
PINK: Fix uninitalised reads
Eugene Sandulenko
2019-10-11
PINK: Fix border dimensions
Eugene Sandulenko
2019-10-04
PINK: Add built-in empty border and use for texts
Eugene Sandulenko
2019-09-30
PINK: Use proper window border for PDA
Eugene Sandulenko
2018-12-10
PINK: Push down the advanced detector include
Bastien Bouclet
So the whole engine is not rebuilt when making changes to shared code.
2018-08-05
PINK: implemented text drawing in ActionText for English version
Andrei Prykhodko
2018-07-29
PINK: add partial implementation of ActionText
Andrei Prykhodko
2018-07-21
PINK: hid debug output under channels and levels
Andrei Prykhodko
2018-06-28
PINK: reformat Action's code
whiterandrek
2018-06-28
PINK: fix deserializing of ActionText
whiterandrek
2018-06-28
PINK: fix indentation
whiterandrek
2018-06-28
PINK: fix no newline warning
whiterandrek
2018-06-28
PINK: remove >> << operators
whiterandrek
2018-06-28
PINK: fix includes
whiterandrek
2018-06-28
PINK: added ActionPlayWithSfx implementation
whiterandrek
2018-06-28
PINK: added ActionText
whiterandrek