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
path:
root
/
common
Age
Commit message (
Expand
)
Author
2009-02-22
Modified FSDirectory::lookupCache to return a FSNode *pointer*, so that we ca...
Max Horn
2009-02-22
Modified ZipArchive::createReadStreamForMember to check whether the zip archi...
Max Horn
2009-02-22
Changed Common::File and FSDirectory to invoke FSNode::exists a few times les...
Max Horn
2009-02-20
Disable MSVC warning, which is frequently paranoid.
Travis Howell
2009-02-18
Fix documentation, warning prints to stderr not stdout.
Johannes Schickel
2009-02-17
typo
Willem Jan Palenstijn
2009-02-17
Added an "equals" function to Common::Rect (used by SCI)
Filippos Karapetis
2009-02-16
More paranoia checks
Max Horn
2009-02-16
cleanup
Max Horn
2009-02-15
- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.
Johannes Schickel
2009-02-15
Merged internal 'matchPath' method of class Archive into global matchString f...
Max Horn
2009-02-15
Merged rev 38209 from 0.13 to trunk: XML parsing fix
Oystein Eftevaag
2009-02-13
Changed OverlayColor from int16 to uint16 to fix the strange colours that
Torbjörn Andersson
2009-01-30
Removed default implementations of OSystem::getOverlayHeight() and getOverlay...
Max Horn
2009-01-30
Document OSystem::copyRectToOverlay params more explicitly (esp. the pitch pa...
Max Horn
2009-01-30
do not include common/debug.h from common/util.h
Max Horn
2009-01-30
Renamed SpecialDebugLevel to DebugChannel
Max Horn
2009-01-30
Switched special debug levels to using a hashmap internally
Max Horn
2009-01-30
Some more 'special debug levels' tweaks
Max Horn
2009-01-30
Some work on the 'special debug levels' aka 'engine debug levels' code
Max Horn
2009-01-30
Moved default implementations for various OSystem methods into a new class Ba...
Max Horn
2009-01-30
Moved debug() etc. and special debug flag handling code to common/debug.*; al...
Max Horn
2009-01-29
Moved AdvancedDetector from common/ to engines/
Max Horn
2009-01-29
Be paranoid about g_system being set
Max Horn
2009-01-29
cleanup
Max Horn
2009-01-29
A ton of code formatting fixes; also fixed warnings about single line loops l...
Max Horn
2009-01-23
Renamed Archive::openFile to createReadStreamForMember
Max Horn
2009-01-23
Renamed ArchiveMember::open -> createReadStream, and made it a cv member (con...
Max Horn
2009-01-23
Renamed FSNode::openForReading / openForWriting to createReadStream / createW...
Max Horn
2009-01-23
Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat...
Max Horn
2009-01-23
cleanup
Max Horn
2009-01-22
Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ...
Max Horn
2009-01-21
Made Common::Stack return refs, thus ensuring that it matches exactly the beh...
Max Horn
2009-01-20
Whoops it seems the comment used "backslashes" instead of "slashes" in other ...
Johannes Schickel
2009-01-20
Fixed typo in comment.
Johannes Schickel
2009-01-11
Merge in Virtual Keybpard & KeyMapper branch,
Eugene Sandulenko
2009-01-01
Set/unified svn:keywords for all *.h and *.cpp files
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-27
Turned FSNode into a ArchiveMember subclass; removed the now obsolete FSDirec...
Max Horn
2008-12-27
Moved addDirectory from SearchManager to SearchSet; changed several places fr...
Max Horn
2008-12-27
Clarify ZipArchive constructor usage
Max Horn
2008-12-25
Pushing down some header deps (on common/system.h, mostly)
Max Horn
2008-12-22
Fixed indentation and removed whitespaces at the end of line
Jordi Vilalta Prat
2008-12-20
Committed slightly modified version of my patch at bug tracker item #2309974 ...
Johannes Schickel
2008-12-15
cleanup
Max Horn
2008-12-08
Removed last traces of X11 backend.
Johannes Schickel
2008-12-03
Get rid of readLine_OLD for good
Max Horn
2008-11-23
Turned on MSVC warning 4505 - "Unreferenced local function has been removed",...
Filippos Karapetis
2008-11-23
Re-enabled MSVC warning 4125 - "decimal digits terminates octal escape sequen...
Filippos Karapetis
2008-11-21
Removed FSNode::lookupFile
Max Horn
[prev]
[next]