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
2018-04-07
ALL: Load savegame thumbnail only when necessary
Adrian Frühwirth
2018-04-04
COMMON: Add WARN_UNUSED_RESULT to scummsys.h
Adrian Frühwirth
2018-04-04
COMMON: Verify nb_NO locale
Adrian Frühwirth
2018-03-29
COMMON: Fix Doxygen comment
Adrian Frühwirth
2018-03-22
COMMON: Fix UB, left shift of negative value
Adrian Frühwirth
2018-01-31
COMMON: Move VER macro for serializer into common code
Colin Snover
2018-01-31
COMMON: Add support for array serialization to Serializer
Colin Snover
2017-12-28
COMMON: Add a reset method to DisposablePtr
Bastien Bouclet
2017-12-03
ALL: Remove obsolete register keyword
Colin Snover
2017-12-01
COMMON: Fix UB shifting negative integers
Colin Snover
2017-11-19
COMMON: Improve spacing between members in the event structs
Bastien Bouclet
2017-11-19
EVENTS: Rename synthetic to kbdRepeat
Bastien Bouclet
2017-11-18
COMMON: Add limited support for custom deleters to ScopedPtr
Colin Snover
2017-11-10
COMMON: Add basic fixed-width word wrap to Common::String
Colin Snover
2017-11-10
COMMON: Use C++11 static_assert when available
Colin Snover
2017-10-25
Merge pull request #1035 from bgK/require-64bits-integers
Bastien Bouclet
2017-10-15
BACKENDS: Fix missing mouse events when system cursor cannot be moved
Colin Snover
2017-10-07
COMMON: Undefine ABS if it is a macro
Colin Snover
2017-10-07
BACKENDS: Make initSizeHint an optional extension point
Colin Snover
2017-10-07
BACKENDS: Fix window sizing of games that switch between multiple resolutions
Colin Snover
2017-10-06
COMMON: Allow construction of Arrays of non-copyable members
Colin Snover
2017-10-06
COMMON: Prevent implicit conversion of smart pointers to non-bools
Colin Snover
2017-10-06
COMMON: Switch to compile-time checking of invalid SortedArray calls
Colin Snover
2017-09-30
COMMON: Remove unused OverlayColor typedef
Bastien Bouclet
2017-09-30
COMMON: Introduce a shared hash function for pointer types
Bastien Bouclet
2017-09-30
BUILD: Define pointer sized integer types and remove SCUMM_64BITS
Bastien Bouclet
2017-09-30
COMMON: Unconditionally enable 64 bit integer features
Bastien Bouclet
2017-09-30
COMMON: Add standard data method to Common::Array
Colin Snover
2017-09-30
COMMON: Add standard count & count+copy array constructors
Colin Snover
2017-09-22
COMMON: Remove DisposeAfterUse default value from dynamic write memory streams
Bastien Bouclet
2017-09-21
VIDEO: Change QT edit list to a Common::Array
Bastien Bouclet
2017-09-08
SCI32: Toggle Phant2 content censoring from game options
Colin Snover
2017-09-08
COMMON: Add comparator for sorting ArchiveMemberList
Colin Snover
2017-09-04
COMMON: Add helper macro for printing rects
Colin Snover
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
[next]