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
/
archive.h
Age
Commit message (
Expand
)
Author
2018-08-17
PINK: implemented skipString method in Archive
Andrei Prykhodko
2018-06-28
PINK: removed readCount function
Andrei Prykhodko
2018-06-28
PINK: inline small functions
whiterandrek
2018-06-28
PINK: inline one line archive functions; remove stream getters
whiterandrek
2018-06-28
PINK: added methods to read/write Byte in archive
whiterandrek
2018-06-28
PINK: added streams getters to archive
whiterandrek
2018-06-28
PINK: remove redundant Archive destructor
whiterandrek
2018-06-28
PINK: fix indentation
whiterandrek
2018-06-28
PINK: remove >> << operators
whiterandrek
2018-06-28
PINK: change _endFrame type from uint32 to int32
whiterandrek
2018-06-28
PINK: fix signed vs unsigned comparison
whiterandrek
2018-06-28
PINK: remove the use of auto variables
whiterandrek
2018-06-28
PINK: fix includes
whiterandrek
2018-06-28
PINK: bugfixes and added basic inventory implementation
whiterandrek
2018-06-28
PINK: implemented page state saving
whiterandrek
2018-06-28
PINK: Again small fix for ActionLoop
whitertandrek
2018-06-28
PINK: did a big file movement for better readability. Almost implemented
whitertandrek
2018-06-28
PINK: Added missing field to WalkLocation class
whitertandrek
2018-06-28
PINK: Implemented Page loading.
whitertandrek
2018-06-28
PINK: Implemented MFC archive, some pink objects and their initialization
whitertandrek