scummvm/common
2019-11-08 20:43:25 +00:00
..
lua COMMON: Fix Missing Default Switch Cases in Lua Interpreter 2019-10-06 07:58:40 +01:00
algorithm.h JANITORIAL: Fix formatting 2018-04-22 00:56:21 +02:00
archive.cpp COMMON: Add ignoreClashes flag to SearchSet and FSDirectory 2019-11-03 00:44:23 +01:00
archive.h COMMON: Add ignoreClashes flag to SearchSet and FSDirectory 2019-11-03 00:44:23 +01:00
array.h COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
bitstream.h COMMON: Rework the BitStream class to improve its performance 2019-04-13 16:24:25 +03:00
bufferedstream.h
c++11-compat.h
callback.h
config-manager.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
config-manager.h JANITORIAL: Fix whitespace 2018-04-15 16:31:31 +02:00
coroutines.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
coroutines.h COMMON: Fix Missing Default Switch Case in Coroutine Macros 2019-10-21 00:19:41 +01:00
cosinetables.cpp COMMON: Cos/Sin Table switch internal structure so at() is faster 2018-08-25 23:51:40 +02:00
cosinetables.h COMMON: Cos/Sin Table switch internal structure so at() is faster 2018-08-25 23:51:40 +02:00
dcl.cpp COMMON: Fix UB, left shift of negative value 2018-03-22 22:16:24 +01:00
dcl.h
dct.cpp COMMON: Add Missing Default Switch Cases in DCT Class 2019-10-04 04:27:03 +01:00
dct.h
debug-channels.h
debug.cpp
debug.h
dialogs.h BACKENDS: Hook GUI browser to DialogManager 2018-12-16 10:48:13 +00:00
encoding.cpp COMMON: Fix memory leaks in iconv error case 2019-09-30 22:04:27 +01:00
encoding.h COMMON: Add string size computation to Encoding. 2019-09-05 23:52:46 +01:00
endian.h COMMON: Add WRITE_UINT24 2019-03-02 07:29:22 +01:00
error.cpp MOHAWK: Display a GUI error message when no audio devices are available 2018-06-07 20:14:27 +02:00
error.h MOHAWK: Display a GUI error message when no audio devices are available 2018-06-07 20:14:27 +02:00
EventDispatcher.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
EventMapper.cpp COMMON: Open the main menu when the joystick START button is pressed 2019-07-08 01:24:55 +03:00
events.h BACKENDS: Add EVENT_CLIPBOARD_UPDATE event 2019-09-21 22:16:01 +03:00
fft.cpp COMMON: FFT update cos/sin table constructor change 2018-08-18 16:30:57 +02:00
fft.h
file.cpp Revert "COMMON: Implement FSNode::createDirectoryRecursive()" 2019-09-15 00:07:46 +02:00
file.h COMMON: Changed DumpFile & StdIOStream to derive from SeekableWriteStream 2019-05-12 11:44:15 +03:00
forbidden.h COMMON: Make strdup a forbidden symbol 2018-08-18 16:30:05 +02:00
frac.h
fs.cpp COMMON: Add ignoreClashes flag to SearchSet and FSDirectory 2019-11-03 00:44:23 +01:00
fs.h COMMON: Add ignoreClashes flag to SearchSet and FSDirectory 2019-11-03 00:44:23 +01:00
func.h
gui_options.cpp SCI32: Add a game option to double the videos in KQ7 by default 2018-09-01 13:14:38 +03:00
gui_options.h SCI32: Add a game option to double the videos in KQ7 by default 2018-09-01 13:14:38 +03:00
hash-ptr.h
hash-str.h JANITORIAL: Fix whitespace 2018-04-15 16:31:31 +02:00
hashmap.cpp JANITORIAL: Fix whitespace 2018-04-15 16:31:31 +02:00
hashmap.h BUILD: Fix GCC bogus warning by removing const 2019-09-09 17:39:06 +03:00
huffman.h COMMON: Use a prefix table to speed up the Huffman decoder 2019-04-13 16:24:25 +03:00
iff_container.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
iff_container.h COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
ini-file.cpp COMMON: added support for ini files with non english characters 2019-08-20 13:53:01 +03:00
ini-file.h COMMON: added support for ini files with non english characters 2019-08-20 13:53:01 +03:00
installshield_cab.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
installshield_cab.h
inttypes.h VIDEO: Use liba52 to decode audio. This is still laughably broken 2018-11-04 22:33:22 +01:00
json.cpp COMMON: Add Switch Default Cases in JSON Parser 2019-10-03 02:53:56 +01:00
json.h COMMON: Fix escaping and parsing of UTF-8 strings in JASON parser 2019-09-21 22:15:26 +03:00
keyboard.h
language.cpp COMMON: Add Turkish language 2019-07-16 20:24:42 +03:00
language.h COMMON: Add Turkish language 2019-07-16 20:24:42 +03:00
list_intern.h COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
list.h JANITORIAL: Fix whitespace 2018-04-15 16:31:31 +02:00
localization.cpp
localization.h
macresman.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
macresman.h
math.h BLADERUNNER: Remove use of C99 math functions 2019-10-03 23:52:46 +01:00
md5.cpp
md5.h
memory.h
memorypool.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
memorypool.h
memstream.h COMMON: Add Default Cases to Switch Statements in Memstream Classes 2019-10-02 06:12:38 +01:00
module.mk COMMON: Moved string encoding to separate file 2019-10-19 17:38:26 +02:00
mutex.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
mutex.h COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
noncopyable.h
osd_message_queue.cpp JANITORIAL: Fix trailing whitespace 2018-05-24 15:30:55 +02:00
osd_message_queue.h JANITORIAL: Fix trailing whitespace 2018-05-24 15:30:55 +02:00
pack-end.h
pack-start.h
platform.cpp COMMON: Added PocketPC platform 2019-09-03 17:17:30 +02:00
platform.h COMMON: Added PocketPC platform 2019-09-03 17:17:30 +02:00
ptr.h COMMON: More nullptr usage in common/ptr 2018-06-04 03:36:27 -07:00
queue.h
quicktime.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
quicktime.h COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
random.cpp
random.h
rational.cpp
rational.h
rdft.cpp COMMON: Update RDFT and DCT cos/sin table constructor usage 2018-08-25 23:50:07 +02:00
rdft.h
recorderfile.cpp RECORDER: Add Missing Default Switch Cases 2019-10-04 02:30:19 +01:00
recorderfile.h EVENTRECORDER: Fix GCC Compiler Warnings 2019-09-14 00:54:10 +01:00
rect.h JANITORIAL: Fix whitespace 2018-04-15 16:31:31 +02:00
rendermode.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
rendermode.h
safe-bool.h COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
savefile.h COMMON: Remove usage of ScopedPtr in OutSaveFile 2019-01-05 12:02:19 +01:00
scummsys.h WINCE: Fix compilation 2019-04-15 08:06:39 +03:00
serializer.h JANITORIAL: Fix whitespace 2018-04-15 16:31:31 +02:00
sinetables.cpp COMMON: Cos/Sin Table switch internal structure so at() is faster 2018-08-25 23:51:40 +02:00
sinetables.h COMMON: Cos/Sin Table switch internal structure so at() is faster 2018-08-25 23:51:40 +02:00
singleton.h COMMON: Add hasInstance() bool to singleton class 2018-04-29 21:47:10 +01:00
span.h
stack.h
str-array.h
str-enc.cpp COMMON: Moved string encoding to separate file 2019-10-19 17:38:26 +02:00
str-enc.h COMMON: Moved string encoding to separate file 2019-10-19 17:38:26 +02:00
str.cpp COMMON: Added String::find() 2019-10-18 00:28:36 +02:00
str.h COMMON: Moved string encoding to separate file 2019-10-19 17:38:26 +02:00
stream.cpp COMMON: Add Missing Switch Default Cases to Stream Seek Methods 2019-10-03 01:01:16 +01:00
stream.h STREAM: add read/write functions for double LE/BE 2019-06-01 22:43:48 +02:00
substream.h
system.cpp TTS: Create a TTS skeleton 2019-09-01 22:47:55 +03:00
system.h COMMON: Clarify documentation for OSystem::convertEncoding 2019-11-08 20:43:25 +00:00
taskbar.h
text-to-speech.cpp TTS: Fix language setting. 2019-10-16 19:30:56 +02:00
text-to-speech.h TTS: Fix language setting. 2019-10-16 19:30:56 +02:00
textconsole.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
textconsole.h
timer.h
tokenizer.cpp
tokenizer.h
translation.cpp WIN32: Move all ARRAYSIZE undefs to util.h 2018-12-17 12:28:33 +02:00
translation.h COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
type-traits.h
types.h
unarj.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
unarj.h
unzip.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
unzip.h
updates.cpp JANITORIAL: Fix whitespace 2018-04-15 16:31:31 +02:00
updates.h JANITORIAL: Fix whitespace 2018-04-15 16:31:31 +02:00
ustr.cpp COMMON: Moved string encoding to separate file 2019-10-19 17:38:26 +02:00
ustr.h COMMON: Moved string encoding to separate file 2019-10-19 17:38:26 +02:00
util.cpp COMMON: Update getHumanReadableBytes() in util.h 2019-07-30 14:51:41 -04:00
util.h COMMON: Add getHumanReadableBytes() in util.h 2019-07-30 14:51:41 -04:00
winexe_ne.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
winexe_ne.h COMMON: Replace NEResourceType and PEResourceType with a shared enum 2019-05-01 23:52:56 +03:00
winexe_pe.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
winexe_pe.h COMMON: Replace NEResourceType and PEResourceType with a shared enum 2019-05-01 23:52:56 +03:00
winexe.cpp
winexe.h COMMON: Replace NEResourceType and PEResourceType with a shared enum 2019-05-01 23:52:56 +03:00
xmlparser.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
xmlparser.h COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
zlib.cpp COMMON: Add Missing Switch Default Case in ZLIB Class 2019-10-04 04:27:42 +01:00
zlib.h GLK: ADRIFT: Implement zlib decompression 2019-09-25 20:13:27 -07:00