scummvm/engines/lab
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
..
anim.cpp
anim.h
configure.engine
console.cpp
console.h LAB: Add override keywords 2020-02-09 12:43:15 +01:00
detection.cpp JANITORIAL: Rename kSupportsRTL to kSupportsReturnToLauncher 2020-05-12 10:36:38 +02:00
dispman.cpp LAB: Refactor to use Engine debugger 2020-02-16 13:07:19 +02:00
dispman.h
engine.cpp GUI: U32: Reduce number of files changed and fixes 2020-08-30 14:43:41 +02:00
eventman.cpp JANITORIAL: Rename EVENT_RTL 2020-05-12 10:36:38 +02:00
eventman.h
image.cpp
image.h
interface.cpp
interface.h
intro.cpp
intro.h
lab.cpp ENGINES: Cleanup of savegame filenames generation 2020-02-16 15:44:28 -08:00
lab.h ENGINES: Cleanup of savegame filenames generation 2020-02-16 15:44:28 -08:00
labsets.cpp
labsets.h
map.cpp LAB: Fix UB (use of deallocated memory) 2018-05-05 17:54:46 +02:00
module.mk
music.cpp LAB: Do not rewind stream on music change. Fixes #7015 2020-08-29 02:17:18 +02:00
music.h
POTFILES LAB: Added GUI messages to translation 2020-08-28 01:09:37 +02:00
processroom.cpp GUI: U32: Reduce number of files changed and fixes 2020-08-30 14:43:41 +02:00
processroom.h
resource.cpp
resource.h
savegame.cpp ENGINES: Cleanup of savegame filenames generation 2020-02-16 15:44:28 -08:00
special.cpp
speciallocks.cpp GUI: U32: Reduce number of files changed and fixes 2020-08-30 14:43:41 +02:00
speciallocks.h
utils.cpp
utils.h