scummvm/common
2018-05-25 19:13:14 +01:00
..
algorithm.h JANITORIAL: Fix formatting 2018-04-22 00:56:21 +02:00
archive.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
archive.h COMMON: Add comparator for sorting ArchiveMemberList 2017-09-08 16:02:32 -05:00
array.h COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
bitstream.h COMMON: Optimize BitStream::getBits 2017-08-24 19:46:59 +02: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: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
cosinetables.cpp
cosinetables.h
dcl.cpp COMMON: Fix UB, left shift of negative value 2018-03-22 22:16:24 +01:00
dcl.h
dct.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
dct.h
debug-channels.h COMMON: Enhanced debug channel checks. 2017-01-09 09:22:35 +01:00
debug.cpp Revert "COMMON: Change way the Singleton instances are instantiated" 2017-07-10 21:17:41 +02:00
debug.h COMMON: Enhanced debug channel checks. 2017-01-09 09:22:35 +01:00
endian.h COMMON: Unconditionally enable 64 bit integer features 2017-09-30 21:35:16 +02:00
error.cpp ALL: game state => saved game 2016-11-29 20:15:20 +01:00
error.h
EventDispatcher.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
EventMapper.cpp VKEYBD: Remove Unused Variable. 2017-01-12 09:59:27 +00:00
events.h COMMON: Improve spacing between members in the event structs 2017-11-19 20:16:10 +01:00
fft.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
fft.h
file.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
file.h
forbidden.h BUILD: Fixed mingw-w64 32 bits build 2017-03-10 00:07:09 +01:00
frac.h COMMON: Fix UB shifting negative integers 2017-12-01 19:22:24 -06:00
fs.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
fs.h JANITORIAL: Fix whitespace 2018-04-15 16:31:31 +02:00
func.h
gui_options.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
gui_options.h SCI32: Toggle Phant2 content censoring from game options 2017-09-08 16:03:24 -05:00
hash-ptr.h COMMON: Introduce a shared hash function for pointer types 2017-09-30 21:35:16 +02:00
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 COMMON: fix wrong size assignment in HashMap 2018-05-25 19:13:14 +01:00
huffman.cpp COMMON: Remove BitStream base class to allow inlining calls 2017-08-24 19:46:59 +02:00
huffman.h COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02: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: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
ini-file.h
installshield_cab.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
installshield_cab.h
json.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
json.h COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
keyboard.h
language.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
language.h COMMON: Added Estonian language 2016-12-04 15:21:37 +01: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 GRAPHICS: Rename MacFont to MacFONTFont to avoid clashed 2017-01-17 20:30:32 +01:00
math.h COMMON: Template deg2rad and rad2deg in Common/math 2018-05-20 11:21:06 +01:00
md5.cpp
md5.h
memory.h COMMON: Add standard count & count+copy array constructors 2017-09-30 11:17:53 +02:00
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: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
module.mk
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: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
platform.h
ptr.h COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02: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: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
rdft.h
recorderfile.cpp JANITORIAL: Fix whitespace 2018-04-15 16:31:31 +02:00
recorderfile.h
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
scummsys.h COMMON: Add WARN_UNUSED_RESULT to scummsys.h 2018-04-04 20:56:41 +00:00
serializer.h JANITORIAL: Fix whitespace 2018-04-15 16:31:31 +02:00
sinetables.cpp
sinetables.h
singleton.h COMMON: Add hasInstance() bool to singleton class 2018-04-29 21:47:10 +01:00
span.h COMMON: Take immutable reference in SpanOwner copy assignment 2017-06-08 20:04:37 -05:00
stack.h
str-array.h
str.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
str.h GUI: Make the tab completion case insensitive in the debug console 2018-04-30 20:31:44 +02:00
stream.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
stream.h COMMON: Unconditionally enable 64 bit integer features 2017-09-30 21:35:16 +02:00
substream.h
system.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
system.h COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
taskbar.h
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 COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +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 COMMON: Add type traits to common library 2017-01-08 13:20:23 -06:00
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: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
ustr.h
util.cpp
util.h COMMON: Fix Doxygen comment 2018-03-29 00:19:33 +02: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
winexe_pe.cpp COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
winexe_pe.h
winexe.cpp
winexe.h
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: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00
zlib.h COMMON: Use nullptr instead of NULL or 0 where appropriate 2018-05-10 08:35:46 +02:00