..
algorithm.h
Add common/util.h include to common/algorithm.h for SWAP.
2010-03-20 12:13:37 +00:00
archive.cpp
Fix our DECLARE_SINGLETON macro to conform to the C++ specs.
2010-03-13 21:55:49 +00:00
archive.h
Fixed bug in archive.cpp that caused at least one engine (SAGA) not to work
2009-10-03 20:12:44 +00:00
array.h
Added operator== and != to Common::Array
2009-10-19 17:46:50 +00:00
config-file.cpp
Update comments to reflect the changes used for Mohawk.
2009-12-30 14:55:33 +00:00
config-file.h
config-manager.cpp
Print message when creating new INI; don't rewrite it directly after reading.
2010-04-13 10:08:17 +00:00
config-manager.h
COMMON: Cleanup ConfigManager code
2010-03-29 20:31:23 +00:00
debug.cpp
Fix regression introduced with r46130, which caused debugN strings to be post processed via debugOutputFormatter.
2010-04-19 12:50:49 +00:00
debug.h
- Call the special debug channels "channels" consistently. (Formerly sometimes they were refered to as "levels").
2010-01-30 19:23:00 +00:00
endian.h
Strip trailing spaces/tabs.
2010-01-25 01:39:44 +00:00
error.cpp
Rest of patch #2982224 : GSoC: Added unit test and unified error message display
2010-04-11 19:04:02 +00:00
error.h
Rest of patch #2982224 : GSoC: Added unit test and unified error message display
2010-04-11 19:04:02 +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: Move Common::RandomSource to common/random.*
2010-03-18 15:07:11 +00:00
EventRecorder.h
COMMON: Move Common::RandomSource to common/random.*
2010-03-18 15:07:11 +00:00
events.h
Typo.
2009-12-29 20:41:09 +00:00
file.cpp
Got rid of Common::File::addDefaultDirectory, instead implemented the solution proposed in "Case agnostic handling for directories (and files)" on -devel.
2009-09-23 00:15:00 +00:00
file.h
Remove last traces of File::addDefaultDirectory
2010-02-09 22:37:13 +00:00
frac.h
fs.cpp
Whitespace fix.
2010-04-13 16:13:48 +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
hashmap.cpp
hashmap.h
Strip trailing spaces/tabs.
2010-01-25 01:39:44 +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
Update Common::KeyState comments
2010-02-23 22:50:28 +00:00
list_intern.h
allowed list to be sorted with default comparator
2009-12-27 14:13:39 +00:00
list.h
macresman.cpp
Strip trailing spaces/tabs.
2010-01-25 01:39:44 +00:00
macresman.h
Move Mac Binary resource loader to common class. Plug tons of memory leaks along the way.
2010-01-11 20:41:07 +00:00
md5.cpp
COMMON: Remove various variants of the md5_file / md5_file_string funcs; turned the (disabled) MD5 test code into a working unit test
2009-11-23 22:30:22 +00:00
md5.h
COMMON: Remove various variants of the md5_file / md5_file_string funcs; turned the (disabled) MD5 test code into a working unit test
2009-11-23 22:30:22 +00:00
memorypool.cpp
Some style fixes.
2010-03-20 13:18:47 +00:00
memorypool.h
Some style fixes.
2010-03-20 13:18:47 +00:00
module.mk
Rest of patch #2982224 : GSoC: Added unit test and unified error message display
2010-04-11 19:04:02 +00:00
mutex.cpp
mutex.h
noncopyable.h
pack-end.h
pack-start.h
ptr.h
- Renamed SharedPtr<T>::Pointer to SharedPtr<T>::PointerType
2010-03-20 20:25:12 +00:00
queue.h
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
rect.h
Patch #2973290 : Semicolon cleanup
2010-03-22 20:28:08 +00:00
savefile.h
COMMON: Move typedef StringList from str.h to new header str-array.h
2010-03-18 15:09:24 +00:00
scummsys.h
Add Nintendo 64 port to trunk.
2009-12-30 21:11:38 +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
Fix our DECLARE_SINGLETON macro to conform to the C++ specs.
2010-03-13 21:55:49 +00:00
stack.h
str-array.h
COMMON: Get rid of Common::StringList
2010-03-18 15:54:40 +00:00
str.cpp
COMMON: Move tag2str from util.h to str.h
2010-03-18 15:07:48 +00:00
str.h
COMMON: Move typedef StringList from str.h to new header str-array.h
2010-03-18 15:09:24 +00:00
stream.cpp
Rename Common::Stream::readLine_NEW to readLine
2009-12-30 23:00:55 +00:00
stream.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
system.cpp
system.h
Strip trailing spaces/tabs.
2010-01-25 01:39:44 +00:00
textconsole.cpp
COMMON: Move port specific '#define fputs' from util.cpp to textconsole.cpp
2010-03-18 15:07:30 +00:00
textconsole.h
COMMON: Replace NORETURN by NORETURN_PRE & NORETURN_POST
2009-11-29 21:56:10 +00:00
timer.h
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
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
Merged _headers and _filemap.
2010-02-09 01:07:39 +00:00
unarj.h
Hide ZipArchive implementation, only expose it via factory functions: makeZipArchive()
2010-02-13 11:56:30 +00:00
unzip.cpp
Add a comment to document my removal of stream delete in previous commit
2010-02-28 14:40:40 +00:00
unzip.h
Hide ZipArchive implementation, only expose it via factory functions: makeZipArchive()
2010-02-13 11:56:30 +00:00
util.cpp
Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew language
2010-04-12 21:21:06 +00:00
util.h
Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew language
2010-04-12 21:21:06 +00:00
xmlparser.cpp
Fix virtual-keyboard not changing size, when the user changes the scaler while it is not visible.
2010-01-25 02:08:28 +00:00
xmlparser.h
cleanup
2009-10-20 19:52:18 +00:00
zlib.cpp
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
2009-09-30 16:16:53 +00:00
zlib.h