Commit Graph
31 Commits
Author SHA1 Message Date
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Maxim Kovalenko 805f55f1cd XEEN: RU Fixed some localized strings. Fixed intro subtitles.
Fixed optimizer issues
2021-08-02 17:35:18 +02:00
Maxim Kovalenko b16ab4382e XEEN: RU Moving translated hotkeys to resources.
Hotkeys changed in char_info, control_panel, create_char, difficulty dialogs.
2021-08-02 17:35:18 +02:00
Maxim Kovalenko 587031a2e5 XEEN: RU Further sharpening
change hotkeys in dialogs_create_char, dialogs_difficulty
2021-08-02 17:35:18 +02:00
Maxim Kovalenko d3624575a7 XEEN: RU Working on gender and plural forms 2021-08-02 17:35:18 +02:00
Maxim Kovalenko 516f8d8824 XEEN: RU Combine multiple language constants in one ccs file 2021-08-02 17:35:18 +02:00
Maxim Kovalenko cfcf36383f XEEN: RU Added plural forms for "days" 2021-08-02 17:35:18 +02:00
Maxim Kovalenko 3d6371c4f0 XEEN: RU Working on 8-bit font 2021-08-02 17:35:18 +02:00
Maxim Kovalenko 66097d4e39 XEEN: RU Added plural forms for "days" in char info 2021-08-02 17:35:18 +02:00
Maxim Kovalenko a6afb2be20 XEEN: RU Initial commit
Extended font support
2021-08-02 17:35:18 +02:00
Paul Gilbert 3b8b6e2419 XEEN: Fix bottom of letters like g, y, getting cropped off 2018-03-30 17:29:26 -04:00
Paul Gilbert 07ef996c3b XEEN: Fix reading entirety of message in Vertigo warehouse 2018-03-22 22:56:21 -04:00
Paul Gilbert ac7a9224fe XEEN: Fix text colors during intro/exit cutscenes 2018-03-13 18:17:02 -04:00
Paul Gilbert 5b731a1f44 XEEN: Fix use of globally constructed object 2018-03-10 07:54:28 -05:00
Paul Gilbert 6b5eab62f6 XEEN: Fix animated text cursor partialy overlapping prior char 2017-12-24 23:53:31 -05:00
Paul Gilbert 341c6a95e3 XEEN: Fix Coverity warnings 2017-12-03 21:58:36 -05:00
Paul Gilbert 2ca0235f44 XEEN: Refactor FontSurface as ancestors of Window, not Screen
This refactoring allowed Screen to now simply derive from
Graphics::Screen, and several duplicated methods could be removed.
2017-11-29 21:34:28 -05:00
Paul Gilbert a97a9507c9 XEEN: Fix uninitialized instance field warnings 2017-11-15 19:32:03 -05:00
Eugene Sandulenko dead4aa014 JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
Paul Gilbert 4515d7a1ac XEEN: Create Resources class to encapsulate all the static resources
This will make it easier later on to handle things like translations,
and if the other games have different values for some arrays
2016-09-22 20:00:04 -04:00
Paul Gilbert fd2d462296 XEEN: Moved method comments from CPP to header files 2016-08-28 17:52:56 -04:00
Paul Gilbert de5aedcb0c XEEN: Implemented cmNPC and TownMessage dialog class 2015-03-02 23:13:01 -05:00
Paul Gilbert 996ce24083 XEEN: Fix writeString to constrain text to window 2015-02-07 18:43:05 -05:00
Paul Gilbert 78234db2c0 XEEN: Add Quick Reference dialog 2015-02-01 19:04:28 -05:00
Paul Gilbert 0d8d66cb82 XEEN: Fix center aligning text in writeString 2015-01-24 18:31:54 -05:00
Paul Gilbert f46b9d77dd XEEN: Compilation fixes for gcc 2015-01-19 10:28:48 -05:00
Paul Gilbert 5135439bbd XEEN: Reorganisation of resource, sprite, and cc file class files 2015-01-01 14:57:56 -10:00
Paul Gilbert fb6e8054f7 XEEN: Fixes for text display 2014-12-31 22:55:10 -10:00
Paul Gilbert 4a953b0661 XEEN: Startup fixes; options menu buttons now showing 2014-12-31 21:09:13 -10:00
Paul Gilbert 6e587578c6 XEEN: Implemented writeChar 2014-12-31 16:38:17 -10:00
Paul Gilbert c6a2f539d4 XEEN: Split the font code into it's own file 2014-12-31 16:27:37 -10:00