Commit Graph
106 Commits
Author SHA1 Message Date
Andrei Prykhodko 5684e9dd9d PINK: changed some field types in classes 2020-06-05 19:48:46 +03:00
Andrei Prykhodko 0f63c49cf6 PINK: marked point arguments as non-const 2020-06-04 20:51:11 +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
Henrik "Henke37" Andersson 3629415345 PINK: make toConsole const 2020-02-15 22:05:44 +01:00
Bastien Bouclet 3c625d3b1c PINK: Add override keywords 2020-02-09 12:43:16 +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 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
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 d6f2a89488 PINK: fixed original bug when ActionSfx continues to play when it should stop 2018-08-16 06:33:53 +03:00
Andrei Prykhodko c255de107d PINK: implemented text drawing in ActionText for English version 2018-08-05 22:08:54 +03:00
Andrei Prykhodko 8530d9fbc5 PINK: fixed Coverity warnings 2018-07-29 21:34:20 +03:00
Andrei Prykhodko bb732cd9c8 PINK: add partial implementation of ActionText 2018-07-29 21:23:04 +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 b90816e811 PINK: fixed position of some sprites in PDA 2018-07-17 20:04:28 +03:00
Eugene Sandulenko ace8fcca82 PINK: Made _director a pointer and reduced header dependencies 2018-07-11 22:45:36 +02:00
Eugene Sandulenko a4b8ffc2de PINK: Spelling fixes in method names 2018-07-11 22:45:36 +02:00
Andrei Prykhodko 600049ce4d PINK: added assert for possible division by zero 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 22f6c66393 PINK: added thumb moving in PDA 2018-06-30 23:29:45 +03:00
Andrei Prykhodko 4f13195e8c PINK: added PDA rightHand movement 2018-06-30 20:04:11 +03:00
Andrei Prykhodko 5294c8d252 PINK: fixed possible bug when curFrame is -1 2018-06-30 19:43:34 +03:00
Andrei Prykhodko d38ed02895 PINK: removed comments about ActionLoop Random style 2018-06-30 19:43:34 +03:00
Andrei Prykhodko 5a25e445da PINK: removed empty method call 2018-06-30 17:12:58 +03:00
Andrei Prykhodko 326f21c1a9 PINK: fixed compiler warnings 2018-06-30 17:12:39 +03:00
Andrei Prykhodko 35a3389cea PINK: fixed ActionPlayWithSfx 2018-06-30 15:54:37 +03:00
Andrei Prykhodko 5f0fec7de2 PINK: fixed various PDA bugs 2018-06-30 15:18:03 +03:00
Andrei Prykhodko f75bb43f91 PINK: fixed loading of GLOBAL pda page 2018-06-30 10:33:50 +03:00
Andrei Prykhodko 4938a33fbb PINK: added pre-loading of global pda page sprites 2018-06-30 08:56:05 +03:00
Eugene Sandulenko 66d8fca8b3 PINK: Fix warnings 2018-06-29 09:37:44 +02:00
Andrei Prykhodko feb3fde1cf PINK: JANITORIAL: formatting fixes 2018-06-28 23:51:32 +02:00
Andrei Prykhodko 633649398f PINK: added position recalculation of walking sprites 2018-06-28 23:51:32 +02:00
Eugene Sandulenko bb8a64d22d PINK: JANITORIAL: Fix code formatting 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 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 c4461cb4c3 PINK: fix playing of sprites which have incorrect stopFrame 2018-06-28 23:51:32 +02:00