aboutsummaryrefslogtreecommitdiff
path: root/engines/pink
AgeCommit message (Expand)Author
2018-07-03PINK: Simplify game detection entriesEugene Sandulenko
2018-07-03PINK: added detection for Deutsch version of PerilAndrei Prykhodko
2018-07-02PINK: fixed stopping audioInfo before starting walkAndrei Prykhodko
2018-07-02PINK: changed dynamic_cast to static_castAndrei Prykhodko
2018-07-02PINK: added assert for possible division by zeroAndrei Prykhodko
2018-07-02PINK: fixed uninitialized field in InventoryMgrAndrei Prykhodko
2018-07-01PINK: added missing breakAndrei Prykhodko
2018-07-01PINK: added calculation of countries and domains indexesAndrei Prykhodko
2018-06-30PINK: fixed uninitialized fieldsAndrei Prykhodko
2018-06-30PINK: added thumb moving in PDAAndrei 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: fixed possible bug when curFrame is -1Andrei Prykhodko
2018-06-30PINK: removed comments about ActionLoop Random styleAndrei Prykhodko
2018-06-30PINK: removed empty method callAndrei Prykhodko
2018-06-30PINK: fixed compiler warningsAndrei Prykhodko
2018-06-30PINK: updated engine descriptionAndrei Prykhodko
2018-06-30PINK: fixed ActionPlayWithSfxAndrei Prykhodko
2018-06-30PINK: fixed DecrementDomain commandAndrei Prykhodko
2018-06-30PINK: removed unnecessary functionAndrei Prykhodko
2018-06-30PINK: fixed various PDA bugsAndrei Prykhodko
2018-06-30PINK: implemented Inc/Dec Countries/Domains commandsAndrei Prykhodko
2018-06-30PINK: implemented Peril's PDA initAndrei 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-30ENGINES: Add missing dependencies for several enginesCameron Cawley
2018-06-29PINK: removed unnecessary loading of same pageAndrei Prykhodko
2018-06-29PINK: implemented GoToDomain commandAndrei Prykhodko
2018-06-29PINK: added warning about GoToHelp commandAndrei Prykhodko
2018-06-29PINK: fixed showing old screen content with new paletteAndrei Prykhodko
2018-06-29PINK: implemented GoToPreviousPage commandAndrei Prykhodko
2018-06-29PINK: fixed mem leakAndrei Prykhodko
2018-06-29PINK: fixed PDAButtonActor::isActive methodAndrei Prykhodko
2018-06-29PINK: added deserialization of Peril PDA CommandsAndrei Prykhodko
2018-06-29PINK: added screen cleaning when entering/exiting to/from PDAAndrei 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: removed unused constantsAndrei 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: added loading of thumbnail only when necessaryAndrei Prykhodko
2018-06-29PINK: Fix warningsEugene Sandulenko
2018-06-29PINK: fileType field in ADGameFileDescription shouldn't be NULLAdrian Frühwirth
2018-06-29PINK: Don't unnecessarily cast away constnessAdrian Frühwirth