aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actors
AgeCommit message (Expand)Author
2018-10-12PINK: removed unnecessary G keyAndrei Prykhodko
2018-10-12PINK: added missing sequencer update in Moving stateAndrei Prykhodko
2018-08-17PINK: removed unused parameterAndrei Prykhodko
2018-08-15PINK: fixed clicking on leadActor in moving state with itemAndrei Prykhodko
2018-07-26PINK: fixed entering pda through menu in a rowAndrei Prykhodko
2018-07-21PINK: hid debug output under channels and levelsAndrei Prykhodko
2018-07-17PINK: fixed position of some sprites in PDAAndrei Prykhodko
2018-07-11PINK: Made _director a pointer and reduced header dependenciesEugene Sandulenko
2018-07-02PINK: fixed stopping audioInfo before starting walkAndrei Prykhodko
2018-06-30PINK: fixed uninitialized fieldsAndrei 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-30PINK: removed unnecessary functionAndrei Prykhodko
2018-06-30PINK: added pre-loading of global pda page spritesAndrei Prykhodko
2018-06-29PINK: fixed PDAButtonActor::isActive methodAndrei Prykhodko
2018-06-29PINK: added deserialization of Peril PDA CommandsAndrei Prykhodko
2018-06-29PINK: added missing breaksAndrei Prykhodko
2018-06-29PINK: removed onClick virtual functionAndrei Prykhodko
2018-06-29PINK: renamed function parameterAndrei Prykhodko
2018-06-29PINK: fixed sending leftClickMessage under some circumstancesAndrei Prykhodko
2018-06-29PINK: removed unused LeadActor stateAndrei Prykhodko
2018-06-29PINK: added more constantsAndrei Prykhodko
2018-06-29PINK: changed unused return type of functions to voidAndrei Prykhodko
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: Fix code formattingEugene Sandulenko
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: JANITORIAL: Indentation 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 CursorMgrwhiterandrek
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