scummvm/common
Filippos Karapetis a160058d06 COMMON: Add more engine-specific options
We have reached the limit of 16 engine-specific options in SCI, so
we're adding 16 more for future additions
2021-12-19 11:35:48 +02:00
..
encodings COMMON: Add conversion table for DOS862 encoding 2021-07-22 00:06:25 +03:00
lua COMMON: Use override 2021-11-14 14:35:15 +02:00
achievements.cpp COMMON: Put debug traces to defined level to avoid printing them always 2021-11-23 15:19:01 +01:00
achievements.h
algorithm.h
archive.cpp ALL: Change listMatchingMembers pattern to a Path 2021-08-09 17:47:30 -04:00
archive.h COMMON: Use override 2021-11-14 14:35:15 +02:00
array.h COMMON: Remove USE_CXX11 checks, it is now always present 2021-10-31 11:52:29 +02:00
base-str.cpp COMMON: Allow \0 to be appended to Strings 2021-07-13 10:35:19 +02:00
base-str.h
bitarray.h
bitstream.h JANITORIAL: Fix some MSVC warnings 2021-07-22 07:28:01 +03:00
bufferedstream.h BACKENDS: Update all the backends to support SeekableWriteStream 2021-08-08 18:13:30 -07:00
callback.h
config-manager.cpp
config-manager.h
coroutines.cpp
coroutines.h
cosinetables.cpp
cosinetables.h
crc.h COMMON: Fix build with old GCC 2021-08-11 12:01:40 +02:00
dcl.cpp
dcl.h
dct.cpp
dct.h
debug-channels.h COMMON: Persist global debug channels between engine runs 2021-08-16 21:33:15 +02:00
debug.cpp COMMON: Persist global debug channels between engine runs 2021-08-16 21:33:15 +02:00
debug.h COMMON: Keep only one instance of global debug flags 2021-08-16 20:43:16 +02:00
dialogs.h
enc-internal.h COMMON: Add conversion table for DOS862 encoding 2021-07-22 00:06:25 +03:00
endian.h
error.cpp
error.h
events.cpp EVENTRECORDER: ignore other event sources when playing back a record 2021-07-08 15:05:35 +02:00
events.h COMMON: Add JOYSTICK_BUTTON_INVALID to be used when no button is pressed 2021-11-29 00:04:45 +01:00
fft.cpp
fft.h
file.cpp COMMON: Do not try to create "." directory in DumpFile 2021-08-08 17:44:14 +02:00
file.h COMMON: Use override 2021-11-14 14:35:15 +02:00
forbidden.h
foreach.h
frac.h
fs.cpp BACKENDS: Use FSNode::getName in string operations 2021-08-23 21:22:27 +01:00
fs.h COMMON: Use override 2021-11-14 14:35:15 +02:00
func.h
gui_options.cpp COMMON: Add more engine-specific options 2021-12-19 11:35:48 +02:00
gui_options.h COMMON: Add more engine-specific options 2021-12-19 11:35:48 +02:00
hash-ptr.h
hash-str.h
hashmap.cpp
hashmap.h
huffman.h
iff_container.cpp
iff_container.h
ini-file.cpp
ini-file.h
initializer_list.h COMMON: Remove USE_CXX11 checks, it is now always present 2021-10-31 11:52:29 +02:00
installshield_cab.cpp COMMON: Use nullptr 2021-11-14 15:51:59 +02:00
installshield_cab.h
installshieldv3_archive.cpp COMMON: changed type of variable in the directory count loop 2021-10-31 19:15:06 +01:00
installshieldv3_archive.h COMMON: removed convertPath 2021-10-31 19:15:06 +01:00
inttypes.h
json.cpp
json.h
keyboard.h
language.cpp COMMON: Return updated language from obsolete code 2021-11-11 12:06:15 +01:00
language.h COMMON: Return updated language from obsolete code 2021-11-11 12:06:15 +01:00
list_intern.h
list.h
localization.cpp
localization.h
macresman.cpp AD: Properly seek to the tail of file for md5 computation 2021-10-19 21:09:15 +03:00
macresman.h COMMON: Add possibility to compute md5 for tail of resfork data 2021-10-17 20:48:01 +03:00
math.h
md5.cpp
md5.h
mdct.cpp COMMON: Use nullptr 2021-11-14 15:51:59 +02:00
mdct.h
memory.h
memorypool.cpp
memorypool.h
memstream.h COMMON: Use override 2021-11-14 14:35:15 +02:00
module.mk COMMON: Create Path type 2021-08-07 10:44:37 +02:00
mutex.cpp BACKENDS: Refactor the API for creating Mutexes 2021-11-12 20:19:45 +01:00
mutex.h BACKENDS: Refactor the API for creating Mutexes 2021-11-12 20:19:45 +01:00
noncopyable.h
osd_message_queue.cpp EVENTRECORDER: skip some getMillis for the event recorder 2021-07-08 15:05:35 +02:00
osd_message_queue.h COMMON: Use override 2021-11-14 14:35:15 +02:00
pack-end.h
pack-start.h
path.cpp COMMON: Replace Path's += with append/join 2021-08-07 10:44:37 +02:00
path.h COMMON: Replace Path's += with append/join 2021-08-07 10:44:37 +02:00
platform.cpp COMMON: Add Macromedia/Adobe Shockwave as platform 2021-08-31 11:44:44 +02:00
platform.h COMMON: Add Macromedia/Adobe Shockwave as platform 2021-08-31 11:44:44 +02:00
ptr.h COMMON: Remove USE_CXX11 checks, it is now always present 2021-10-31 11:52:29 +02:00
punycode.cpp COMMON: Fix punycode implementation for upper Unicode characters 2021-10-31 23:00:35 +02:00
punycode.h COMMON: Use const references where possible in punycode 2021-09-04 23:15:23 +03:00
queue.h
quicktime.cpp VIDEO: QuickTime comments, mild cleanup 2021-11-12 18:47:22 +02:00
quicktime.h VIDEO: QuickTime comments, mild cleanup 2021-11-12 18:47:22 +02:00
random.cpp COMMON: Change PRNG Function to Xorshift* (#3341) 2021-09-09 21:46:08 +03:00
random.h COMMON: Change PRNG Function to Xorshift* (#3341) 2021-09-09 21:46:08 +03:00
rational.cpp
rational.h
rdft.cpp
rdft.h
recorderfile.cpp EVENTRECORDER: Remove backwards compatibility 2021-09-09 19:32:02 +02:00
recorderfile.h EVENTRECORDER: Remove backwards compatibility 2021-09-09 19:32:02 +02:00
rect.h COMMON: Fix warnings with older compilers 2021-07-09 17:09:21 +01:00
rendermode.cpp GUI: add missing GUIO settings for mac b/w mode 2021-11-14 16:19:32 +01:00
rendermode.h SCUMM: Add Macintosh b/w rendering mode 2021-07-13 09:53:36 +02:00
safe-bool.h
savefile.h COMMON: Introduce SaveFileManager::exists 2021-08-23 13:34:35 +02:00
scummsys.h COMMON: Remove c++11-compat.h. It is not needed anymore 2021-10-31 23:07:36 +02:00
serializer.h
sinetables.cpp
sinetables.h
sinewindows.cpp COMMON: Use nullptr 2021-11-14 15:51:59 +02:00
sinewindows.h
singleton.h
span.h
stack.h
str-array.h
str-enc.cpp JANITORIAL: Replace new[]/memset with new[]() 2021-11-10 19:53:15 +01:00
str-enc.h COMMON: Add conversion table for DOS862 encoding 2021-07-22 00:06:25 +03:00
str.cpp COMMON: Use nullptr 2021-11-14 15:51:59 +02:00
str.h COMMON: Remove USE_CXX11 checks, it is now always present 2021-10-31 11:52:29 +02:00
stream.cpp COMMON: Use override 2021-11-14 14:35:15 +02:00
stream.h COMMON: Increase Stream pos, seek, size from int32 to int64 2021-07-08 18:24:28 -07:00
streamdebug.cpp
streamdebug.h
stuffit.cpp KYRA: First attempt at loading Kyra1 StuffIt archive 2021-11-22 18:39:23 +01:00
stuffit.h KYRA: First attempt at loading Kyra1 StuffIt archive 2021-11-22 18:39:23 +01:00
substream.h COMMON: Use override 2021-11-14 14:35:15 +02:00
system.cpp
system.h BACKENDS: Remove PixelBuffer leftovers 2021-11-27 21:22:09 +01:00
taskbar.h
text-to-speech.cpp COMMON: Change TransMan builtin language to "en" instead of "C" 2021-08-04 19:28:47 +01:00
text-to-speech.h
textconsole.cpp BACKENDS: Add OSystem::messageBox() and use it for error handling 2021-07-27 20:50:51 +02:00
textconsole.h BACKENDS: Add OSystem::messageBox() and use it for error handling 2021-07-27 20:50:51 +02:00
timer.h
tokenizer.cpp
tokenizer.h
translation.cpp COMMON: Remove unused and useless getCurrentCharset in TransMan 2021-10-02 23:50:21 +01:00
translation.h COMMON: Remove unused and useless getCurrentCharset in TransMan 2021-10-02 23:50:21 +01:00
type-traits.h
types.h
unarj.cpp COMMON: Use override 2021-11-14 14:35:15 +02:00
unarj.h
unicode-bidi.cpp COMMON: Use nullptr 2021-11-14 15:51:59 +02:00
unicode-bidi.h
unzip.cpp COMMON: Use override 2021-11-14 14:35:15 +02:00
unzip.h
updates.cpp
updates.h
ustr.cpp COMMON: Add constructor to make U32String from a character 2021-07-15 16:31:47 -04:00
ustr.h COMMON: Remove USE_CXX11 checks, it is now always present 2021-10-31 11:52:29 +02:00
util.cpp COMMON: Mark human-readable bytes as translatable 2021-11-18 22:38:43 +01:00
util.h COMMON: Mark human-readable bytes as translatable 2021-11-18 22:38:43 +01:00
winexe_ne.cpp COMMON: Fix _disposeFileHandle not being set 2021-09-06 08:01:08 +02:00
winexe_ne.h COMMON: Fix loading version information from 16-bit executables 2021-07-15 13:55:33 +02:00
winexe_pe.cpp COMMON: Fix Valgrind warning in PEResources 2021-09-06 08:37:25 +02:00
winexe_pe.h COMMON: Fix loading version information from 16-bit executables 2021-07-15 13:55:33 +02:00
winexe.cpp JANITORIAL: Replace new[]/memset with new[]() 2021-11-10 19:53:15 +01:00
winexe.h COMMON: Fix loading version information from 16-bit executables 2021-07-15 13:55:33 +02:00
xmlparser.cpp
xmlparser.h COMMON: Use override 2021-11-14 14:35:15 +02:00
zlib.cpp COMMON: Use override 2021-11-14 14:35:15 +02:00
zlib.h