Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-07 | Removed .cvsignore files | Max Horn | |
svn-id: r20424 | |||
2006-01-27 | Patch #1416370: "AmigaOS 4 changes" | Eugene Sandulenko | |
svn-id: r20229 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-12-04 | FSF adress updates | Lars Persson | |
svn-id: r19741 | |||
2005-12-03 | 1. New build structure for Symbian builds to allow easier build and project ↵ | Lars Persson | |
updates 2. Updated framework files for new structure 3. Uncommented Debug statements in vorbis.cpp (Should probably be removed alltogether. 4. Incorporated Sevs code formatting changes in the new Symbian source structure. 5. Removed/Changed EScummVM to ScummVM instead, hopefully most cases covered. 6. Beginning vibration support to be used for Scumm shake effects (Work ongoing by SumthinWicked) 7. Replaced the ScummVM icon for the FavIcon and upscaled the icon to 32x32. I think it looks ok, comments are welcome. 8. Built for S60V1 and UIQ2 targets from the cvs 9. Updated Readme with new build instructions. Any comments are welcome. Hopefully the other builds are not affected by this and all Sevs code updates are also incorporated. svn-id: r19739 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-10-01 | Update Symbian README, default Joystick config is on, Updated pkg files for ↵ | Lars Persson | |
S80 & S90, updated symbian-fs (cleaner code) svn-id: r18919 | |||
2005-09-03 | Change PalmOS ident | Chris Apers | |
svn-id: r18748 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-24 | Changed #include <stdafx.h> to #include <common/stdafx.h>. It should | Torbjörn Andersson | |
probably be #include "common/stdafx.h", but I'll let the backend maintainers worry about style. svn-id: r18455 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-06-21 | Added symbian-fs.cpp, symbian filehandling class | Lars Persson | |
svn-id: r18426 | |||
2005-05-10 | Proper #include directive. | Eugene Sandulenko | |
svn-id: r18022 | |||
2005-05-10 | Last bit of AmigaOS4 patch. Apparently this was missed by mistake. | Eugene Sandulenko | |
svn-id: r18018 | |||
2005-05-09 | Why not fix the warning if you encounter it? :-) | Max Horn | |
svn-id: r17994 | |||
2005-04-10 | Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentation | Torbjörn Andersson | |
changes. There are a few things that could use a bit more work, and I've only tested it on my Linux box. I have verified that ScummVM still compiles when it's disabled, though, so it shouldn't break anything too badly. svn-id: r17512 | |||
2005-03-31 | fixed headers. -_- | Robert Göffringmann | |
svn-id: r17306 | |||
2005-03-31 | Playstation2 Port: initial import | Robert Göffringmann | |
svn-id: r17305 | |||
2005-03-16 | Weird ... but fixes the second (and hopefully last) crash | Nicolas Bacca | |
svn-id: r17168 | |||
2005-03-09 | WIP of GP32 port. Now it is more correct port and compiles with current | Eugene Sandulenko | |
CVS. Though it has some issues unresolved, one of them is that it crashes right after splash screen without showing anything. Work in progress :) svn-id: r17054 | |||
2005-02-25 | ops | Paweł Kołodziejski | |
svn-id: r16918 | |||
2005-02-25 | fixed compilation | Paweł Kołodziejski | |
svn-id: r16916 | |||
2005-02-20 | Fixed warning, hopefully without breaking anything. (GCC doesn't like | Torbjörn Andersson | |
casting from "const char *" to "char *".) svn-id: r16826 | |||
2005-02-19 | compatibility fixes for wince | Paweł Kołodziejski | |
svn-id: r16814 | |||
2005-02-07 | Added getNodeForPath() so I can compile ScummVM with MinGW again. Since I | Torbjörn Andersson | |
don't know where it's used, I'm not sure if it works correctly. svn-id: r16752 | |||
2005-02-06 | Remove the OSX-restriction on FilesystemNode::getNodeForPath() for now (I ↵ | Max Horn | |
don't like it, but until a proper solution is in place, it seems to be the best thing to do) svn-id: r16743 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-18 | oops | Max Horn | |
svn-id: r16110 | |||
2004-12-18 | Ensure that the file list in the browser is always sorted | Max Horn | |
svn-id: r16108 | |||
2004-12-10 | Removed outdated (and wrong) comment; all this stuff will be rewritten ↵ | Max Horn | |
eventually anyway, but at least we shouldn't spread false information svn-id: r16006 | |||
2004-11-29 | Allow the file browser to get back to the "pseudo root" under Windows. This | Torbjörn Andersson | |
fixes bug #1074919. svn-id: r15963 | |||
2004-11-21 | Since we do ref counting on the nodes now, we can re-use the root nodes now | Max Horn | |
svn-id: r15851 | |||
2004-11-20 | Changed the FilesystemNode implementation to make it easier to use (client ↵ | Max Horn | |
code doesn't have to worry about the memory managment anymore, it's all 'automatic' now). May have introduced a mem leak or two, please check :-) svn-id: r15848 | |||
2004-07-21 | Ignore case when sorting file system nodes | Max Horn | |
svn-id: r14294 | |||
2004-05-06 | Reverted the last commit (on this file only) because it broke compilation | Torbjörn Andersson | |
of gui/browser.cpp. Besides, it didn't seem to have anything to do with keycolor in OSystem. :-) svn-id: r13801 | |||
2004-05-06 | Removed default value for keycolor in the OSystem implementations | Max Horn | |
svn-id: r13796 | |||
2004-04-09 | Renamed template class 'List' to 'Array', since that is really what it is (a ↵ | Max Horn | |
resizable array, not a linked list) svn-id: r13520 | |||
2004-03-28 | Small tweaks for MIPSPro compiler | Max Horn | |
svn-id: r13397 | |||
2004-02-05 | renamed (Const)Iterator to (const_)iterator; changed size() to return an uint | Max Horn | |
svn-id: r12722 | |||
2004-02-01 | Added FilesystemNode::getNodeForPath, but right now only for Mac OS X | Max Horn | |
svn-id: r12692 | |||
2004-01-20 | Missing stdafx.h | Chris Apers | |
svn-id: r12557 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-12-21 | Add header | Travis Howell | |
svn-id: r11826 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11220 | |||
2003-11-07 | spelling fixes | Jonathan Gray | |
svn-id: r11181 | |||
2003-11-06 | cleanup | Max Horn | |
svn-id: r11167 | |||
2003-11-03 | Use posix-fs on Dreamcast. | Marcus Comstedt | |
svn-id: r11112 | |||
2003-10-17 | needed some more work to get Iterators to work in FSList | Max Horn | |
svn-id: r10857 | |||
2003-10-17 | make FSList inherit 'public' from List (so that we can use List::Iterator) | Max Horn | |
svn-id: r10849 | |||
2003-10-08 | fix bug where going up in the root dir would get you back to the (unix) ↵ | Max Horn | |
current dir (instead of staying at the root) svn-id: r10689 |