Max Horn
|
8f16458e9b
|
Renamed FSNode::openForReading / openForWriting to createReadStream / createWriteStream, again to make ownership of the returned stream clear
svn-id: r36014
|
2009-01-23 03:41:36 +00:00 |
|
Jordi Vilalta Prat
|
b1999a2a16
|
Fixed indentation and removed whitespaces at the end of line
svn-id: r35481
|
2008-12-22 11:22:15 +00:00 |
|
Max Horn
|
c7fde102e3
|
Renamed FilesystemNode -> FSNode
svn-id: r34716
|
2008-10-02 16:58:59 +00:00 |
|
Max Horn
|
d0ffcd6772
|
Changed md5_file(FSNode) to use FSNode::openForReading
svn-id: r34437
|
2008-09-07 22:37:27 +00:00 |
|
Max Horn
|
531bcf847c
|
Moved FilesystemNode / FSList to namespace Common; also got rid of some 'typedef Common::String String;' name aliases
svn-id: r34302
|
2008-09-03 11:22:51 +00:00 |
|
Jordi Vilalta Prat
|
66e9d4f5e8
|
Removed trailing spaces.
svn-id: r30664
|
2008-01-27 19:47:41 +00:00 |
|
Max Horn
|
3abc11611e
|
Code formatting fixes
svn-id: r28945
|
2007-09-18 20:16:33 +00:00 |
|
David Corrales
|
f7ea7e666d
|
Removed the isValid operation from the FilesystemNode class in favor of the much richer combinations possible with the new operations (exists, isReadable and isWritable).
The work on the Common::File class is far from complete. Only the necessary was updated.
svn-id: r27473
|
2007-06-16 17:31:36 +00:00 |
|
David Corrales
|
3b96c7fad5
|
Renamed methods in the FilesystemNode class to match the AbstractFSNode implementations.
Also exposed the new methods (exists, isReadable and isWritable) in FilesystemNode.
svn-id: r27113
|
2007-06-05 21:02:35 +00:00 |
|
Max Horn
|
218e132e37
|
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
svn-id: r27024
|
2007-05-30 21:56:52 +00:00 |
|
Max Horn
|
3144ab58a6
|
Paranoia changes (shouldn't have any real effect, though...)
svn-id: r26972
|
2007-05-27 12:43:06 +00:00 |
|
Max Horn
|
728d01cb17
|
Removing some unnecessary #includes
svn-id: r26044
|
2007-03-09 23:46:45 +00:00 |
|
Max Horn
|
80f799a2b2
|
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)
svn-id: r25592
|
2007-02-14 21:43:21 +00:00 |
|
Johannes Schickel
|
1ffd496043
|
Added some warnings if md5_file is used on an illegal FilesystemNode.
svn-id: r23568
|
2006-07-22 17:06:14 +00:00 |
|
Johannes Schickel
|
3f81726437
|
Return false for directories on md5_file with a FSNode as param.
svn-id: r23560
|
2006-07-22 15:05:59 +00:00 |
|
Johannes Schickel
|
4ae5cef491
|
- let md5_file accept a FilesystemNode too
- changes some engine detectors to use it
svn-id: r23559
|
2006-07-22 14:59:44 +00:00 |
|
Max Horn
|
fd9e73d1f0
|
Avoid 'unused variable' warning when using DISABLE_MD5
svn-id: r22250
|
2006-04-30 22:58:44 +00:00 |
|
Max Horn
|
d11f5724f9
|
Small tweak to allow turning off MD5 computation for debugging
svn-id: r22109
|
2006-04-23 17:18:54 +00:00 |
|
Max Horn
|
ba1b25305e
|
Removed the directory parameter from md5_file
svn-id: r21937
|
2006-04-16 12:50:39 +00:00 |
|
Max Horn
|
8cdee5a931
|
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 to ~250). Many greetings to eriktorbjorn, and have fun recompiling.
svn-id: r21500
|
2006-03-29 15:59:37 +00:00 |
|
Max Horn
|
36934b611d
|
Change CVS keywords to SVN keywords
svn-id: r20510
|
2006-02-11 09:53:53 +00:00 |
|
Eugene Sandulenko
|
ea42bad781
|
Update copyright notice
svn-id: r20088
|
2006-01-18 17:39:49 +00:00 |
|
Eugene Sandulenko
|
b36677af71
|
Update FSF address. Eek. Actually that took place on May 1, 2005
svn-id: r19142
|
2005-10-18 01:30:26 +00:00 |
|
Eugene Sandulenko
|
6b4484472b
|
Remove trailing whitespaces.
svn-id: r18604
|
2005-07-30 21:11:48 +00:00 |
|
Torbjörn Andersson
|
d91c687619
|
Indentation and whitespace.
svn-id: r18107
|
2005-05-15 13:57:58 +00:00 |
|
Max Horn
|
b75c969e66
|
Moved class File and the MD5 stuff to namespace Common
svn-id: r18037
|
2005-05-10 22:56:25 +00:00 |
|
Max Horn
|
cca744f69a
|
Comply to our coding conventions
svn-id: r17975
|
2005-05-08 21:49:52 +00:00 |
|
Max Horn
|
47280d9433
|
Updated copyright
svn-id: r16398
|
2005-01-01 16:09:25 +00:00 |
|
Eugene Sandulenko
|
7606a53f09
|
Now it is possible to count MD5 only for specified amount of bytes from file.
It is useful for MD5'ing hunge files.
svn-id: r16259
|
2004-12-22 13:34:28 +00:00 |
|
Eugene Sandulenko
|
2c687d3388
|
Make md5_file() work regardless file name case and within arbitrary
directory.
svn-id: r14123
|
2004-06-29 12:07:15 +00:00 |
|
Max Horn
|
033ff78ae9
|
updated copyright notice
svn-id: r12176
|
2004-01-06 12:45:34 +00:00 |
|
Max Horn
|
35b62c294d
|
removed GameSettings::detectname and GameSettings::midi; renamed GameSettings::gameName to name; added temporary experimental MD5 hack
svn-id: r11603
|
2003-12-13 00:20:01 +00:00 |
|
Max Horn
|
dd33ae0f0f
|
added MD5 code to CVS
svn-id: r11602
|
2003-12-13 00:06:00 +00:00 |
|