aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actors/lead_actor.h
AgeCommit message (Expand)Author
2018-08-17PINK: removed unused parameterAndrei Prykhodko
2018-06-30PINK: fixed compilation errorAndrei Prykhodko
2018-06-30PINK: removed unused fieldAndrei Prykhodko
2018-06-30PINK: added PDA rightHand movementAndrei Prykhodko
2018-06-29PINK: removed onClick virtual functionAndrei Prykhodko
2018-06-29PINK: renamed function parameterAndrei Prykhodko
2018-06-29PINK: removed unused LeadActor stateAndrei Prykhodko
2018-06-29PINK: changed unused return type of functions to voidAndrei Prykhodko
2018-06-28PINK: JANITORIAL: formatting fixesAndrei Prykhodko
2018-06-28PINK: implement OnMouseOverWithItem for LeadActorwhiterandrek
2018-06-28PINK: fix warningwhiterandrek
2018-06-28PINK: rework LeadActor stateswhiterandrek
2018-06-28PINK: implement AudioInfoManagerwhiterandrek
2018-06-28PINK: rewrite onLeftButtonClickwhiterandrek
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: inline small functionswhiterandrek
2018-06-28PINK: implement exit from PDAwhiterandrek
2018-06-28PINK: refactor Actors to remove casts and improve readabilitywhiterandrek
2018-06-28PINK: add Pokus World Book implementationwhiterandrek
2018-06-28PINK: add state saving/loading of LeadActorwhiterandrek
2018-06-28PINK: fix indentationwhiterandrek
2018-06-28PINK: fix includeswhiterandrek
2018-06-28PINK: added implementation of mini-games (PubPink and ParlSqPink)whiterandrek
2018-06-28PINK: added implementation of item usingwhiterandrek
2018-06-28PINK: fixed Inventory onClick method and other bugfixeswhiterandrek
2018-06-28PINK: bugfixes and added basic inventory implementationwhiterandrek
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 s...whiterandrek
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 ParlSqPink and PubPinkwhiterandrek
2018-06-28PINK: game page init fixeswhiterandrek
2018-06-28PINK: did a big file movement for better readability. Almost implementedwhitertandrek