Commit Graph
138 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
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01: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
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