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
2011-02-09
COMMON: Reduce overflow risk in Common::Rational += and -= operators
Max Horn
2011-02-09
COMMON: Add comment that explains strange <= checks in gcd()
Max Horn
2011-02-07
COMMON: OSystem now has a PaletteManager
Max Horn
2011-02-04
COMMON: Only take the md5 of the resource fork data section
Matthew Hoops
2011-01-30
COMMON: Add an erase method which takes an iterator to HashMap.
Johannes Schickel
2011-01-28
COMMON: Fixed memory leakage in unarj readHeader().
David Turner
2011-01-23
COMMON: Added some very simple operators to the Point class (+, -, += and -=)...
Filippos Karapetis
2011-01-22
COMMON: Update documentation of the MacResManager
Matthew Hoops
2011-01-21
COMMON: Document which engines use DCL
Matthew Hoops
2011-01-21
COMMON: Move SCI's DCL decompression code to common
Matthew Hoops
2011-01-18
COMMON: Some style fixes in config-manager.cpp.
Johannes Schickel
2011-01-13
COMMON: Some slight formatting fixes in config-manager.cpp.
Johannes Schickel
2011-01-13
CONFIGMANAGER: small changes to support old config files with no 'gameId' key...
Yotam Barnoy
2011-01-11
COMMON: Fix a few space formatting issues.
Jordi Vilalta Prat
2011-01-01
COMMON: Fix comment about getButtonState.
Alyssa Milburn
2010-12-29
CONFIG-MGR: added ability to add other non-game domains
Yotam Barnoy
2010-12-20
OSYSTEM: Clarify grabPalette documentation after talking with Max about it.
Johannes Schickel
2010-12-11
COMMON: Handle C++-style comments in config files
Alyssa Milburn
2010-12-08
BACKENDS: Fix OSD implementation in ModularBackend.
Johannes Schickel
2010-12-05
COMMON: Fix AppleDouble support in the MacResManager (thanks, fuzzie)
Matthew Hoops
2010-12-01
ALL: Fix a few typos
Jordi Vilalta Prat
2010-12-01
I18N: Improve the fallback language auto-detection.
Jordi Vilalta Prat
2010-11-30
I18N: Don't build TranslationManager when translation is disabled.
Jordi Vilalta Prat
2010-11-29
COMMON: Add a bit more to the doxygen comment for NEResources
Matthew Hoops
2010-11-28
COMMON: Remove unnecessary reference to file.h
Max Horn
2010-11-28
COMMON: Add support for loading NE resources and cursors
Matthew Hoops
2010-11-28
AmigaOS: Fixed compilation after the latest GSoC code merging (bug #3121350)
Filippos Karapetis
2010-11-28
COMMON: Comment out locale <-> Common::Language conversion utils for now.
Johannes Schickel
2010-11-28
BACKEND: Switch OSystem::getSystemLanguage return type to Common::String.
Johannes Schickel
2010-11-26
COMMON: Add an isBE() function to get the endianness of a ReadStreamEndian
Matthew Hoops
2010-11-25
COMMON: Adapt translation manager to use the OSystem for language detection.
Johannes Schickel
2010-11-25
OSYSTEM: Add API to query the system locale.
Johannes Schickel
2010-11-23
COMMON: Add SeekableReadStreamEndian class
Max Horn
2010-11-23
COMMON: Remove default value for endianess in ReadStreamEndian subclasses
Max Horn
2010-11-23
COMMON: Add ReadStreamEndian mixin class
Max Horn
2010-11-23
COMMON: Remove XOR decoding capability from MemoryReadStream
Max Horn
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn
2010-11-19
SYMBIAN : Remove Symbian FatalError implementation (not really used anymore f...
Lars Persson
2010-11-19
COMMON: Use user include instead of system include to remove lots of compiler...
Lars Persson
2010-11-19
COMMON: Push include file.h and fs.h from translation.h to translation.cpp
Max Horn
2010-11-19
COMMON: Cleanup EventRecorder
Max Horn
2010-11-19
COMMON: Cleanup XMLParser code
Max Horn
2010-11-19
COMMON: Push #include stream.h from zlib.h to zlib.cpp
Max Horn
2010-11-18
COMMON: Change wrapBufferedWriteStream() to always disposes wrapped stream
Max Horn
2010-11-18
BACKENDS: Implement logging API proposed by Max on -devel.
Johannes Schickel
2010-11-18
COMMON: Turn BufferedWriteStream into a template class, with disposeParentStr...
Max Horn
2010-11-18
COMMON: Make implementation of Buffered*Stream classes internal
Max Horn
2010-11-18
COMMON: Fix incorrect use of assert() macro
Max Horn
2010-11-16
COMMON: Reverting r54257 as _singleton already was protected (and I am blind :)
Max Horn
2010-11-16
COMMON: Simplify DECLARE_SINGLETON macro
Max Horn
[next]