aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actions
AgeCommit message (Expand)Author
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
2018-06-28PINK: small fixes and implemented skipping of sequence by buttonswhiterandrek
2018-06-28PINK: implemented drawing of transparent drawing, but it seems that original ...whitertandrek
2018-06-28PINK: fixed ActionSfx deserializationwhitertandrek
2018-06-28PINK: Implemented changing page and module, but without unloading old page. F...whitertandrek
2018-06-28PINK: Basic implementation of CEL decoder. Fixed sprite positioningwhitertandrek
2018-06-28PINK: Started implementation of Director class . For now engine can play logo...whitertandrek
2018-06-28PINK: added ActionTextwhiterandrek
2018-06-28PINK: added ActionPlayWithSfx and ActionSfxwhitertandrek
2018-06-28PINK: added ActionTalk classwhitertandrek
2018-06-28PINK: Again small fix for ActionLoopwhitertandrek
2018-06-28PINK: Fixed wrong constant valueswhitertandrek
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