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
2017-08-24
COMMON: Optimize BitStream::getBits
Willem Jan Palenstijn
2017-08-24
COMMON: Add BitStream classes for memory buffers
Willem Jan Palenstijn
2017-08-24
COMMON: Keep track of bitstream position
Willem Jan Palenstijn
2017-08-24
COMMON: Cache BitStream size
Willem Jan Palenstijn
2017-08-24
COMMON: Remove BitStream base class to allow inlining calls
Willem Jan Palenstijn
2017-08-20
COMMON: Implement SeekableReadStream interface for MemoryReadWriteStream
Colin Snover
2017-08-12
COMMON: Added freeing notes to zlib wrapper methods
Paul Gilbert
2017-08-07
COMMON: Add a setVersion method to Common::Serializer
Paul Gilbert
2017-07-30
COMMON: Migrate Various Endian Functions to Common from Engine Code.
D G Turner
2017-07-27
COMMON: Only clear events from the EventSources in clearEvents()
Thierry Crozat
2017-07-26
COMMON: Add method in EventManager to clear the event queue
Thierry Crozat
2017-07-13
STREAM: add read/write functions for float LE/BE
yinsimei
2017-07-10
Revert "COMMON: Change way the Singleton instances are instantiated"
Eugene Sandulenko
2017-07-10
COMMON: Change way the Singleton instances are instantiated
Thierry Crozat
2017-07-06
COMMON: Add yet another GUIO option flag
Colin Snover
2017-06-08
COMMON: Take immutable reference in SpanOwner copy assignment
Colin Snover
2017-06-08
COMMON: Make SpanOwner copy assignment make a copy of the owned Span
Colin Snover
2017-03-30
COMMON: Reduce maximum Span size to 4GiB
Colin Snover
2017-03-28
COMMON: Compilation fix for Visual Studio 2015
Paul Gilbert
2017-03-10
BUILD: Fixed mingw-w64 32 bits build
Peter Kohaut
2017-03-09
BUILD: Fixed macro redefinition warning for 64 bits builds
Peter Kohaut
2017-03-05
BACKENDS: Fix const'ness which led to warnings
Eugene Sandulenko
2017-03-04
PSP2: Add Playstation Vita (PSP2) support
cpasjuste
2017-02-22
SDL: Fix erratic analog pointer + control options
rsn8887
2017-02-21
Merge pull request #905 from lubomyr/master
Eugene Sandulenko
2017-02-14
ANDROIDSDL: implemented checkbox for swap menu and back buttons
lubomyr
2017-02-14
ANDROIDSDL: backend related checking in options.cpp replaced with hasFeature....
lubomyr
2017-02-11
Merge pull request #895 from csnover/gui-volume-options
Eugene Sandulenko
2017-02-08
COMMON: Fix calling Span::getStringAt with non-zero index
Colin Snover
2017-02-06
BUILD: Define SCUMM_64BITS on 64 bits platforms when not using configure
Thierry Crozat
2017-02-05
GUI: Add three new options for volume slider controls
Colin Snover
2017-01-31
ANDROIDSDL: implemented checkbox for show/hide on-screen control in Options menu
lubomyr
2017-01-30
ANDROIDSDL: implemented checkbox for change mouse mode in Options menu
lubomyr
2017-01-17
GRAPHICS: Rename MacFont to MacFONTFont to avoid clashed
Eugene Sandulenko
2017-01-15
COMMON: Fix Variable Used Uninitialized Compiler Warning.
D G Turner
2017-01-14
COMMON: Define STATIC_ASSERT for all ports
Colin Snover
2017-01-14
COMMON: Add ReadStream::readPascalString()
Eugene Sandulenko
2017-01-13
Merge pull request #881 from csnover/span-h
Eugene Sandulenko
2017-01-12
VKEYBD: Remove Unused Variable.
D G Turner
2017-01-12
COMMON: Replace sprintf() with safer String::format() in JSON module.
D G Turner
2017-01-09
COMMON: Enhanced debug channel checks.
Eugene Sandulenko
2017-01-08
COMMON: Fix GCC 4 shadow warnings in Span
Colin Snover
2017-01-08
COMMON: Simplify Span code
Colin Snover
2017-01-08
COMMON: Restrict use of data access helpers
Colin Snover
2017-01-08
COMMON: Improve test coverage for Span and fix bugs from testing
Colin Snover
2017-01-08
COMMON: Add STATIC_ASSERT macro to scummsys.h
Colin Snover
2017-01-08
COMMON: Add Span to common library
Colin Snover
2017-01-08
COMMON: Add type traits to common library
Colin Snover
2017-01-05
COMMON: Add strnlen for safer C string length reads
Colin Snover
2016-12-19
COMMON: Add stddef.h to scummsys.h for ptrdiff_t
Colin Snover
[next]