.. |
compression
|
COMMON: Use C++ 11 range-based for loops
|
2025-03-27 13:47:57 +08:00 |
encodings
|
|
|
formats
|
COMMON: Use C++ 11 range-based for loops
|
2025-03-27 13:47:57 +08:00 |
lua
|
JANITORIAL: COMMON: Fix typos
|
2024-09-13 12:06:46 +03:00 |
std
|
COMMON: Move remove_reference to type-traits.h
|
2025-02-16 13:10:07 +01:00 |
algorithm.h
|
COMMON: Add Common::reverse() implementation with iterators
|
2024-08-06 21:55:09 +02:00 |
archive.cpp
|
COMMON: Use C++ 11 range-based for loops
|
2025-03-27 13:47:57 +08:00 |
archive.h
|
COMMON: Initialize class member in MemcachingCaseInsensitiveArchive
|
2025-03-01 22:12:33 +02: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
|
|
|
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: Use C++ 11 range-based for loops
|
2025-03-27 13:47:57 +08:00 |
config-manager.h
|
COMMON: Add ConfigManager::setFloat and ConfigManager::getFloat
|
2024-08-25 23:17:20 +02:00 |
coroutines.cpp
|
COMMON: Use C++ 11 range-based for loops
|
2025-03-27 13:47:57 +08:00 |
coroutines.h
|
JANITORIAL: Fix continously typos in coroutines.h
|
2024-05-18 13:52:31 +02:00 |
crc.h
|
|
|
crc_slow.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: Unified implementation of constructing strings with single characters
|
2024-11-29 01:16:55 +02:00 |
dbcs-str.h
|
COMMON: Unified implementation of constructing strings with single characters
|
2024-11-29 01:16:55 +02: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: Use C++ 11 range-based for loops
|
2025-03-27 13:47:57 +08:00 |
debug.h
|
COMMON: Remove plural of debugChannels
|
2025-02-22 23:28:26 +01:00 |
dialogs.h
|
JANITORIAL: Fix beeing typo in dialogs.h
|
2024-05-18 13:52:31 +02:00 |
enc-internal.h
|
|
|
endian.h
|
|
|
engine_data.cpp
|
COMMON: Use C++ 11 range-based for loops
|
2025-03-27 13:47:57 +08: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: Use C++ 11 range-based for loops
|
2025-03-27 13:47:57 +08:00 |
events.h
|
COMMON: Avoid including engine headers in common code for DebugChannelDef
|
2024-06-20 20:15:57 +01:00 |
file.cpp
|
COMMON: Use C++ 11 range-based for loops
|
2025-03-27 13:47:57 +08: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
|
|
|
fs.cpp
|
COMMON: Use C++ 11 range-based for loops
|
2025-03-27 13:47:57 +08:00 |
fs.h
|
COMMON: Make Archive listable
|
2025-01-11 14:20:56 +01:00 |
func.h
|
COMMON: added (unsigned) long long hash functors
|
2024-11-23 15:34:55 +01:00 |
gui_options.cpp
|
COMMON: add Windows 16 colors render mode option
|
2024-10-09 08:35:11 +03:00 |
gui_options.h
|
COMMON: add Windows 16 colors render mode option
|
2024-10-09 08:35:11 +03:00 |
hash-ptr.h
|
|
|
hash-str.h
|
|
|
hashmap.cpp
|
|
|
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
|
|
|
language.cpp
|
I18N: Update g_obsoleteLanguages for latest SE_SWE -> SV_SWE change
|
2025-04-01 05:43:34 +02:00 |
language.h
|
I18N: Change SE_SWE to SV_SWE
|
2025-03-30 22:19:13 +03:00 |
list.h
|
COMMON: Add emplace and rvalue insert to Common::List
|
2025-03-03 11:24:06 +02:00 |
list_intern.h
|
COMMON: Add emplace and rvalue insert to Common::List
|
2025-03-03 11:24:06 +02:00 |
localization.cpp
|
|
|
localization.h
|
|
|
log.h
|
COMMON: Remove plural of debugChannels
|
2025-02-22 23:28:26 +01:00 |
macresman.cpp
|
COMMON: Use C++ 11 range-based for loops
|
2025-03-27 13:47:57 +08:00 |
macresman.h
|
COMMON: Implement hasDataFork() method
|
2025-03-05 00:45:21 +01:00 |
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: Add uninitialized move functions
|
2024-07-20 14:17:15 +02:00 |
memorypool.cpp
|
|
|
memorypool.h
|
|
|
memstream.h
|
|
|
module.mk
|
SDL, COMMON: Support screen rotation
|
2024-09-29 02:10:39 +03:00 |
multimap.h
|
|
|
mutex.cpp
|
|
|
mutex.h
|
JANITORIAL: Fix auxillary typo in mutex.h
|
2024-05-18 13:52:31 +02:00 |
noncopyable.h
|
|
|
osd_message_queue.cpp
|
|
|
osd_message_queue.h
|
|
|
pack-end.h
|
|
|
pack-start.h
|
|
|
path.cpp
|
COMMON: Use C++ 11 range-based for loops
|
2025-03-27 13:47:57 +08:00 |
path.h
|
HOPKINS: Fix crash using elevator
|
2025-01-27 14:21:50 -08:00 |
platform.cpp
|
COMMON: Add PS3 and Nintendo Switch Platforms
|
2025-01-11 14:20:56 +01:00 |
platform.h
|
COMMON: Add PS3 and Nintendo Switch Platforms
|
2025-01-11 14:20:56 +01:00 |
ptr.h
|
JANITORIAL: Fix refering typo in ptr.h
|
2024-05-18 13:52:31 +02:00 |
punycode.cpp
|
COMMON: Make punycode_needEncode coherent with punycode_encode
|
2024-11-15 09:37:18 +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
|
COMMON: Add emplace and rvalue insert to Common::Queue
|
2025-03-03 11:24:06 +02:00 |
random.cpp
|
|
|
random.h
|
|
|
rational.cpp
|
COMMON: Added debugPrintC() method to Common::Rational
|
2025-02-22 15:51:24 +01:00 |
rational.h
|
COMMON: Added debugPrintC() method to Common::Rational
|
2025-02-22 15:51:24 +01:00 |
rb_tree.h
|
|
|
recorderfile.cpp
|
COMMON: Use C++ 11 range-based for loops
|
2025-03-27 13:47:57 +08:00 |
recorderfile.h
|
EVENTRECORDER: const for isEventsBufferEmpty()
|
2024-01-06 13:46:19 +01:00 |
rect.h
|
COMMON: Remove plural of debugChannels
|
2025-02-22 23:28:26 +01:00 |
rendermode.cpp
|
COMMON: add Windows 16 colors render mode option
|
2024-10-09 08:35:11 +03:00 |
rendermode.h
|
COMMON: add Windows 16 colors render mode option
|
2024-10-09 08:35:11 +03:00 |
rotationmode.cpp
|
I18N: Added I18N comments for rotation modes
|
2024-11-08 01:13:23 +01:00 |
rotationmode.h
|
SDL, COMMON: Support screen rotation
|
2024-09-29 02:10:39 +03:00 |
safe-bool.h
|
|
|
savefile.h
|
|
|
scummsys.h
|
COMMON: Force use of int for uint32 for some platforms
|
2024-09-08 00:47:36 +03:00 |
serializer.h
|
|
|
singleton.h
|
JANITORIAL: Fix GCC 14 warnings
|
2024-05-26 00:00:45 +03:00 |
span.h
|
COMMON: Silence cast-user-defined GCC warning
|
2025-02-16 13:30:36 +01:00 |
stablemap.h
|
|
|
stack.h
|
JANITORIAL: Fix GCC 14 warnings
|
2024-05-26 00:00:45 +03:00 |
str-array.h
|
|
|
str-base.cpp
|
COMMON: Fix replace with consecutive from characters
|
2024-11-11 13:01:00 +01:00 |
str-base.h
|
COMMON: Unified implementation of constructing strings with single characters
|
2024-11-29 01:16:55 +02:00 |
str-enc.cpp
|
COMMON: Fix memory leak in releaseCJKTables
|
2024-09-22 19:13:58 -07:00 |
str-enc.h
|
|
|
str.cpp
|
COMMON: Unified implementation of constructing strings with single characters
|
2024-11-29 01:16:55 +02:00 |
str.h
|
COMMON: Unified implementation of constructing strings with single characters
|
2024-11-29 01:16:55 +02:00 |
stream.cpp
|
Common: Simplify check and fix formatting
|
2024-12-20 14:03:20 +02:00 |
stream.h
|
COMMON: Fix readMultiple not compiling.
|
2024-04-01 08:32:52 +03:00 |
streamdebug.cpp
|
|
|
streamdebug.h
|
|
|
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
|
Revert "COMMON: Add destructor to TextToSpeechManager. CID 1453087"
|
2024-10-25 17:27:46 +02:00 |
text-to-speech.h
|
Revert "COMMON: Add destructor to TextToSpeechManager. CID 1453087"
|
2024-10-25 17:27:46 +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
|
|
|
tokenizer.cpp
|
COMMON: Reduce duplication in the StringTokenizer classes
|
2024-11-29 03:14:24 +02:00 |
tokenizer.h
|
COMMON: Reduce duplication in the StringTokenizer classes
|
2024-11-29 03:14:24 +02:00 |
translation.cpp
|
COMMON: Use C++ 11 range-based for loops
|
2025-03-27 13:47:57 +08:00 |
translation.h
|
COMMON: Reduce the amount of memory needed by translations
|
2024-12-10 13:43:55 +02:00 |
type_traits.h
|
COMMON: Move remove_reference to type-traits.h
|
2025-02-16 13:10:07 +01:00 |
types.h
|
|
|
unicode-bidi.cpp
|
COMMON: Deprecate U32String constructors that accept a uint32 array
|
2024-11-29 01:14:36 +02:00 |
unicode-bidi.h
|
|
|
updates.cpp
|
|
|
updates.h
|
|
|
ustr.cpp
|
COMMON: Unified implementation of constructing strings with single characters
|
2024-11-29 01:16:55 +02:00 |
ustr.h
|
COMMON: Unified implementation of constructing strings with single characters
|
2024-11-29 01:16:55 +02:00 |
util.cpp
|
|
|
util.h
|
COMMON: Move remove_reference to type-traits.h
|
2025-02-16 13:10:07 +01:00 |
xpfloat.cpp
|
|
|
xpfloat.h
|
|
|
zip-set.cpp
|
COMMON: Use C++ 11 range-based for loops
|
2025-03-27 13:47:57 +08:00 |
zip-set.h
|
|
|