Commit Graph
53 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 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
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
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
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 c255de107d PINK: implemented text drawing in ActionText for English version 2018-08-05 22:08:54 +03:00
Andrei Prykhodko bb732cd9c8 PINK: add partial implementation of ActionText 2018-07-29 21:23:04 +03:00
Andrei Prykhodko cb3945cf4f PINK: hid debug output under channels and levels 2018-07-21 16:23:57 +03:00
whiterandrek da0adc92a2 PINK: reformat Action's code 2018-06-28 23:51:32 +02:00
whiterandrek 001a08c91c PINK: fix deserializing of ActionText 2018-06-28 23:51:32 +02:00
whiterandrek 82974a9ce3 PINK: fix indentation 2018-06-28 23:51:32 +02:00
whiterandrek c06452594f PINK: fix no newline warning 2018-06-28 23:51:32 +02:00
whiterandrek 37574a3bcf PINK: remove >> << operators 2018-06-28 23:51:32 +02:00