Age | Commit message (Expand) | Author |
2018-11-27 | CREATE_PROJECT: Support building with Tremor instead of Vorbis | Cameron Cawley |
2018-11-04 | BACKENDS: Remove references to the GP32 backend | Cameron Cawley |
2018-11-04 | VIDEO: Use liba52 to decode audio. This is still laughably broken | Torbjörn Andersson |
2018-11-03 | COMMON: Add Portuguese (Portugal) Language. | D G Turner |
2018-10-26 | COMMON: Add Danish Language. | D G Turner |
2018-10-14 | COMMON: Add mutex to protect access to the String memory pool | Thierry Crozat |
2018-10-14 | OSYSTEM: Add backendInitialized() function | Thierry Crozat |
2018-09-01 | SCI32: Add a game option to double the videos in KQ7 by default | Filippos Karapetis |
2018-08-25 | COMMON: Cos/Sin Table switch internal structure so at() is faster | David Fioramonti |
2018-08-25 | COMMON: Update RDFT and DCT cos/sin table constructor usage | David Fioramonti |
2018-08-25 | MUTATIONOFJB: Use advanced detector. | Ľubomír Remák |
2018-08-18 | COMMON: FFT update cos/sin table constructor change | David Fioramonti |
2018-08-18 | COMMON: allow cos/sin number of points to be more flexible | David Fioramonti |
2018-08-18 | COMMON: Make strdup a forbidden symbol | Cameron Cawley |
2018-08-18 | COMMON: Move new_strdup to common/str.cpp | Cameron Cawley |
2018-08-05 | COMMON: changed code page constant name from ascii to utf8 | Andrei Prykhodko |
2018-08-05 | COMMON: made code pages conversion arrays static and constant | Andrei Prykhodko |
2018-08-05 | COMMON: named CodePage enum | Andrei Prykhodko |
2018-08-05 | COMMON: added method to convert text from various code pages to Unicode | Andrei Prykhodko |
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 |