.. |
algorithm.h
|
COMMON: Revert attempt to silence MSVC warning in Common::gcd.
|
2010-10-15 18:20:01 +00:00 |
archive.cpp
|
COMMON: Simplify DECLARE_SINGLETON macro
|
2010-11-16 08:23:13 +00:00 |
archive.h
|
COMMON: Try to clarify and update some Common::Archive docs
|
2010-08-16 19:58:20 +00:00 |
array.h
|
JANITORAL: Clean trailing whitespaces.
|
2010-10-12 02:18:11 +00:00 |
config-file.cpp
|
Fix spelling, cleanup
|
2010-06-15 12:33:20 +00:00 |
config-file.h
|
cleanup
|
2009-02-16 01:04:19 +00:00 |
config-manager.cpp
|
COMMON: Simplify DECLARE_SINGLETON macro
|
2010-11-16 08:23:13 +00:00 |
config-manager.h
|
CONFIGMAN: added defragmentation methods for one-plugin-at-a-time
|
2010-11-15 13:37:06 +00:00 |
debug-channels.h
|
Move DebugChannel related code to new header
|
2010-05-04 11:59:22 +00:00 |
debug.cpp
|
BACKENDS: Implement logging API proposed by Max on -devel.
|
2010-11-18 19:12:14 +00:00 |
debug.h
|
COMMON: Get rid of the debug() output formatter
|
2010-11-01 20:41:32 +00:00 |
endian.h
|
COMMON: changed read/write endian function to use __may_alias__ attribute
|
2010-09-01 12:41:16 +00:00 |
error.cpp
|
Implement translation support for ScummVM GUI.
|
2010-06-15 10:44:51 +00:00 |
error.h
|
Fix spelling, cleanup
|
2010-06-15 12:33:20 +00: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
|
COMMON: Cleanup EventRecorder
|
2010-11-19 00:38:17 +00:00 |
EventRecorder.h
|
COMMON: Cleanup EventRecorder
|
2010-11-19 00:38:17 +00:00 |
events.h
|
Some documentation fixes.
|
2010-07-12 20:17:42 +00:00 |
file.cpp
|
Hid hashed fileopening to debuglevel 8.
|
2010-06-15 10:19:06 +00:00 |
file.h
|
Remove last traces of File::addDefaultDirectory
|
2010-02-09 22:37:13 +00:00 |
forbidden.h
|
COMMON: Document forbidden.h
|
2010-10-31 21:50:20 +00: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
|
OSYSTEM: revert r52120 and r52121. Introduced regressions
|
2010-08-16 18:07:21 +00:00 |
fs.h
|
cleanup
|
2010-02-13 11:57:01 +00: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
|
COMMON: Disable DEBUG_HASH_COLLISIONS (oops)
|
2010-11-01 16:42:31 +00:00 |
iff_container.h
|
Fix incorrectly placed doxygen comments; replace Common::ID2string by Common::tag2string
|
2009-11-24 22:08:34 +00:00 |
keyboard.h
|
COMMON: Make KeyState::hasFlags const
|
2010-11-08 19:18:13 +00:00 |
list_intern.h
|
allowed list to be sorted with default comparator
|
2009-12-27 14:13:39 +00:00 |
list.h
|
COMMON: Check for failed memory allocations; changed Common::String to use new/delete instead of malloc/free
|
2009-05-03 22:45:31 +00:00 |
macresman.cpp
|
COMMON: Add const qualifiers and remove Common:: prefix in MacResManager code
|
2010-11-07 17:17:21 +00:00 |
macresman.h
|
COMMON: Add const qualifiers and remove Common:: prefix in MacResManager code
|
2010-11-07 17:17:21 +00:00 |
md5.cpp
|
COMMON: Rename and tweak MD5 functions
|
2010-11-07 17:16:59 +00:00 |
md5.h
|
COMMON: Rename and tweak MD5 functions
|
2010-11-07 17:16:59 +00: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 |
module.mk
|
Do not rebuild common/messages.cpp automatically when a translation changes, but require the user to do "make update-translations".
|
2010-06-18 02:08:00 +00: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: Fix int-Rational operators
|
2010-09-11 10:03:31 +00:00 |
rational.h
|
COMMON: Remove Rational::operator int/double
|
2010-09-07 09:02:46 +00:00 |
rect.h
|
COMMON: Added equality operators to Common::Rect
|
2010-08-21 08:17:06 +00:00 |
savefile.h
|
Fix spelling, cleanup
|
2010-06-15 12:33:20 +00:00 |
scummsys.h
|
COMMON: Use user include instead of system include to remove lots of compiler warnings for symbian
|
2010-11-19 12:47:52 +00: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
|
COMMON: Rename String::printf() to String::format()
|
2010-11-01 16:02:28 +00:00 |
stream.cpp
|
COMMON: Change wrapBufferedWriteStream() to always disposes wrapped stream
|
2010-11-18 20:27:15 +00:00 |
stream.h
|
COMMON: Change wrapBufferedWriteStream() to always disposes wrapped stream
|
2010-11-18 20:27:15 +00:00 |
system.cpp
|
BACKENDS: Implement logging API proposed by Max on -devel.
|
2010-11-18 19:12:14 +00:00 |
system.h
|
BACKENDS: Implement logging API proposed by Max on -devel.
|
2010-11-18 19:12:14 +00:00 |
textconsole.cpp
|
BACKENDS: Implement logging API proposed by Max on -devel.
|
2010-11-18 19:12:14 +00:00 |
textconsole.h
|
COMMON: Replace NORETURN by NORETURN_PRE & NORETURN_POST
|
2009-11-29 21:56:10 +00: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
|
COMMON: Push include file.h and fs.h from translation.h to translation.cpp
|
2010-11-19 01:03:05 +00:00 |
translation.h
|
COMMON: Push include file.h and fs.h from translation.h to translation.cpp
|
2010-11-19 01:03:05 +00: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
|
COMMON: Make implementation of Buffered*Stream classes internal
|
2010-11-18 17:02:51 +00:00 |
unarj.h
|
Hide ZipArchive implementation, only expose it via factory functions: makeZipArchive()
|
2010-02-13 11:56:30 +00:00 |
unzip.cpp
|
ALL: Fix various typos (patch #3093266)
|
2010-10-24 13:04:33 +00:00 |
unzip.h
|
unzip.cpp can read uncompressed ZIP archives even when zlib is not linked in
|
2010-06-29 06:33:31 +00:00 |
util.cpp
|
COMMON: Switch hexdump() to debugN instead of printf
|
2010-11-01 16:04:18 +00:00 |
util.h
|
COMMON: Add SCUMMVM_CURRENT_FUNCTION macro (useful for debugging)
|
2010-10-30 00:32:45 +00:00 |
xmlparser.cpp
|
COMMON: Cleanup XMLParser code
|
2010-11-19 00:20:15 +00:00 |
xmlparser.h
|
COMMON: Cleanup XMLParser code
|
2010-11-19 00:20:15 +00:00 |
zlib.cpp
|
COMMON: Push #include stream.h from zlib.h to zlib.cpp
|
2010-11-19 00:10:09 +00:00 |
zlib.h
|
COMMON: Push #include stream.h from zlib.h to zlib.cpp
|
2010-11-19 00:10:09 +00:00 |