aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/module.cpp
AgeCommit message (Collapse)Author
2018-08-17PINK: implemented skipString method in ArchiveAndrei Prykhodko
2018-06-29PINK: added more constantsAndrei Prykhodko
2018-06-28PINK: JANITORIAL: Indentation fixesEugene Sandulenko
2018-06-28PINK: rework LeadActor stateswhiterandrek
2018-06-28PINK: rework changing page routinewhiterandrek
2018-06-28PINK: inline small functionswhiterandrek
2018-06-28PINK: add state saving/loading of Module and GamePagewhiterandrek
2018-06-28PINK: fix formattingwhiterandrek
2018-06-28PINK: fix indentationwhiterandrek
2018-06-28PINK: remove lambda functionswhiterandrek
PINK: remove lambda functions PINK: remove >> << operators
2018-06-28PINK: fix no newline warningwhiterandrek
2018-06-28PINK: remove >> << operatorswhiterandrek
2018-06-28PINK: fix signed vs unsigned comparisonwhiterandrek
2018-06-28PINK: fix includeswhiterandrek
2018-06-28PINK: moved more values to constants sectionwhiterandrek
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 ↵whiterandrek
skipping, fixed various mem leaks, hopefully fixed finding of transparent color index.
2018-06-28PINK: small fixeswhiterandrek
2018-06-28PINK: small fixes and implemented skipping of sequence by buttonswhiterandrek
2018-06-28PINK: fixes to get first game scene of Hokus Pokus loaded and hack for Peril ↵whitertandrek
intro sprite, which has wrong transparent colour index
2018-06-28PINK: implemented drawing of transparent drawing, but it seems that original ↵whitertandrek
handles this a bit different.(intro of Peril first sprite keeps transparent colour index somewhere else)
2018-06-28PINK: Implemented changing page and module, but without unloading old page. ↵whitertandrek
For now it can play logo of Wanderlust Interactive, then logo of MGM and Localizer Logo.
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: split declaration and definition and some fixeswhitertandrek
2018-06-28PINK: Implemented MFC archive, some pink objects and their initializationwhitertandrek
Thanks fullpipe engine developer for MFC archive