.. |
advancedDetector.cpp
|
Improved (I hope) the 'Unknown MD5' messages in our detectors a little bit
|
2007-02-18 18:07:32 +00:00 |
advancedDetector.h
|
AdvancedDetector: revamped the file based fallback code
|
2007-02-14 23:46:39 +00:00 |
array.h
|
Fixes compiling for me with g++ (GCC) 4.1.2 20061007 (prerelease) (Debian 4.1.1-16) on amd64.
|
2006-10-13 20:18:27 +00:00 |
config-file.cpp
|
made rtrim() and ltrim() global functions, to reduce code duplication (it seems parallaction/parser.cpp code re-use them too
|
2007-02-13 21:06:57 +00:00 |
config-file.h
|
Add support for reading/writing config files through saveGameManager and use for config files in HE games
|
2006-05-02 03:23:03 +00:00 |
config-manager.cpp
|
made rtrim() and ltrim() global functions, to reduce code duplication (it seems parallaction/parser.cpp code re-use them too
|
2007-02-13 21:06:57 +00:00 |
config-manager.h
|
Added explicit string equals/hash functors to a new header common/hash-str.h; removed Hash functor specialization for String and char pointers; changed all code using hashmaps with string keys to explicitly specify whether they honor or ignore case
|
2006-07-30 12:21:54 +00:00 |
endian.h
|
Slighty modified Patch #1571787: "Support for Mac Broken Sword 1". sword1macdemo
|
2006-11-12 19:05:51 +00:00 |
file.cpp
|
Removed File::incRef and decRef
|
2007-03-01 17:25:49 +00:00 |
file.h
|
Removed File::incRef and decRef
|
2007-03-01 17:25:49 +00:00 |
fs.cpp
|
Fixing various doxygen warnings
|
2007-02-03 21:37:52 +00:00 |
fs.h
|
Fixing various doxygen warnings
|
2007-02-03 21:37:52 +00:00 |
func.h
|
Fixed broken svn:keywords values
|
2006-04-16 13:01:41 +00:00 |
hash-str.h
|
Added explicit string equals/hash functors to a new header common/hash-str.h; removed Hash functor specialization for String and char pointers; changed all code using hashmaps with string keys to explicitly specify whether they honor or ignore case
|
2006-07-30 12:21:54 +00:00 |
hashmap.cpp
|
String class usage cleanup
|
2006-07-23 15:08:48 +00:00 |
hashmap.h
|
Some HashMap cleanup:
|
2007-03-04 09:58:04 +00:00 |
list.h
|
Fix spelling
|
2007-02-28 14:07:47 +00:00 |
md5.cpp
|
Extended MD5 API a bit: added a variant of md5_file which takes an arbitrary ReadStream; and added md5_file_string methods which directly produce a human readable md5 string (instead of a binary digest)
|
2007-02-14 21:43:21 +00:00 |
md5.h
|
Extended MD5 API a bit: added a variant of md5_file which takes an arbitrary ReadStream; and added md5_file_string methods which directly produce a human readable md5 string (instead of a binary digest)
|
2007-02-14 21:43:21 +00:00 |
module.mk
|
Unify SAGA/AGOS detection code so other engines could also reuse it
|
2006-10-02 22:21:57 +00:00 |
mutex.cpp
|
Change CVS keywords to SVN keywords
|
2006-02-11 09:53:53 +00:00 |
mutex.h
|
Change CVS keywords to SVN keywords
|
2006-02-11 09:53:53 +00:00 |
pack-end.h
|
Fix struct packing issues (macros are not resolve in #pragma params, at least for GCC)
|
2006-07-22 17:28:48 +00:00 |
pack-start.h
|
Fix struct packing issues (macros are not resolve in #pragma params, at least for GCC)
|
2006-07-22 17:28:48 +00:00 |
rect.h
|
added translation method to Common::Rect
|
2006-11-03 21:04:10 +00:00 |
savefile.h
|
Get rid of Common::SaveFile
|
2007-02-17 22:11:00 +00:00 |
scummsys.h
|
Initial commit of the wince-gcc re-port
|
2006-10-08 18:15:18 +00:00 |
singleton.h
|
Change CVS keywords to SVN keywords
|
2006-02-11 09:53:53 +00:00 |
stack.h
|
Made it possible to init a Stack<T> with an Array<T>; removed hack in Stack<T>::top
|
2007-02-18 18:08:38 +00:00 |
stdafx.h
|
keep warnings off like this ones:
|
2007-01-15 08:21:20 +00:00 |
str.cpp
|
made rtrim() and ltrim() global functions, to reduce code duplication (it seems parallaction/parser.cpp code re-use them too
|
2007-02-13 21:06:57 +00:00 |
str.h
|
made rtrim() and ltrim() global functions, to reduce code duplication (it seems parallaction/parser.cpp code re-use them too
|
2007-02-13 21:06:57 +00:00 |
stream.cpp
|
Added new ReadStream::readStream method which can be used to read a portion of an arbitrary ReadStream into a memory buffer wrapped by a MemoryReadStream
|
2007-02-20 21:41:01 +00:00 |
stream.h
|
Removing _ptrOrig (hi Torbjorn, have fun recompiling)
|
2007-03-04 16:25:27 +00:00 |
system.cpp
|
Backend modularization: Create timer manager, savefile manager and audio mixer in the backends for increased flexibility
|
2006-10-22 15:42:29 +00:00 |
system.h
|
Backend modularization: Create timer manager, savefile manager and audio mixer in the backends for increased flexibility
|
2006-10-22 15:42:29 +00:00 |
timer.h
|
Backend modularization: Create timer manager, savefile manager and audio mixer in the backends for increased flexibility
|
2006-10-22 15:42:29 +00:00 |
unzip.cpp
|
Renamed crc32 which conflicts with Tapwave system function
|
2007-02-18 17:47:24 +00:00 |
unzip.h
|
Change CVS keywords to SVN keywords
|
2006-02-11 09:53:53 +00:00 |
util.cpp
|
Allow PC Engine version of Loom to at least start up.
|
2007-03-03 12:59:48 +00:00 |
util.h
|
Allow PC Engine version of Loom to at least start up.
|
2007-03-03 12:59:48 +00:00 |