aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/pages
AgeCommit message (Expand)Author
2018-08-17PINK: implemented skipString method in ArchiveAndrei Prykhodko
2018-07-21PINK: hid debug output under channels and levelsAndrei Prykhodko
2018-06-30PINK: fixed uninitialized fieldsAndrei Prykhodko
2018-06-30PINK: fixed various PDA bugsAndrei Prykhodko
2018-06-30PINK: fixed loading of GLOBAL pda pageAndrei Prykhodko
2018-06-30PINK: removed unnecessary field from PDAPageAndrei Prykhodko
2018-06-30PINK: added pre-loading of global pda page spritesAndrei Prykhodko
2018-06-29PINK: added more constantsAndrei Prykhodko
2018-06-28PINK: added more debug commandswhiterandrek
2018-06-28PINK: JANITORIAL: More formatting fixesEugene Sandulenko
2018-06-28PINK: fix include statementwhiterandrek
2018-06-28PINK: add some debug output to simplify communication with testerswhiterandrek
2018-06-28PINK: fix namingwhiterandrek
2018-06-28PINK: rework LeadActor stateswhiterandrek
2018-06-28PINK: reworked sprite class(ActionCEL) and his inheritors.whiterandrek
2018-06-28PINK: inline small functionswhiterandrek
2018-06-28PINK: inline one line archive functions; remove stream getterswhiterandrek
2018-06-28PINK: fix game page destruction after savingwhiterandrek
2018-06-28PINK: fix loading empty page from savewhiterandrek
2018-06-28PINK: fix mem leakswhiterandrek
2018-06-28PINK: rework sound systemwhiterandrek
2018-06-28PINK: add saving/loading for PDAwhiterandrek
2018-06-28PINK: revised page initializationwhiterandrek
2018-06-28PINK: change pause/unpause to pause method with parameterwhiterandrek
2018-06-28PINK: add Pokus World Book implementationwhiterandrek
2018-06-28PINK: prepare page interface to add PDAPagewhiterandrek
2018-06-28PINK: fixes to save systemwhiterandrek
2018-06-28PINK: add state saving/loading of Module and GamePagewhiterandrek
2018-06-28PINK: fix formattingwhiterandrek
2018-06-28PINK: fix indentationwhiterandrek
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: fixed finding of nullptr Actorwhiterandrek
2018-06-28PINK: added implementation of item usingwhiterandrek
2018-06-28PINK: added check for item ownerwhiterandrek
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 s...whiterandrek
2018-06-28PINK: fixes to get first game scene of Hokus Pokus loaded and hack for Peril ...whitertandrek
2018-06-28PINK: implemented drawing of transparent drawing, but it seems that original ...whitertandrek
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 random to methods which need it.whitertandrek
2018-06-28PINK: Handlers are implemented, beside handlerMgr, HandlerTimerSequences;whitertandrek