scummvm/common
2020-07-21 18:20:00 +02:00
..
lua LUA: Remove use of final as a variable name 2020-06-18 20:14:46 +01: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
array.h
bitstream.h
bufferedstream.h
c++11-compat.h COMMON: Allow use of C++11 final keyword 2020-06-18 20:14:46 +01:00
callback.h
config-manager.cpp COMMON: Add a helper to update a ConfMan entry and flush to disk 2020-06-07 07:40:27 +02:00
config-manager.h COMMON: Add a helper to update a ConfMan entry and flush to disk 2020-06-07 07:40:27 +02:00
coroutines.cpp
coroutines.h
cosinetables.cpp
cosinetables.h
dcl.cpp
dcl.h
dct.cpp
dct.h
debug-channels.h
debug.cpp
debug.h
dialogs.h BACKENDS: Move shared DialogManager code to common 2020-03-22 20:46:42 +02:00
encoding.cpp COMMON: Encoding::convertIconv - check errors on last call to iconv 2020-06-09 23:01:47 +02:00
encoding.h
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 JANITORIAL: Rename shouldRTL, resetRTL and FORCE_RTL 2020-05-12 10:36:38 +02:00
fft.cpp
fft.h
file.cpp
file.h COMMON: Mark methods as override 2020-01-31 12:26:29 +01:00
forbidden.h
frac.h
fs.cpp
fs.h
func.h
gui_options.cpp COMMON: Add a helper to update a ConfMan entry and flush to disk 2020-06-07 07:40:27 +02:00
gui_options.h
hash-ptr.h
hash-str.h
hashmap.cpp
hashmap.h
huffman.h
iff_container.cpp
iff_container.h
ini-file.cpp
ini-file.h
installshield_cab.cpp
installshield_cab.h
inttypes.h
json.cpp
json.h COMMON: Fix PS2 build 2020-06-06 00:09:35 +02:00
keyboard.h KEYMAPPER: Enable remapping the keyboard modifier keys 2020-02-14 19:30:00 +01:00
language.cpp COMMON: Add Persian language & CP1256 encoding 2020-05-18 23:24:15 +02:00
language.h COMMON: Add Persian language & CP1256 encoding 2020-05-18 23:24:15 +02:00
list_intern.h
list.h
localization.cpp
localization.h
macresman.cpp COMMON: Add 'vers' resource parser to MacResMan 2020-07-08 11:42:59 +02:00
macresman.h COMMON: Add 'vers' resource parser to MacResMan 2020-07-08 11:42:59 +02:00
math.h JANITORIAL: Whitespace fixes 2020-06-06 15:08:33 +02:00
md5.cpp
md5.h
memory.h
memorypool.cpp
memorypool.h
memstream.h COMMON: Makw SeekableSubReadStreamEndian subclass of SeekableReadStreamEndian 2020-07-21 18:20:00 +02:00
module.mk COMMON: add UnicodeBiDiText wrapper 2020-05-12 14:36:09 +02:00
mutex.cpp
mutex.h
noncopyable.h
osd_message_queue.cpp
osd_message_queue.h
pack-end.h
pack-start.h
platform.cpp
platform.h
ptr.h
queue.h
quicktime.cpp
quicktime.h
random.cpp
random.h
rational.cpp
rational.h
rdft.cpp
rdft.h
recorderfile.cpp BACKENDS: Add events for additional mouse buttons 2020-02-26 21:34:24 +01:00
recorderfile.h
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 COMMON: Add MSVC ARM64 support 2020-07-15 15:30:55 +02:00
serializer.h
sinetables.cpp
sinetables.h
singleton.h
span.h
stack.h
str-array.h
str-enc.cpp COMMON: Add Persian language & CP1256 encoding 2020-05-18 23:24:15 +02:00
str-enc.h COMMON: Add Persian language & CP1256 encoding 2020-05-18 23:24:15 +02:00
str.cpp COMMON: Dedicated function for in buffer check 2020-07-19 23:07:35 +01:00
str.h COMMON: Dedicated function for in buffer check 2020-07-19 23:07:35 +01:00
stream.cpp COMMON: Allow ignoring CR line breaks in SeekableReadStream::readLine() 2020-05-12 14:41:53 +02:00
stream.h COMMON: Makw SeekableSubReadStreamEndian subclass of SeekableReadStreamEndian 2020-07-21 18:20:00 +02:00
substream.h COMMON: Makw SeekableSubReadStreamEndian subclass of SeekableReadStreamEndian 2020-07-21 18:20:00 +02:00
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 COMMON: added note about using shake in ULTIMA engine 2020-05-20 17:33:29 -07:00
taskbar.h
text-to-speech.cpp
text-to-speech.h TTS: Add method to get the default voice 2020-06-21 16:31:15 +01:00
textconsole.cpp
textconsole.h
timer.h
tokenizer.cpp
tokenizer.h
translation.cpp COMMON: moved convertBiDiString(..lang) to unicode-bidi.h 2020-05-19 12:32:58 +02:00
translation.h COMMON: moved convertBiDiString(..lang) to unicode-bidi.h 2020-05-19 12:32:58 +02:00
type-traits.h
types.h
unarj.cpp
unarj.h
unicode-bidi.cpp COMMON: Fix warning from incorrect parameter type in fribidi call 2020-07-21 07:11:09 +01:00
unicode-bidi.h COMMON: moved convertBiDiString(..lang) to unicode-bidi.h 2020-05-19 12:32:58 +02:00
unzip.cpp
unzip.h
updates.cpp
updates.h
ustr.cpp COMMON: add UnicodeBiDiText wrapper 2020-05-12 14:36:09 +02:00
ustr.h COMMON: add UnicodeBiDiText wrapper 2020-05-12 14:36:09 +02:00
util.cpp
util.h COMMON: Use assert for CLIP() if bounds are not properly ordered (#2298) 2020-06-06 17:53:47 +03: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: Added VersionInfo parser to WinResources 2020-07-09 23:13:47 +02:00
winexe.h COMMON: Added VersionInfo parser to WinResources 2020-07-09 23:13:47 +02:00
xmlparser.cpp
xmlparser.h COMMON: Add override keywords 2020-01-31 14:48:10 +01:00
zlib.cpp
zlib.h