.. |
advancedDetector.cpp
|
Saving some more bytes of binary size in the advanced detector
|
2008-11-15 13:19:40 +00:00 |
advancedDetector.h
|
Simplified AdvancedMetaEngine::fallbackDetect usage
|
2008-11-06 13:59:39 +00:00 |
algorithm.h
|
Added documentation for the functions in algorithm.h.
|
2008-07-29 17:00:15 +00:00 |
archive.cpp
|
Formatting / Cleanup.
|
2008-11-21 17:49:19 +00:00 |
archive.h
|
refactor inconsistent calls to cacheDirectoryRecursive
|
2008-11-21 13:29:53 +00:00 |
array.h
|
Unified member names in container/storage classes Array, HashMap and String: _storage, _size, _capacity
|
2008-08-20 11:07:16 +00:00 |
config-file.cpp
|
Changed some code to use the new Stream::readLine() method
|
2008-09-03 18:40:49 +00:00 |
config-file.h
|
|
|
config-manager.cpp
|
Pushed down some header deps
|
2008-10-23 07:59:10 +00:00 |
config-manager.h
|
New OSystem API for loading/storing default config file
|
2008-08-03 16:54:18 +00:00 |
endian.h
|
|
|
error.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 |
events.h
|
Fix warnings about Event::synthetic being undefined
|
2008-10-06 11:28:09 +00:00 |
file.cpp
|
Fix for bug #2198456 "FS: Cannot add a subfolder to a non-existing folder".
|
2008-10-27 02:30:29 +00:00 |
file.h
|
Fixed documentation.
|
2008-11-18 14:57:40 +00:00 |
frac.h
|
|
|
fs.cpp
|
Removed FSNode::lookupFile
|
2008-11-21 19:14:23 +00:00 |
fs.h
|
Removed FSNode::lookupFile
|
2008-11-21 19:14:23 +00:00 |
func.h
|
- Added Common::mem_fun_ref for object references instead of pointers.
|
2008-07-31 13:36:13 +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
|
Revised HashMap implementation
|
2008-09-02 11:34:12 +00:00 |
hashmap.h
|
COMMON: Added a new ObjectPool class, with matching operator new/delete overloads
|
2008-10-12 22:05:26 +00:00 |
iff_container.h
|
Big patch changing semantics of ReadStream::eos():
|
2008-09-14 22:28:53 +00:00 |
keyboard.h
|
correct a typo (thanks to salty-horse)
|
2008-09-03 21:37:19 +00:00 |
list.h
|
|
|
md5.cpp
|
Renamed FilesystemNode -> FSNode
|
2008-10-02 16:58:59 +00:00 |
md5.h
|
Renamed FilesystemNode -> FSNode
|
2008-10-02 16:58:59 +00:00 |
memorypool.cpp
|
Reset _chunksPerPage after MemoryPool::freeUnusedPages, to avoid enormous memory consumption in various easy to trigger situations; out of paranoia, prohibit for now memory chunks bigger than 16MB
|
2008-10-30 17:45:35 +00:00 |
memorypool.h
|
COMMON: Added a new ObjectPool class, with matching operator new/delete overloads
|
2008-10-12 22:05:26 +00:00 |
module.mk
|
- Merged the new RTL changes into the branch.
|
2008-09-20 11:21:35 +00:00 |
mutex.cpp
|
|
|
mutex.h
|
|
|
noncopyable.h
|
|
|
pack-end.h
|
|
|
pack-start.h
|
|
|
ptr.h
|
Minor formatting cleanup.
|
2008-09-03 19:07:38 +00:00 |
queue.h
|
- Added tests for newly added Common::Queue
|
2008-09-01 16:52:09 +00:00 |
rect.h
|
Changed Common::Rect doxygen comments to the (Java) style we use elsewhere
|
2008-10-12 21:47:29 +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
|
Turned on MSVC warning 4505 - "Unreferenced local function has been removed", as it's very useful in finding dead code
|
2008-11-23 15:40:35 +00:00 |
singleton.h
|
|
|
stack.h
|
|
|
str.cpp
|
COMMON: Added a new ObjectPool class, with matching operator new/delete overloads
|
2008-10-12 22:05:26 +00:00 |
str.h
|
Fixed a nasty bug in SearchManager::addDirectory; made the 'char' constructor of Common::String explicit, to avoid such bugs in the future
|
2008-09-27 18:34:24 +00:00 |
stream.cpp
|
Big patch changing semantics of ReadStream::eos():
|
2008-09-14 22:28:53 +00:00 |
stream.h
|
Fix SubReadStream by initing _eos to false in the constructor (spotted thanks to our unit tests)
|
2008-09-15 10:05:36 +00:00 |
system.cpp
|
Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSystem::getOverlayFormat to several ports (pending testing by the porters)
|
2008-11-06 15:02:50 +00:00 |
system.h
|
Committed my patch #2123680 "SDL: Backend transaction / rollback support".
|
2008-11-14 22:08:10 +00:00 |
timer.h
|
|
|
unarj.cpp
|
Refactoring the Arj decoder code, phase 4 (done for now, TODO added for future work)
|
2008-11-07 10:14:57 +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
|
Improved ZipArchive to take arbitrary SeekableReadStream; also, the variant which is inited using a filename now uses SearchMan to lookup the filename's file
|
2008-11-04 20:04:25 +00:00 |
unzip.h
|
Improved ZipArchive to take arbitrary SeekableReadStream; also, the variant which is inited using a filename now uses SearchMan to lookup the filename's file
|
2008-11-04 20:04:25 +00:00 |
util.cpp
|
Little fix for my last commit.
|
2008-11-15 03:34:08 +00:00 |
util.h
|
Fixed compilation with DISABLE_TEXT_CONSOLE.
|
2008-11-13 11:46:17 +00:00 |
xmlparser.cpp
|
Rewrote XMLParser error() function for the 5th time.
|
2008-10-18 10:11:35 +00:00 |
xmlparser.h
|
Removed many unnecessary #includes
|
2008-11-09 15:14:01 +00:00 |
zlib.cpp
|
Merged common/gzip-stream.* and common/zlib.*
|
2008-09-16 11:50:10 +00:00 |
zlib.h
|
Merged common/gzip-stream.* and common/zlib.*
|
2008-09-16 11:50:10 +00:00 |