Commit Graph

318 Commits

Author SHA1 Message Date
Avijeet
ff1f5712e3 PINK: Fix reversed hebrew text 2022-08-05 20:17:23 +02:00
Avijeet
2eb0650ed8 PINK: Trim trailing spaces in PDA title 2022-07-31 18:33:22 +02:00
Avijeet
b20be5a78f PINK: Add Action Text bounds to dirty rect array before deletion 2022-07-31 18:33:22 +02:00
Avijeet
c264afed6f PINK: Fix alignment of title text in Peril PDA 2022-07-31 18:33:22 +02:00
Eugene Sandulenko
502d8387ae
PINK: Switch palette lookup to Graphics::PaletteLookup 2022-07-03 12:50:06 +02:00
Avijeet
d4b450b2b7 PINK: Read individual bytes for text and background color 2022-07-02 22:41:36 +02:00
Avijeet
7dcb1f91ed PINK: Convert BGR color to RGB color 2022-07-02 22:41:36 +02:00
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
Quote58
9fced11fb4 PINK: Remove redundant alignment code in action_text. 2022-04-18 16:26:57 +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
Orgad Shaneh
635377951e PINK: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
trembyle
c740f96f63 COMMON: Normalize and document language maintenance
* Add documentation to add or maintain language values
* Fix and reorder existing entries to match ISO standards
2021-11-11 12:06:15 +01:00
Eugene Sandulenko
991b579fce
PINK: Switch whole engine to MemoryReadStream 2021-05-10 18:30:33 +02:00
Eugene Sandulenko
a2b1164fe9
PINK: Preload sounds to avoid race condition.
Since we were reading directly from the ORB file, during video playback
we were reading both sound and video which often was leading to
the incorrect reads
2021-05-10 16:01:23 +02:00
Orgad Shaneh
a05e54f00c JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
Eugene Sandulenko
b3cf5c0383
PINK: Specify encoding for the rest of the game languages 2021-05-02 01:03:02 +02:00
Eugene Sandulenko
c7517e2eac
PINK: Fixes for Finnish version 2021-05-02 01:03:02 +02:00
Eugene Sandulenko
c652741e16
PINK: Fix encoding for Polish 2021-05-02 01:03:02 +02:00
Eugene Sandulenko
078eaf3079
PINK: Switch MacTexWindow to windows font too 2021-05-02 01:03:02 +02:00
Eugene Sandulenko
98e698d661
PINK: Recode texts for Danish version 2021-05-02 01:03:01 +02:00
Eugene Sandulenko
e32383574a
PINK: Create MacText once per action 2021-05-01 01:49:48 +02:00
Eugene Sandulenko
847208ade6
PINK: Switch action texts to Windows System font 2021-05-01 01:49:48 +02:00
ysj1173886760
7da28dfc15 PINK: modify action_text to suit for new macgui, move dynamic scrollbar to macgui 2021-04-25 02:24:15 +02:00
ysj1173886760
cd462ba7c7 PINK: delete loading border in pink, it will load in macgui automatically 2021-04-25 02:24:15 +02:00
ysj1173886760
df895359cc PINK: modify the logic when we creating the mactextwindow 2021-04-25 02:24:15 +02:00
ysj1173886760
c1c7631148 PINK: set the offsets for new logic of macgui 2021-04-25 02:24:15 +02:00
ysj1173886760
013925a3ad PINK: implement alignment for center manually for action text 2021-04-25 02:24:15 +02:00
ysj1173886760
55f61f2c69 PINK: fix the bug when we disable the border, the text may not render correctly. 2021-04-25 02:24:15 +02:00
ysj1173886760
d437b22b6b GRAPHICS: MACGUI: fix the behaviour of scrollbar of win95 mode 2021-04-25 02:24:15 +02:00
ysj1173886760
7c5c66a8c8 PINK: add win95 mode border for pink 2021-04-25 02:24:15 +02:00
ysj1173886760
9a139c4797 PINK: clear the area before drawing the actionText 2021-04-25 02:24:15 +02:00
ysj1173886760
70592cfa12 PINK: add intersection check of mactext and dirty rect 2021-04-25 02:24:15 +02:00
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