aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actions
AgeCommit message (Expand)Author
2018-06-29PINK: Fix warningsEugene Sandulenko
2018-06-28PINK: JANITORIAL: formatting fixesAndrei Prykhodko
2018-06-28PINK: added position recalculation of walking spritesAndrei Prykhodko
2018-06-28PINK: JANITORIAL: Fix code formattingEugene Sandulenko
2018-06-28PINK: JANITORIAL: Indentation fixesEugene Sandulenko
2018-06-28PINK: JANITORIAL: More whitespace fixesEugene Sandulenko
2018-06-28PINK: JANITORIAL: More formatting fixesEugene Sandulenko
2018-06-28PINK: fix playing of sprites which have incorrect stopFramewhiterandrek
2018-06-28PINK: fix ActionTalk sound balance. Thanks Henke37 for bugreportwhiterandrek
2018-06-28PINK: fix playing looped ActionPlayWithSfxwhiterandrek
2018-06-28PINK: remove sprite unnecessary updating by another hackwhiterandrek
2018-06-28PINK: fix drawing of some sprites after setting framewhiterandrek
2018-06-28PINK: fix ActionLoop Randomwhiterandrek
2018-06-28PINK: reworked sprite class(ActionCEL) and his inheritors.whiterandrek
2018-06-28PINK: remove observing of looped soundswhiterandrek
2018-06-28PINK: inline small functionswhiterandrek
2018-06-28PINK: fix playing looped soundswhiterandrek
2018-06-28PINK: implement sound balancewhiterandrek
2018-06-28PINK: rework sound systemwhiterandrek
2018-06-28PINK: fix ending of ActionCELwhiterandrek
2018-06-28PINK: add check to startFrame because it can be greater than sprite's frames ...whiterandrek
2018-06-28PINK: remove redundant adding sprite to scene, which doesn't need to be drawnwhiterandrek
2018-06-28PINK: change drawing methodwhiterandrek
2018-06-28PINK: reformat Action's codewhiterandrek
2018-06-28PINK: change pause/unpause to pause method with parameterwhiterandrek
2018-06-28PINK: fix deserializing of ActionTextwhiterandrek
2018-06-28PINK: prepare page interface to add PDAPagewhiterandrek
2018-06-28PINK: fix formattingwhiterandrek
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 signed vs unsigned comparisonwhiterandrek
2018-06-28PINK: fix includeswhiterandrek
2018-06-28PINK: fixed sprites which start playing with delaywhiterandrek
2018-06-28PINK: fixed compilation errorswhiterandrek
2018-06-28PINK: fixed unstoppable talk animationwhiterandrek
2018-06-28PINK: implemented stopFramewhiterandrek
2018-06-28PINK: removed unnecessary method callwhiterandrek
2018-06-28PINK: added missing parameter in ActionPlayWithSfx::toConsole method;whiterandrek
2018-06-28PINK: fixed stopping sfx according to disasmwhiterandrek
2018-06-28PINK: bugfixes and added basic inventory implementationwhiterandrek
2018-06-28PINK: implemented page state savingwhiterandrek
2018-06-28PINK: basic walk, left click and seqTimer implementationwhiterandrek
2018-06-28PINK: added basic cursor implementation, fixed sequenceAudio restarting and s...whiterandrek
2018-06-28PINK: fixed some segfaultswhiterandrek
2018-06-28PINK: added ActionTalk implementationwhiterandrek
2018-06-28PINK: added ActionPlayWithSfx implementationwhiterandrek
2018-06-28PINK: added basic ActionLoop implementationwhiterandrek