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-08-03
COMMON: Added Ukrainian language
lolbot-iichan
2018-07-30
COMMON: Fix HashMap never reusing erased items storage
Thierry Crozat
2018-07-25
COMMON: Add at() index function to cosine/sine table
David Fioramonti
2018-07-08
GUI: Add Stretch Mode selection in Options dialog
Thierry Crozat
2018-07-08
OSYSTEM: Add Stretch Mode API
Thierry Crozat
2018-06-28
COMMON: Added Finnish language constants
Eugene Sandulenko
2018-06-18
COMMON: Add simplistic UTF8->UTF32 converter
Eugene Sandulenko
2018-06-07
MOHAWK: Display a GUI error message when no audio devices are available
Bastien Bouclet
2018-06-04
COMMON: More nullptr usage in common/ptr
David Fioramonti
2018-06-03
Merge pull request #1141 from DanielSWolf/larryscale
Thierry Crozat
2018-05-28
COMMON: coding convention improvements for degree conversion funcs
David Fioramonti
2018-05-25
COMMON: fix wrong size assignment in HashMap
whiterandrek
2018-05-24
JANITORIAL: Fix trailing whitespace
Adrian Frühwirth
2018-05-20
COMMON: Template deg2rad and rad2deg in Common/math
David Fioramonti
2018-05-10
COMMON: Use nullptr instead of NULL or 0 where appropriate
Bastien Bouclet
2018-04-30
GUI: Make the tab completion case insensitive in the debug console
Bastien Bouclet
2018-04-29
COMMON: Add hasInstance() bool to singleton class
Lothar Serra Mari
2018-04-29
OSYSTEM: Add API to copy text to clipboard
Thierry Crozat
2018-04-22
JANITORIAL: Fix formatting
Adrian Frühwirth
2018-04-19
JANITORIAL: Fix whitespace
Adrian Frühwirth
2018-04-15
JANITORIAL: Fix whitespace
Adrian Frühwirth
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-03-16
SCI: Add game option for enabling/disabling LarryScale in LSL7
Daniel Wolf
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
[next]