.. |
compression
|
DETECTION: Support Clickteam installers in detection tables
|
2024-07-15 20:48:55 +03:00 |
encodings
|
COMMON: Add conversion table for DOS862 encoding
|
2021-07-22 00:06:25 +03:00 |
formats
|
COMMON: Fix DiskImage stream deletion
|
2024-08-26 11:55:36 -07:00 |
lua
|
JANITORIAL: COMMON: Fix typos
|
2024-09-13 12:06:46 +03:00 |
std
|
COMMON: Remove emplace_back variant from Std::vector
|
2024-08-11 19:46:37 +03:00 |
algorithm.h
|
COMMON: Add Common::reverse() implementation with iterators
|
2024-08-06 21:55:09 +02:00 |
archive.cpp
|
COMMON: Remove Stray Semicolon From Common Archive Class
|
2024-06-04 01:08:17 +01:00 |
archive.h
|
COMMON: Move Archive API to Path
|
2023-12-24 13:19:25 +01:00 |
array.h
|
COMMON: Fix function comment
|
2024-08-13 22:46:36 +03:00 |
base64.cpp
|
COMMON: Get rid of global constructor
|
2024-05-18 14:00:17 +02:00 |
base64.h
|
JANITORIAL: COMMON: Fix typos
|
2024-09-13 12:06:46 +03:00 |
bitarray.h
|
COMMON: Add BitArray::size()
|
2024-08-25 14:57:06 +03:00 |
bitstream.h
|
VIDEO: Avoid 64-bit math in Smacker bitstreams
|
2022-10-01 10:58:47 +02:00 |
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
|
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 ConfigManager::setFloat and ConfigManager::getFloat
|
2024-08-25 23:17:20 +02:00 |
config-manager.h
|
COMMON: Add ConfigManager::setFloat and ConfigManager::getFloat
|
2024-08-25 23:17:20 +02:00 |
coroutines.cpp
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
coroutines.h
|
JANITORIAL: Fix continously typos in coroutines.h
|
2024-05-18 13:52:31 +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 |
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: Avoid including engine headers in common code for DebugChannelDef
|
2024-06-20 20:15:57 +01:00 |
debug.cpp
|
COMMON: Implement sanity check to adding debug channels
|
2024-06-21 14:59:07 +02:00 |
debug.h
|
COMMON: Avoid including engine headers in common code for DebugChannelDef
|
2024-06-20 20:15:57 +01:00 |
dialogs.h
|
JANITORIAL: Fix beeing typo in dialogs.h
|
2024-05-18 13:52:31 +02: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 |
engine_data.cpp
|
BAGEL: Created an engine data file for STRIP_POINTS array
|
2024-05-05 13:27:01 +02:00 |
engine_data.h
|
MM: Move engine_data.cpp into Common namespace
|
2024-05-05 13:27:01 +02:00 |
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: Avoid including engine headers in common code for DebugChannelDef
|
2024-06-20 20:15:57 +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: Add C++11 extension functions to forbidden symbols list
|
2024-05-30 00:45:44 +02:00 |
frac.h
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
fs.cpp
|
COMMON: Silence FSDirectory::createReadStreamForMemberAltStream warning
|
2024-05-12 22:00:19 +02: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: add PC-98 8-color render mode to launcher
|
2024-08-06 08:47:25 +03:00 |
gui_options.h
|
COMMON: add PC-98 8-color render mode to launcher
|
2024-08-06 08:47:25 +03: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
|
COMMON: Replace NDEBUG define checks with RELEASE_BUILD
|
2024-09-20 19:05:29 +03:00 |
intrinsics.h
|
COMMON: Rename common/math.h to common/intrinsics.h
|
2024-07-27 14:00:48 +03:00 |
keyboard.h
|
COMMON: Add (missing?) indentation to defines
|
2022-05-17 22:24:44 +03:00 |
language.cpp
|
COMMON: Added Lithuanian to the language list
|
2024-08-25 20:46:45 +02:00 |
language.h
|
COMMON: Added Lithuanian to the language list
|
2024-08-25 20:46:45 +02:00 |
list_intern.h
|
COMMON: Make the Common::List() constructor constexpr
|
2023-04-29 13:10:23 +02:00 |
list.h
|
COMMON: Return an iterator for List::insert
|
2024-07-30 13:29:18 +03: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 |
log.h
|
COMMON: Add a log watcher
|
2024-05-24 12:39:29 +02:00 |
macresman.cpp
|
COMMON: Move Archive API to Path
|
2023-12-24 13:19:25 +01:00 |
macresman.h
|
JANITORIAL: Fix caluclate typo in macresman.h
|
2024-05-18 13:52:31 +02: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: Add uninitialized move functions
|
2024-07-20 14:17:15 +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
|
SDL, COMMON: Support screen rotation
|
2024-09-29 02:10:39 +03: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
|
JANITORIAL: Fix auxillary typo in mutex.h
|
2024-05-18 13:52:31 +02: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: Make the collision warnings unique
|
2024-09-16 21:35:15 +02:00 |
path.h
|
COMMON: Add helper function to parse command-line provided paths
|
2024-06-15 02:07:38 +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
|
JANITORIAL: Fix refering typo in ptr.h
|
2024-05-18 13:52:31 +02:00 |
punycode.cpp
|
COMMON: Punyencode path if it's already encoded.
|
2024-06-15 02:07:38 +02: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
|
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
|
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
|
COMMON: add PC-98 8-color render mode to launcher
|
2024-08-06 08:47:25 +03:00 |
rendermode.h
|
COMMON: add PC-98 8-color render mode to launcher
|
2024-08-06 08:47:25 +03:00 |
rotationmode.cpp
|
COMMON: Fix typo in string
|
2024-09-29 17:10:05 +02:00 |
rotationmode.h
|
SDL, COMMON: Support screen rotation
|
2024-09-29 02:10:39 +03:00 |
safe-bool.h
|
JANITORIAL: Replace spaces in indentation with tabs
|
2021-04-15 21:20:36 +02:00 |
savefile.h
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
scummsys.h
|
COMMON: Force use of int for uint32 for some platforms
|
2024-09-08 00:47:36 +03:00 |
serializer.h
|
COMMON: Fix memory leak when deserializing U32String
|
2022-09-18 20:55:16 +02:00 |
singleton.h
|
JANITORIAL: Fix GCC 14 warnings
|
2024-05-26 00:00:45 +03: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
|
JANITORIAL: Fix GCC 14 warnings
|
2024-05-26 00:00:45 +03:00 |
str-array.h
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
str-base.cpp
|
JANITORIAL: Fix comparision typo in str-base.cpp
|
2024-05-18 13:52:31 +02: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: Fix memory leak in releaseCJKTables
|
2024-09-22 19:13:58 -07:00 |
str-enc.h
|
COMMON: Support cp936
|
2023-02-28 02:29:51 +01:00 |
str.cpp
|
COMMON: Fix percentEncodeString()
|
2024-06-14 01:15:43 +02:00 |
str.h
|
COMMON: Comment typo
|
2024-07-08 07:25:39 -07:00 |
stream.cpp
|
COMMON: Remove MemoryReadStream::seek() assertion
|
2024-08-24 14:38:09 -07:00 |
stream.h
|
COMMON: Fix readMultiple not compiling.
|
2024-04-01 08:32:52 +03: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: Remove deprecated SeekableSubReadStreamEndian class
|
2024-05-03 23:52:36 +02:00 |
system.cpp
|
COMMON: Make getDefaultConfigFileName return a Path instead of a String
|
2023-12-24 13:19:25 +01:00 |
system.h
|
COMMON: Add ImGui API to create images
|
2024-09-29 17:04:03 +02:00 |
taskbar.h
|
COMMON: Make extrapath a Path object
|
2023-12-24 13:19:25 +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: Add a log watcher
|
2024-05-24 12:39:29 +02:00 |
textconsole.h
|
COMMON: Add scumm_assert macro
|
2024-09-20 19:54:52 +03:00 |
timer.h
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
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
|
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: Forbid itoa() and uitoa() Usage
|
2024-03-09 21:38:18 +02:00 |
ustr.h
|
COMMON: Support transcoding Traditional Chinese to Simplified
|
2024-09-13 00:11:38 +02:00 |
util.cpp
|
COMMON: Simplify API for getHumanReadableBytes()
|
2023-02-05 23:08:21 +01:00 |
util.h
|
COMMON: Add move constructors and assign operators to Pair
|
2024-08-06 09:39:02 +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 |
zip-set.cpp
|
GUI: Migrate GUI to Path class
|
2023-12-24 13:19:25 +01:00 |
zip-set.h
|
JANITORIAL: Clarify comments
|
2023-01-14 14:42:18 +01:00 |