scummvm/common
Colin Snover 914bb1bd2d COMMON: Undefine ABS if it is a macro
Fixes iOS7 compilation when common/util.h is included after
NSObjCRuntime.h, as happens in ios7_video.mm.
2017-10-07 13:04:05 -05:00
..
algorithm.h JANITORIAL: Remove more trailing spaces 2016-10-09 15:02:02 +02:00
archive.cpp Revert "COMMON: Change way the Singleton instances are instantiated" 2017-07-10 21:17:41 +02:00
archive.h COMMON: Add comparator for sorting ArchiveMemberList 2017-09-08 16:02:32 -05:00
array.h COMMON: Allow construction of Arrays of non-copyable members 2017-10-06 22:10:50 -05:00
bitstream.h COMMON: Optimize BitStream::getBits 2017-08-24 19:46:59 +02:00
bufferedstream.h
c++11-compat.h
callback.h Fix comment formatting 2016-08-24 16:07:55 +06:00
config-manager.cpp Revert "COMMON: Change way the Singleton instances are instantiated" 2017-07-10 21:17:41 +02:00
config-manager.h CLOUD: Add Dropbox into CloudManager's configs 2016-08-24 16:07:55 +06:00
coroutines.cpp Revert "COMMON: Change way the Singleton instances are instantiated" 2017-07-10 21:17:41 +02:00
coroutines.h
cosinetables.cpp
cosinetables.h
dcl.cpp
dcl.h
dct.cpp
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: Migrate Various Endian Functions to Common from Engine Code. 2017-07-30 22:03:29 +02:00
error.cpp ALL: game state => saved game 2016-11-29 20:15:20 +01:00
error.h
EventDispatcher.cpp COMMON: Only clear events from the EventSources in clearEvents() 2017-07-27 21:05:43 +01:00
EventMapper.cpp VKEYBD: Remove Unused Variable. 2017-01-12 09:59:27 +00:00
events.h COMMON: Add method in EventManager to clear the event queue 2017-07-26 21:39:31 +01:00
fft.cpp
fft.h
file.cpp JANITORIAL: Remove spaces at the end of the line 2016-08-24 16:07:55 +06:00
file.h CLOUD: Make download() create necessary directories 2016-08-24 16:07:55 +06:00
forbidden.h BUILD: Fixed mingw-w64 32 bits build 2017-03-10 00:07:09 +01:00
frac.h
fs.cpp
fs.h
func.h
gui_options.cpp SCI32: Toggle Phant2 content censoring from game options 2017-09-08 16:03:24 -05:00
gui_options.h SCI32: Toggle Phant2 content censoring from game options 2017-09-08 16:03:24 -05:00
hash-str.h
hashmap.cpp
hashmap.h
huffman.cpp COMMON: Remove BitStream base class to allow inlining calls 2017-08-24 19:46:59 +02:00
huffman.h COMMON: Remove BitStream base class to allow inlining calls 2017-08-24 19:46:59 +02:00
iff_container.cpp
iff_container.h
ini-file.cpp
ini-file.h
installshield_cab.cpp
installshield_cab.h
json.cpp COMMON: Replace sprintf() with safer String::format() in JSON module. 2017-01-12 04:50:45 +00:00
json.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
keyboard.h
language.cpp COMMON: Added Estonian language 2016-12-04 15:21:37 +01:00
language.h COMMON: Added Estonian language 2016-12-04 15:21:37 +01:00
list_intern.h
list.h
localization.cpp
localization.h
macresman.cpp
macresman.h GRAPHICS: Rename MacFont to MacFONTFont to avoid clashed 2017-01-17 20:30:32 +01:00
math.h
md5.cpp
md5.h
memory.h COMMON: Add standard count & count+copy array constructors 2017-09-30 11:17:53 +02:00
memorypool.cpp
memorypool.h
memstream.h COMMON: Remove DisposeAfterUse default value from dynamic write memory streams 2017-09-22 07:06:21 +02:00
module.mk COMMON: Add OSDMessageQueue singleton 2016-10-29 15:13:32 +01:00
mutex.cpp
mutex.h
noncopyable.h
osd_message_queue.cpp Revert "COMMON: Change way the Singleton instances are instantiated" 2017-07-10 21:17:41 +02:00
osd_message_queue.h COMMON: Add referencing and destruction of the OSDMessageQueue instance 2016-10-29 15:13:32 +01:00
pack-end.h
pack-start.h
platform.cpp COMMON: Add Atari 8-bit platform 2016-08-29 17:52:36 +02:00
platform.h COMMON: Add Atari 8-bit platform 2016-08-29 17:52:36 +02:00
ptr.h COMMON: Prevent implicit conversion of smart pointers to non-bools 2017-10-06 22:10:49 -05:00
queue.h
quicktime.cpp VIDEO: Change QT edit list to a Common::Array 2017-09-21 13:06:18 +02:00
quicktime.h VIDEO: Change QT edit list to a Common::Array 2017-09-21 13:06:18 +02:00
random.cpp
random.h
rational.cpp
rational.h
rdft.cpp
rdft.h
recorderfile.cpp Revert "BUILD: Fix test compilation with event recorder enabled" 2016-07-28 18:23:50 +02:00
recorderfile.h
rect.h COMMON: Add helper macro for printing rects 2017-09-04 23:57:19 +02:00
rendermode.cpp
rendermode.h
safe-bool.h COMMON: Add Span to common library 2017-01-08 13:20:23 -06:00
savefile.h COMMON: Fix WriteStream::pos() once again 2016-08-24 16:24:16 +06:00
scummsys.h BUILD: Fixed macro redefinition warning for 64 bits builds 2017-03-09 23:48:57 +01:00
serializer.h COMMON: Add a setVersion method to Common::Serializer 2017-08-07 19:07:25 -04:00
sinetables.cpp
sinetables.h
singleton.h Revert "COMMON: Change way the Singleton instances are instantiated" 2017-07-10 21:17:41 +02: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: Add strnlen for safer C string length reads 2017-01-05 22:07:24 +01:00
str.h COMMON: Add strnlen for safer C string length reads 2017-01-05 22:07:24 +01:00
stream.cpp COMMON: Add ReadStream::readPascalString() 2017-01-14 12:45:58 +01:00
stream.h STREAM: add read/write functions for float LE/BE 2017-07-13 18:27:45 +02:00
substream.h
system.cpp COMMON: Remove the EventRecorder dependency from OSystem 2016-07-28 18:23:46 +02:00
system.h BACKENDS: Make initSizeHint an optional extension point 2017-10-07 12:30:29 -05:00
taskbar.h
textconsole.cpp
textconsole.h
timer.h
tokenizer.cpp
tokenizer.h
translation.cpp Revert "COMMON: Change way the Singleton instances are instantiated" 2017-07-10 21:17:41 +02:00
translation.h
type-traits.h COMMON: Add type traits to common library 2017-01-08 13:20:23 -06:00
types.h
unarj.cpp
unarj.h
unzip.cpp
unzip.h
updates.cpp UPDATES: Fix interval normalization 2016-04-09 21:47:20 +01:00
updates.h UPDATES: Implemented method getLastUpdateCheckTimeAndDate() 2016-04-09 17:04:04 +02:00
ustr.cpp
ustr.h
util.cpp TITANIC: Implement TTparser normalize 2016-07-10 16:39:35 -04:00
util.h COMMON: Undefine ABS if it is a macro 2017-10-07 13:04:05 -05:00
winexe_ne.cpp
winexe_ne.h
winexe_pe.cpp
winexe_pe.h
winexe.cpp
winexe.h
xmlparser.cpp JANITORIAL: Remove spaces at the end of the line 2016-08-24 16:07:55 +06:00
xmlparser.h
zlib.cpp COMMON: Update GZipWriteStream::pos() 2016-08-04 15:14:06 +06:00
zlib.h COMMON: Added freeing notes to zlib wrapper methods 2017-08-12 20:17:56 -04:00