aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actions/action_play_with_sfx.cpp
AgeCommit message (Expand)Author
2019-11-19PINK: Fix crash when switching the countries in selectorEugene Sandulenko
2019-05-08PINK: removed usage of global variableAndrei Prykhodko
2018-08-16PINK: fixed original bug when ActionSfx continues to play when it should stopAndrei Prykhodko
2018-07-21PINK: added more debug output, removed unneededAndrei Prykhodko
2018-07-21PINK: hid debug output under channels and levelsAndrei Prykhodko
2018-06-30PINK: added PDA rightHand movementAndrei Prykhodko
2018-06-30PINK: fixed ActionPlayWithSfxAndrei Prykhodko
2018-06-28PINK: JANITORIAL: Indentation fixesEugene Sandulenko
2018-06-28PINK: JANITORIAL: More formatting fixesEugene Sandulenko
2018-06-28PINK: fix playing looped ActionPlayWithSfxwhiterandrek
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: 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: implemented stopFramewhiterandrek
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: 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: fixed ActionSfx deserializationwhitertandrek
2018-06-28PINK: added ActionPlayWithSfx and ActionSfxwhitertandrek