scummvm/common
2020-05-10 00:35:29 -04:00
..
lua LUA: Re-introduce support for loadfile to load actual files 2020-02-01 13:13:51 -08:00
achievements.cpp COMMON: Switch AchMan to use INIFile instead of ConfMan section 2020-04-29 10:31:36 +02:00
achievements.h JANITORIAL: Fix formatting 2020-04-29 10:32:23 +02:00
algorithm.h BACKENDS: Move nextHigher2() into common/algorithm.h 2019-12-14 17:09:18 +02:00
archive.cpp ANDROID: Fix crash due to adding '.' folder in SearchManager 2019-12-16 22:59:10 +02:00
archive.h COMMON: Add ignoreClashes flag to SearchSet and FSDirectory 2019-11-03 00:44:23 +01:00
array.h
bitstream.h
bufferedstream.h
c++11-compat.h
callback.h
config-manager.cpp KEYMAPPER: Make the keymapper mandatory 2020-01-29 08:51:29 +01:00
config-manager.h KEYMAPPER: Make the keymapper mandatory 2020-01-29 08:51:29 +01:00
coroutines.cpp
coroutines.h COMMON: Fix Missing Default Switch Case in Coroutine Macros 2019-10-21 00:19:41 +01:00
cosinetables.cpp
cosinetables.h
dcl.cpp
dcl.h
dct.cpp COMMON: Add Missing Default Switch Cases in DCT Class 2019-10-04 04:27:03 +01:00
dct.h
debug-channels.h COMMON: Allow for enabling/disabling debug channels by number 2019-11-11 18:20:29 -08:00
debug.cpp COMMON: Allow for enabling/disabling debug channels by number 2019-11-11 18:20:29 -08:00
debug.h
dialogs.h BACKENDS: Move shared DialogManager code to common 2020-03-22 20:46:42 +02:00
encoding.cpp JANITORIAL: Fix code formatting 2020-04-27 18:51:33 +02:00
encoding.h COMMON: Add string size computation to Encoding. 2019-09-05 23:52:46 +01:00
endian.h
error.cpp
error.h
events.cpp SDL: Change keyboard repeat to apply on unmapped events 2020-04-12 11:11:00 +02:00
events.h BACKENDS: Don't turn off screen when ScummVM is running a game 2020-05-10 00:35:29 -04:00
fft.cpp
fft.h
file.cpp Revert "COMMON: Implement FSNode::createDirectoryRecursive()" 2019-09-15 00:07:46 +02:00
file.h COMMON: Mark methods as override 2020-01-31 12:26:29 +01:00
forbidden.h
frac.h
fs.cpp COMMON: Add ignoreClashes flag to SearchSet and FSDirectory 2019-11-03 00:44:23 +01:00
fs.h COMMON: Add ignoreClashes flag to SearchSet and FSDirectory 2019-11-03 00:44:23 +01:00
func.h
gui_options.cpp
gui_options.h
hash-ptr.h
hash-str.h
hashmap.cpp
hashmap.h BUILD: Fix GCC bogus warning by removing const 2019-09-09 17:39:06 +03:00
huffman.h
iff_container.cpp
iff_container.h
ini-file.cpp
ini-file.h
installshield_cab.cpp
installshield_cab.h
inttypes.h BACKENDS: Remove the Windows CE port 2019-11-17 22:33:56 +01:00
json.cpp COMMON: Add Switch Default Cases in JSON Parser 2019-10-03 02:53:56 +01:00
json.h COMMON: Fix escaping and parsing of UTF-8 strings in JASON parser 2019-09-21 22:15:26 +03:00
keyboard.h KEYMAPPER: Enable remapping the keyboard modifier keys 2020-02-14 19:30:00 +01:00
language.cpp JANITORIAL: Fix indentation 2020-05-03 19:10:04 +02:00
language.h JANITORIAL: Fix indentation 2020-05-03 19:10:04 +02:00
list_intern.h
list.h
localization.cpp
localization.h
macresman.cpp COMMON: Remove redundant code 2020-04-27 18:34:23 +02:00
macresman.h COMMON: Added dumper method to MacResMan 2020-02-06 21:42:01 +01:00
math.h BLADERUNNER: Remove use of C99 math functions 2019-10-03 23:52:46 +01:00
md5.cpp
md5.h
memory.h
memorypool.cpp
memorypool.h
memstream.h COMMON: Mark methods as override 2020-01-31 12:26:29 +01:00
module.mk COMMON: Add achievements helpers 2020-04-29 10:31:36 +02:00
mutex.cpp
mutex.h
noncopyable.h
osd_message_queue.cpp
osd_message_queue.h
pack-end.h
pack-start.h
platform.cpp COMMON: Added PocketPC platform 2019-09-03 17:17:30 +02:00
platform.h COMMON: Added PocketPC platform 2019-09-03 17:17:30 +02:00
ptr.h
queue.h
quicktime.cpp
quicktime.h
random.cpp
random.h
rational.cpp COMMON: Fix very noisy warning when building with GCC 9 in C++11 mode 2019-11-10 21:04:29 +01:00
rational.h COMMON: Fix very noisy warning when building with GCC 9 in C++11 mode 2019-11-10 21:04:29 +01:00
rdft.cpp
rdft.h
recorderfile.cpp BACKENDS: Add events for additional mouse buttons 2020-02-26 21:34:24 +01:00
recorderfile.h EVENTRECORDER: Fix GCC Compiler Warnings 2019-09-14 00:54:10 +01:00
rect.h
rendermode.cpp
rendermode.h
safe-bool.h
savefile.h COMMON: Make save compression optional when copying 2019-12-09 22:57:46 -08:00
scummsys.h BACKENDS: Remove the Windows CE port 2019-11-17 22:33:56 +01:00
serializer.h
sinetables.cpp
sinetables.h
singleton.h
span.h COMMON: Fix Missing Default Switch Case in Span Header 2019-12-01 00:32:48 +00:00
stack.h
str-array.h
str-enc.cpp JANITORIAL: Whitespace fixes 2019-12-13 00:02:38 +01:00
str-enc.h COMMON: Add CJK encodings to Common::CodePage 2019-11-30 13:34:33 +02:00
str.cpp COMMON: Shut coverity up with tons of false positives 2020-04-27 23:51:56 +02:00
str.h COMMON: Add methods for dictionary string comparison 2020-04-24 10:54:00 +02:00
stream.cpp COMMON: Add WriteStream::writeStream() 2020-02-09 23:26:45 +02:00
stream.h COMMON: Add WriteStream::writeStream() 2020-02-09 23:26:45 +02:00
substream.h
system.cpp GUI: Store the shader name in the config file instead of the ID 2020-03-09 18:01:14 -05:00
system.h OSYSTEM: Add kFeatureNoQuit to remove Quit buttons and replace Quit with RTL 2020-04-26 16:19:37 +01:00
taskbar.h
text-to-speech.cpp TTS: Fix use of virtual function in TTSMan destructor 2019-11-15 21:24:22 +01:00
text-to-speech.h TTS: Fix use of virtual function in TTSMan destructor 2019-11-15 21:24:22 +01:00
textconsole.cpp
textconsole.h
timer.h
tokenizer.cpp
tokenizer.h
translation.cpp GUI: Added (partial) BiDI support 2020-04-30 10:32:18 +02:00
translation.h GUI: Added (partial) BiDI support 2020-04-30 10:32:18 +02:00
type-traits.h
types.h
unarj.cpp
unarj.h
unzip.cpp
unzip.h
updates.cpp
updates.h
ustr.cpp COMMON: Added U32String::insertChar() 2020-05-01 01:30:20 +02:00
ustr.h COMMON: Added U32String::insertChar() 2020-05-01 01:30:20 +02:00
util.cpp
util.h COMMON: Minor Spelling Fix to Util Header Comment 2019-12-11 02:19:28 +00:00
winexe_ne.cpp COMMON: Add a common base class for the Windows resource classes 2020-01-11 17:34:12 +02:00
winexe_ne.h COMMON: Add a common base class for the Windows resource classes 2020-01-11 17:34:12 +02:00
winexe_pe.cpp COMMON: Add a common base class for the Windows resource classes 2020-01-11 17:34:12 +02:00
winexe_pe.h COMMON: Add a common base class for the Windows resource classes 2020-01-11 17:34:12 +02:00
winexe.cpp COMMON: Add a function to simplify loading Windows executables 2020-01-11 17:34:12 +02:00
winexe.h COMMON: Add a function to simplify loading Windows executables 2020-01-11 17:34:12 +02:00
xmlparser.cpp
xmlparser.h COMMON: Add override keywords 2020-01-31 14:48:10 +01:00
zlib.cpp COMMON: Add Missing Switch Default Case in ZLIB Class 2019-10-04 04:27:42 +01:00
zlib.h GLK: ADRIFT: Implement zlib decompression 2019-09-25 20:13:27 -07:00