Commit Graph
29 Commits
Author SHA1 Message Date
Eugene Sandulenko fb7095f5a4 COMMON: Move all compression-related files to a separate directory 2022-12-01 11:53:02 +01:00
Hubert Maier 946f11b2be TITANIC: Correct spelling mistake
existance -> existence
2022-10-27 15:57:30 +02:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
aryanrawlani28 4b6976c558 GUI: U32: Reduce number of files changed and fixes
Up until last commit, everything was working fine but the amount of files changed was too large. This commit tries to reduce the changes.

- Add a fake constructor to Keymap, text-to-speech, setDescription (save-state)
- Redirecting functions for PopUpWidget::appendEntry, ButtonWidget::setLabel, GUIErrorMessage
- Use the above functions and constructors to reduce changes in Engines
- Fix warnings being in unicode. Only output english text in - Warnings, Errors, etc.
- Mark some strings as "translation" strings. (Not yet added to POTFILES)
- Remove some CP related things from po/modules.mk
- Previously used some Common::convertToU32 where it was not necessary, replace this with u32constructor
2020-08-30 14:43:41 +02:00
aryanrawlani28 e22b32abfe GUI: U32: Use Common::U32String::format where necessary and GUIError to u32
- Where necessary as in, where translated messages are used.
- GUIErrorMessage now takes in U32String
- error messages across some engines use U32Strings. they are changed because they show a message dialog.
2020-08-30 14:43:41 +02:00
Cameron Cawley f6015086e1 ENGINES: Add GUIErrorMessageFormat to replace duplicated functions (#1455) 2018-12-19 08:31:26 +02:00
Paul Gilbert 11a72a5e0e TITANIC: Add missing strings for Floor & Room # to titanic.dat 2017-10-15 21:20:09 -04:00
Paul Gilbert 6723bed162 TITANIC: DE: Fixes to vocabs, strings, and font in titanic.dat 2017-10-06 21:07:00 -04:00
Paul Gilbert 6291eb75d0 TITANIC: Fix German strings in create_titanic, regenerate titanic.dat 2017-08-26 12:39:34 -04:00
Paul Gilbert a929c5aabc TITANIC: Add further strings to create_titanic tool 2017-08-26 11:13:34 -04:00
Paul Gilbert f132cbcf85 TITANIC: Add support for compressed bitmaps in titanic.dat 2017-08-12 20:09:18 -04:00
Paul Gilbert c9b5c524ca TITANIC: Show GUI error dialog if titanic.dat is missing 2017-06-20 19:52:11 -04:00
Paul Gilbert 3be659b5c1 TITANIC: CGameManager viewChange better named as roomChange 2017-06-11 16:19:54 -04:00
Paul Gilbert 61fe1a06ad TITANIC: Fix Arm placement when placed on gondolier sliders 2017-02-19 08:52:22 -05:00
Paul Gilbert 61db7190a3 TITANIC: Clarify dirty rect methods in CGameManager 2017-01-14 18:19:12 -05:00
Eugene Sandulenko dead4aa014 JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
Paul Gilbert 7d9526f888 TITANIC: Simplify German version checks 2016-09-11 16:53:44 -04:00
Paul Gilbert dd1a2b65e9 TITANIC: Extra loading logic and translation code for German version 2016-09-11 14:16:11 -04:00
Paul Gilbert 9e437d46a8 TITANIC: Cleanup of CPetInventory, removal of unused fields 2016-09-02 22:44:34 -04:00
Paul Gilbert 9dd2e198ae TITANIC: Remove redundant CFilesManager::fn4
It looks like the original method scanned subfolders for the file,
and prefixed on the found path. We don't need this for ScummVM
2016-08-29 21:17:50 -04:00
Paul Gilbert e143d5ef48 TITANIC: Further code cleanup, identified game mode 5 2016-08-29 20:55:04 -04:00
Paul Gilbert bad8605014 TITANIC: Fix opening empty resources from the DAT file 2016-08-20 21:53:10 -04:00
Paul Gilbert d979dcd020 TITANIC: Fixes for movie notification, computer game logic cleanup 2016-07-23 17:21:38 -04:00
Paul Gilbert 87379442ff TITANIC: Fix scanning for files not to free resources 2016-07-18 21:47:19 -04:00
Paul Gilbert 053ff7ab75 TITANIC: Change engine to use titanic.dat 2016-07-15 19:11:06 -04:00
Paul Gilbert 0820c3ffae TITANIC: Refactor CTitleEngine to use CFilesManager for PE resources 2016-07-10 16:39:01 -04:00
Paul Gilbert b79ed60a8e TITANIC: Added loadSound, support methods, and CSoundItem class 2016-07-10 16:38:19 -04:00
Paul Gilbert 2699efd633 TITANIC: Fix reading resources from game executable 2016-04-03 17:44:08 -04:00
Paul Gilbert 1efbed5409 TITANIC: Move most of the root classes into new support/ folder 2016-04-03 16:16:35 -04:00