Florian Rival
07152639d1
Ensure npm install is run before running jsdoc with GenerateAllDocs
2020-01-12 23:51:31 +00:00
Florian Rival
09edeaa96b
Add documentation about GDevelop architecture and remove outdated Core documentation
2019-10-13 23:19:08 +01:00
Florian Rival
1940b0cccd
[WIP] Remove old IDE
2019-04-16 17:05:25 +01:00
Florian Rival
e98f25255c
Exclude deprecated extensions from translations
2019-02-10 18:35:52 +00:00
Florian Rival
b4bd225f78
Exclude GDCpp messages from translations (as only used in old IDE)
2019-02-10 18:10:44 +00:00
Florian Rival
2c0253fafa
Improve translation handling and update all locale messages
2019-02-10 18:03:28 +00:00
Florian Rival
02c65bcf66
[WIP] Add translations support, using js-lingui, to newIDE (including libGD.js)
...
* Upgrade to Flow 0.92 and make fixes for it
* Convert all extensions to use _("...") instead of t("...") for translations,
to be able to be parsed by gettext
* Handle translation in JS extensions
* Move Providers out of MainFrame
* Remove i18next
* Adapt ExtractTranslations script to handle js files (for extensions)
2019-02-09 14:08:22 +00:00
Todor Imreorov
12efa6641c
Improve cloneAndBuild batch script ( #638 )
...
Check if GDevelop electron-app is already built. If it is already built, the script will skip the "npm install" step and will start GDevelop much faster.
2018-09-13 22:08:47 +01:00
Todor Imreorov
0f022e6f8d
Update git clone URL in build script and in readme ( #633 )
2018-09-11 21:46:44 +01:00
Todor Imreorov
e9bf8ff309
Add a build and run Windows batch script in /scripts folder ( #611 )
2018-09-04 19:48:43 +01:00
Florian Rival
df1fff36e4
Update GDJS documentation to add a index page and generate it from GenerateAllDocs script
2018-07-04 23:24:37 +01:00
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
Florian Rival
4efe9e3d88
Update IDE translations
2017-10-08 17:37:19 +02:00
Florian Rival
51a6c935d9
Add an explanation text in AndroidExportDialog and update translation sources
2016-04-14 21:12:13 +02:00
Florian Rival
e4fab74a32
Change file organization 2 (Events, Extensions + more folders)
2015-11-01 11:26:40 +01:00
Florian Rival
63cb853d72
Change file organization (Events, Extensions + more folders)
2015-11-01 11:26:40 +01:00
Florian Rival
3a982afea7
Fix mistakes and add Dutch to Windows installer languages
2015-10-19 22:57:18 +02:00
Florian Rival
a0246dd33e
Update translations
2015-09-15 00:05:16 +02:00
Florian Rival
958d9bcda5
Version bump
2015-09-10 12:47:32 +02:00
Florian Rival
1b4c96e5ba
Re-save templates with version 4
2015-08-31 19:29:07 +02:00
Florian Rival
701ac1d4d0
Update translations source.pot file
2015-08-27 23:11:48 +02:00
Florian Rival
7bbad247cb
Update Intel XDK export option to target Cordova
...
Regenerated GUI files
2015-08-24 17:04:02 +02:00
Florian Rival
8e7944b1a8
Merge pull request #183 from 4ian/feature/behavior-renaming
...
Rename "Automatisms" to "Behaviors"
2015-08-19 18:23:01 +02:00
Victor Levasseur
0a230ba5b2
Use HEAD to copy resources from Release_Windows folder
...
(instead of the master branch)
2015-08-19 13:22:12 +02:00
Florian Rival
4b3b5a9bbe
Fix 'an behavior' and wording
2015-08-18 18:36:52 +02:00
Florian Rival
428e72914d
[WIP] Rename Automatism to Behavior
2015-08-17 23:52:59 +02:00
Florian Rival
cc5f9e6381
Merge branch 'fix/instructions-wording' of github.com:4ian/GD into cleanup
2015-08-17 16:08:22 +02:00
Victor Levasseur
9df088d2fe
Merge remote-tracking branch 'upstream/master' into v4
2015-08-06 16:27:11 +02:00
Florian Rival
200b0fb800
Add TileMap object to translations catalog
2015-08-06 15:50:16 +12:00
Florian Rival
3c5799a31e
Update descriptions and sentences of various instructions
2015-07-19 18:39:41 +12:00
victorlevasseur
5c3c9fb413
Merge remote-tracking branch 'upstream/master' into utf8-gdstring
...
Conflicts:
Core/GDCore/PlatformDefinition/Layout.cpp
2015-07-17 23:18:17 +02:00
Florian Rival
433da0f2e9
Fix typo
2015-07-09 08:47:30 +12:00
victorlevasseur
e762aa55b6
Merge remote-tracking branch 'upstream/master' into utf8-gdstring
2015-07-07 13:41:14 +02:00
Florian Rival
2d6212642a
Update translations and add Polish, Italian and Chinese Simplified
2015-07-07 22:46:10 +12:00
victorlevasseur
c98e97e60a
Merge remote-tracking branch 'upstream/master' into utf8-gdstring
...
Conflicts:
.travis.yml
Core/GDCore/BuiltinExtensions/SpriteExtension/Dialogs/SpriteObjectEditor.cpp
Core/GDCore/Events/Builtin/ForEachEvent.h
Core/GDCore/Events/Event.cpp
Core/GDCore/Events/Event.h
Core/GDCore/Events/EventMetadata.cpp
Core/GDCore/Events/EventMetadata.h
Core/GDCore/Events/ExpressionMetadata.h
Core/GDCore/Events/Instruction.h
Core/GDCore/Events/InstructionMetadata.h
Core/GDCore/IDE/Dialogs/EditLayerDialog.cpp
Core/GDCore/PlatformDefinition/Object.cpp
Core/GDCore/PlatformDefinition/PlatformExtension.cpp
Core/GDCore/PlatformDefinition/PlatformExtension.h
Extensions/Function/Extension.cpp
Extensions/TextObject/TextObject.h
Extensions/TimedEvent/Extension.cpp
GDCpp/GDCpp/BuiltinExtensions/CommonInstructionsExtension.cpp
GDCpp/GDCpp/BuiltinExtensions/KeyboardTools.h
GDCpp/GDCpp/BuiltinExtensions/MouseTools.h
GDCpp/GDCpp/BuiltinExtensions/SceneExtension.cpp
GDCpp/GDCpp/InputManager.cpp
GDCpp/GDCpp/RuntimeSpriteObject.cpp
GDCpp/GDCpp/RuntimeSpriteObject.h
GDJS/GDJS/BuiltinExtensions/BaseObjectExtension.cpp
GDJS/GDJS/BuiltinExtensions/CommonInstructionsExtension.cpp
GDJS/GDJS/BuiltinExtensions/SceneExtension.cpp
GDJS/GDJS/BuiltinExtensions/VariablesExtension.cpp
GDJS/GDJS/Exporter.cpp
GDJS/GDJS/Exporter.h
IDE/Dialogs/ObjectsEditor.cpp
IDE/Preferences.cpp
2015-07-06 15:16:59 +02:00
Florian Rival
e9a3aa8ffb
Update the title of some editors to make them more consistent with other editors
2015-06-05 13:19:19 +12:00
Florian Rival
c0c05ff46d
Updated dlib for CommonDialogs to latest version
2015-06-04 23:15:27 +12:00
Victor Levasseur
0049b5c6fa
Merge remote-tracking branch 'upstream/master' into utf8-tr-macro
...
Conflicts:
Core/GDCore/BuiltinExtensions/SpriteExtension/SpriteExtension.cpp
Core/GDCore/Events/ExpressionMetadata.h
Extensions/Box3DObject/Extension.cpp
Extensions/DraggableAutomatism/Extension.cpp
Extensions/Light/Extension.cpp
Extensions/Network/Extension.cpp
Extensions/PanelSpriteObject/Extension.cpp
Extensions/ParticleSystem/ExtensionSubDeclaration1.cpp
Extensions/ParticleSystem/ExtensionSubDeclaration3.cpp
Extensions/PathAutomatism/Extension.cpp
Extensions/PathfindingAutomatism/Extension.cpp
Extensions/PhysicsAutomatism/Extension.cpp
Extensions/PlatformAutomatism/Extension.cpp
Extensions/PrimitiveDrawing/Extension.cpp
Extensions/SoundObject/Extension.cpp
Extensions/TextEntryObject/Extension.cpp
Extensions/TextObject/Extension.cpp
Extensions/TileMapObject/Extension.cpp
Extensions/TiledSpriteObject/Extension.cpp
Extensions/TopDownMovementAutomatism/Extension.cpp
GDCpp/GDCpp/DocMainPage.h
GDCpp/docs/doxyfile
GDJS/GDJS/BuiltinExtensions/AudioExtension.cpp
GDJS/GDJS/BuiltinExtensions/BaseObjectExtension.cpp
GDJS/GDJS/BuiltinExtensions/CameraExtension.cpp
GDJS/GDJS/BuiltinExtensions/FileExtension.cpp
GDJS/GDJS/BuiltinExtensions/JoystickExtension.cpp
GDJS/GDJS/BuiltinExtensions/NetworkExtension.cpp
GDJS/GDJS/BuiltinExtensions/SceneExtension.cpp
GDJS/GDJS/BuiltinExtensions/SpriteExtension.cpp
scripts/ExtractTranslations.sh
2015-04-28 20:03:27 +02:00
Florian Rival
80dcd3b90b
Updated translations, and enabled more languages for Windows Installer
2015-04-12 17:59:39 +12:00
Florian Rival
2b902debc5
Updated translations and added German and Portuguese (partial) translations
2015-04-07 22:12:33 +12:00
Florian Rival
5926bdb67b
Updated docs and minor changes
2015-04-02 23:25:48 +13:00
Florian Rival
6e911147d0
Moved and updated packaging scripts for Windows
2015-04-02 21:41:14 +13:00
victorlevasseur
c969da19cc
Add xgettext.exe to generate .pot for Windows
2015-03-29 20:20:13 +02:00
victorlevasseur
c9cb5faa09
Add GD_T as a gettext keyword when generating pot file
2015-03-29 20:06:36 +02:00
Florian Rival
b2a3ec44a4
Tweaked CMakeLists.txt and some files for MacOS compilation
2015-03-07 12:15:08 +13:00
Florian Rival
48b5c8aa42
Fixed ObjInstancesHolder copy-ctor and assignment operator & added tests for it
2015-01-25 13:17:34 +01:00
Florian Rival
cf9007ac26
Updated translations.
2015-01-22 21:48:39 +01:00
Florian Rival
64e6860718
Version bump.
...
Updated copyrights.
2015-01-22 21:22:01 +01:00
Florian Rival
ed5b9d2a33
Renamed DrawerObject to ShapePainterObject. Fixed typo ipo in gdjs.shapepainterruntimeobject.setOutlineOpacity name
2015-01-18 18:48:28 +01:00
Florian Rival
d4f8062cef
Fixed CopyWindowsToLinuxReleaseFiles.sh and make sure Debian package is installed in /opt/gdevelop
2015-01-04 15:57:03 +01:00