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_loop.cpp
Age
Commit message (
Expand
)
Author
2018-06-30
PINK: removed empty method call
Andrei Prykhodko
2018-06-30
PINK: fixed compiler warnings
Andrei Prykhodko
2018-06-29
PINK: Fix warnings
Eugene Sandulenko
2018-06-28
PINK: JANITORIAL: Fix code formatting
Eugene Sandulenko
2018-06-28
PINK: JANITORIAL: Indentation fixes
Eugene Sandulenko
2018-06-28
PINK: fix ActionLoop Random
whiterandrek
2018-06-28
PINK: reworked sprite class(ActionCEL) and his inheritors.
whiterandrek
2018-06-28
PINK: fix formatting
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: change _endFrame type from uint32 to int32
whiterandrek
2018-06-28
PINK: fix includes
whiterandrek
2018-06-28
PINK: implemented stopFrame
whiterandrek
2018-06-28
PINK: added basic cursor implementation, fixed sequenceAudio restarting and s...
whiterandrek
2018-06-28
PINK: added basic ActionLoop implementation
whiterandrek
2018-06-28
PINK: added ActionTalk class
whitertandrek
2018-06-28
PINK: Again small fix for ActionLoop
whitertandrek
2018-06-28
PINK: Fixed wrong constant values
whitertandrek
2018-06-28
PINK: added ActionLoop
whitertandrek