aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-29MUTATIONOFJB: Fix interaction with certain overlapped statics.Miroslav Remák
2018-08-29I18N: Update translation (German)Lothar Serra Mari
2018-08-28I18N: Update translations templatesThierry Crozat
2018-08-28MACOSX: Fix compilation with the 10.4 SDKCameron Cawley
2018-08-28I18N: Update translation (Hungarian)George Kormendi
2018-08-28I18N: Update translations templatesThierry Crozat
2018-08-28MACOSX: Update link to documentationCameron Cawley
2018-08-28MACOSX: Give every license file a menu itemangstsmurf
2018-08-28MACOSX: Keep the original license files when combiningangstsmurf
2018-08-28MACOSX: Fix compilation with the 10.9 SDK and belowCameron Cawley
2018-08-28MACOSX: Combine the license files into a single file when packagingCameron Cawley
2018-08-28MACOSX: Put documentation links in Help menuColin Snover
2018-08-28SCI32: Fix a crash when talking with the Leshy in QFG4Filippos Karapetis
2018-08-28SCI: Fix typoFilippos Karapetis
2018-08-28SCI32: Extend workaround for a music fading script bug in QFG4Filippos Karapetis
2018-08-27SCI: Load the correct sound effects in Hoyle 4Filippos Karapetis
2018-08-27MUTATIONOFJB: Fix Coverity issues.Ľubomír Remák
2018-08-27RISCOS: Mark riscosdist and riscosclean as .PHONYCameron Cawley
2018-08-27RISCOS: Add RISC OS specific clean ruleCameron Cawley
2018-08-27AUDIO: Free strings with delete[] instead of free()Torbjörn Andersson
2018-08-27I18N: Update translations templatesThierry Crozat
2018-08-27GUI: Clean up file browser path entryBastien Bouclet
2018-08-27I18N: Regenerate translations data fileThierry Crozat
2018-08-27I18N: Update translations templatesThierry Crozat
2018-08-27SCI32: Fix broken palette when loading a game in Shivers from the GMMFilippos Karapetis
2018-08-26OPENGL: Use premultiplied alpha for color-keyed cursorsBastien Bouclet
2018-08-26BLADERUNNER: Remove use of C99 mathColin Snover
2018-08-26SWORD25: Remove use of C99 sqrtfColin Snover
2018-08-26LASTEXPRESS: fix gcc buildEvgeny Grechnikov
2018-08-26LASTEXPRESS: multiple fixes in NPC logicEvgeny Grechnikov
2018-08-26SCI: Fix compilation when SCI32 is disabledFilippos 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: Fix MSVC warnings.Ľubomír Remák
2018-08-25MUTATIONOFJB: Use advanced detector.Ľubomír Remák
2018-08-25MUTATIONOFJB: Move method comments to headers.Ľubomír Remák
2018-08-25MUTATIONOFJB: Change old-style C casts to static_cast.Ľubomír Remák
2018-08-25MUTATIONOFJB: Don't mark internal strings as translatable.Ľubomír Remák
2018-08-25MUTATIONOFJB: Fix missing lines between block ends.Ľubomír Remák
2018-08-25MUTATIONOFJB: Fix forward declarations of structs.Ľubomír Remák
2018-08-25MUTATIONOFJB: Improve documentation and naming.Ľubomír Remák
2018-08-25MUTATIONOFJB: Fix code formatting issues (with astyle).Ľubomír Remák
2018-08-25MUTATIONOFJB: Improve documentation for statics.Miroslav Remák
2018-08-25MUTATIONOFJB: Subclass Graphics::Font to reuse existing code.Miroslav Remák
2018-08-25MUTATIONOFJB: Check for out of bounds destination in blit_if.Ľubomír Remák
2018-08-25MUTATIONOFJB: Extend blit_if to support both ManagedSurface and Surface.Ľubomír Remák
2018-08-25MUTATIONOFJB: Implement SETCOL command.Ľubomír Remák
2018-08-25MUTATIONOFJB: Implement SayCommand::execute.Ľubomír Remák
2018-08-25MUTATIONOFJB: Blit with threshold.Ľubomír Remák
2018-08-25MUTATIONOFJB: Implement multiple speeches in one response line.Ľubomír Remák