aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actions/action_talk.cpp
AgeCommit message (Expand)Author
2018-07-21PINK: hid debug output under channels and levelsAndrei Prykhodko
2018-06-28PINK: fix ActionTalk sound balance. Thanks Henke37 for bugreportwhiterandrek
2018-06-28PINK: remove sprite unnecessary updating by another hackwhiterandrek
2018-06-28PINK: reworked sprite class(ActionCEL) and his inheritors.whiterandrek
2018-06-28PINK: implement sound balancewhiterandrek
2018-06-28PINK: rework sound systemwhiterandrek
2018-06-28PINK: reformat Action's codewhiterandrek
2018-06-28PINK: change pause/unpause to pause method with parameterwhiterandrek
2018-06-28PINK: fix compilation errorwhiterandrek
2018-06-28PINK: fix indentationwhiterandrek
2018-06-28PINK: fix no newline warningwhiterandrek
2018-06-28PINK: remove >> << operatorswhiterandrek
2018-06-28PINK: change _endFrame type from uint32 to int32whiterandrek
2018-06-28PINK: fix includeswhiterandrek
2018-06-28PINK: fixed unstoppable talk animationwhiterandrek
2018-06-28PINK: bugfixes and added basic inventory implementationwhiterandrek
2018-06-28PINK: added ActionTalk implementationwhiterandrek
2018-06-28PINK: added ActionTalk classwhitertandrek