aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actors/lead_actor.cpp
AgeCommit message (Expand)Author
2018-06-29PINK: remove unused codeAndrei Prykhodko
2018-06-29PINK: JANITORIAL: Fix fallthrough comment so that GCC will recognize itAdrian Frühwirth
2018-06-28PINK: added loading/saving of AudioInfoMgrAndrei Prykhodko
2018-06-28PINK: JANITORIAL: formatting fixesAndrei Prykhodko
2018-06-28PINK: removed unused include directivesAndrei Prykhodko
2018-06-28PINK: fixed clicking on empty part of screenwhiterandrek
2018-06-28PINK: implement OnMouseOverWithItem for LeadActorwhiterandrek
2018-06-28PINK: fix updating cursor in some situationswhiterandrek
2018-06-28PINK: fix warningwhiterandrek
2018-06-28PINK: JANITORIAL: Indentation fixesEugene Sandulenko
2018-06-28PINK: Format 'else' statement onelinersEugene Sandulenko
2018-06-28PINK: JANITORIAL: More whitespace fixesEugene Sandulenko
2018-06-28PINK: JANITORIAL: More formatting fixesEugene Sandulenko
2018-06-28PINK: remove extra indentationwhiterandrek
2018-06-28PINK: remove unused variablewhiterandrek
2018-06-28PINK: rework scripting systemwhiterandrek
2018-06-28PINK: fix skipping sequencewhiterandrek
2018-06-28PINK: fix updating cursor when mouse isn't movingwhiterandrek
2018-06-28PINK: fix namingwhiterandrek
2018-06-28PINK: rework LeadActor stateswhiterandrek
2018-06-28PINK: fix pausing when click on panther with empty inventorywhiterandrek
2018-06-28PINK: implement AudioInfoManagerwhiterandrek
2018-06-28PINK: rewrite onLeftButtonClickwhiterandrek
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: inline small functionswhiterandrek
2018-06-28PINK: fix condition of miniGamewhiterandrek
2018-06-28PINK: add saving/loading for PDAwhiterandrek
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: fix loading inventory savewhiterandrek
2018-06-28PINK: add state saving/loading of LeadActorwhiterandrek
2018-06-28PINK: fix formattingwhiterandrek
2018-06-28PINK: fix indentationwhiterandrek
2018-06-28PINK: fix signed vs unsigned comparisonwhiterandrek
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: 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: 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