scummvm/common
2024-04-24 20:46:00 -07:00
..
compression COMMON: Add support for opening an InstallShield cab inside of an archive 2023-12-29 11:15:17 +02:00
encodings
formats COMMON: Mark more symbols as const 2023-12-26 20:23:59 +01:00
lua COMMON: Mark more symbols as const 2023-12-26 20:23:59 +01:00
algorithm.h COMMON: Fix documentation for lower/upperBound 2023-06-01 23:18:12 +02:00
archive.cpp COMMON: Move Archive API to Path 2023-12-24 13:19:25 +01:00
archive.h COMMON: Move Archive API to Path 2023-12-24 13:19:25 +01:00
array.h COMMON: Make the Common::Array() constructor constexpr 2023-04-29 13:10:23 +02:00
bitarray.h COMMON: Allow passing const pointers to BitArray::set_bits() 2023-12-26 20:23:59 +01:00
bitstream.h
btea.cpp COMMON: Change BTEACrypto class to namespace 2024-03-07 20:08:26 +01:00
btea.h COMMON: Change BTEACrypto class to namespace 2024-03-07 20:08:26 +01:00
bufferedstream.h
callback.h
concatstream.cpp
concatstream.h
config-manager.cpp COMMON: Make getDefaultConfigFileName return a Path instead of a String 2023-12-24 13:19:25 +01:00
config-manager.h COMMON: Make getDefaultConfigFileName return a Path instead of a String 2023-12-24 13:19:25 +01:00
coroutines.cpp
coroutines.h COMMON: Only apply alignment on supported platforms 2023-07-14 20:48:13 +02:00
crc_slow.h
crc.h
data-io.h COMMON: Add multi-data IO templates and multi-value IO functions to streams 2024-02-27 17:13:35 +01:00
dbcs-str.cpp COMMON: Insert all characters in one go with String::insertString() 2024-01-08 23:39:22 +01:00
dbcs-str.h COMMON: Insert all characters in one go with String::insertString() 2024-01-08 23:39:22 +01:00
debug-channels.h COMMON: Switch debug channels to a hashmap 2023-12-28 01:41:10 +01:00
debug.cpp COMMON: Added more global debug levels 2023-12-28 01:52:44 +01:00
debug.h COMMON: Added more global debug levels 2023-12-28 01:52:44 +01:00
dialogs.h
enc-internal.h
endian.h
error.cpp COMMON: Fix translation of error messages 2024-01-02 01:00:54 +02:00
error.h COMMON: Fix translation of error messages 2024-01-02 01:00:54 +02:00
events.cpp COMMON: clear mappedEvents list only if empty 2024-04-25 01:05:46 +02:00
events.h COMMON: Make EVENT_DROP_FILE use a Path 2023-12-24 13:19:25 +01:00
file.cpp COMMON: Fix DumpFile path creation at opening 2024-01-15 18:52:36 +01:00
file.h COMMON: Migrate DumpFile to Path 2023-12-24 13:19:25 +01:00
forbidden.h COMMON: Forbid strlwr() and strupr() Usage 2024-03-09 21:38:18 +02:00
frac.h
fs.cpp COMMON: Use matchPathComponents param in FSDirectory::listMatchingMembers 2024-04-24 20:46:00 -07:00
fs.h COMMON: Delete getPath compatibility shim 2023-12-24 13:19:25 +01:00
func.h JANITORIAL: Fix various "an" typos in comments 2023-03-16 14:47:28 +01:00
gui_options.cpp COMMON: Added missing rendermode GUIOs 2023-02-23 14:45:06 +01:00
gui_options.h COMMON: Added missing rendermode GUIOs 2023-02-23 14:45:06 +01:00
hash-ptr.h
hash-str.h
hashmap.cpp
hashmap.h
huffman.h
inttypes.h
keyboard.h
language.cpp COMMON: Add basque language 2024-01-30 11:49:53 +03:00
language.h COMMON: Add basque language 2024-01-30 11:49:53 +03:00
list_intern.h COMMON: Make the Common::List() constructor constexpr 2023-04-29 13:10:23 +02:00
list.h COMMON: Make the Common::List() constructor constexpr 2023-04-29 13:10:23 +02:00
localization.cpp
localization.h
macresman.cpp COMMON: Move Archive API to Path 2023-12-24 13:19:25 +01:00
macresman.h COMMON: Move Archive API to Path 2023-12-24 13:19:25 +01:00
math.h
md5.cpp
md5.h
memory.cpp COMMON: Rename memset2/4/8 to memset16/32/64 2023-11-06 13:40:38 +02:00
memory.h COMMON: Rename memset2/4/8 to memset16/32/64 2023-11-06 13:40:38 +02:00
memorypool.cpp COMMON: remove unused variable assignment 2023-06-17 10:08:24 -07:00
memorypool.h
memstream.h
module.mk TWP: Move btea to common 2024-03-07 20:08:26 +01:00
multimap.h COMMON: Add std::map and std::multimap replacements 2023-05-30 19:14:04 +02:00
mutex.cpp
mutex.h
noncopyable.h
osd_message_queue.cpp
osd_message_queue.h
pack-end.h
pack-start.h
path.cpp COMMON: Fix bug #14892 2024-02-02 08:06:59 +01:00
path.h COMMON: Flag some Path functions as WARN_UNUSED_RESULT 2024-02-09 18:54:54 +01:00
platform.cpp
platform.h
ptr.h COMMON: Don't use a pointer to T in UnalignedPtr 2023-07-14 11:10:28 +02:00
punycode.cpp COMMON: Check if string is puny encoded before trying to decode it 2023-12-24 13:19:25 +01:00
punycode.h COMMON: Check if string is puny encoded before trying to decode it 2023-12-24 13:19:25 +01:00
queue.h
random.cpp
random.h
rational.cpp
rational.h
rb_tree.h COMMON: Remove unused method in Common::RBTree 2023-06-03 23:11:03 +02:00
recorderfile.cpp EVENTRECORDER: const for isEventsBufferEmpty() 2024-01-06 13:46:19 +01:00
recorderfile.h EVENTRECORDER: const for isEventsBufferEmpty() 2024-01-06 13:46:19 +01:00
rect.h COMMON: Add Rect constructor that accepts a top-left coordinate, width, and height 2023-05-27 11:10:18 +03:00
rendermode.cpp I18N: Added more explanations to the render modes 2023-03-26 17:42:20 +02:00
rendermode.h GUI: fix rendermode setting 2023-03-05 14:57:08 +01:00
safe-bool.h
savefile.h
scummsys.h COMMON: BUILD: Try detecting UBSan when not using configure 2023-06-21 12:56:58 +02:00
serializer.h
singleton.h
span.h
stablemap.h COMMON: Fix StableMap API to conform to std::map 2023-06-03 23:23:09 +02:00
stack.h
str-array.h
str-base.cpp COMMON: Don't fail when comparing empty strings 2024-01-14 14:06:41 +01:00
str-base.h COMMON: Move all find and replace functions into BaseString 2024-01-08 23:39:22 +01:00
str-enc.cpp COMMON: Support cp936 2023-02-28 02:29:51 +01:00
str-enc.h COMMON: Support cp936 2023-02-28 02:29:51 +01:00
str.cpp COMMON: Move all find and replace functions into BaseString 2024-01-08 23:39:22 +01:00
str.h COMMON: Move all find and replace functions into BaseString 2024-01-08 23:39:22 +01:00
stream.cpp COMMON: Rewrite writeStream to work with any ReadStream 2023-08-28 21:49:03 +02:00
stream.h COMMON: Fix readMultiple not compiling. 2024-04-01 08:32:52 +03:00
streamdebug.cpp
streamdebug.h
substream.h COMMON: Use logical Or in SubReadStream::eos. PVS-Studio V792 2023-10-31 14:20:30 -07:00
system.cpp COMMON: Make getDefaultConfigFileName return a Path instead of a String 2023-12-24 13:19:25 +01:00
system.h COMMON: Make shaders API use the Path class 2023-12-24 13:19:25 +01:00
taskbar.h COMMON: Make extrapath a Path object 2023-12-24 13:19:25 +01:00
text-to-speech.cpp
text-to-speech.h
textconsole.cpp
textconsole.h
timer.h
tokenizer.cpp COMMON: Allow extracting delimiter info from Tokenizer 2024-01-16 23:31:13 +02:00
tokenizer.h COMMON: Allow extracting delimiter info from Tokenizer 2024-01-16 23:31:13 +02:00
translation.cpp COMMON: Move Archive API to Path 2023-12-24 13:19:25 +01:00
translation.h
type-traits.h
types.h
unicode-bidi.cpp COMMON: Allow all symbols when ncluding FriBiDi headers. 2023-11-19 02:30:25 +01:00
unicode-bidi.h
updates.cpp
updates.h
ustr.cpp COMMON: Forbid itoa() and uitoa() Usage 2024-03-09 21:38:18 +02:00
ustr.h COMMON: Forbid itoa() and uitoa() Usage 2024-03-09 21:38:18 +02:00
util.cpp
util.h
xpfloat.cpp
xpfloat.h
zip-set.cpp GUI: Migrate GUI to Path class 2023-12-24 13:19:25 +01:00
zip-set.h