aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actions
AgeCommit message (Expand)Author
2019-05-08PINK: removed usage of global variableAndrei Prykhodko
2019-01-15PINK: fixed ActionPlay behavior when startFrame is wrongAndrei Prykhodko
2018-12-10PINK: Push down the advanced detector includeBastien Bouclet
2018-11-11PINK: Fix For Assertion When Looking Under Bed in Six House.D G Turner
2018-08-16PINK: fixed original bug when ActionSfx continues to play when it should stopAndrei Prykhodko
2018-08-05PINK: implemented text drawing in ActionText for English versionAndrei Prykhodko
2018-07-29PINK: fixed Coverity warningsAndrei Prykhodko
2018-07-29PINK: add partial implementation of ActionTextAndrei Prykhodko
2018-07-21PINK: added more debug output, removed unneededAndrei Prykhodko
2018-07-21PINK: hid debug output under channels and levelsAndrei Prykhodko
2018-07-17PINK: fixed position of some sprites in PDAAndrei Prykhodko
2018-07-11PINK: Made _director a pointer and reduced header dependenciesEugene Sandulenko
2018-07-11PINK: Spelling fixes in method namesEugene Sandulenko
2018-07-02PINK: added assert for possible division by zeroAndrei Prykhodko
2018-06-30PINK: fixed uninitialized fieldsAndrei Prykhodko
2018-06-30PINK: added thumb moving in PDAAndrei Prykhodko
2018-06-30PINK: added PDA rightHand movementAndrei Prykhodko
2018-06-30PINK: fixed possible bug when curFrame is -1Andrei Prykhodko
2018-06-30PINK: removed comments about ActionLoop Random styleAndrei Prykhodko
2018-06-30PINK: removed empty method callAndrei Prykhodko
2018-06-30PINK: fixed compiler warningsAndrei Prykhodko
2018-06-30PINK: fixed ActionPlayWithSfxAndrei Prykhodko
2018-06-30PINK: fixed various PDA bugsAndrei Prykhodko
2018-06-30PINK: fixed loading of GLOBAL pda pageAndrei Prykhodko
2018-06-30PINK: added pre-loading of global pda page spritesAndrei Prykhodko
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