Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-04 | BUILD: Update ideproject target to the current create_project behavior | Eugene Sandulenko | |
2019-09-19 | MACOS: Implement 64bit-only bundle target | Eugene Sandulenko | |
2019-09-14 | BUILD: Fix static scummvm build with iconv and without fluidsynth on macOS | Thierry Crozat | |
In that configuration it was missing the -liconv flag. | |||
2019-08-04 | BUILD: Fix builds using WinSparkle | Colin Snover | |
2019-08-04 | BUILD: Fix wrong library path from sdl2-config when bundling for macOS | Colin Snover | |
2019-08-04 | BUILD: Fix case-sensitivity issues with macOS ScummVMDockTilePlugin | Colin Snover | |
This happened to work on case-insensitive filesystems only. | |||
2019-08-04 | IOS7: Implement isConnectionLimited | Thierry Crozat | |
2019-07-08 | BUILD: Package networking and virtual keyboard files on all platforms | Cameron Cawley | |
2019-05-05 | BUILD: Add the licence file for the Source Code Pro font | Bastien Bouclet | |
2019-04-29 | BUILD: Update publish-appcast to the new www folder | Matan Bareket | |
2019-04-20 | DISTS: Merge MSVC versions into one folder | SupSuper | |
2018-12-23 | BUILD: Update MSVC versions in ideprojects target | SupSuper | |
2018-12-18 | BUILD: Simplify and improve osxsnap target | Thierry Crozat | |
It now uses DIST_FILE_DOCS instead of copying manually each file and also makes sure all the documentation files are identified as text file. | |||
2018-11-15 | WIN32: Move the Windows-specific packaging rules into a separate file | Cameron Cawley | |
2018-11-15 | WIN32: Remove the now-unused win32setup rule | Cameron Cawley | |
2018-11-07 | BUILD: Fix Mac static build with liba52 | Bastien Bouclet | |
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-28 | MACOSX: Give every license file a menu item | angstsmurf | |
We make a renamed copy of the three license files with non-standard suffixes, to make them open in TextEdit by default. | |||
2018-08-28 | MACOSX: Keep the original license files when combining | angstsmurf | |
2018-08-28 | MACOSX: Combine the license files into a single file when packaging | Cameron Cawley | |
2018-08-28 | MACOSX: Put documentation links in Help menu | Colin Snover | |
The local documents are not currently internationalised simply because the internationalised resources are not put into the right places (NSBundle will handle this automatically when they are); Trac#10464 is a tracking bug for this outstanding issue. Fixes Trac#10437. | |||
2018-08-18 | BUILD: Fix Windows packaging target | Colin Snover | |
2017-10-02 | CONFIGURE: Add ogg after libraries that might depend on it in the link command | Thierry Crozat | |
This will hopefully fix compilation with mingw when using static libraries. | |||
2017-10-02 | CONFIGURE: Add proper detection for libogg | Cameron Cawley | |
2017-07-03 | BUILD: Do not link iOS static builds with AudioUnit framework | Thierry Crozat | |
2017-07-02 | BUILD: Fix link errors for scummvm-static on macOS X with fluidsynth | Thierry Crozat | |
2016-09-05 | BUILD: Copy wwwroot.zip in POSIX, MacOS X and iOS installation targets | Thierry Crozat | |
2016-09-03 | BUILD: Fix creation of MacOS X application bundle when using SDL_net and curl | Thierry Crozat | |
2016-08-20 | WIN32: Update build target and installer for SDL2. | Kirben | |
2016-08-06 | DOCUMENTATION: Use uppercase filenames for German documentation | Lothar Serra Mari | |
The filenames of the German docs now uses uppercase filenames to match the style of the English documentation. | |||
2016-07-29 | BUILD: Install the appdata.xml file. | Matthias Mailänder | |
2016-07-29 | BUILD: Install the .desktop file. | Matthias Mailänder | |
2016-04-05 | WEB: Put Sparkle appcast to a standard place | Eugene Sandulenko | |
2016-03-27 | JANITORIAL: Remove trailing spaces | Eugene Sandulenko | |
2016-03-27 | BUILD: Add target for uploading Sparkle appcast | Eugene Sandulenko | |
2016-03-27 | BUILD: Fix creating OS X application bundle when Sparkle is enabled | Thierry Crozat | |
2016-03-25 | OS X: Clean taskbar code | Thierry Crozat | |
This involves moving the NSDockTilePlugIn code to backend/taskbar and fixing style to follow our coding conventions. One make target was also renamed. All in all there is no change in functionality with this commit. | |||
2016-03-25 | OS X: Implement a Dock Tile Plugin to display recent games menu in dock | Thierry Crozat | |
This allows to start a recently played game directly from the dock. The ScummVM.app application should have been permanently added to the dock and the menu is only present when ScummVM is not running. The list of recently played game is written by the taskbar code in ScummVM. The Dock Tile Plugin only reads that list to populate the menu. | |||
2016-03-17 | BUILD: Fix static linking for OS X. | Johannes Schickel | |
Regression from 9ae52541ce27573b71e9eda9ca092d7472bae36d. | |||
2016-03-13 | BUILD: Add OpenGL framework in static build link command on OS X | Thierry Crozat | |
This should be provided by sdl-config --static-libs, but when using SDL2 it is missing for me. | |||
2016-03-05 | BUILD: Use xcode-select to determine the path to the Xcode tools on OS X | Thierry Crozat | |
We hardcoded the path as /Developer/Tools, but that path changed with more recent versions of Xcode. There is actually a command line tool to get this path, so use that. But also add an undocumented configure option to allow specifying the path manually. | |||
2016-01-13 | BUILD: Fix ios7bundle/iphone bundle targets again. | Johannes Schickel | |
iOS SDKs do not contain a libreadline, thus only link that for Mac OS X. Regression from: cb5db404c005e9ce982bee2a7abccad3ba043dc4 | |||
2016-01-13 | CONFIGURE: Update dependency list for fluidsynth on OS X | Thierry Crozat | |
Also add missing cc_check_clean after fluid synth check. | |||
2016-01-12 | BUILD: Fix iphonebundle/ios7bundle targets when FluidSynth is enabled. | Johannes Schickel | |
2016-01-10 | IOS7: Make ios7bundle target work again. | Johannes Schickel | |
2016-01-06 | OSX: Fixes the Info.plist.in template, and the bundle target | Vincent Bénony | |
2016-01-06 | IOS: Same target for iOS legacy, and iOS 7+ | Vincent Bénony | |
2016-01-06 | IOS: Merge branch 'master' into ios-fix | Vincent Bénony | |
2016-01-06 | IOS: Merge master | Vincent Bénony | |
2016-01-06 | IOS: Adds iPhone 6/6+ launch screens | Vincent Bénony | |