index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2006-04-04
Allow symlinks to directories for FS;es with D_TYPE support.
Eugene Sandulenko
2006-04-04
Symlinks are also valid files
Eugene Sandulenko
2006-04-04
Fix crash for a case when game path is set incorrectly
Eugene Sandulenko
2006-04-04
Add inventory array differences in FF and minor cleanup
Travis Howell
2006-04-04
Rename variable in FSList::sort() to avoid conflict with system defines
Travis Howell
2006-04-04
Typo
Max Horn
2006-04-04
Fix freddicove detection.
Eugene Sandulenko
2006-04-04
Initialize uninitialized variable.
Eugene Sandulenko
2006-04-04
Removed extra exclamation marks in warning() calls as well.
Eugene Sandulenko
2006-04-04
Since our debug() adds an exclamation mark at the message end, remove
Eugene Sandulenko
2006-04-04
Fix md5 for German IHNM
Eugene Sandulenko
2006-04-04
Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h instead
Max Horn
2006-04-04
Small updates to intiate variable and member visibility.
Lars Persson
2006-04-04
Added const qualifier
Max Horn
2006-04-04
Paranoia change: catch invalid 'method' value in generateDetectName
Max Horn
2006-04-04
Use iterator API to iterate over all entries in the file list
Max Horn
2006-04-04
Some more FS code cleanup
Max Horn
2006-04-04
Possible bug in the Symbian FS code?
Max Horn
2006-04-04
oops
Max Horn
2006-04-04
Removing more pseudo copy constructors in favor of the standard copy construc...
Max Horn
2006-04-04
Rewrote sort code to use iterators (means it can be used with any container n...
Max Horn
2006-04-04
We don't need wchar_t -> removing this to improve portability
Max Horn
2006-04-04
Remove SCUMMVM_USE_LONG_INT from DC port.
Marcus Comstedt
2006-04-04
Completed disassembly of the Lure pathfinding code
Paul Gilbert
2006-04-04
o_printStr() always uses box1 for FF
Travis Howell
2006-04-04
_noRightClick got reversed in setVerb for FF
Travis Howell
2006-04-04
Add skipSpeech difference in FF
Travis Howell
2006-04-04
Add verb codes differences in FF
Travis Howell
2006-04-04
Added stub for FF right-clicking.
Torbjörn Andersson
2006-04-04
Adjust clear/restore window for FF
Travis Howell
2006-04-04
More work on oracle in FF
Travis Howell
2006-04-04
Work around glitchy drawing of the Oracle icon, after discussing with Kirben.
Torbjörn Andersson
2006-04-04
Remove debug left over
Travis Howell
2006-04-04
More work on oracle in FF
Travis Howell
2006-04-03
Added comment on why we use getcwd in POSIXFilesystemNode at all
Max Horn
2006-04-03
Fix AbstractFilesystemNode::wrap to not call (indirectly) getRoot, just to th...
Max Horn
2006-04-03
Various changes to POSIXFilesystemNode:
Max Horn
2006-04-03
Add initial support for oracle icons in FF
Travis Howell
2006-04-03
Removing outdated and obsolete comment
Max Horn
2006-04-03
Since GF_HE_CURSORLESS is gone now, we can remove this special case for 'lost'
Max Horn
2006-04-03
GF_HE_CURSORLESS feature flag not required, since HE games always set a defau...
Travis Howell
2006-04-03
Added variant string for some HE games
Max Horn
2006-04-03
Merged d_draw.cpp and rdwin.cpp (what little remained of them) into screen.cpp.
Torbjörn Andersson
2006-04-02
cleanup
Max Horn
2006-04-02
Set gDebugLevel in a single unified spot, instead of two different places
Max Horn
2006-04-02
Treat 'targes' like the other command line 'commands'
Max Horn
2006-04-02
Move handling of --list-targets and --list-games to a later point (after plug...
Max Horn
2006-04-02
Process the command line args before passing them to GUI::Actions::init (so t...
Max Horn
2006-04-02
To detect specific games, you want to look at the gameid, not the targetname ...
Max Horn
2006-04-02
Compute the value GameDetector::_gameid *immediately* after _targetName has b...
Max Horn
[next]