Eugene Sandulenko
b53a7db0da
ALL: Switch to Common::hypotenuse()
2020-06-06 15:08:52 +02:00
Andrei Prykhodko
5684e9dd9d
PINK: changed some field types in classes
2020-06-05 19:48:46 +03:00
Andrei Prykhodko
480d7fddbe
PINK: returned HandlerStartPage HandlerTimerSequences
2020-06-05 19:31:50 +03:00
Andrei Prykhodko
ed05445ab1
PINK: moved HandlerTimerActions to handler.h/.cpp files
2020-06-04 22:42:26 +03:00
Andrei Prykhodko
3de5035018
PINK: use HandlerSequences instead of HandlerStartPage
2020-06-04 22:41:39 +03:00
Andrei Prykhodko
9f3f70c4cd
PINK: removed redundant methods in HandlerMgr
2020-06-04 22:30:45 +03:00
Andrei Prykhodko
5db138699a
PINK: use HandlerSequence instead of HandlerTimerSequences
2020-06-04 21:48:36 +03:00
Andrei Prykhodko
2458016d37
PINK: removed usage of empty static const strings in methods
2020-06-04 21:33:27 +03:00
Andrei Prykhodko
b5c807b459
PINK: no sense in clearing array of actions in actor dtor
2020-06-04 21:24:59 +03:00
Andrei Prykhodko
c6450e49ce
PINK: pass string by reference in SequenceActorState ctor
2020-06-04 21:22:16 +03:00
Andrei Prykhodko
0d18e0757f
PINK: JANITORIAL: fixed typo
2020-06-04 21:09:01 +03:00
Andrei Prykhodko
cedf844ae4
PINK: JANITORIAL: fixed typo
2020-06-04 21:06:23 +03:00
Andrei Prykhodko
632a181a81
PINK: removed unused method
2020-06-04 20:57:13 +03:00
Andrei Prykhodko
df0e8a9490
PINK: JANITORIAL: formatting fixes
2020-06-04 20:53:30 +03:00
Andrei Prykhodko
bb4fb9b751
PINK: JANITORIAL: fixed names
2020-06-04 20:51:41 +03: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
BLooperZ
f8e2cc0f0f
PINK: draw hebrew characters on pages
2020-05-12 14:36:09 +02:00
Eugene Sandulenko
ee557c8712
PINK: Use MacWindow::disableBorder()
2020-04-08 00:54:04 +02:00
Filippos Karapetis
d486799ea7
PINK: Simplify and fix PDAPage object creation
...
Avoid mixing objects on the stack and heap. This simplifies the code,
and fixes crashes when changing pages in the PDA
2020-02-29 02:21:42 +02:00
Filippos Karapetis
d8350221f0
PINK: Clear actor actions after deleting them
2020-02-29 02:21:41 +02:00
Henrik "Henke37" Andersson
9131701a93
PINK: Rename _item to _currentItem to make its use clearer.
2020-02-15 22:05:44 +01: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
Henrik "Henke37" Andersson
37e405c936
PINK: Flag a lot of stuff as const
2020-02-15 22:05:44 +01:00
Bastien Bouclet
3c625d3b1c
PINK: Add override keywords
2020-02-09 12:43:16 +01:00
Eugene Sandulenko
eae52773dd
PINK: Added override keywords
2020-01-31 14:07:05 +01:00
D G Turner
a997ac72f1
PINK: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-27 01:16:26 +00:00
Eugene Sandulenko
62069d33c8
PINK: Fix crash when switching the countries in selector
2019-11-19 23:50:40 +01:00
Eugene Sandulenko
705c4b2c8d
PINK: Fix text color selection and added some debug output
2019-11-15 18:04:30 +01:00
Eugene Sandulenko
5b25531e96
PINK: Fix text drawing, use absolute coordinates
2019-10-20 20:09:28 +05:00
Eugene Sandulenko
30c11071c4
PINK: Enable text rendering for localized versions
2019-10-19 17:44:05 +02:00
Eugene Sandulenko
6d82e7ee26
PINK: Set text windows to read-only
2019-10-15 23:58:00 +02:00
Eugene Sandulenko
1a76b548e5
PINK: Disable border for all text windows
2019-10-15 23:58:00 +02:00
Eugene Sandulenko
5b401519eb
PINK: Fix uninitalised reads
2019-10-11 17:25:41 +02:00
Eugene Sandulenko
e3716a9521
PINK: Fix border dimensions
2019-10-11 17:20:15 +02:00
Eugene Sandulenko
c5f3e12616
PINK: Add built-in empty border and use for texts
2019-10-04 19:10:03 +02:00
Eugene Sandulenko
11e0c9571e
PINK: Use proper window border for PDA
2019-09-30 23:46:25 +02:00
Andrei Prykhodko
3c67ce0eed
PINK: removed usage of global variable
2019-05-08 12:01:22 +03:00
Andrei Prykhodko
711b7399a0
PINK: removed unnecessary namespace in function declaration
2019-05-08 11:23:44 +03:00
Andrei Prykhodko
95b53f3737
PINK: removed unnecessary field in SideEffectExit
2019-01-16 08:53:52 +02:00
Andrei Prykhodko
07b4495e2b
PINK: fixed ActionPlay behavior when startFrame is wrong
...
This fixes Trac bug #10800
2019-01-15 23:11:00 +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
acac597961
PINK: fixed null pointer dereference in ConditionInventoryItemOwner
...
fixes bug #10805
2018-11-16 20:34:27 +02:00
D G Turner
3f99c2c9dd
PINK: Fix For Assertion When Looking Under Bed in Six House.
...
The action which triggers the assertion is CheckUnderBedDB.
This changes ActionPlay::OnStart method to be similar to superclass
implementation with regard to _startFrame to avoid this.
However, the animation still glitches repeating several times, but this
is a script bug in the original and should be addressed in a workaround
in a future commit.
This should fix the main issue in Trac bug #10800 .
2018-11-11 01:58:50 +00: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
5f462c1ebc
PINK: implemented skipString method in Archive
2018-08-17 17:14:15 +03:00
Andrei Prykhodko
d6f2a89488
PINK: fixed original bug when ActionSfx continues to play when it should stop
2018-08-16 06:33:53 +03:00