scummvm/common
2023-12-16 19:30:23 +01:00
..
compression COMMON: Add a way to check if an archive member is in a Mac archive so we can avoid decompressing the data fork to check for MacBinary when the resource data is always in the alt stream. 2023-12-16 19:30:23 +01:00
encodings
formats COMMON: Add INIFile::requireKeyValueDelimiter() 2023-12-14 16:45:32 +01:00
lua COMMON: Fix --disable-lua not working. 2022-12-25 15:55:58 +01:00
algorithm.h COMMON: Fix documentation for lower/upperBound 2023-06-01 23:18:12 +02:00
archive.cpp COMMON: Add a way to check if an archive member is in a Mac archive so we can avoid decompressing the data fork to check for MacBinary when the resource data is always in the alt stream. 2023-12-16 19:30:23 +01:00
archive.h COMMON: Add a way to check if an archive member is in a Mac archive so we can avoid decompressing the data fork to check for MacBinary when the resource data is always in the alt stream. 2023-12-16 19:30:23 +01:00
array.h COMMON: Make the Common::Array() constructor constexpr 2023-04-29 13:10:23 +02:00
bitarray.h COMMON: Make BitArray::get const 2023-05-14 20:32:38 +02:00
bitstream.h VIDEO: Avoid 64-bit math in Smacker bitstreams 2022-10-01 10:58:47 +02:00
bufferedstream.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
callback.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
concatstream.cpp COMMON: Implement ConcatReadStream 2022-11-29 04:30:36 +01:00
concatstream.h COMMON: Implement ConcatReadStream 2022-11-29 04:30:36 +01:00
config-manager.cpp COMMON: Add ConfMan function to know if a default is set for a key 2023-12-03 16:17:32 +00:00
config-manager.h COMMON: Add ConfMan function to know if a default is set for a key 2023-12-03 16:17:32 +00:00
coroutines.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
coroutines.h COMMON: Only apply alignment on supported platforms 2023-07-14 20:48:13 +02:00
crc_slow.h COMMON: Split slow and fast CRC implementation 2022-11-29 01:05:31 +01:00
crc.h COMMON: Split slow and fast CRC implementation 2022-11-29 01:05:31 +01:00
dbcs-str.cpp COMMON: Add DBCS-oriented variant of String 2023-05-10 13:18:54 +02:00
dbcs-str.h COMMON: Add DBCS-oriented variant of String 2023-05-10 13:18:54 +02:00
debug-channels.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
debug.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
debug.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
dialogs.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
enc-internal.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
endian.h Update endian.h 2022-10-27 15:56:04 +02:00
error.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
error.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
events.cpp COMMON: Fix uninitialized member 2022-09-18 20:43:33 +02:00
events.h KEYMAPPER: Add HAT AXIS (DPAD as movement) to hw input 2023-04-04 22:16:24 +03:00
file.cpp COMMON: Fix assert crash trying to open invalid fs nodes 2022-03-27 14:00:51 -07:00
file.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
forbidden.h COMMON: Fix string method comments in forbidden.h 2023-06-12 19:14:09 -07:00
frac.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
fs.cpp COMMON: Print out opened file path on debug level 5 2023-11-02 22:12:58 +01:00
fs.h COMMON: Add missing override keywords 2023-09-17 21:12:34 +02: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 ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
hash-str.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
hashmap.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
hashmap.h BUILD: Remove support for ancient SGI MIPSpro 2022-04-15 22:43:57 +02:00
huffman.h COMMON: Move huffman.h back out of the compression directory 2022-12-11 22:33:23 +01:00
inttypes.h ALL: Remove Symbian port 2022-05-28 12:32:29 +02:00
keyboard.h COMMON: Add (missing?) indentation to defines 2022-05-17 22:24:44 +03:00
language.cpp ALL: Decrease header dependency for gui_options.h 2023-10-27 01:16:32 +02:00
language.h COMMON: Add Bulgarian language code 2023-05-29 23:50:15 +02: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 ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
localization.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
macresman.cpp COMMON: Add a way to check if an archive member is in a Mac archive so we can avoid decompressing the data fork to check for MacBinary when the resource data is always in the alt stream. 2023-12-16 19:30:23 +01:00
macresman.h COMMON: Add function to open data fork from macbinary stream 2023-05-10 22:44:04 +02:00
math.h ALL: VS warning cleanup 2022-12-25 16:31:57 +01:00
md5.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
md5.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
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 JANITORIAL: Fix some lost or outdated URLs in comments 2022-05-19 07:57:31 +03:00
memstream.h COMMON: Make memstream support SharedPtr-backed array 2022-12-01 01:52:46 +01:00
module.mk COMMON: Add variants of memset for 16-bit, 32-bit and 64-bit values 2023-11-06 13:40:38 +02:00
multimap.h COMMON: Add std::map and std::multimap replacements 2023-05-30 19:14:04 +02:00
mutex.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
mutex.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
noncopyable.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
osd_message_queue.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
osd_message_queue.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
pack-end.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
pack-start.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
path.cpp COMMON: Add normalization to Path class 2023-07-09 21:41:58 +02:00
path.h COMMON: Add normalization to Path class 2023-07-09 21:41:58 +02:00
platform.cpp COMMON: renamed Amstrad CPC platform data to be more precise 2022-12-26 11:48:17 -03:00
platform.h COMMON: renamed Amstrad CPC platform data to be more precise 2022-12-26 11:48:17 -03:00
ptr.h COMMON: Don't use a pointer to T in UnalignedPtr 2023-07-14 11:10:28 +02:00
punycode.cpp COMMON: Fix Signed vs. Unsigned GCC Compiler Warnings in Punycode 2023-06-25 15:45:26 +01:00
punycode.h COMMON: Move punycode_*codepath to path.cpp 2022-12-14 05:08:46 +01:00
queue.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
random.cpp COMMON: Allow specify random seed via scummvm.ini 2023-01-02 16:12:44 +01:00
random.h COMMON: Sync RNG seed initialising between common and event recorder 2023-01-02 16:12:44 +01:00
rational.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
rational.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
rb_tree.h COMMON: Remove unused method in Common::RBTree 2023-06-03 23:11:03 +02:00
recorderfile.cpp GUI: Fix thumbnails for event recorder dialogue 2022-06-12 15:08:01 +02:00
recorderfile.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +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 ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
scummsys.h COMMON: BUILD: Try detecting UBSan when not using configure 2023-06-21 12:56:58 +02:00
serializer.h COMMON: Fix memory leak when deserializing U32String 2022-09-18 20:55:16 +02:00
singleton.h ALL: Remove Symbian port 2022-05-28 12:32:29 +02:00
span.h COMMON: Fix MSVC C4309 enum sign warning 2022-11-29 01:37:55 +01:00
stablemap.h COMMON: Fix StableMap API to conform to std::map 2023-06-03 23:23:09 +02:00
stack.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
str-array.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
str-base.cpp COMMON: Performance improvement for toUppercase and toLowercase: Avoid calling makeUnique on strings that aren't modified. 2023-09-20 02:16:25 +02:00
str-base.h COMMON: Performance improvement for toUppercase and toLowercase: Avoid calling makeUnique on strings that aren't modified. 2023-09-20 02:16:25 +02: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: Fix String::matchString matching excluded characters with trailing asterisk wildcards 2023-09-17 19:17:33 +02:00
str.h COMMON: Make the Common::String()/U32String() constructor constexpr 2023-04-29 13:10:23 +02:00
stream.cpp COMMON: Rewrite writeStream to work with any ReadStream 2023-08-28 21:49:03 +02:00
stream.h COMMON: Rewrite writeStream to work with any ReadStream 2023-08-28 21:49:03 +02:00
streamdebug.cpp ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
streamdebug.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
substream.h COMMON: Use logical Or in SubReadStream::eos. PVS-Studio V792 2023-10-31 14:20:30 -07:00
system.cpp COMMON: Fix incomplete type warning for dlc store 2023-09-14 08:22:56 +02:00
system.h BACKENDS: Report if the backend supports cursors with alpha channels 2023-10-29 02:02:11 +02:00
taskbar.h JANITORIAL: "Mac OS X" and "OS X" to "macOS" in comments 2022-01-29 14:15:05 +01:00
text-to-speech.cpp TTS: (Windows) - implement better way to disable the option 2022-04-26 21:08:41 +03:00
text-to-speech.h COMMON: Correct spelling mistake 2022-10-27 15:56:05 +02:00
textconsole.cpp COMMON: Forbid use of unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
textconsole.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
timer.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
tokenizer.cpp COMMON: Added string splitter to StringTokenizer class 2023-04-23 16:20:37 +02:00
tokenizer.h COMMON: Added string splitter to StringTokenizer class 2023-04-23 16:20:37 +02:00
translation.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
translation.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
type-traits.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
types.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
unicode-bidi.cpp COMMON: Allow all symbols when ncluding FriBiDi headers. 2023-11-19 02:30:25 +01:00
unicode-bidi.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
updates.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
updates.h JANITORIAL: "Mac OS X" and "OS X" to "macOS" in comments 2022-01-29 14:15:05 +01:00
ustr.cpp COMMON: Add replace() methods for U32String 2023-02-27 22:01:13 +01:00
ustr.h COMMON: Make the Common::String()/U32String() constructor constexpr 2023-04-29 13:10:23 +02:00
util.cpp COMMON: Simplify API for getHumanReadableBytes() 2023-02-05 23:08:21 +01:00
util.h COMMON: Simplify API for getHumanReadableBytes() 2023-02-05 23:08:21 +01:00
xpfloat.cpp COMMON: Fix invalid shift 2022-09-18 20:37:36 +02:00
xpfloat.h COMMON: Fix Copy Constructor GCC Warning in 80-bit Float Class 2022-06-09 00:04:13 +01:00
zip-set.cpp Revert "COMMON: Fixed order of loading zip packs" 2023-11-21 17:24:20 +01:00
zip-set.h JANITORIAL: Clarify comments 2023-01-14 14:42:18 +01:00