Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-13 | DEVTOOLS: 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-09 | DEVTOOLS: Check configuration and architecture specific directories for MSBuild. | Johannes Schickel | |
2016-03-09 | DEVTOOLS: Use DLL runtime for MSBuild output. | Johannes Schickel | |
2016-03-09 | DEVTOOLS: 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-09 | DEVTOOLS: Enable Edit&Continue on x64 for MSVC2015+. | Johannes Schickel | |
2016-03-09 | DEVTOOLS: 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-09 | DEVTOOLS: Do not hardcode runtime libraries for MSVC2015. | Johannes Schickel | |
2016-03-09 | DEVTOOLS: Do not specify SCUMMVM_LIBS include dir twice for MSBuild. | Johannes Schickel | |
2016-03-09 | DEVTOOLS: Fix path separator in MSBuild's global props output. | Johannes Schickel | |
2016-02-26 | CREDITS: Added myself as GCW0 porter | Eugene Sandulenko | |
2016-02-15 | Merge pull request #667 from a-detiste/master | Eugene Sandulenko | |
JANITORIAL: Typos detected with lintian & grep | |||
2016-02-15 | JANITORIAL: Typos detected with lintian & grep | Alexandre Detiste | |
2016-02-14 | Merge pull request #658 from sev-/wage | Eugene Sandulenko | |
WAGE: New Engine | |||
2016-01-31 | CREDITS: Walter is back | Eugene Sandulenko | |
2016-01-31 | CREDITS: Added Martin to AGI engine | Eugene Sandulenko | |
2016-01-13 | SCUMM: Move Russian Dig version description to the generated field | Eugene Sandulenko | |
2016-01-13 | SCUMM: Add detection for Russian Dig with subtitles | Eugene Sandulenko | |
2016-01-12 | SCUMM: Added detection for Russian Zak | Eugene Sandulenko | |
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-10 | SCUMM: Add detection for Russian MM fan-demo | Eugene Sandulenko | |
Detection is required due to the font differences. | |||
2016-01-10 | SCUMM: Add support for Russian MM | Eugene Sandulenko | |
2016-01-07 | DEVTOOLS: Update file list in update-version.pl. | Johannes Schickel | |
59934881a1dc27e0c6030d2133ec3f9aae583df7 removed dists/android/plugin-manifest.xml.in. | |||
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: Formatting | 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 | IOS: Updates script for 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 | |
2016-01-06 | IOS: Fixes small issues about the project name | Vincent Bénony | |
2016-01-06 | IOS: Cleanup preprocessor macros | Vincent Bénony | |
2016-01-06 | IOS: Modernize Xcode project | Vincent Bénony | |
2016-01-06 | IOS: More Xcode path fixed | Vincent Bénony | |
2016-01-06 | IOS: Fixes Xcode group paths | Vincent Bénony | |
The generated project paths were recognized by Xcode, but not third party tools, like AppCode. | |||
2016-01-06 | IOS: Create two targets for old iPhone (iOS <= 6) and new one (iOS >= 7) | Vincent Bénony | |
The "iphone" backend is the support for the old iPhones. The "ios7" backend is for the new iPhones. | |||
2016-01-06 | IOS: Removes an unused local variable | Vincent Bénony | |
2016-01-06 | IOS: Fixes a small memory leak | Vincent Bénony | |
2016-01-06 | IOS: Replaces whitespaces with tab | Vincent Bénony | |
2016-01-06 | IOS: Fixes a crash of the create_project tool when the lib directory is not ↵ | Vincent Bénony | |
found | |||
2016-01-06 | IOS: Replaces spaces with tabs | Vincent Bénony | |
2016-01-06 | IOS: Once again, changes the iOS deployment target | Vincent Bénony | |