Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-29 | SUPERNOVA: Add English translation for Help screen | Thierry Crozat | |
2019-05-28 | SUPERNOVA: Grammar fixes in English newspaper images | Jennifer McMurray | |
2019-05-12 | Switch: update icon | rsn8887 | |
2019-05-12 | SWITCH: add nintendo switch support | Cpasjuste | |
2019-05-05 | AmigaOS4: Activate syntax highlighting in GitHub | Stefan | |
2019-05-05 | BUILD: Add the licence file for the Source Code Pro font | Bastien Bouclet | |
2019-05-05 | GUI: Use a truetype font for the debug console | Bastien Bouclet | |
2019-04-30 | MACOSX: Add Drag and Drop support | Cameron Cawley | |
2019-04-28 | ANDROIDSDL: Fix build with NDK r15c | Antoniou Athanasios | |
This also disables cloud support Also, several corrections and additions in how_to_build instructions Tested in a clean installation of lubuntu 16.04.6 LTS | |||
2019-04-20 | DISTS: Merge MSVC versions into one folder | SupSuper | |
2019-04-18 | RISCOS: Update FindHelp | Cameron Cawley | |
2019-04-18 | RISCOS: Support creating a StrongHelp manual | Cameron Cawley | |
2019-04-16 | PSP2: Fix new logo .png formats, psp2 requires running pngquant | rsn8887 | |
2019-04-13 | KYRA: (EOB2/Amiga) - add static resources | athrxx | |
2019-04-12 | GUI: Remove transparency from Remastered theme logo | Matan Bareket | |
This fixes ticket #10932 | |||
2019-04-02 | BUILD: Update Bada theme | Matan Bareket | |
2019-04-02 | BUILD: Update Bada and DS graphics | Matan Bareket | |
2019-04-02 | BUILD: Update cloud styles and logo | Matan Bareket | |
2019-04-02 | BUILD: Update installer graphics | Matan Bareket | |
2019-04-02 | BUILD: Update logos and icons on ports | Matan Bareket | |
2019-04-02 | BUILD: Update webos theme | Matan Bareket | |
2019-04-02 | BUILD: Update default theme to use remastered | Matan Bareket | |
2019-03-30 | ENGINES: Use new logo for splash screen | Thierry Crozat | |
2019-03-23 | WIN32: Escape the copyright symbol in the resource script | Cameron Cawley | |
2019-03-17 | WIN32: Fix encoding in the Inno Setup file | Lothar Serra Mari | |
2019-03-09 | DEBIAN: Revert URL changes in the changelog | Cameron Cawley | |
2019-03-09 | JANITORIAL: Update all scummvm.org URLS to use https | Cameron Cawley | |
2019-03-06 | KYRA: (EOB1/Amiga) - add static resources | athrxx | |
2019-03-06 | KYRA: (EOB) - fix unused string | athrxx | |
This fixes the "%s can not use this item" string. AFAIK this message never appears. It would require to place an item into a character's hand which he/she can't use and right-click use it. However, when you place such an unusable item in a character's hand the slot will be greyed out/disabled immediately and can no longer be clicked. | |||
2019-03-03 | ALL: Bump copyright year to 2019 | Lothar Serra Mari | |
2019-03-03 | RISCOS: Don't expand system variables passed via the command line | Cameron Cawley | |
2019-03-02 | WIN32: Fix embedding disabled engine files | sluicebox | |
Fix Windows builds (msvc and mingw) including data files from disabled engines as embedded resources in executable. Bug #10878 | |||
2019-02-01 | ANDROID: Update the README file | Cameron Cawley | |
2019-01-29 | GLK: FROTZ: Add 6x8 font for Infocom v6 games | Paul Gilbert | |
2018-12-26 | KYRA: (LOL) - fix #10764 (Cannot Use Vaelan's Cube) | athrxx | |
2018-12-25 | BUILD: Add fonts.dat to packaging rules | Cameron Cawley | |
2018-12-17 | GLK: FROTZ: Use the Noto runic font for runes | Torbjörn Andersson | |
We already bundle other Noto fonts in the font.dat file, so using further Noto fonts makes sense to me. Also, map upper-case letters to lower-case runes since there are versions of Beyond Zork that uses that. (The version I played many years ago did, and it looked very strange. The version I tested with now did not, probably for that very reason. So that part is untested for now.) | |||
2018-12-08 | GLK: Fix remaining Gargoyle references identified by digitall | Paul Gilbert | |
2018-12-08 | GLK: Added a fonts.dat Zip archive containing the fonts | Paul Gilbert | |
2018-12-04 | WIN32: Fix missing line ending in the FileDescription tag | Lothar Serra Mari | |
2018-12-04 | WIN32: Update FileDescription flag in scummvm.rc | Lothar Serra Mari | |
This fixes https://bugs.scummvm.org/ticket/10817 | |||
2018-11-26 | DISTS: Fix typo | Jakub Wilk | |
2018-11-24 | DISTS: update manual page to latest commandline options and hotkeys | Kamil Páral | |
Add missing cmdline options and hotkeys to the manpage. Add long options where they were missing. Update existing options description and values. Improve formatting for important words, arguments, etc. Sort the options in the same way they are sorted in README, so that future synchronization is easier. Add info into several places saying that README is more comprehensive than this manpage. | |||
2018-11-16 | WIN32: Retrieve the version information for the resource script from ↵ | Cameron Cawley | |
base/internal_version.h | |||
2018-11-14 | KYRA: (EOB) - add support for FM-Towns version of EOB II | athrxx | |
2018-11-14 | IOS: Sync Info.plist.in and Info.plist | Cameron Cawley | |
2018-11-01 | WIN32: Correct typo in Inno Setup script. | Kirben | |
2018-10-31 | WIN32: Add "Hebrew" as language option to the Inno Setup | lotharsm | |
Requires https://github.com/jrsoftware/issrc/blob/master/Files/Languages/Hebrew.isl | |||
2018-10-28 | IOS: Support building in Xcode 10/iOS 12, and for iPhone X-like devices that ↵ | Yoshi Sugawara | |
have a "safe area" iOS 12 drops support for libstdc++, so the project needs to be compiled explicitly using libc++. Support the "safe area" when redrawing the view to leave space for the notch in portrait and landscape orientations. | |||
2018-10-28 | KYRA: (LOL) - clean up sound map data formatting | athrxx | |
This is a followup to the fix for bug #10665 (Urbish mines lobster having an invalid sound track number and causing invalid memory access). |