scummvm/common
2022-12-26 11:48:17 -03:00
..
compression COMMON: Split compression and formats into separate modules 2022-12-11 22:33:23 +01:00
encodings
formats COMMON: Split compression and formats into separate modules 2022-12-11 22:33:23 +01:00
lua COMMON: Fix --disable-lua not working. 2022-12-25 15:55:58 +01:00
algorithm.h
archive.cpp COMMON: Make MemcachingCaseInsensitiveArchive configurably to use weak pointers 2022-12-11 21:33:59 +01:00
archive.h COMMON: Make MemcachingCaseInsensitiveArchive configurably to use weak pointers 2022-12-11 21:33:59 +01:00
array.h COMMON: Add a version of Common::Array::resize with a fill value 2022-12-19 14:33:07 +02:00
base-str.cpp COMMON: Add move semantic assign and construct to strings 2022-09-28 17:09:34 +02:00
base-str.h COMMON: Add move semantic assign and construct to strings 2022-09-28 17:09:34 +02:00
bitarray.h COMMON: extended BitArray to allow setting bits using a byte array 2022-02-06 13:29:29 +01:00
bitstream.h VIDEO: Avoid 64-bit math in Smacker bitstreams 2022-10-01 10:58:47 +02:00
bufferedstream.h
callback.h
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 ALL: add support for enable-gs and fix bugs 2022-05-29 13:56:21 +02:00
config-manager.h ALL: add support for --savepath command 2022-05-29 13:56:21 +02:00
coroutines.cpp
coroutines.h
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
debug-channels.h
debug.cpp
debug.h
dialogs.h
enc-internal.h
endian.h Update endian.h 2022-10-27 15:56:04 +02:00
error.cpp
error.h
events.cpp COMMON: Fix uninitialized member 2022-09-18 20:43:33 +02:00
events.h COMMON: Allow registering multiple event mappers 2022-06-18 23:13:17 +02:00
file.cpp COMMON: Fix assert crash trying to open invalid fs nodes 2022-03-27 14:00:51 -07:00
file.h
forbidden.h COMMON: Forbid use of unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
foreach.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
frac.h
fs.cpp COMMON: Change common/fs to use Common::Path as key 2022-12-14 05:08:46 +01:00
fs.h COMMON: Change common/fs to use Common::Path as key 2022-12-14 05:08:46 +01:00
func.h
gui_options.cpp COMMON: add CGA b/w render mode 2022-07-11 18:16:23 +02:00
gui_options.h COMMON: add CGA b/w render mode 2022-07-11 18:16:23 +02:00
hash-ptr.h
hash-str.h
hashmap.cpp
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 COMMON: Get accessor methods to the platform and language lists 2022-07-22 15:03:48 +02:00
language.h COMMON: Change Common::Language and Common::Platform to use a smaller type 2022-08-23 21:45:29 +03:00
list_intern.h
list.h
localization.cpp
localization.h
macresman.cpp COMMON: Support resource fork coming from OSX zip or FAT 2022-12-16 22:59:34 +01:00
macresman.h COMMON: Support resource fork coming from OSX zip or FAT 2022-12-16 22:59:34 +01:00
math.h ALL: VS warning cleanup 2022-12-25 16:31:57 +01:00
md5.cpp
md5.h
memory.h
memorypool.cpp
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: Split compression and formats into separate modules 2022-12-11 22:33:23 +01:00
mutex.cpp
mutex.h
noncopyable.h
osd_message_queue.cpp
osd_message_queue.h
pack-end.h
pack-start.h
path.cpp COMMON: Add missing escaping in Common::Path. 2022-12-20 10:04:55 +01:00
path.h COMMON: Add new method joinComponents 2022-12-16 22:59:34 +01: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 ALL: VS warning cleanup 2022-12-25 16:31:57 +01:00
punycode.cpp COMMON: Move punycode_*codepath to path.cpp 2022-12-14 05:08:46 +01:00
punycode.h COMMON: Move punycode_*codepath to path.cpp 2022-12-14 05:08:46 +01:00
queue.h
random.cpp COMMON: Fix undefined behaviour in RandomSource constructor 2022-10-31 21:46:22 +00:00
random.h
rational.cpp
rational.h
recorderfile.cpp GUI: Fix thumbnails for event recorder dialogue 2022-06-12 15:08:01 +02:00
recorderfile.h
rect.h JANITORIAL: COMMON: Correct Spelling Mistake 2022-11-15 22:52:43 +02:00
rendermode.cpp COMMON: added zx spectrum render mode 2022-12-24 13:18:53 -03:00
rendermode.h COMMON: corrected kRenderZX to avoid duplicates in RenderMode 2022-12-24 13:18:53 -03:00
safe-bool.h
savefile.h
scummsys.h COMMON: BUILD: Use 'long' for int32 in MSVC 32-bit builds 2022-12-25 16:13:29 +01: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
stack.h
str-array.h
str-enc.cpp COMMON: Add string encoding API with more detailed error behavior. 2022-07-02 12:53:50 +02:00
str-enc.h COMMON: Add string encoding API with more detailed error behavior. 2022-07-02 12:53:50 +02:00
str.cpp COMMON: fix String::rfind for default value of pos (max value of size_t) 2022-11-26 23:13:42 +02:00
str.h COMMON: Add sprintf_s and vsprintf_s 2022-10-23 22:46:19 +02:00
stream.cpp COMMON: Make memstream support SharedPtr-backed array 2022-12-01 01:52:46 +01:00
stream.h COMMON: Add SeekableReadStreamEndianWrapper 2022-11-29 00:06:49 +01: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: Mark SeekableSubReadStreamEndian as deprecated 2022-11-29 00:06:49 +01:00
system.cpp GUI: Replace the options for selecting shaders 2022-10-08 23:39:18 +02:00
system.h COMMON: Allow games to use overlay for something else than GUI 2022-11-12 19:12:05 +01: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
timer.h
tokenizer.cpp
tokenizer.h
translation.cpp
translation.h
type-traits.h
types.h
unicode-bidi.cpp
unicode-bidi.h
updates.cpp
updates.h JANITORIAL: "Mac OS X" and "OS X" to "macOS" in comments 2022-01-29 14:15:05 +01:00
ustr.cpp COMMON: Fix handling escaped percents in Common::U32String::format 2022-11-20 14:23:30 +01:00
ustr.h COMMON: Fix handling negative numbers in Common::U32String::format 2022-11-20 14:23:30 +01:00
util.cpp
util.h COMMON: Add move semantics helpers 2022-10-30 18:37:16 +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