Age | Commit message (Collapse) | Author | |
---|---|---|---|
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). | |||
2018-09-10 | Fix launch on recent iOS device (iOS 11.4.1) | Jonny Bergström | |
2018-09-05 | WIN32: Rewrite Inno setup installer script. (#1324) | Lothar Serra Mari | |
* WIN32: Rewrite Inno setup installer * WIN32: Add small bmp for usage in the Inno setup script * WIN32: Fix spacing in Inno setup script * WIN32: Re-add the documentation files to the Start Menu * WIN32: Add scummvm icon to the Inno setup uninstaller * WIN32: Remove now obsolete scummvm.iss.in file * WIN32: Remove reference to Inno installer in update-version.pl * WIN32: Add reference to Inno setup bmp file in ports.mk | |||
2018-08-18 | WIN32: Update version numbers in ScummVM.iss using the normal system | Colin Snover | |
2018-08-18 | BUILD: Make Windows installer run unprivileged for non-admin users | Colin Snover | |
2018-08-18 | BUILD: Fix Windows packaging target | Colin Snover | |
2018-07-20 | ACCESS: MM: Implement proper game data and fonts in access.dat | Paul Gilbert | |
2018-07-03 | XEEN: Fix crash using mirrors in standalone Clouds of Xeen | Paul Gilbert | |
Thanks to HenneNWH for identifying the problem | |||
2018-06-29 | WIN32: Fix typo in resource script | Cameron Cawley | |
2018-06-18 | DISTS: Update appdata.xml file | AsciiWolf | |
Add OARS metadata | |||
2018-06-15 | RISCOS: Add a script to open the README file based on the system territory | Cameron Cawley | |
2018-05-27 | XEEN: Fix close-up objects placement, incorrect skill text in Create Char dialog | Paul Gilbert | |
2018-04-27 | XEEN: Move some few overlooked strings and spell array into xeen.ccs | Paul Gilbert | |
2018-04-15 | XEEN: Added differences introduced in Swords of Xeen | Paul Gilbert | |
2018-04-13 | SUPERNOVA: Update engine data file | Thierry Crozat | |
This updates the Englih translation of some strings and adds the bitmap for the English translation of the second newspaper article. | |||
2018-04-07 | XEEN: Regenerate xeen.ccs datafile | Paul Gilbert | |
2018-04-01 | XEEN: Fixes for full description of misc items | Paul Gilbert | |
2018-03-28 | XEEN: Add data for Swords of Xeen to create_xeen | Paul Gilbert | |
2018-03-24 | XEEN: Fix showing training costs for next level | Paul Gilbert | |
2018-03-22 | XEEN: Add original copy protection dialog | Paul Gilbert | |
2018-03-13 | XEEN: Fix text colors during intro/exit cutscenes | Paul Gilbert | |
2018-03-04 | XEEN: Regenerate xeen.ccs and remove accidentally committed dark.cc | Paul Gilbert | |
2018-02-24 | XEEN: Add difficulty selection dialog to WOX starting menu | Paul Gilbert | |
2018-02-23 | XEEN: Added generated xeen.ccs data file | Paul Gilbert | |
2018-02-23 | XEEN: Creation of create_xeen tool | Paul Gilbert | |
2018-02-21 | DRASCULA: Added support for Russian fan translation | Eugene Sandulenko | |
2018-01-26 | ANDROIDSDL: updated build script, added git checkout to one of previous ↵ | lubomyr | |
branch in libSDL, because in master branch of pelya(s) libSDL broken built-in virtual keyboard. I hope it will be fixed soon. | |||
2018-01-26 | ANDROIDSDL: updated how_to_build instructions. Latest NDK r16b not supported ↵ | lubomyr | |
by pelya(s) libSDL, supported ndk version is r15c | |||
2018-01-26 | ANDROIDSDL: updated How_to_build instruction. Pelya(s) libSDL changed build ↵ | lubomyr | |
scripts from ant to gradle so ant not needed anymore | |||
2018-01-26 | ANDROIDSDL: removed armeabi target, because support of armeabi removed from ↵ | lubomyr | |
master branch of pelya(s) libSDL | |||
2018-01-26 | ANDROIDSDL: fixed path to output apk file in build.sh script | lubomyr | |
2018-01-26 | ANDROIDSDL: added patch for adding parameter android:sharedUserId in ↵ | lubomyr | |
AndroidManifest.xml | |||
2018-01-26 | ANDROIDSDL: set version name to 2.1.0git, renamed asset appdata file | lubomyr | |