scummvm/engines/glk/alan2
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
..
acode.h GLK: ALAN2: Cleanup 2019-11-17 14:06:14 -08:00
alan2.cpp GUI: U32: Reduce number of files changed and fixes 2020-08-30 14:43:41 +02:00
alan2.h GLK: Add override keywords 2020-02-09 12:43:15 +01:00
alan_version.cpp
alan_version.h
args.cpp GLK: ALAN2: Replace defines with actual function calls 2020-04-27 23:03:43 +02:00
args.h
debug.cpp
debug.h
decode.cpp
decode.h
detection_tables.h GLK: ALAN2: Added detection entries 2020-08-20 21:32:25 -07:00
detection.cpp
detection.h
exe.cpp GLK: ALAN2: Replace defines with actual function calls 2020-04-27 23:03:43 +02:00
exe.h GLK: ADRIFT: Refactoring load serializer to not use longjmp 2019-09-25 20:13:27 -07:00
glkio.cpp
glkio.h
inter.cpp GLK: ALAN2: Fixed more printf format strings 2020-04-30 14:36:37 +02:00
inter.h GLK: ADRIFT: Refactoring load serializer to not use longjmp 2019-09-25 20:13:27 -07:00
main.cpp GLK: ALAN2: Replace defines with actual function calls 2020-04-27 23:03:43 +02:00
main.h GLK: ALAN2: Cleanup 2019-11-17 14:06:14 -08:00
params.cpp
params.h
parse.cpp GLK: ALAN2: Replace defines with actual function calls 2020-04-27 23:03:43 +02:00
parse.h GLK: ADRIFT: Refactoring load serializer to not use longjmp 2019-09-25 20:13:27 -07:00
reverse.cpp
reverse.h
rules.cpp
rules.h
stack.cpp
stack.h
sysdep.cpp GLK: ALAN2: Fix Missing Default Switch Cases 2019-12-17 01:38:42 +00:00
sysdep.h GLK: ALAN2: Replace defines with actual function calls 2020-04-27 23:03:43 +02:00
types.cpp
types.h GLK: ALAN2: Cleanup 2019-11-17 14:06:14 -08:00
version.h GLK: ALAN2: Cleanup 2019-11-17 14:06:14 -08:00