scummvm/backends
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
..
audiocd WIN32: Move all ARRAYSIZE undefs to util.h 2018-12-17 12:28:33 +02:00
cloud GUI: U32: Reduce number of files changed and fixes 2020-08-30 14:43:41 +02:00
dialogs GUI: U32: encode and use c strings for translations in macos dialogs 2020-08-30 14:43:41 +02:00
events BACKENDS: Do not define a Quit action if the NoQuit feature is enabled 2020-08-29 16:31:37 +01:00
fs BACKENDS: Split ModularBackend into two separate classes 2020-08-24 14:22:35 +02:00
graphics GUI: U32: Reduce number of files changed and fixes 2020-08-30 14:43:41 +02:00
keymapper GUI: U32: Reduce number of files changed and fixes 2020-08-30 14:43:41 +02:00
log LOG: fix month in log file 2015-03-20 11:26:42 +01:00
midi TIMIDITY: Replace u_char with unsigned char 2020-05-29 21:37:58 +01:00
mixer NULL: Make use of NullMixerManager 2020-08-24 14:22:35 +02:00
mutex ANDROID: Add a pthreads-based mutex manager 2019-04-20 15:53:56 +03:00
networking GUI: U32: Use Common::U32String::format where necessary and GUIError to u32 2020-08-30 14:43:41 +02:00
platform GUI: U32: More code improvements in engines and misc fixes 2020-08-30 14:43:41 +02:00
plugins 3DS: Set a Virtual Memory Address when linking the plugins 2020-08-27 21:14:07 +02:00
presence/discord BACKENDS: Fix presence compilation on MinGW 2020-08-25 20:03:24 +01:00
saves EVENTRECORDER: Fix crash on attempt to save. Fixed #10045 2020-08-29 17:22:38 +02:00
taskbar WIN32: Use malloc instead of new in string conversion functions 2020-08-21 00:02:13 +02:00
text-to-speech GUI: U32: Reduce number of files changed and fixes 2020-08-30 14:43:41 +02:00
timer BACKENDS: Shut down individual SDL subsystems 2020-08-20 01:25:55 +02:00
updates WIN32: Exit when WinSparkle runs installer 2019-11-08 09:19:07 +01:00
vkeybd VKEYBD: Fallback to SearchMan when loading keyboard packs 2017-12-28 21:24:57 +01:00
base-backend.cpp GUI: U32: Convert majority of code to use U32 2020-08-30 14:43:41 +02:00
base-backend.h GUI: U32: Convert majority of code to use U32 2020-08-30 14:43:41 +02:00
modular-backend.cpp BACKENDS: Move MixerManager code into ModularMixerBackend 2020-08-24 14:22:35 +02:00
modular-backend.h BACKENDS: Move MixerManager code into ModularMixerBackend 2020-08-24 14:22:35 +02:00
module.mk BACKENDS: Discord rich presence support 2020-08-25 10:47:41 +02:00