aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Collapse)Author
2016-06-06GUI: Add credits for GnapStrangerke
2016-05-22UPDATES: Add support for WinSparkleFilippos Karapetis
2016-05-22CREATE_PROJECT: Whitespace fixesFilippos Karapetis
2016-05-20CREDITS - Mark Clone2727 as RetiredStrangerke
2016-05-17CREDITS: Add Lubomyr to Android portersEugene Sandulenko
2016-05-16Merge pull request #745 from Cruel/3dsEugene Sandulenko
3DS: New Backend
2016-05-16Merge branch 'master' of https://github.com/scummvm/scummvmLothar Serra Mari
2016-05-16DOCUMENTATION: Recommend HFSExplorer instead of HFVExplorerLothar Serra Mari
for extracting Mac gamefiles. HFVExplorer seems a "little bit" outdated, whereas HFSExplorer is under active development.
2016-05-15KYRA: Simplify Kyra1 audio track filename handlingJohannes Schickel
2016-05-10Merge pull request #756 from rootfather/monkey-talkie-detectionEugene Sandulenko
SCUMM: Add detection for Monkey Island 1+2 Unofficial SE Talkies
2016-04-30SCUMM: Add detection for Monkey Island 2 Unofficial SE TalkieLothar Serra Mari
2016-04-30SCUMM: Add detection for Monkey Island 1 Unofficial SE TalkieLothar Serra Mari
2016-04-28WAGE: Renamed create_wage.sh into generic create_classicmacfonts.shEugene Sandulenko
2016-04-143DS: Add backend author to creditsThomas Edvalson
2016-04-02CREDITS: Adding myself as OS X packagerThierry Crozat
2016-04-01DEVTOOLS: Put script which is used for preserving WAGE gamesEugene Sandulenko
2016-03-28SCUMM: Added detection for Spanish Amiga MMv2. Bug #6982Eugene Sandulenko
2016-03-28JANITORIAL: Whitespace fixEugene Sandulenko
2016-03-25OS X: Implement a Dock Tile Plugin to display recent games menu in dockThierry 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-24DEVTOOLS: Improve SDL2 support in create_project.Johannes Schickel
This adapts MSBuild and XCode project generators to output project files which can be used to build the SDL backend with SDL2 easily.
2016-03-24DEVTOOLS: Slight formatting fix.Johannes Schickel
2016-03-16OPENGL: Resolve OpenGL functions on run-time.Johannes Schickel
Formerly we relied on static linkage. However, in the presense of modern OpenGL (ES) implementations it is not easily identifable which library to link against. For example, on Linux amd64 with nVidia drivers and SDL2 setup to create a GLES 1.1 context one would need to link against libGL.so. However, traditionally GLES 1.1 required to link against libGLESv1_CM.so. To prevent a huge mess we simply resolve the OpenGL functions on run-time now and stop linking against a static library (in most cases). GLES support needs to be enabled manually on configure time for now. Tizen changes have NOT been tested.
2016-03-13DEVTOOLS: Use LTCG for Release configurations in MSBuild project files.Johannes Schickel
Silences linker output that LTCG is used anyway because whole program optimization is enabled for these configurations.
2016-03-09DEVTOOLS: Check configuration and architecture specific directories for MSBuild.Johannes Schickel
2016-03-09DEVTOOLS: Use DLL runtime for MSBuild output.Johannes Schickel
2016-03-09DEVTOOLS: Use libpng16.lib for libpng for MSVC.Johannes Schickel
Modern libpng releases use this library name as output for their MSVC project files.
2016-03-09DEVTOOLS: Enable Edit&Continue on x64 for MSVC2015+.Johannes Schickel
2016-03-09DEVTOOLS: Do not ignore libcmt.lib for MSBuild output.Johannes Schickel
This hints at broken library builds and thus should not be set for us.
2016-03-09DEVTOOLS: Do not hardcode runtime libraries for MSVC2015.Johannes Schickel
2016-03-09DEVTOOLS: Do not specify SCUMMVM_LIBS include dir twice for MSBuild.Johannes Schickel
2016-03-09DEVTOOLS: Fix path separator in MSBuild's global props output.Johannes Schickel
2016-02-26CREDITS: Added myself as GCW0 porterEugene Sandulenko
2016-02-15Merge pull request #667 from a-detiste/masterEugene Sandulenko
JANITORIAL: Typos detected with lintian & grep
2016-02-15JANITORIAL: Typos detected with lintian & grepAlexandre Detiste
2016-02-14Merge pull request #658 from sev-/wageEugene Sandulenko
WAGE: New Engine
2016-01-31CREDITS: Walter is backEugene Sandulenko
2016-01-31CREDITS: Added Martin to AGI engineEugene Sandulenko
2016-01-13SCUMM: Move Russian Dig version description to the generated fieldEugene Sandulenko
2016-01-13SCUMM: Add detection for Russian Dig with subtitlesEugene Sandulenko
2016-01-12SCUMM: Added detection for Russian ZakEugene Sandulenko
2016-01-11CREATE_TOOL: Use tabs instead of spaces...Vincent Bénony
2016-01-11CREATE_TOOL: Renames static libraries used for iOS targetVincent Bénony
2016-01-10SCUMM: Add detection for Russian MM fan-demoEugene Sandulenko
Detection is required due to the font differences.
2016-01-10SCUMM: Add support for Russian MMEugene Sandulenko
2016-01-07DEVTOOLS: Update file list in update-version.pl.Johannes Schickel
59934881a1dc27e0c6030d2133ec3f9aae583df7 removed dists/android/plugin-manifest.xml.in.
2016-01-07IOS: Renames a macroVincent Bénony
2016-01-06DEVTOOL: Fixes a typo in an unused macroVincent Bénony
2016-01-06DEVTOOL: FormattingVincent Bénony
2016-01-06DEVTOOL: Fixes a typoVincent Bénony
2016-01-06DEVTOOL: Removes useless macroVincent Bénony