Commit Graph

34 Commits

Author SHA1 Message Date
Travis Howell
053d12ef29 Small cleanup
svn-id: r9354
2003-08-01 04:42:56 +00:00
Jonathan Gray
bc1120b67a linux/mingw compilation fix pointed out by Jeroen Janssen
svn-id: r8984
2003-07-13 13:57:19 +00:00
Max Horn
42f156ddad started to merge in Chrilith's PalmOS port
svn-id: r7219
2003-04-30 11:37:10 +00:00
Max Horn
0042dd73ec sys/types.h only needed on OS X to work non-POSIX compliance in system headers; use getcwd instead of getwd
svn-id: r6868
2003-03-26 21:17:14 +00:00
Oliver Kiehl
b3a20b29ba get scummvm to compile on unix != macosx as well
svn-id: r6866
2003-03-26 17:12:56 +00:00
Max Horn
76548862f9 default to current directory (instead of FS root)
svn-id: r6858
2003-03-25 12:14:14 +00:00
Paweł Kołodziejski
aa3766018f updated copyrights headers
svn-id: r6726
2003-03-06 21:46:56 +00:00
Paweł Kołodziejski
a8c3057875 and more cleanup ....
svn-id: r6719
2003-03-06 18:30:44 +00:00
James Brown
18b97b28a5 Patch from ccr: Don't segfault if euid has no r/w perms on pwd
svn-id: r6183
2002-12-27 00:13:51 +00:00
Peter Moraliyski
c0c5fc274f gp32 port stuff
svn-id: r5761
2002-11-30 16:03:46 +00:00
Travis Howell
efd0ef1e79 Fix warning
svn-id: r5705
2002-11-24 09:24:09 +00:00
Max Horn
1f8cc789ce sort FSList by displayname
svn-id: r5648
2002-11-21 02:51:50 +00:00
Ruediger Hanke
94d01ba7a3 Implemented mode parameter for listDir()
svn-id: r5640
2002-11-20 13:25:22 +00:00
Nicolas Bacca
e5d6c14b66 Fix parent, take 2 (thanks Kirben)
svn-id: r5632
2002-11-20 08:04:08 +00:00
Nicolas Bacca
d9f07a2e9c Fix parent
svn-id: r5627
2002-11-19 21:21:19 +00:00
Max Horn
d5d5cf2b6d fixed parent() for root node
svn-id: r5620
2002-11-19 13:44:28 +00:00
Max Horn
955fed1fda fixed parent() method, added a FIXME
svn-id: r5619
2002-11-19 13:42:57 +00:00
Max Horn
4e7575f9db fixed parent() method, added a FIXME
svn-id: r5618
2002-11-19 13:42:19 +00:00
Travis Howell
3fc3b8e907 The _displayName isn't required for win32
svn-id: r5615
2002-11-19 09:05:43 +00:00
Nicolas Bacca
28080b27df Update listDir
svn-id: r5613
2002-11-19 08:25:22 +00:00
Max Horn
ce3cde15a0 added some preliminary game auto detect code to the launcher; this required a small change to the FS API, Windows/Morphos code will have to be adapted slightly I fear. Also, not all games are detected correctly, and some probably never will be, so we still have to add a dialog for cases where auto detect doesn't work
svn-id: r5600
2002-11-19 01:36:47 +00:00
Max Horn
d9aebd1cba removed obsolete example
svn-id: r5598
2002-11-18 18:50:11 +00:00
Max Horn
fe313cea67 implemented parent() for POSIX fs code; added .cvsignore files
svn-id: r5571
2002-11-15 17:54:38 +00:00
Max Horn
e29c27ec27 use stat to detect directories -> should be POSIX compliant this time, and also work on Solaris
svn-id: r5568
2002-11-15 17:05:50 +00:00
Ruediger Hanke
9294fda566 Fixes ...
svn-id: r5567
2002-11-15 16:03:42 +00:00
Ruediger Hanke
1d17168202 FS backend for MorphOS
svn-id: r5566
2002-11-15 15:12:30 +00:00
Nicolas Bacca
586c9ba082 Do not drink and #ifdef
svn-id: r5555
2002-11-15 07:58:46 +00:00
Nicolas Bacca
8b4ed9236a Added FS implementation for Windows / Windows CE
svn-id: r5554
2002-11-14 23:32:42 +00:00
Max Horn
637ffcc517 added dummy FS backend for Windows; somebody has to implement the actual code for it. Also, we probably want something like this for MorphOS; and maybe also a 'null' dummy implementation?
svn-id: r5553
2002-11-14 15:02:26 +00:00
Max Horn
73946c1c26 hide 'invisible' files
svn-id: r5550
2002-11-14 14:42:04 +00:00
Max Horn
895cbec891 added TODO
svn-id: r5548
2002-11-14 13:51:59 +00:00
Max Horn
e152733344 added completly useless non functional browser dialog skeleton. Just to show Endy I really have started working on it finally <g>
svn-id: r5547
2002-11-14 13:46:35 +00:00
Max Horn
d7a8f1902e added/updated .cvsignore
svn-id: r5546
2002-11-14 13:39:12 +00:00
Max Horn
a8d43b6490 experimental FS browsing code. Right now only for POSIX systems, some things not yet implemented, and probably full of bugs
svn-id: r5540
2002-11-13 17:16:18 +00:00