Commit Graph

2156 Commits

Author SHA1 Message Date
Joost Peters
281767f19e fix compile after recent fs code rename
svn-id: r29229
2007-10-17 19:45:23 +00:00
David Corrales
ec38b85a44 Committing the set of patches #1814434, thanks to jvprat. They improve the documentation and parameter naming of the lookFile methods inside Common::FS.
svn-id: r29228
2007-10-16 20:24:39 +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
Neil Millstone
4deb3f1b4f Fixed a huge number of compile errors, moved over features from 0.10.0 branch.
svn-id: r29203
2007-10-13 15:40:11 +00:00
David Corrales
9cdb195df7 Fixed a missing return value in the lastPathComponent function. Thanks to Raziel_AOne :)
svn-id: r29172
2007-10-07 20:42:46 +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
Marcus Comstedt
9e8167b10c * Added removeSavefile()
* New style listSavefiles() using a glob

svn-id: r29153
2007-10-03 22:04:36 +00:00
Max Horn
5a07c3c552 Patch #1804801: DMedia MIDI driver for IRIX
svn-id: r29142
2007-09-30 12:12:22 +00:00
Lars Persson
387f8345cd Updated version number in installation files
svn-id: r29126
2007-09-28 21:30:05 +00:00
Lars Persson
d61d9c432a sadfUpdated version number in installation files
svn-id: r29125
2007-09-28 21:29:06 +00:00
Lars Persson
7751ad5f4b Updated README for some small build details
svn-id: r29124
2007-09-28 21:03:45 +00:00
Lars Persson
b011f533f4 Added support for Drascula and new system files
svn-id: r29123
2007-09-28 20:57:04 +00:00
Lars Persson
a5e8e7ff8b Updated with Drascula and new ARM asm opts.
svn-id: r29122
2007-09-28 20:55:43 +00:00
Lars Persson
2ca3d105f3 Updated actions (compared with PocketPC)
svn-id: r29121
2007-09-28 20:54:58 +00:00
Lars Persson
7b3fe1d12f Updated include order and H file naming
svn-id: r29120
2007-09-28 20:54:11 +00:00
Lars Persson
c6905d56a9 Don't include windows.h for Symbian emulator builds
svn-id: r29119
2007-09-28 20:41:22 +00:00
Lars Persson
cd3e35103c Symbian OS does not have ELOOP defined as an error, so #ifdef around those two cases.
svn-id: r29118
2007-09-28 20:36:54 +00:00
Gregory Montoir
61a642b1cc fixed savepath files listing under win32
svn-id: r29113
2007-09-27 20:39:06 +00:00
Lars Persson
885b16f2f0 Key and certificate that is valid for the next 30 years.
svn-id: r29110
2007-09-27 17:27:53 +00:00
Robin Watts
ca0d93a1d2 Compile fixes for WinCE build
* wince-sdl.h: sdl-common.h is now sdl.h. Also, copied in definition of
      DF_UPDATE_EXPAND_1_PIXEL as this was no longer offered by sdl.h

 * CELauncherDialog.cpp: Updated to use modified FilingSystemNode.

svn-id: r29104
2007-09-26 19:12:17 +00:00
Johannes Schickel
28ef622faa Silence warning.
svn-id: r29087
2007-09-24 17:15:21 +00:00
Johannes Schickel
b93e906285 oops.
svn-id: r29030
2007-09-22 20:51:34 +00:00
Johannes Schickel
2115e5d181 Hopefully fix amigos4 fs implementation.
svn-id: r29029
2007-09-22 20:47:41 +00:00
Travis Howell
6b639c6b21 Rename file removal functions, to avoid conflicts. Add save game path, when removing files via SaveFileManager.
svn-id: r29001
2007-09-21 05:27:33 +00:00
Marcus Comstedt
01ae76adea KEYCODE_ENTER should be KEYCODE_RETURN, actually...
svn-id: r28972
2007-09-19 19:43:03 +00:00
Marcus Comstedt
2ef85c9bf6 displayName() -> getDisplayName()
path() -> getPath()
listDir() -> getChildren()

svn-id: r28971
2007-09-19 19:42:10 +00:00
Marcus Comstedt
14efdd1873 Fixed fallout from keycode being made an enum.
svn-id: r28970
2007-09-19 19:28:05 +00:00
Marcus Comstedt
7668ac231f Include <graphics/surface.h> for Graphics::Surface.
svn-id: r28969
2007-09-19 19:26:12 +00:00
Eugene Sandulenko
77eea722af Modified patch #1738058: "Action recorder".
svn-id: r28968
2007-09-19 13:55:05 +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
Joost Peters
59f36957e8 rename psp_fs.cpp to psp-fs.cpp (as per the naming convention)
svn-id: r28963
2007-09-19 08:16:37 +00:00
Joost Peters
55d7f0b132 _displayName now contains the last path component, not the full path
svn-id: r28962
2007-09-19 08:14:20 +00:00
Filippos Karapetis
d6dbb98bc9 Fixed compilation under MSVC8
svn-id: r28951
2007-09-18 23:05:33 +00:00
Max Horn
ab8997f64d Fix linker issues when doing a plugin build, and (hopefully) also on Windows
svn-id: r28950
2007-09-18 21:34:57 +00:00
Max Horn
3abc11611e Code formatting fixes
svn-id: r28945
2007-09-18 20:16:33 +00:00
Max Horn
c3d3aebe87 Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compilation on some ports)
svn-id: r28944
2007-09-18 20:02:04 +00:00
Max Horn
4cc9d17c34 Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME comments; and some other related cleanup
svn-id: r28890
2007-09-11 09:20:39 +00:00
Chris Apers
bcabdc6caa Updated project files: added Drascula, ASM object files, ...
svn-id: r28807
2007-09-01 19:41:53 +00:00
Chris Apers
19078098eb CW doesn't support ASM source file, this bat is required to execute an external compiler and add object code to CW project
svn-id: r28806
2007-09-01 19:40:35 +00:00
Chris Apers
9b1cf99cbe Cleanup: more 68K related files
svn-id: r28805
2007-09-01 19:24:23 +00:00
Chris Apers
f2aea09cbb Cleanup: remove obsolete files related to old 68k version not supported anymore
svn-id: r28804
2007-09-01 19:21:29 +00:00
Chris Apers
88b74c5c91 Cleanup:remove obsolete files related to old 68k version not supported anymore
svn-id: r28802
2007-09-01 19:08:16 +00:00
Chris Apers
9644a764b8 Prepare Drascula support
svn-id: r28799
2007-09-01 17:54:41 +00:00
Chris Apers
31acae5077 Added ARM optimzed code
svn-id: r28798
2007-09-01 17:50:13 +00:00
Chris Apers
25db410ca5 Prepare Drascula support
svn-id: r28797
2007-09-01 17:49:16 +00:00
Chris Apers
4d7f64e37f Prevent orientation change
svn-id: r28796
2007-09-01 17:47:48 +00:00
Chris Apers
88abfcdad8 Fixed compilation
svn-id: r28794
2007-09-01 17:32:39 +00:00
Chris Apers
9e83ee75b3 Removed obsolete code
svn-id: r28793
2007-09-01 17:32:13 +00:00
Chris Apers
d2ab08d1c0 Some key related cleanup
svn-id: r28792
2007-09-01 17:31:01 +00:00
Neil Millstone
4ccec7c25a Making DS port build again
svn-id: r28654
2007-08-18 11:10:41 +00:00