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
/
dreamweb
/
print.cpp
Age
Commit message (
Collapse
)
Author
2011-12-12
DREAMWEB: Convert rollEndCredits/rollEndCredits2 to C++
Max Horn
2011-12-08
DREAMWEB: Code formatting
Max Horn
2011-12-08
DREAMWEB: Move functions to DreamBase
Willem Jan Palenstijn
2011-12-08
DREAMWEB: Move printBoth, printChar, printDirect to DreamBase
Max Horn
2011-12-07
DREAMWEB: Move generated constants out of class DreamGenContext
Max Horn
2011-12-07
DREAMWEB: Move a few methods to DreamBase, remove some unused code
Max Horn
2011-12-06
DREAMWEB: Cleanup end of namespace comments
Max Horn
2011-12-05
DREAMWEB: Cleanup in 'getNumber'
Bertrand Augereau
2011-12-05
DREAMWEB: Ported 'getNumber' to C++
Bertrand Augereau
2011-12-05
Revert "DREAMWEB: Cleanup"
Bertrand Augereau
This reverts commit 5871a6943fa0a07bae81482ed96448cd3763af08.
2011-12-04
DREAMWEB: Cleanup
Willem Jan Palenstijn
2011-12-04
DREAMWEB: Fix kernChars
Willem Jan Palenstijn
2011-12-04
DREAMWEB: kTempCharset and kCurrentSet are managed out of the VM
Bertrand Augereau
2011-12-02
DREAMWEB: 'segRef' was redundant with 'getSegment' (thanks to Max for noting ↵
Bertrand Augereau
this)
2011-12-01
DREAMWEB: Fix compilation due to dreamgen.* function renaming.
D G Turner
2011-11-28
DREAMWEB: 'printdirect' returns the last read char in al
Bertrand Augereau
2011-11-20
DREAMWEB: Accessor for kTempcharset
Bertrand Augereau
2011-11-19
DREAMWEB: Clean up loop
Willem Jan Palenstijn
2011-11-19
DREAMWEB: 'monprint' ported to C++
Bertrand Augereau
2011-11-18
DREAMWEB: 'printchar' now has an overload that doesn't advance x for ↵
Bertrand Augereau
convenience, and supports NULL output widthheight parameters
2011-09-08
DREAMWEB: Fix quitting in several modal parts of the game
Bertrand Augereau
2011-09-07
DREAMWEB: Useless includes removed
Bertrand Augereau
2011-09-07
DREAMWEB: Simpler flavour of 'printdirect' for cases when the output layout ↵
Bertrand Augereau
information is not needed by the client
2011-08-25
DREAMWEB: Removed an useless stub ('kernchars')
Bertrand Augereau
2011-08-25
DREAMWEB: 'waitframes' ported to C++
Bertrand Augereau
2011-08-11
DREAMWEB: A stub has become useless
Bertrand Augereau
2011-08-11
DREAMWEB: 'printslow' API improved
Bertrand Augereau
2011-08-11
DREAMWEB: Less ds pollution in 'printslow' and 'printdirect'
Bertrand Augereau
2011-08-11
DREAMWEB: Stricter typing in the printing subsystem
Bertrand Augereau
2011-08-10
DREAMWEB: Removed useless push/pops
Bertrand Augereau
2011-08-10
DREAMWEB: Improvement of 'printslow' signature
Bertrand Augereau
2011-08-10
DREAMWEB: Improvement of 'printdirect' signature and register usage
Bertrand Augereau
2011-08-10
DREAMWEB: Improvement of 'getnumber' signature
Bertrand Augereau
2011-08-10
DREAMWEB: Improvement of 'printchar' signature
Bertrand Augereau
2011-07-30
DREAMWEB: Better API for 'showframe' and no more registers used (expect ↵
Bertrand Augereau
es:bx for diffdest blitting)
2011-07-29
DREAMWEB: 'kernchar' fix
Bertrand Augereau
2011-07-29
DREAMWEB: Fixed showframe ABI to conform to wjp's patch ↵
Bertrand Augereau
c626394f2b6566bc310f7fb02b9449acc2e8f00f
2011-07-28
DREAMWEB: diffDest blitting in 'showframe' doesn't pollute the interface any ↵
Bertrand Augereau
more
2011-07-28
DREAMWEB: Extraction of print.cpp from stubs.cpp
Bertrand Augereau