Commit Graph
88 Commits
Author SHA1 Message Date
Eugene Sandulenko 21be7be0d2 PINK: Fix warning 2020-07-30 00:50:09 +02:00
Henrik "Henke37" Andersson 093bee1889 PINK: Warn when the timestamps mismatch 2020-07-29 18:55:25 +02:00
Andrei Prykhodko eb0e44a0df PINK: added feature kSupportsChangingOptionsDuringRuntime 2020-06-04 23:06:37 +03:00
mataniko 581a6ec7d6 JANITORIAL: Rename kSupportsRTL to kSupportsReturnToLauncher 2020-05-12 10:36:38 +02:00
mataniko 06242a712b JANITORIAL: Rename EVENT_RTL
Now that ScummVM is adding RTL support, the EVENT_RTL should be disambigious that it is for returning to launcher
2020-05-12 10:36:38 +02:00
Henrik "Henke37" Andersson 3edcc22c78 PINK: Use new MACGUI interface 2020-05-10 23:39:31 +02:00
Andrei Prykhodko 0f96d7b776 PINK: fixed pausing when menu bar disappears 2020-05-08 18:31:08 +02:00
Cameron Cawley 4b540a0042 PINK: Remove direct use of OSystem cursor functions 2020-05-05 00:21:34 +02:00
Paul Gilbert 4b09375739 PINK: Refactor to use Engine debugger 2020-02-16 13:07:19 +02:00
Henrik "Henke37" Andersson 37e405c936 PINK: Flag a lot of stuff as const 2020-02-15 22:05:44 +01:00
Henrik "Henke37" Andersson 463192aa51 PINK: remove member function arguments in favor of using the existing _exeResources member variable. 2020-02-13 23:41:06 +02:00
Cameron Cawley 46056aba3c ENGINES: Reduce winexe_*.h header includes 2020-01-11 17:34:12 +02:00
Cameron Cawley 948c555ea6 ALL: Create all instances of NEResources and PEResources using new instead of on the stack
Also adapted WinCursorGroup and MacMenu to reflect this.
2020-01-11 17:34:12 +02:00
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