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.cpp
Age
Commit message (
Expand
)
Author
2018-07-21
PINK: fixed warning
Andrei Prykhodko
2018-06-28
PINK: added a bit more explanatory commentary
Andrei Prykhodko
2018-06-28
PINK: JANITORIAL: formatting fixes
Andrei Prykhodko
2018-06-28
PINK: removed unused include directives
Andrei Prykhodko
2018-06-28
PINK: removed readCount function
Andrei Prykhodko
2018-06-28
PINK: Shut unused variables warnings
Eugene Sandulenko
2018-06-28
PINK: JANITORIAL: More formatting fixes
Eugene Sandulenko
2018-06-28
PINK: JANITORIAL: Indentation fixes
Eugene Sandulenko
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: fix formatting
whiterandrek
2018-06-28
PINK: fix indentation
whiterandrek
2018-06-28
PINK: remove lambda functions
whiterandrek
2018-06-28
PINK: fix no newline warning
whiterandrek
2018-06-28
PINK: fix includes
whiterandrek
2018-06-28
PINK: increased buffer size (fixes crash in India Location)
whiterandrek
2018-06-28
PINK: added PDAButtonActor and AudioInfoPDAButton
whiterandrek
2018-06-28
PINK: implemented page state saving
whiterandrek
2018-06-28
PINK: added basic cursor implementation, fixed sequenceAudio restarting and s...
whiterandrek
2018-06-28
PINK: fixes for Peril
whiterandrek
2018-06-28
PINK: small fixes and implemented skipping of sequence by buttons
whiterandrek
2018-06-28
PINK: added InventoryActor and SequenceAudio
whitertandrek
2018-06-28
PINK: added ParlSqPink and PubPink
whiterandrek
2018-06-28
PINK: added all missing objects to factory method. Unimplemented classes are...
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 SideEffect, SideEffectExit, SideEffectVariable, SideEffectModuleV...
whitertandrek
2018-06-28
PINK: Added SequenceItemLeader and SequenceItemDefaultAction
whitertandrek
2018-06-28
PINK: Added Sequencer, Sequence and SequenceItem
whitertandrek
2018-06-28
PINK: Implemented Page loading.
whitertandrek
2018-06-28
PINK: Added all classes in classMap
whitertandrek
2018-06-28
PINK: split declaration and definition and some fixes
whitertandrek
2018-06-28
PINK: Implemented MFC archive, some pink objects and their initialization
whitertandrek