Commit Graph
75 Commits
Author SHA1 Message Date
Bastien Bouclet 9894976ade PINK: Push down the advanced detector include
So the whole engine is not rebuilt when making changes to shared code.
2018-12-10 19:12:18 +01:00
Andrei Prykhodko d60265d7d4 PINK: removed unused parameter 2018-08-17 17:14:15 +03:00
Andrei Prykhodko 5f462c1ebc PINK: implemented skipString method in Archive 2018-08-17 17:14:15 +03:00
Andrei Prykhodko 8530d9fbc5 PINK: fixed Coverity warnings 2018-07-29 21:34:20 +03:00
Andrei Prykhodko 877b4e5cf3 PINK: fixed engine destroying in pda state 2018-07-26 05:24:57 +03:00
Andrei Prykhodko c655e7fa54 PINK: fixed memory leak 2018-07-26 04:40:17 +03:00
Eugene Sandulenko 6fc6ce3ac4 PINK: Rely on MacWindoManager to restore screen after menu 2018-07-23 14:47:27 +02:00
Andrei Prykhodko 1832dd0bab PINK: fixed starting new game from menu in pda state 2018-07-22 21:33:48 +03:00
Andrei Prykhodko c06e2abfb0 PINK: added menu commands 2018-07-22 21:26:09 +03:00
Andrei Prykhodko cd87d76932 PINK: added more debug output, removed unneeded 2018-07-21 19:40:12 +03:00
Andrei Prykhodko cb3945cf4f PINK: hid debug output under channels and levels 2018-07-21 16:23:57 +03:00
Andrei Prykhodko 7cc0e833f2 PINK: implemented creating menu from executable 2018-07-21 15:12:23 +03:00
Andrei Prykhodko b6dc832346 PINK: sync with MACGUI changes 2018-07-20 22:05:46 +03:00
Andrei Prykhodko 32a0e69045 PINK: fixed redrawing screen when menu disappears 2018-07-18 22:11:21 +03:00
Andrei Prykhodko a053a19ca2 PINK: fixed pausing of engine when menu appears 2018-07-18 21:48:54 +03:00
Eugene Sandulenko 000d5fcba8 PINK: Make menu blocking 2018-07-11 22:45:36 +02:00
Eugene Sandulenko ace8fcca82 PINK: Made _director a pointer and reduced header dependencies 2018-07-11 22:45:36 +02:00
Eugene Sandulenko cd357e59d0 PINK: Plug in autohide menu 2018-07-11 22:45:36 +02:00
Andrei Prykhodko 69f96a311f PINK: removed updating screen on setting cursor because it produces too much drawing calls 2018-07-06 11:41:14 +03:00
Andrei Prykhodko 95f46e3892 PINK: fixed loading games after recent changes 2018-07-05 12:06:57 +03:00
Andrei Prykhodko 68f609b9d3 PINK: added missing break 2018-07-01 21:30:10 +03:00
Andrei Prykhodko 0a6993a09b PINK: fixed uninitialized fields 2018-06-30 23:49:27 +03:00
Andrei Prykhodko 4f13195e8c PINK: added PDA rightHand movement 2018-06-30 20:04:11 +03:00
Andrei Prykhodko 0c1ef839b6 PINK: added more constants 2018-06-29 14:43:57 +03:00
Andrei Prykhodko 40488c8b22 PINK: JANITORIAL: more formatting fixes 2018-06-28 23:51:32 +02:00
Andrei Prykhodko 98e7bdee4b PINK: move save/load engine functions to separate file 2018-06-28 23:51:32 +02:00
Eugene Sandulenko 8293b97e76 PINK: Fix savegame detection 2018-06-28 23:51:32 +02:00
Eugene Sandulenko 8ad0f02b41 PINK: Properly generate save names 2018-06-28 23:51:32 +02:00
Andrei Prykhodko be3e0148df PINK: removed unused include directives 2018-06-28 23:51:32 +02:00
whiterandrek a8cbdba16f PINK: added commands to Console 2018-06-28 23:51:32 +02:00
whiterandrek a9c3826b0f PINK: added updating screen after setting cursor 2018-06-28 23:51:32 +02:00
Eugene Sandulenko e9d1fa0c61 PINK: Allow running from original media 2018-06-28 23:51:32 +02:00
whiterandrek 48a001648e PINK: remove hidden overloaded virtual function 2018-06-28 23:51:32 +02:00
whiterandrek b1d516276a PINK: add missing cursor 2018-06-28 23:51:32 +02:00
whiterandrek 425e034bee PINK: add some debug output to simplify communication with testers 2018-06-28 23:51:32 +02:00
whiterandrek e4402a90eb PINK: rework LeadActor states 2018-06-28 23:51:32 +02:00
whiterandrek d2218ad8cd PINK: Engine class code cleanup 2018-06-28 23:51:32 +02:00
whiterandrek 60d423cabb PINK: implement AudioInfoManager 2018-06-28 23:51:32 +02:00
whiterandrek b6658eb9a8 PINK: add soundSettings syncing 2018-06-28 23:51:32 +02:00
whiterandrek 58e7d560ee PINK: inline small functions 2018-06-28 23:51:32 +02:00
whiterandrek 0659ca4846 PINK: fix mem leaks 2018-06-28 23:51:32 +02:00
whiterandrek bfd1b62063 PINK: change drawing method 2018-06-28 23:51:32 +02:00
whiterandrek 9f23b4238c PINK: add Pokus World Book implementation 2018-06-28 23:51:32 +02:00
whiterandrek 11d2c1aa52 PINK: add missing cursor 2018-06-28 23:51:32 +02:00
whiterandrek 80622943e4 PINK: prepare page interface to add PDAPage 2018-06-28 23:51:32 +02:00
whiterandrek e7a7d6960d PINK: add savestate metadata support 2018-06-28 23:51:32 +02:00
whiterandrek 6ba76faa33 PINK: fix disappearing cursor after exiting from GMM 2018-06-28 23:51:32 +02:00
whiterandrek fa96cc41f8 PINK: add RTL feature 2018-06-28 23:51:32 +02:00
whiterandrek 1df85834a8 PINK: add improved pause support 2018-06-28 23:51:32 +02:00
whiterandrek 4f13df4828 PINK: add saving/loading of game.
It's bugged, but playable
2018-06-28 23:51:32 +02:00