aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actions/action_play.h
AgeCommit message (Collapse)Author
2018-06-28PINK: reformat Action's codewhiterandrek
2018-06-28PINK: fix indentationwhiterandrek
2018-06-28PINK: change _endFrame type from uint32 to int32whiterandrek
2018-06-28PINK: fix includeswhiterandrek
2018-06-28PINK: fixed compilation errorswhiterandrek
2018-06-28PINK: Started implementation of Director class . For now engine can play ↵whitertandrek
logo scene, but sprites are at wrong positions because decoder doesn't support getting coordinates from CEL
2018-06-28PINK: added ActionLoopwhitertandrek
2018-06-28PINK: added debug information to actionswhitertandrek
2018-06-28PINK: did a big file movement for better readability. Almost implementedwhitertandrek
conditions and sideEffects. Added more classes. Now engine can play intro's sound.