aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actors
AgeCommit message (Collapse)Author
2018-06-28PINK: fix inventory openingwhiterandrek
2018-06-28PINK: implemented skipping of walkwhiterandrek
2018-06-28PINK: move the same code to function setReadyAfterWalkwhiterandrek
2018-06-28PINK: move same code to startInventory functionwhiterandrek
2018-06-28PINK: move the same code to functions(getInventoryMgr and getActorByPoint)whiterandrek
2018-06-28PINK: add init method to InventoryActorwhiterandrek
2018-06-28PINK: fix toConsole methodwhiterandrek
2018-06-28PINK: fix determination of Actor by pointwhiterandrek
2018-06-28PINK: inline small functionswhiterandrek
2018-06-28PINK: fix condition of miniGamewhiterandrek
2018-06-28PINK: add saving/loading for PDAwhiterandrek
2018-06-28PINK: add proper implementation of Actor init functionwhiterandrek
2018-06-28PINK: implement exit from PDAwhiterandrek
2018-06-28PINK: refactor Actors to remove casts and improve readabilitywhiterandrek
2018-06-28PINK: change pause/unpause to pause method with parameterwhiterandrek
2018-06-28PINK: add PDAButtonActor(Pokus) implementationwhiterandrek
Peril's pda actor is different
2018-06-28PINK: add Pokus World Book implementationwhiterandrek
2018-06-28PINK: prepare page interface to add PDAPagewhiterandrek
2018-06-28PINK: fix loading inventory savewhiterandrek
2018-06-28PINK: fixes to save systemwhiterandrek
2018-06-28PINK: add state saving/loading of LeadActorwhiterandrek
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 choosing item after getting it from click using other itemwhiterandrek
2018-06-28PINK: changed static_cast to dynamic_castwhiterandrek
2018-06-28PINK: fixed setting action methodwhiterandrek
2018-06-28PINK: fixed finding nullptr actionwhiterandrek
2018-06-28PINK: added implementation of mini-games (PubPink and ParlSqPink)whiterandrek
2018-06-28PINK: added implementation of item usingwhiterandrek
2018-06-28PINK: fixed compilation errorwhiterandrek
2018-06-28PINK: added PDAButtonActor and AudioInfoPDAButtonwhiterandrek
2018-06-28PINK: fixed Inventory onClick method and other bugfixeswhiterandrek
2018-06-28PINK: added more constantswhiterandrek
2018-06-28PINK: bugfixes and added basic inventory implementationwhiterandrek
2018-06-28PINK: implemented page state savingwhiterandrek
2018-06-28PINK: started inventory implementationwhiterandrek
2018-06-28PINK: basic walk, left click and seqTimer implementationwhiterandrek
2018-06-28PINK: added onMouseOver method to LeadActorwhiterandrek
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: added ActionPlayWithSfx implementationwhiterandrek
2018-06-28PINK: added basic ActionLoop implementationwhiterandrek
2018-06-28PINK: fixes for Perilwhiterandrek
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