aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2019-04-30GUI: Support adding games via Drag and DropCameron Cawley
2019-04-21COMMON: Fix compiler warningjepael
2019-04-15WINCE: Fix compilationCameron Cawley
2019-04-13COMMON: Use a prefix table to speed up the Huffman decoderBastien Bouclet
2019-04-13COMMON: Rework the BitStream class to improve its performanceBastien Bouclet
2019-04-09COMMON: fixed reading ini files with section containing more than one wordAndrei Prykhodko
2019-03-09JANITORIAL: Update all scummvm.org URLS to use httpsCameron Cawley
2019-03-03COMMON: Allow '\#' to match '#' in matchStringsluicebox
2019-03-02COMMON: Add WRITE_UINT24Cameron Cawley
2019-01-30COMMON: Include hidden files in directory listings by defaultBastien Bouclet
2019-01-05COMMON: Remove usage of ScopedPtr in OutSaveFileBastien Bouclet
2019-01-01COMMON: Suport String in U32String assignment & equality operatorsPaul Gilbert
2018-12-26JANITORIAL: Fix comment style for kFeatureSystemBrowserDialogMatan Bareket
2018-12-17COMMON: Rename enum variable for native browser featureThierry Crozat
2018-12-17WIN32: Move all ARRAYSIZE undefs to util.hSupSuper
2018-12-16BACKENDS: Add kFeatureNativeFileBowserDialogThierry Crozat
2018-12-16JANITORIAL: Fix typo in commentThierry Crozat
2018-12-16BACKENDS: Hook GUI browser to DialogManagerSupSuper
2018-12-16BACKENDS: Add base support for system dialogsSupSuper
2018-11-27CREATE_PROJECT: Support building with Tremor instead of VorbisCameron Cawley
2018-11-04BACKENDS: Remove references to the GP32 backendCameron Cawley
2018-11-04VIDEO: Use liba52 to decode audio. This is still laughably brokenTorbjörn Andersson
2018-11-03COMMON: Add Portuguese (Portugal) Language.D G Turner
2018-10-26COMMON: Add Danish Language.D G Turner
2018-10-14COMMON: Add mutex to protect access to the String memory poolThierry Crozat
2018-10-14OSYSTEM: Add backendInitialized() functionThierry Crozat
2018-09-01SCI32: Add a game option to double the videos in KQ7 by defaultFilippos Karapetis
2018-08-25COMMON: Cos/Sin Table switch internal structure so at() is fasterDavid Fioramonti
2018-08-25COMMON: Update RDFT and DCT cos/sin table constructor usageDavid Fioramonti
2018-08-25MUTATIONOFJB: Use advanced detector.Ľubomír Remák
2018-08-18COMMON: FFT update cos/sin table constructor changeDavid Fioramonti
2018-08-18COMMON: allow cos/sin number of points to be more flexibleDavid Fioramonti
2018-08-18COMMON: Make strdup a forbidden symbolCameron Cawley
2018-08-18COMMON: Move new_strdup to common/str.cppCameron Cawley
2018-08-05COMMON: changed code page constant name from ascii to utf8Andrei Prykhodko
2018-08-05COMMON: made code pages conversion arrays static and constantAndrei Prykhodko
2018-08-05COMMON: named CodePage enumAndrei Prykhodko
2018-08-05COMMON: added method to convert text from various code pages to UnicodeAndrei Prykhodko
2018-08-03COMMON: Added Ukrainian languagelolbot-iichan
2018-07-30COMMON: Fix HashMap never reusing erased items storageThierry Crozat
2018-07-25COMMON: Add at() index function to cosine/sine tableDavid Fioramonti
2018-07-08GUI: Add Stretch Mode selection in Options dialogThierry Crozat
2018-07-08OSYSTEM: Add Stretch Mode APIThierry Crozat
2018-06-28COMMON: Added Finnish language constantsEugene Sandulenko
2018-06-18COMMON: Add simplistic UTF8->UTF32 converterEugene Sandulenko
2018-06-07MOHAWK: Display a GUI error message when no audio devices are availableBastien Bouclet
2018-06-04COMMON: More nullptr usage in common/ptrDavid Fioramonti
2018-06-03Merge pull request #1141 from DanielSWolf/larryscaleThierry Crozat
2018-05-28COMMON: coding convention improvements for degree conversion funcsDavid Fioramonti
2018-05-25COMMON: fix wrong size assignment in HashMapwhiterandrek