aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/director.cpp
AgeCommit message (Expand)Author
2019-10-18GRAPHICS: MACGUI: Added support for Unicode fonts in menuEugene Sandulenko
2019-10-17PINK: Enforce built-in fonts in WMEugene Sandulenko
2019-10-04PINK: Properly redraw game screen when browsing menusEugene Sandulenko
2019-10-04PINK: Do not use Mac fonts for menu renderingEugene Sandulenko
2018-07-29PINK: add partial implementation of ActionTextAndrei Prykhodko
2018-07-29PINK: Fix Unused Const Variable Compiler Warning.D G Turner
2018-07-22PINK: added menu commandsAndrei Prykhodko
2018-07-21PINK: implemented creating menu from executableAndrei Prykhodko
2018-07-18PINK: removed game screen drawing when menu is activeAndrei Prykhodko
2018-07-18PINK: fixed pausing of engine when menu appearsAndrei Prykhodko
2018-07-12PINK: Pass palette to WindowManagerEugene Sandulenko
2018-07-11PINK: Make menu blockingEugene Sandulenko
2018-07-11PINK: Plug in autohide menuEugene Sandulenko
2018-07-11PINK: Plugged in MacWindowManager for showing in-game menuEugene Sandulenko
2018-06-29PINK: fixed showing old screen content with new paletteAndrei Prykhodko
2018-06-29PINK: added screen cleaning when entering/exiting to/from PDAAndrei Prykhodko
2018-06-29PINK: Fix warningsEugene Sandulenko
2018-06-28PINK: JANITORIAL: Fix code formattingEugene Sandulenko
2018-06-28PINK: JANITORIAL: More formatting fixesEugene Sandulenko
2018-06-28PINK: removed FPS counterwhiterandrek
2018-06-28PINK: fix determination of Actor by pointwhiterandrek
2018-06-28PINK: reworked sprite class(ActionCEL) and his inheritors.whiterandrek
2018-06-28PINK: fix accessing non-existent pixelswhiterandrek
2018-06-28PINK: change drawing methodwhiterandrek
2018-06-28PINK: implement exit from PDAwhiterandrek
2018-06-28PINK: add improved pause supportwhiterandrek
2018-06-28PINK: fix formattingwhiterandrek
2018-06-28PINK: fix indentationwhiterandrek
2018-06-28PINK: fix no newline warningwhiterandrek
2018-06-28PINK: fix signed vs unsigned comparisonwhiterandrek
2018-06-28PINK: fix includeswhiterandrek
2018-06-28PINK: added movement for picked item from inventorywhiterandrek
2018-06-28PINK: bugfixes and added basic inventory implementationwhiterandrek
2018-06-28PINK: implemented page state savingwhiterandrek
2018-06-28PINK: basic walk, left click and seqTimer implementationwhiterandrek
2018-06-28PINK: fixed finding actor on screenwhiterandrek
2018-06-28PINK: added basic cursor implementation, fixed sequenceAudio restarting and s...whiterandrek
2018-06-28PINK: added button to toggle Drawing of Bounding Rectangleswhiterandrek
2018-06-28PINK: fixes to get first game scene of Hokus Pokus loaded and hack for Peril ...whitertandrek
2018-06-28PINK: implemented drawing of transparent drawing, but it seems that original ...whitertandrek
2018-06-28PINK: Implemented changing page and module, but without unloading old page. F...whitertandrek
2018-06-28PINK: Basic implementation of CEL decoder. Fixed sprite positioningwhitertandrek
2018-06-28PINK: Started implementation of Director class . For now engine can play logo...whitertandrek
2018-06-28PINK: Implemented MFC archive, some pink objects and their initializationwhitertandrek