scummvm/common
Vladimir Serbinenko 074888e6b8 COMMON: Move RNC decoder from sky to common
RNC is a common packing algorithm used also in Toonstruck and installer of
Dreamweb floppy.
2022-11-29 04:30:36 +01:00
..
encodings
lua COMMON: Split Lua into a separate module 2022-11-16 22:45:26 +02:00
achievements.cpp
achievements.h
algorithm.h
archive.cpp
archive.h
array.h COMMON: Move std::initializer_list to scummsys.h 2022-09-04 23:20:17 +01: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
bitstream.h VIDEO: Avoid 64-bit math in Smacker bitstreams 2022-10-01 10:58:47 +02:00
bufferedstream.h
callback.h
clickteam.cpp COMMON: Add clickteam installer unpacker 2022-11-18 01:22:59 +01:00
clickteam.h COMMON: Fix warning 2022-11-24 00:19:27 +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
dcl.cpp
dcl.h COMMON: Add mention of Rex Nebular in dcl. 2022-11-14 00:13:54 +02: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
file.h
forbidden.h COMMON: Forbid use of unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
foreach.h
frac.h
fs.cpp
fs.h
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
gzio.cpp COMMON: Drop register from common/gzio.cpp 2022-11-23 14:13:48 +01:00
gzio.h COMMON: Add missing override keyword 2022-11-24 00:18:37 +01:00
hash-ptr.h
hash-str.h
hashmap.cpp
hashmap.h
huffman.h
iff_container.cpp
iff_container.h
ini-file.cpp COMMON: Fix duplicate "line" word in INIFile warning 2022-11-11 20:56:53 +01:00
ini-file.h
installshield_cab.cpp
installshield_cab.h
installshieldv3_archive.cpp
installshieldv3_archive.h
inttypes.h ALL: Remove Symbian port 2022-05-28 12:32:29 +02:00
json.cpp JANITORIAL: Fix some lost or outdated URLs in comments 2022-05-19 07:57:31 +03:00
json.h
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: Remove the need for most reflecting when initing reflected table 2022-11-29 01:05:31 +01:00
macresman.h COMMON: Add functions to get Mac Finder metadata such as type/creator codes. 2022-11-29 00:25:50 +01:00
math.h COMMON: Move FFT, DCT, MDCT, RDFT, SineTable, CosineTable and getSineWindow into Math 2022-11-20 14:32:05 +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
module.mk COMMON: Move RNC decoder from sky to common 2022-11-29 04:30:36 +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 functions to decompose a Path into its components 2022-05-24 00:38:02 +02:00
path.h Common: Add functions to decompose a Path into its components 2022-05-24 00:38:02 +02:00
platform.cpp COMMON: Get accessor methods to the platform and language lists 2022-07-22 15:03:48 +02:00
platform.h COMMON: Change Common::Language and Common::Platform to use a smaller type 2022-08-23 21:45:29 +03:00
ptr.h COMMON: Allow DisposablePtr to be backed by SharedPtr 2022-11-28 18:41:30 +01:00
punycode.cpp COMMON: Fix Signed vs. Unsigned Comparison Warnings in Punycode 2022-07-05 21:52:28 +01:00
punycode.h
queue.h
quicktime.cpp COMMON: Add function to flatten edit lists to work around Obsidian audio popping problem. 2022-09-18 23:07:39 +03:00
quicktime.h COMMON: Add function to flatten edit lists to work around Obsidian audio popping problem. 2022-09-18 23:07:39 +03:00
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: add CGA b/w render mode 2022-07-11 18:16:23 +02:00
rendermode.h COMMON: add CGA b/w render mode 2022-07-11 18:16:23 +02:00
rnc_deco.cpp COMMON: Move RNC decoder from sky to common 2022-11-29 04:30:36 +01:00
rnc_deco.h COMMON: Move RNC decoder from sky to common 2022-11-29 04:30:36 +01:00
safe-bool.h
savefile.h
scummsys.h COMMON: Add WARN_DEPRECATED 2022-11-29 00:06:49 +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
stream.h COMMON: Add SeekableReadStreamEndianWrapper 2022-11-29 00:06:49 +01:00
streamdebug.cpp
streamdebug.h
stuffit.cpp COMMON: Add Macintosh Finder Info types and add parsing of it to StuffItArchive. 2022-11-20 14:20:30 +01:00
stuffit.h MTROPOLIS: Plug-in base work, add Mac Obsidian support 2022-06-16 21:58:09 +02: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
text-to-speech.cpp
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
unarj.cpp COMMON: Support multivolume arj archives 2022-11-28 00:25:05 +01:00
unarj.h COMMON: Support multivolume arj archives 2022-11-28 00:25:05 +01:00
unicode-bidi.cpp
unicode-bidi.h
unzip.cpp COMMON: Remove the need for most reflecting when initing reflected table 2022-11-29 01:05:31 +01:00
unzip.h
updates.cpp
updates.h
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
winexe_ne.cpp
winexe_ne.h
winexe_pe.cpp
winexe_pe.h
winexe.cpp
winexe.h COMMON: Uninit field cleanup 2022-08-06 11:30:43 +02:00
xmlparser.cpp COMMON: Add basic text node support to XMLParser 2022-09-22 09:40:21 +03:00
xmlparser.h COMMON: Add basic text node support to XMLParser 2022-09-22 09:40:21 +03: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
zlib.cpp ALL: Remove Symbian port 2022-05-28 12:32:29 +02:00
zlib.h