aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/sequences
AgeCommit message (Expand)Author
2018-06-28PINK: renamed method of SequenceContextAndrei Prykhodko
2018-06-28PINK: removed unused include directivesAndrei Prykhodko
2018-06-28PINK: fixed playing last audio subsequenceAndrei Prykhodko
2018-06-28PINK: fixed playing SequenceAudio with long songswhiterandrek
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 mismatched declarationswhiterandrek
2018-06-28PINK: fix shadowing declarationswhiterandrek
2018-06-28PINK: add saving/loading of parallel contextswhiterandrek
2018-06-28PINK: fix wrong deleting of conflicting contextswhiterandrek
2018-06-28PINK: fix compiler warning about string literalwhiterandrek
2018-06-28PINK: rework scripting systemwhiterandrek
2018-06-28PINK: fix skipping sequencewhiterandrek
2018-06-28PINK: fix SeqTimer updating when actor isn't foundwhiterandrek
2018-06-28PINK: add Hokus Pokus scripting systemwhiterandrek
2018-06-28PINK: inline small functionswhiterandrek
2018-06-28PINK: fix mem leakswhiterandrek
2018-06-28PINK: rework sound systemwhiterandrek
2018-06-28PINK: refactor Actors to remove casts and improve readabilitywhiterandrek
2018-06-28PINK: add saving and loading state of sequencerwhiterandrek
2018-06-28PINK: fix formattingwhiterandrek
2018-06-28PINK: remove extended initializer listswhiterandrek
2018-06-28PINK: fix compilation errorwhiterandrek
2018-06-28PINK: fix indentationwhiterandrek
2018-06-28PINK: remove lambda functionswhiterandrek
2018-06-28PINK: fix no newline warningwhiterandrek
2018-06-28PINK: remove >> << operatorswhiterandrek
2018-06-28PINK: fix signed vs unsigned comparisonwhiterandrek
2018-06-28PINK: remove the use of auto variableswhiterandrek
2018-06-28PINK: fix includeswhiterandrek
2018-06-28PINK: removed single-line function from SeqTimerwhiterandrek
2018-06-28PINK: fixed crash in Hokus Pokuswhiterandrek
2018-06-28PINK: fix for Pokus gamewhiterandrek
2018-06-28PINK: fixes crash on loading final scene of Passport to Peril(not tested)whiterandrek
2018-06-28PINK: added more constantswhiterandrek
2018-06-28PINK: bugfixes and added basic inventory implementationwhiterandrek
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: Implemented SequenceAudio as in original.whitertandrek
2018-06-28PINK: added restart method to SequenceAudiowhiterandrek
2018-06-28PINK: hacky implementation of SequenceAudiowhiterandrek
2018-06-28PINK: implemented skipping to last subsequencewhiterandrek
2018-06-28PINK: implemented sequence restartingwhiterandrek
2018-06-28PINK: added button to toggle Drawing of Bounding Rectangleswhiterandrek
2018-06-28PINK: added placeholders for remaining buttonswhiterandrek
2018-06-28PINK: small fixes and implemented skipping of sequence by buttonswhiterandrek
2018-06-28PINK: Implemented changing page and module, but without unloading old page. F...whitertandrek
2018-06-28PINK: Started implementation of Director class . For now engine can play logo...whitertandrek
2018-06-28PINK: added InventoryActor and SequenceAudiowhitertandrek