Files
GDevelop/scripts
Florian Rival a8559bfbbc Add clang-format to format (C++) source files automatically (#491)
* Update all CMakeLists of extensions to use clang-format
* Run clang-format on all Extensions
* Update GDCore CMakeLists.txt to add clang-format
* Run clang-format on GDCore files
* Update GDJS and GDCpp CMakeLists.txt to add clang-format
* Run clang-format on GDCpp and GDJS files
2018-05-09 15:57:38 -07:00
..
2014-06-26 00:20:36 +02:00
2017-10-08 17:37:19 +02:00

Scripts files for GDevelop

  • ReleaseProcedure.bat: this script compiles, generate documentation (see GenerateAllDocs.bat) and package GDevelop for Windows in an installer and an archive.
  • ReleaseProcedure.sh: compiles and package GD for Ubuntu (see Binaries/Packaging).
  • CopyWindowsToLinuxReleaseFiles.sh: Copy all files in Binaries/Output/Release_Windows to Binaries/Output/Release_Linux. Call it after any change in Binaries/Output/Release_Windows.
  • GenerateAllDocs.[bat|sh]: Call doxygen and yuidoc to generate all the documentations into docs folder.
  • ExtractTranslations.[bat|sh]: Create the source.pot file containing the strings to be translated using Crowdin.