Johannes Schickel
|
b3c6751b9b
|
Strip trailing whitespaces in the whole code base.
svn-id: r40867
|
2009-05-24 15:17:42 +00:00 |
|
Max Horn
|
b5bcc1a23a
|
Merged Neil's NDS changes into trunk
svn-id: r39526
|
2009-03-19 09:51:40 +00:00 |
|
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 |
|
Max Horn
|
72702130d9
|
DS: Apply an old cleanup patch of mine from last August
svn-id: r36011
|
2009-01-23 03:06:21 +00:00 |
|
Eugene Sandulenko
|
696897b058
|
Whoa! Removing trailing spaces.
svn-id: r35648
|
2009-01-01 15:06:43 +00:00 |
|
Robin Watts
|
8f3b2e9b4d
|
Remove warnings from NDS build.
svn-id: r35172
|
2008-11-29 18:01:16 +00:00 |
|
Robin Watts
|
f897def64d
|
Eliminate some warnings from NDS specific code.
svn-id: r35157
|
2008-11-23 11:49:58 +00:00 |
|
Neil Millstone
|
8b9311dd4e
|
DS: Fixing feof behaviour and path prefix stuff.
svn-id: r34934
|
2008-11-07 23:21:35 +00:00 |
|
Max Horn
|
c7fde102e3
|
Renamed FilesystemNode -> FSNode
svn-id: r34716
|
2008-10-02 16:58:59 +00:00 |
|
Max Horn
|
2bcc5681d8
|
DS: Removing some dead code; merged (parts of) std_cwd into GBAMPSaveFileManager::listSavefiles
svn-id: r34587
|
2008-09-17 16:38:01 +00:00 |
|
Max Horn
|
05d78c26b4
|
DS: Backported 0.12 changes to trunk
svn-id: r34568
|
2008-09-15 22:43:20 +00:00 |
|
Max Horn
|
ace51b317a
|
DS: Some more compile fixes (prope solution would of course be to overload ::openForReading & ::openForWriting)
svn-id: r34550
|
2008-09-14 22:44:49 +00:00 |
|
Max Horn
|
7f18aaf8ec
|
Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out to backends
svn-id: r34304
|
2008-09-03 12:56:46 +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 |
|
Max Horn
|
cb21c25e41
|
FSNode code: Merged most versions of lastPathComponent() into one new AbstractFilesystemNode::lastPathComponent() method, with customizable path separator character
svn-id: r34197
|
2008-08-27 20:31:22 +00:00 |
|
Max Horn
|
5288daa863
|
DS: Forgot to commit #include changes in the ds-fs.* files; this allows to get rid of -Isource/fat
svn-id: r32520
|
2008-06-03 21:04:41 +00:00 |
|
Jordi Vilalta Prat
|
d6c34bdc4b
|
Fixed the spaces before tabs.
svn-id: r30667
|
2008-01-28 00:14:17 +00:00 |
|
Jordi Vilalta Prat
|
66e9d4f5e8
|
Removed trailing spaces.
svn-id: r30664
|
2008-01-27 19:47:41 +00:00 |
|
Max Horn
|
4ba2df8792
|
Use explicit path in #include statement (DS port specific)
svn-id: r30552
|
2008-01-18 17:24:34 +00:00 |
|
Neil Millstone
|
688f074ea5
|
Fixed a load of compile errors, reverted additions to lastPathComponent() which were clearly in error.
svn-id: r29204
|
2007-10-13 15:41:34 +00:00 |
|
David Corrales
|
aba30d7ea8
|
Commit of patch #1804861. It implements a static lastPathComponent() function in each backend, used to extract the last path component of a given path, returned by getName().
svn-id: r29159
|
2007-10-07 00:28:38 +00:00 |
|
Nicola Mettifogo
|
258901bab9
|
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
svn-id: r28966
|
2007-09-19 08:40:12 +00:00 |
|
David Corrales
|
1a965aad95
|
Update the interfaces for the getChildren method to include the hidden flag.
Also added some missing method stubs to the gamecard dc port.
svn-id: r27984
|
2007-07-09 01:26:54 +00:00 |
|
David Corrales
|
0cab5b7791
|
Merged the fs branch with trunk. r26949:27031
svn-id: r27032
|
2007-05-31 23:44:43 +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 |
|
David Corrales
|
3646c968c9
|
Merged the fs branch with trunk. r26472:26948
svn-id: r26949
|
2007-05-26 20:23:24 +00:00 |
|
David Corrales
|
c459f054b4
|
Use abstract factories to initialize FilesystemNode objects.
svn-id: r26739
|
2007-05-03 02:39:33 +00:00 |
|
Neil Millstone
|
c6d41c0755
|
Updating DS port for changes in main codebase. Code changes for DevkitArm r20 and latest libnds.
svn-id: r26394
|
2007-04-06 18:34:53 +00:00 |
|
Max Horn
|
d19adc0514
|
common/util.cpp needs fprintf; various std I/O functions are not used by anything in our code, so there is no need to emulate them -- mark these; my previous commits likely broke compilation of the DS backend, try to reduce the brokeness a bit
svn-id: r26023
|
2007-03-08 17:36:52 +00:00 |
|
Torbjörn Andersson
|
16e7a12878
|
Some very obvious cleanups.
svn-id: r25635
|
2007-02-16 17:13:29 +00:00 |
|
Max Horn
|
6ed00cd055
|
Added FilesystemNode::name method
svn-id: r23553
|
2006-07-22 14:14:16 +00:00 |
|
James Brown
|
0e66c43c70
|
Fix some more duplicated files, and unify case for rpc include
svn-id: r23459
|
2006-07-09 13:10:45 +00:00 |
|
Max Horn
|
bea72e9514
|
Patch #1519399: DS Backend
svn-id: r23452
|
2006-07-09 11:47:17 +00:00 |
|