Commit Graph
85 Commits
Author SHA1 Message Date
Avijeet 01d264569c PINK: Rename director.h/cpp to screen.h/cpp 2022-06-27 14:15:34 +03:00
Avijeet 24de0150a2 PINK: Rename class Director to Screen 2022-06-27 14:15:34 +03:00
Andrei Prykhodko 31e7a61ab4 PINK: fix loading pda save
bug #13249
2022-02-05 14:19:31 +02:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Andrei Prykhodko 0f63c49cf6 PINK: marked point arguments as non-const 2020-06-04 20:51:11 +03:00
Andrei Prykhodko a0cdc82694 PINK: fixed right button click when playing pub minigame 2020-06-04 15:14:27 +03:00
Henrik "Henke37" Andersson 5b4616e8ef PINK: make LeadActor::isInteractingWith const 2020-02-15 22:05:44 +01:00
Henrik "Henke37" Andersson 3629415345 PINK: make toConsole const 2020-02-15 22:05:44 +01:00
Andrei Prykhodko b13e235242 PINK: removed unnecessary G key 2018-10-12 22:45:47 +03:00
Andrei Prykhodko 18c6a1a25c PINK: added missing sequencer update in Moving state 2018-10-12 22:41:46 +03:00
Andrei Prykhodko d60265d7d4 PINK: removed unused parameter 2018-08-17 17:14:15 +03:00
Andrei Prykhodko 2a6222be17 PINK: fixed clicking on leadActor in moving state with item 2018-08-15 19:11:24 +03:00
Andrei Prykhodko cdd5717ce0 PINK: fixed entering pda through menu in a row 2018-07-26 05:10:57 +03:00
Andrei Prykhodko cb3945cf4f PINK: hid debug output under channels and levels 2018-07-21 16:23:57 +03:00
Eugene Sandulenko ace8fcca82 PINK: Made _director a pointer and reduced header dependencies 2018-07-11 22:45:36 +02:00
Andrei Prykhodko 8ec93852ad PINK: fixed stopping audioInfo before starting walk 2018-07-02 11:47:22 +03:00
Andrei Prykhodko 0a6993a09b PINK: fixed uninitialized fields 2018-06-30 23:49:27 +03:00
Andrei Prykhodko 0ed412a8ab PINK: fixed compilation error 2018-06-30 20:20:25 +03:00
Andrei Prykhodko 4f13195e8c PINK: added PDA rightHand movement 2018-06-30 20:04:11 +03:00
Andrei Prykhodko 6fde729266 PINK: added missing breaks 2018-06-29 16:34:36 +03:00
Andrei Prykhodko 4a4692a5dd PINK: removed onClick virtual function 2018-06-29 16:30:39 +03:00
Andrei Prykhodko 6ff1db5dfd PINK: renamed function parameter 2018-06-29 16:26:09 +03:00
Andrei Prykhodko ab2085f0e8 PINK: fixed sending leftClickMessage under some circumstances 2018-06-29 14:43:57 +03:00
Andrei Prykhodko 0c1ef839b6 PINK: added more constants 2018-06-29 14:43:57 +03:00
Andrei Prykhodko 34319e3ac6 PINK: changed unused return type of functions to void 2018-06-29 14:43:57 +03:00
Andrei Prykhodko 1b8928d43c PINK: remove unused code 2018-06-29 14:43:57 +03:00
Adrian Frühwirth e5f8313ca2 PINK: JANITORIAL: Fix fallthrough comment so that GCC will recognize it 2018-06-29 00:04:34 +02:00
Andrei Prykhodko 969f7c99a0 PINK: added loading/saving of AudioInfoMgr 2018-06-28 23:51:32 +02:00
Andrei Prykhodko feb3fde1cf PINK: JANITORIAL: formatting fixes 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 d0f0f41857 PINK: fixed clicking on empty part of screen 2018-06-28 23:51:32 +02:00
whiterandrek ffcaf74b08 PINK: implement OnMouseOverWithItem for LeadActor 2018-06-28 23:51:32 +02:00
whiterandrek 3e2c9b6bc2 PINK: fix updating cursor in some situations 2018-06-28 23:51:32 +02:00
whiterandrek 914ee715eb PINK: fix warning 2018-06-28 23:51:32 +02:00
Eugene Sandulenko 85e0c7ccd3 PINK: JANITORIAL: Indentation fixes 2018-06-28 23:51:32 +02:00
Eugene Sandulenko 9c176c5702 PINK: Format 'else' statement oneliners 2018-06-28 23:51:32 +02:00
Eugene Sandulenko a224e41edc PINK: JANITORIAL: More whitespace fixes 2018-06-28 23:51:32 +02:00
Eugene Sandulenko c3e1157d18 PINK: JANITORIAL: More formatting fixes 2018-06-28 23:51:32 +02:00
whiterandrek b670fba4c9 PINK: remove extra indentation 2018-06-28 23:51:32 +02:00
whiterandrek 6a2dc6fa0f PINK: remove unused variable 2018-06-28 23:51:32 +02:00
whiterandrek e2ac931ccb PINK: rework scripting system 2018-06-28 23:51:32 +02:00
whiterandrek cfc5538f95 PINK: fix skipping sequence 2018-06-28 23:51:32 +02:00
whiterandrek b32af31601 PINK: fix updating cursor when mouse isn't moving 2018-06-28 23:51:32 +02:00
whiterandrek 9b8d72bfb5 PINK: fix naming 2018-06-28 23:51:32 +02:00
whiterandrek e4402a90eb PINK: rework LeadActor states 2018-06-28 23:51:32 +02:00
whiterandrek 64bb3baab8 PINK: fix pausing when click on panther with empty inventory 2018-06-28 23:51:32 +02:00
whiterandrek 60d423cabb PINK: implement AudioInfoManager 2018-06-28 23:51:32 +02:00
whiterandrek ed25075146 PINK: rewrite onLeftButtonClick 2018-06-28 23:51:32 +02:00
whiterandrek 2c6ab1c775 PINK: fix inventory opening 2018-06-28 23:51:32 +02:00
whiterandrek cf8971ae45 PINK: implemented skipping of walk 2018-06-28 23:51:32 +02:00