Files
GDevelop/scripts
Florian Rival 790117d66a Improve the wiki with automatically generated reference pages for all features (#2230)
* We now generate automatically reference pages for all the "official extensions" that are part of GDevelop. They are listing all the actions, conditions and expressions.
* The page with all expressions was slightly improved too.
* The page listing all the "community" extensions is now displaying icons and more details.
2021-01-21 18:15:43 +00:00
..
2019-04-16 17:05:25 +01:00
2020-05-29 10:12:48 +02:00
2020-04-18 11:21:27 +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.