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-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
2008-11-21
Formatting / Cleanup.
Johannes Schickel
2008-11-21
refactor inconsistent calls to cacheDirectoryRecursive
Willem Jan Palenstijn
2008-11-21
Added ArchiveMember::getDisplayName() method; changed ArchiveMember::getName(...
Max Horn
2008-11-18
Fixed documentation.
Johannes Schickel
2008-11-15
Saving some more bytes of binary size in the advanced detector
Max Horn
2008-11-15
Little fix for my last commit.
Johannes Schickel
2008-11-15
Yet another buffer safetyness fix. (strcpy -> strncpy)
Johannes Schickel
2008-11-15
Paranoia: Add destination buffer size to Engine::errorString to help avoiding...
Johannes Schickel
2008-11-14
Committed my patch #2123680 "SDL: Backend transaction / rollback support".
Johannes Schickel
2008-11-13
Fixed compilation with DISABLE_TEXT_CONSOLE.
Johannes Schickel
2008-11-13
* got rid of CDECL
Max Horn
2008-11-09
Removed many unnecessary #includes
Max Horn
2008-11-09
Removed unused XML_GLOBAL_PROP functionality (saves some kilobytes)
Max Horn
[next]