scummvm/engines/testbed
aryanrawlani28 12e4f871a3 GUI: U32: Improve u32 in all engine subsystems
- Common: add wordWrap function to ustr.cpp
- Bladerunner: Explicitly state we have a U32String in subs (same as Subtitles::loadOuttakeSubsText)
- Don't use translations for engine specific "put strings", because they might not support.
- SCI: Use const references for showScummVMDialog
- SCUMM:
-- Don't use translation in md5 warning. left comments with the translated version.
-- Remove some redundant headers in help.cpp
-- Don't use translation in handleSaveload when printing to console
-- Also, display success transaction correctly via u32::format
- TESTBED: Use fake constructor when setting label of button
- SKY: Correctly use translation when using SaveStateDescription
- ULTIMA: Don't use translations when display_string
- ENGINES:
-- GenerateUnknownGameReport correctly, with proper translations.
-- There was an error, where a function had been declared twice, in a header file. Correct this.
2020-08-30 14:43:41 +02:00
..
cloud.cpp
cloud.h TESTBED: Add override keywords 2020-02-09 12:43:16 +01:00
config-params.cpp TESTBED: Fix return-to-launcher SIGSEGV bug 2020-06-13 16:29:17 +02:00
config-params.h
config.cpp GUI: U32: Reduce number of files changed and fixes 2020-08-30 14:43:41 +02:00
config.h GUI: U32: Reduce number of files changed and fixes 2020-08-30 14:43:41 +02:00
configure.engine
detection.cpp TESTBED: Remove use of final as a variable name 2020-06-18 21:04:45 +01:00
encoding.cpp TESTBED: Fix GCC Unused Variable Compiler Warnings 2019-08-25 08:20:02 +01:00
encoding.h TESTBED: Add override keywords 2020-02-09 12:43:16 +01:00
events.cpp BACKENDS: Add events for additional mouse buttons 2020-02-26 21:34:24 +01:00
events.h JANITORIAL: Update RTL references in themes and menus 2020-05-12 10:36:38 +02:00
fs.cpp TESTBED: Add createDirectory() test in FStests 2019-08-11 22:15:54 +03:00
fs.h TESTBED: Add override keywords 2020-02-09 12:43:16 +01:00
graphics.cpp TESTBED: Move code with side-effects away from testsuite constructor 2020-06-13 16:29:17 +02:00
graphics.h TESTBED: Move code with side-effects away from testsuite constructor 2020-06-13 16:29:17 +02:00
midi.cpp
midi.h TESTBED: Add override keywords 2020-02-09 12:43:16 +01:00
misc.cpp ALL: Remove direct use of OSystem::createMutex() 2020-08-21 09:39:00 +02:00
misc.h ALL: Remove direct use of OSystem::createMutex() 2020-08-21 09:39:00 +02:00
module.mk TESTBED: Added simple movie player. Plays QT movies only so far 2020-08-23 19:46:58 +02:00
savegame.cpp
savegame.h TESTBED: Add override keywords 2020-02-09 12:43:16 +01:00
sound.cpp GUI: U32: Improve u32 in all engine subsystems 2020-08-30 14:43:41 +02:00
sound.h TESTBED: Add override keywords 2020-02-09 12:43:16 +01:00
speech.cpp GUI: U32: Reduce number of files changed and fixes 2020-08-30 14:43:41 +02:00
speech.h TESTBED: Add test for stopping speech and immediately starting another 2020-06-21 19:09:49 +01:00
template.h
testbed.cpp GUI: U32: Reduce number of files changed and fixes 2020-08-30 14:43:41 +02:00
testbed.h TESTBED: Added simple movie player. Plays QT movies only so far 2020-08-23 19:46:58 +02:00
testsuite.cpp GUI: U32: Fix compilation errors across entire project 2020-08-30 14:43:41 +02:00
testsuite.h TESTBED: Move code with side-effects away from testsuite constructor 2020-06-13 16:29:17 +02:00
video.cpp TESTBED: Plug memory leak 2020-08-24 10:29:20 +02:00
webserver.cpp
webserver.h TESTBED: Add override keywords 2020-02-09 12:43:16 +01:00