aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-18IOS: Replace strdup with Common::StringColin Snover
2018-08-18PARALLACTION: Replace use of strdup with Common::String & mallocColin Snover
2018-08-18LURE: Replace use of strdup with Common::StringColin Snover
2018-08-18AGI: Replace use of strdup with Common::StringColin Snover
2018-08-18GOB: Replace use of strdup with Common::StringColin Snover
2018-08-18SWORD2: Replace use of strdup with Common::StringColin Snover
2018-08-18SCUMM: Replace use of strdup with Common::StringColin Snover
2018-08-18GRAPHICS: Fix incorrect maximum length passed to strlcpyColin Snover
2018-08-18GRAPHICS: Remove use of nonstandard strdup API & fix mismatched malloc/deleteColin Snover
2018-08-18AUDIO: Remove unnecessary string duplications in FluidSynth driverColin Snover
2018-08-18GUI: Replace use of strdup with Common::StringColin Snover
2018-08-18DREAMCAST: Fix compilationCameron Cawley
2018-08-18I18N: Update translations templatesThierry Crozat
2018-08-18TOON: Add playtime to saved gameDavid Fioramonti
2018-08-18STARTREK: Make atan table staticDavid Fioramonti
2018-08-18STARTREK: Detect another ST25 CD/DOS English variantDavid Fioramonti
2018-08-18BUILD: Simplify print-dists ruleCameron Cawley
2018-08-18PSP: Add EBOOT.PBP to a dist files list for the Buildbot packagerColin Snover
2018-08-18BUILD: Add commands for retrieving calculated binaries & dist filesColin Snover
2018-08-18POSIX: Allow forbidden symbols required by FreeMiNTCameron Cawley
2018-08-18AUDIO: Fix non-compilable STMIDI audio backendColin Snover
2018-08-18BUILD: Update flags for compiling on FreeMiNTColin Snover
2018-08-18DINGUX: Fix initSize() method signatureEugene Sandulenko
2018-08-18SCUMM : Add support for European Wii Pajama Sam (EAN3546430138939)Ben Castricum
2018-08-18BUILD: Use normal host alias auto-prefixing for riscos and amigaosColin Snover
2018-08-18RISCOS: Specify the original encoding of the translated documentationCameron Cawley
2018-08-18PSP: Fix compilation failures when debug printing is enabledColin Snover
2018-08-18PSP: Fix bad indentationColin Snover
2018-08-18PSP: Fix wrong/dangerous C-style castsColin Snover
2018-08-18PSP: Remove dead codeColin Snover
2018-08-18PSP: Fix strict aliasing violationColin Snover
2018-08-18PSP: Fix invalid return type of PspIoStreamColin Snover
2018-08-18PSP: Fix loading of 4-bit PNG imagesrsn8887
2018-08-18PSP: Fix usage of obsolete libpng APIsColin Snover
2018-08-18VIDEO: More fixes when building with Theora and TremorCameron Cawley
2018-08-18BUILD: List all used environmental variables in configure helpColin Snover
2018-08-18BUILD: Use split-dwarf debug symbol files by default, when availableColin Snover
2018-08-18BUILD: Fix broken Dreamcast ronin handling & feature detectionColin Snover
2018-08-18WIN32: Update version numbers in ScummVM.iss using the normal systemColin Snover
2018-08-18BUILD: Make Windows installer run unprivileged for non-admin usersColin Snover
2018-08-18BUILD: Remove bogus commentColin Snover
2018-08-18BUILD: Enable Sparkle updates in release modeColin Snover
2018-08-18BUILD: Fix Windows packaging targetColin Snover
2018-08-17JANITORIAL: Removing trailing spaces after int castsPaul Gilbert
2018-08-17PINK: removed some unnecessary forward declarationsAndrei Prykhodko
2018-08-17PINK: JANITORIAL: fixed local vars namingAndrei Prykhodko
2018-08-17PINK: removed unused parameterAndrei Prykhodko