aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/module.mk
AgeCommit message (Collapse)Author
2018-07-22PINK: added menu commandsAndrei Prykhodko
2018-06-28PINK: move save/load engine functions to separate fileAndrei Prykhodko
2018-06-28PINK: added commands to Consolewhiterandrek
2018-06-28PINK: add missing objs to module.mk. Pointed by Henke37.whiterandrek
2018-06-28PINK: fix module.mkwhiterandrek
2018-06-28PINK: fix indentationwhiterandrek
2018-06-28PINK: basic walk, left click and seqTimer implementationwhiterandrek
2018-06-28PINK: Basic implementation of CEL decoder. Fixed sprite positioningwhitertandrek
2018-06-28PINK: Started implementation of Director class . For now engine can play ↵whitertandrek
logo scene, but sprites are at wrong positions because decoder doesn't support getting coordinates from CEL
2018-06-28PINK: added InventoryActor and SequenceAudiowhitertandrek
2018-06-28PINK: added ActionTextwhiterandrek
2018-06-28PINK: added ActionPlayWithSfx and ActionSfxwhitertandrek
2018-06-28PINK: added ActionTalk classwhitertandrek
2018-06-28PINK: added ActionLoopwhitertandrek
2018-06-28PINK: added SupportingActor and HandlerMgrwhitertandrek
2018-06-28PINK: did a big file movement for better readability. Almost implementedwhitertandrek
conditions and sideEffects. Added more classes. Now engine can play intro's sound.
2018-06-28PINK: Implemented Page loading.whitertandrek
2018-06-28PINK: Implemented MFC archive, some pink objects and their initializationwhitertandrek
Thanks fullpipe engine developer for MFC archive
2018-06-28PINK: Initial commitwhitertandrek
Implemented skeleton of engine, detection, broFile and started orbFile implementation.