Commit Graph
16 Commits
Author SHA1 Message Date
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
Eugene Sandulenko fe0193b914 JANITORIAL: Remove unndeded "common/translation.h" include 2020-08-27 20:26:45 +02:00
Paul Gilbert 90e29ab1bb GLK: ALAN3: Cleanup 2019-11-17 14:06:14 -08:00
Paul Gilbert 3165fa628a GLK: ALAN3: Add loading savegame from launcher 2019-07-06 15:27:09 -07:00
Paul Gilbert c5214f6d34 GLK: ALAN3: Making GlkIO base class 2019-07-06 15:27:09 -07:00
Paul Gilbert 5dea662313 GLK: ALAN3: Wrapping method calls in longjmp replacement macros 2019-07-06 15:27:09 -07:00
Paul Gilbert 18566feefc GLK: ALAN3: Implement savegame code 2019-07-06 15:27:08 -07:00
Paul Gilbert c833d39ccf GLK: ALAN3: Outer game loop to handle forfeit setjmp replacement 2019-07-06 15:27:08 -07:00
Paul Gilbert ae6ae33bed GLK: ALAN3: Fix setup and outputing of text data 2019-07-06 15:27:08 -07:00
Paul Gilbert 5c8c4b3b6e GLK: ALAN3: Standardize on using syserr for errors 2019-07-06 15:27:08 -07:00
Paul Gilbert 86f9985951 GLK: ALAN3: Re-enable main game loop 2019-07-06 15:27:08 -07:00
dreammaster dc40211ec5 GLK: ALAN3: Proper indentation & formatting 2019-07-06 15:27:08 -07:00
Paul Gilbert 2de068a98a GLK: ALAN3: Further warning fixes 2019-07-06 15:27:07 -07:00
Paul Gilbert cd7cf41414 GLK: ALAN3: Initial files commit 2019-07-06 15:27:07 -07:00