..
algorithm.h
COMMON: Add comment that explains strange <= checks in gcd()
2011-02-09 00:11:39 +00:00
archive.cpp
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
archive.h
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
array.h
JANITORAL: Clean trailing whitespaces.
2010-10-12 02:18:11 +00:00
bufferedstream.h
NDS: Fix compilation
2011-04-28 22:19:35 +03:00
config-file.cpp
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
config-file.h
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
config-manager.cpp
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
config-manager.h
CONFIG-MGR: added ability to add other non-game domains
2010-12-29 15:16:31 +00:00
dcl.cpp
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
dcl.h
COMMON: Document which engines use DCL
2011-01-21 14:28:43 +00:00
debug-channels.h
Move DebugChannel related code to new header
2010-05-04 11:59:22 +00:00
debug.cpp
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
debug.h
COMMON: Get rid of the debug() output formatter
2010-11-01 20:41:32 +00:00
endian.h
COMMON: Always prefer GCC 4.x versions of READ_UINT*/WRITE_UINT*
2011-05-10 15:38:18 +02:00
error.cpp
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
error.h
COMMON: Cleanup names/handling of some error codes
2011-04-18 18:22:04 +02:00
EventDispatcher.cpp
Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null
2010-01-03 19:37:43 +00:00
EventRecorder.cpp
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
EventRecorder.h
COMMON: Cleanup EventRecorder
2010-11-19 00:38:17 +00:00
events.h
COMMON: Remove TODO from struct Event
2011-03-23 15:25:46 +01:00
file.cpp
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
file.h
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
forbidden.h
COMMON: Forbid use of getcwd&getwd; add macro to enable unistd.h compatibility
2011-05-03 14:30:25 +02:00
frac.h
Switched Paula (Amiga MOD) code to use fixed point math instead of doubles (caveat: this only works for samples < 32k right now; if this ever turns out to be a problem, I can fix it, though)
2007-06-28 22:21:32 +00:00
fs.cpp
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
fs.h
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
func.h
typo
2009-11-24 22:10:34 +00:00
hash-str.h
Removed various uses of scumm_stricmp by the more readable String::equalsIgnoreCase and String:: compareToIgnoreCase
2008-08-27 20:41:28 +00:00
hashmap.cpp
COMMON: Change some (f)printf to debug calls; clenaup hashmap.h
2010-11-01 16:00:53 +00:00
hashmap.h
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
iff_container.cpp
COMMON: Split common/stream.h into several headers
2010-11-19 17:03:07 +00:00
iff_container.h
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
keyboard.h
AmigaOS: Fixed compilation after the latest GSoC code merging (bug #3121350 )
2010-11-28 22:12:11 +00:00
list_intern.h
allowed list to be sorted with default comparator
2009-12-27 14:13:39 +00:00
list.h
COMMON: Fix (harmless) int <-> uint mismatch
2011-04-04 09:53:26 +02:00
macresman.cpp
COMMON: Remove convertCrsrCursor()
2011-05-05 19:48:57 -04:00
macresman.h
COMMON: Remove convertCrsrCursor()
2011-05-05 19:48:57 -04:00
md5.cpp
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
md5.h
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
memorypool.cpp
COMMON: Change some (f)printf to debug calls; clenaup hashmap.h
2010-11-01 16:00:53 +00:00
memorypool.h
COMMON: Made some constructors explicit, where we wouldn't really like implicit conversion.
2010-10-15 18:30:29 +00:00
memstream.h
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
module.mk
COMMON: Begin to merge some NE/PE code
2011-02-22 20:03:18 -05:00
mutex.cpp
do not include common/debug.h from common/util.h
2009-01-30 05:25:17 +00:00
mutex.h
COMMON: Made some constructors explicit, where we wouldn't really like implicit conversion.
2010-10-15 18:30:29 +00:00
noncopyable.h
Formatting.
2008-05-03 23:02:05 +00:00
pack-end.h
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
2007-05-30 21:56:52 +00:00
pack-start.h
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
2007-05-30 21:56:52 +00:00
ptr.h
COMMON: Undo changes to common/ptr.h, remove Common::ScopedPtrC
2010-11-04 00:49:12 +00:00
queue.h
COMMON: Added Common::List::front() and back() method (similar to std::list)
2009-04-27 11:11:42 +00:00
random.cpp
COMMON: Move Common::RandomSource to common/random.*
2010-03-18 15:07:11 +00:00
random.h
COMMON: Move Common::RandomSource to common/random.*
2010-03-18 15:07:11 +00:00
rational.cpp
COMMON: Reduce overflow risk in Common::Rational += and -= operators
2011-02-09 00:12:02 +00:00
rational.h
COMMON: Remove Rational::operator int/double
2010-09-07 09:02:46 +00:00
rect.h
COMMON: Added some very simple operators to the Point class (+, -, += and -=), taken from the BS25 Vertex class
2011-01-23 19:00:35 +00:00
savefile.h
COMMON: Add SaveFileManager::copySavefile() and update SaveFileManager::renameSavefile() to use it
2011-03-24 18:51:58 -04:00
scummsys.h
COMMON: Refactor typedefs a bit
2011-05-10 11:02:08 +02:00
serializer.h
Commit digitall's patch for bugs #2892510 and #2892510 with an additional comment.
2009-11-06 17:21:43 +00:00
singleton.h
COMMON: Reverting r54257 as _singleton already was protected (and I am blind :)
2010-11-16 08:24:11 +00:00
stack.h
Strip trailing whitespaces in the whole code base.
2009-05-24 15:17:42 +00:00
str-array.h
COMMON: Get rid of Common::StringList
2010-03-18 15:54:40 +00:00
str.cpp
COMMON: Rename String::printf() to String::format()
2010-11-01 16:02:28 +00:00
str.h
ALL: Fix a few typos
2010-12-01 20:03:05 +00:00
stream.cpp
COMMON: Add a class SafeSubReadStream
2011-05-06 16:47:48 +02:00
stream.h
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
substream.h
COMMON: Add a class SafeSubReadStream
2011-05-06 16:47:48 +02:00
system.cpp
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
system.h
OSYSTEM: Clarify doc for getGraphicsMode()
2011-04-29 12:52:35 +01:00
textconsole.cpp
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
textconsole.h
COMMON: Don't declare a fake printf
2011-05-03 11:41:01 +02:00
timer.h
Made _sampleRate constant again in Audio::MixerImpl. (And Committing "common/timer.h" that should have been included in r50095)
2010-06-20 20:19:53 +00:00
tokenizer.cpp
Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp).
2010-03-20 12:56:56 +00:00
tokenizer.h
Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp).
2010-03-20 12:56:56 +00:00
translation.cpp
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
translation.h
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
types.h
Move DisposeAfterUse::Flag from Common to global namespace, and into a new header common/types.h
2010-01-08 22:07:35 +00:00
unarj.cpp
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
unarj.h
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
unzip.cpp
COMMON: Fix compilation when zlib support is enabled.
2011-05-02 17:19:35 +02:00
unzip.h
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
util.cpp
COMMON: Fix spelling of 'Philips'
2011-05-03 15:55:40 -04:00
util.h
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
winexe_ne.cpp
COMMON: Replace MKID_BE by MKTAG
2011-04-12 16:53:15 +02:00
winexe_ne.h
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
winexe_pe.cpp
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
winexe_pe.h
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
winexe.cpp
COMMON: Fix WinResourceID::getID()
2011-03-07 13:12:43 -05:00
winexe.h
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
xmlparser.cpp
ALL: Mark printf and various other symbols as forbidden
2011-05-02 16:31:31 +02:00
xmlparser.h
JANITORIAL: Reduce header dependencies in shared code
2011-04-28 15:08:58 +03:00
zlib.cpp
COMMON: Fix compilation when zlib support is enabled.
2011-05-02 17:19:35 +02:00
zlib.h
COMMON: Push #include stream.h from zlib.h to zlib.cpp
2010-11-19 00:10:09 +00:00