Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-19 | CREATE_PROJECT: Handle compilation with libcurl and SDL_net in Xcode projects | Thierry Crozat | |
2019-08-07 | JANITORIAL: Fix indentation | Thierry Crozat | |
2019-08-04 | IOS7: Implement isConnectionLimited | Thierry Crozat | |
2019-07-05 | CRYOMNI3D: Add internationalization through external DAT file | Le Philousophe | |
2019-07-01 | CREATE_PROJECT: Remove obsolete "browser.cpp" hack | SupSuper | |
browser.cpp no longer depends on the target platform since pull request #1414 | |||
2019-05-05 | BUILD: Add the licence file for the Source Code Pro font | Bastien Bouclet | |
2019-04-22 | CREATE_PROJECT: Add Text console debugger feature | sluicebox | |
Add feature flag to create_project to set USE_TEXT_CONSOLE_FOR_DEBUGGER with --enable-text-console like configure script | |||
2019-04-02 | BUILD: Update default theme to use remastered | Matan Bareket | |
2018-12-25 | BUILD: Add fonts.dat to packaging rules | Cameron Cawley | |
2018-12-16 | BACKENDS: Move OSX file browser into backend | SupSuper | |
2018-11-27 | CREATE_PROJECT: Support building with Tremor instead of Vorbis | 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-02-23 | XEEN: Creation of create_xeen tool | Paul Gilbert | |
2018-01-23 | BUILD: Add supernova.dat to install rules | Thierry Crozat | |
2017-10-12 | CREATE_PROJECT: Support using libjpeg for iOS builds | Thierry Crozat | |
2017-10-12 | CREATE_PROJECT: Fix some compilation issues for iOS | Thierry Crozat | |
Note that this still doesn't compile with the library package provided by bSr43 because this package is missing libvorbisfile.a and has a non standard name for libglib-2.0.a. But it would probably be better to fix the package than maintain non-standard packages. | |||
2017-10-03 | DEVTOOLS: Add theoradec support to Xcode create_project | Colin Snover | |
2017-09-10 | CREATE_PROJECT: Fix typo in unused macro | Colin Snover | |
2017-09-10 | CREATE_PROJECT: Add LastUpgradeCheck to generated project file | Colin Snover | |
This prevents the recommended updates warning appearing when opening the project in Xcode for the first time. | |||
2017-09-10 | CREATE_PROJECT: Update Xcode generator to use most Xcode-recommended warnings | Colin Snover | |
2017-09-10 | CREATE_PROJECT: Increment default iOS build target in Xcode generator | Colin Snover | |
Xcode 8/macOS 10.12 minimum target for iOS is now iOS 8. | |||
2017-09-10 | CREATE_PROJECT: Ignore undefined-var-template warnings by default | Colin Snover | |
Starting in Xcode 8, clang reports warnings about singleton instantiation which are noisy, so suppress these warnings for the moment. An attempt to fix this properly was added in eefa72afa1978a9dea10f5b1833fcc8f58a3468e but it was backed out in 940b2a20f1cd490afb6e541a3cd26f0d3bdd1687. See https://github.com/scummvm/scummvm/pull/967 and https://github.com/scummvm/scummvm/pull/994. | |||
2017-09-10 | CREATE_PROJECT: Move browser_osx.mm hack to Xcode generator | Colin Snover | |
c19c10d548b2867bc4fd003fb29ac0017b2bd29d fixed the bad parsing of module.mk which meant the Xcode generator broke. For the moment, just move the hack for browser_osx.mm into the generator, until there is a more elegant solution to this problem (if ever). | |||
2017-09-10 | CREATE_PROJECT: Allow FluidSynth on macOS | Colin Snover | |
FluidSynth does build and run successfully, but it is necessary to get the correct static libraries. It can be manually built against dylib, if desired, by manually adding the fluidsynth.dylib to the Frameworks. Since this will result in a runtime dependency, this is not set up by default. | |||
2017-09-10 | CREATE_PROJECT: Fix Xcode builder library includes | Colin Snover | |
Libraries were being included unconditionally regardless of the arguments passed to create_project, and in the case of macOS were being added using manual linker flags and other such hacks instead of using the Frameworks list. | |||
2017-09-10 | CREATE_PROJECT: Fix typo in Xcode generator interface | Colin Snover | |
2017-07-02 | BUILD: Add titanic.dat files to the list of engines data files | Thierry Crozat | |
2017-02-12 | CREATE_PROJECT: Add data files for access, cryo and macventure in Xcode projects | Thierry Crozat | |
2017-02-06 | CREATE_PROJECT: Fix linking with Xcode when not disabling curl | Thierry Crozat | |
2016-09-10 | CLOUD: Move openUrl to OSystem | Thierry Crozat | |
2016-09-01 | CREATE_PROJECT: Fix networking backend file targets in Xcode | Colin Snover | |
2016-08-13 | CREATE_PROJECT: Fix warning flags in Xcode generator | Colin Snover | |
Sign comparison should be on to match other compilers, and multichar warnings should be disabled for all platforms, not just iOS. | |||
2016-08-05 | CREATE_PROJECT: Fix Xcode generator macOS target | Colin Snover | |
2016-03-24 | DEVTOOLS: 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-16 | OPENGL: 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-01-11 | CREATE_TOOL: Use tabs instead of spaces... | Vincent Bénony | |
2016-01-11 | CREATE_TOOL: Renames static libraries used for iOS target | Vincent Bénony | |
2016-01-07 | IOS: Renames a macro | Vincent Bénony | |
2016-01-06 | DEVTOOL: Fixes a typo in an unused macro | Vincent Bénony | |
2016-01-06 | DEVTOOL: Fixes a typo | Vincent Bénony | |
2016-01-06 | DEVTOOL: Removes useless macro | Vincent Bénony | |
2016-01-06 | DEVTOOL: Formatting | Vincent Bénony | |
2016-01-06 | DEVTOOL: Adds a macro for the iOS 7 target | Vincent Bénony | |
2016-01-06 | DEVTOOL: Cleanup | Vincent Bénony | |
2016-01-06 | IOS: Merge master | Vincent Bénony | |
2016-01-06 | IOS: Brings support for FluidSynth | Vincent Bénony | |
2016-01-06 | IOS: Support for libmad | Vincent Bénony | |
2016-01-06 | IOS: Compute MD5 identifiers instead of random | Vincent Bénony | |
To avoid recompiling the wole project each time we use the create_project tool. | |||
2016-01-06 | IOS: Changes the debug information format | Vincent Bénony | |
Mainly, to speed up the development with the "debug" configuration. | |||
2016-01-06 | IOS: Cleanup Xcode settings | Vincent Bénony | |