.. |
algorithm.h
|
Fixed indentation and removed whitespaces at the end of line
|
2008-12-22 11:22:15 +00:00 |
archive.cpp
|
Changed Common::File and FSDirectory to invoke FSNode::exists a few times less, reducing overhead
|
2009-02-22 04:40:10 +00:00 |
archive.h
|
Merged internal 'matchPath' method of class Archive into global matchString function (via an optional 'path mode' in the latter). Also changed Archive::listMatchingMembers to use path mode when matching, just like FSDirectory::listMatchingMembers
|
2009-02-15 18:45:53 +00:00 |
array.h
|
|
|
config-file.cpp
|
Be paranoid about g_system being set
|
2009-01-29 22:09:06 +00:00 |
config-file.h
|
cleanup
|
2009-02-16 01:04:19 +00:00 |
config-manager.cpp
|
typo
|
2009-02-17 19:54:11 +00:00 |
config-manager.h
|
|
|
debug.cpp
|
Renamed SpecialDebugLevel to DebugChannel
|
2009-01-30 05:10:24 +00:00 |
debug.h
|
Renamed SpecialDebugLevel to DebugChannel
|
2009-01-30 05:10:24 +00:00 |
endian.h
|
|
|
error.h
|
Fixed indentation and removed whitespaces at the end of line
|
2008-12-22 11:22:15 +00:00 |
events.h
|
Merge in Virtual Keybpard & KeyMapper branch,
|
2009-01-11 00:20:27 +00:00 |
file.cpp
|
Changed Common::File and FSDirectory to invoke FSNode::exists a few times less, reducing overhead
|
2009-02-22 04:40:10 +00:00 |
file.h
|
Fixed indentation and removed whitespaces at the end of line
|
2008-12-22 11:22:15 +00:00 |
frac.h
|
|
|
fs.cpp
|
Be paranoid about g_system being set
|
2009-01-29 22:09:06 +00:00 |
fs.h
|
typo
|
2009-02-17 19:54:11 +00:00 |
func.h
|
|
|
hash-str.h
|
|
|
hashmap.cpp
|
Fixed indentation and removed whitespaces at the end of line
|
2008-12-22 11:22:15 +00:00 |
hashmap.h
|
More paranoia checks
|
2009-02-16 01:58:20 +00:00 |
iff_container.h
|
|
|
keyboard.h
|
|
|
list.h
|
|
|
md5.cpp
|
Renamed FSNode::openForReading / openForWriting to createReadStream / createWriteStream, again to make ownership of the returned stream clear
|
2009-01-23 03:41:36 +00:00 |
md5.h
|
|
|
memorypool.cpp
|
Fixed indentation and removed whitespaces at the end of line
|
2008-12-22 11:22:15 +00:00 |
memorypool.h
|
Fixed indentation and removed whitespaces at the end of line
|
2008-12-22 11:22:15 +00:00 |
module.mk
|
Moved debug() etc. and special debug flag handling code to common/debug.*; also some tweaks to the code
|
2009-01-30 01:17:12 +00:00 |
mutex.cpp
|
do not include common/debug.h from common/util.h
|
2009-01-30 05:25:17 +00:00 |
mutex.h
|
Moved default implementations for various OSystem methods into a new class BaseBackend
|
2009-01-30 03:35:47 +00:00 |
noncopyable.h
|
|
|
pack-end.h
|
|
|
pack-start.h
|
|
|
ptr.h
|
Fixed indentation and removed whitespaces at the end of line
|
2008-12-22 11:22:15 +00:00 |
queue.h
|
Set/unified svn:keywords for all *.h and *.cpp files
|
2009-01-01 17:05:05 +00:00 |
rect.h
|
Added an "equals" function to Common::Rect (used by SCI)
|
2009-02-17 17:44:04 +00:00 |
savefile.h
|
Merged SFMError into Common::Error, added some new error codes; revised some error handling in DefaultSaveManager
|
2008-11-06 16:40:00 +00:00 |
scummsys.h
|
Disable MSVC warning, which is frequently paranoid.
|
2009-02-20 03:56:42 +00:00 |
singleton.h
|
|
|
stack.h
|
Made Common::Stack return refs, thus ensuring that it matches exactly the behavior of FixedStack; added unit tests
|
2009-01-21 02:23:09 +00:00 |
str.cpp
|
Merged internal 'matchPath' method of class Archive into global matchString function (via an optional 'path mode' in the latter). Also changed Archive::listMatchingMembers to use path mode when matching, just like FSDirectory::listMatchingMembers
|
2009-02-15 18:45:53 +00:00 |
str.h
|
Merged internal 'matchPath' method of class Archive into global matchString function (via an optional 'path mode' in the latter). Also changed Archive::listMatchingMembers to use path mode when matching, just like FSDirectory::listMatchingMembers
|
2009-02-15 18:45:53 +00:00 |
stream.cpp
|
Fixed indentation and removed whitespaces at the end of line
|
2008-12-22 11:22:15 +00:00 |
stream.h
|
Fixed indentation and removed whitespaces at the end of line
|
2008-12-22 11:22:15 +00:00 |
system.cpp
|
Moved default implementations for various OSystem methods into a new class BaseBackend
|
2009-01-30 03:35:47 +00:00 |
system.h
|
- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.
|
2009-02-15 21:20:21 +00:00 |
timer.h
|
|
|
unarj.cpp
|
do not include common/debug.h from common/util.h
|
2009-01-30 05:25:17 +00:00 |
unarj.h
|
Refactoring the Arj decoder code, phase 4 (done for now, TODO added for future work)
|
2008-11-07 10:14:57 +00:00 |
unzip.cpp
|
Renamed Archive::openFile to createReadStreamForMember
|
2009-01-23 04:45:44 +00:00 |
unzip.h
|
Renamed Archive::openFile to createReadStreamForMember
|
2009-01-23 04:45:44 +00:00 |
util.cpp
|
Moved debug() etc. and special debug flag handling code to common/debug.*; also some tweaks to the code
|
2009-01-30 01:17:12 +00:00 |
util.h
|
Fix documentation, warning prints to stderr not stdout.
|
2009-02-18 16:35:24 +00:00 |
xmlparser.cpp
|
Renamed Archive::openFile to createReadStreamForMember
|
2009-01-23 04:45:44 +00:00 |
xmlparser.h
|
Merged rev 38209 from 0.13 to trunk: XML parsing fix
|
2009-02-15 14:00:41 +00:00 |
zlib.cpp
|
Fixed indentation and removed whitespaces at the end of line
|
2008-12-22 11:22:15 +00:00 |
zlib.h
|
Fixed indentation and removed whitespaces at the end of line
|
2008-12-22 11:22:15 +00:00 |