Florian Rival
9282c0bcef
Update translations
2020-10-08 23:39:39 +01:00
Florian Rival
fda75e0475
Improve changelog extractor
...
Don't show in changelog
2020-08-30 12:28:37 +01:00
Aurélien Vivet
fd6b9be49c
Add a section for developers in the release notes ( #1892 )
...
Only show in the developer changelog
2020-08-28 19:06:42 +01:00
Florian Rival
0a2033db3d
Improve changelog extractor with more ignored messages
...
Don't show in changelog
2020-08-19 09:43:53 +02:00
Rahul Saini
8d9f5f0df0
Add script to generate list of community-made extensions ( #1913 )
2020-08-10 18:44:05 +02:00
Florian Rival
75b1ff5cea
Improve changelog extractor
...
Don't show in changelog
2020-08-02 18:18:36 +01:00
Florian Rival
a23a8904f6
Improve changelog extraction
...
Don't show in changelog
2020-06-21 14:45:08 +01:00
Florian Rival
6a3af0d57a
Fix importing of GDevelop.js to newIDE
...
Was failing when newIDE was not installed.
Don't show in changelog.
2020-05-18 09:41:23 +02:00
Florian Rival
95b4091085
Fix importing of libGD.js for newIDE tests
...
Don't show in changelog
2020-05-18 00:04:31 +02:00
Florian Rival
5556766059
Speed up GDevelop.js compilation when "-- --dev" is specified
...
* This is done by compiling to wasm, without re-translating to JS, which is fine as it's for development only.
2020-05-17 22:37:13 +02:00
Florian Rival
9d2bff9442
Improve changelog extractor
...
Don't mention in changelog
2020-05-14 22:06:27 +02:00
Florian Rival
509dd8ff10
Improve changelog extractor
...
Don't show in changelog
2020-05-10 12:46:24 +02:00
Florian Rival
11475b9cf3
Update make-version-metadata.js comment
2020-05-08 17:42:12 +02:00
Florian Rival
fd015f9ee4
Add script to extract changelog since last git tag
2020-05-08 15:15:19 +02:00
Florian Rival
83e7314863
Clean the GDJS runtime folder only when starting the development app
...
Potential fix for filesystem issue like #1528
2020-04-04 22:36:03 +02:00
Florian Rival
92df124a92
Update translations
2020-03-03 21:54:25 +00:00
Florian Rival
0fa5988995
Fix broken scripts since update to Emscripten 1.39.6
2020-02-10 23:28:54 +00:00
Florian Rival
7bf892c7eb
Upgrade to Emscripten 1.39.6
2020-02-02 19:32:09 +00:00
Florian Rival
285ff6f5f5
Update the script to extract expressions reference
2020-01-19 15:29:59 +00:00
Florian Rival
eb27ba7c86
Improve script to extract expressions reference documentation
...
Still need to add parameters
2020-01-19 12:27:51 +00:00
Florian Rival
01a844c356
Refactor import-GDJS-Runtime script to use Node.js
2020-01-18 14:27:36 +00:00
Florian Rival
9adc40a55d
Add script to extract all the expressions available in GDevelop
2020-01-16 23:44:26 +00:00
Florian Rival
ab5a593ab3
Use resources.gdevelop-app.com for static content serving
2020-01-13 21:23:24 +00:00
Florian Rival
e0adc2a924
Update translations
2020-01-05 18:36:43 +00:00
Florian Rival
3b89284fd2
Normalize/fix some action/condition sentences
2020-01-03 22:29:08 +00:00
Florian Rival
217cd9639f
Add methods to use default (relational) operator parameters
2019-12-27 13:46:57 +01:00
Florian Rival
9f91654628
Add script to refactor actions and conditions sentences
2019-12-27 13:46:57 +01:00
Florian Rival
5449bc1ba4
Add watcher to automatically import changes to GDJS/extensions in newIDE ( #1307 )
...
* Add watcher to automatically import changes to GDJS/extensions in newIDE
This watches for changes in GDJS or extensions and automatically run the "import-GDJS-Runtime.js" script.
This allows for faster iterations when working on GDJS or JS extensions: do some changes, verify that the console says that changes were imported, launch the preview
* Adds an option in preferences to deactivate this in case of issues.
* Also move BrowserS3GDJSFinder and LocalGDJSFinder in newIDE/app/src/GameEngineFinder.
* Update READMEs to mention automatic import of GDJS and extensions runtime sources
2019-12-02 22:18:36 +00:00
Florian Rival
0cfe95ab3e
Display actual hash of a third party folder if not the same as the one expected
2019-11-25 23:48:29 +01:00
Florian Rival
61a20f1af8
Add version number with git hash in Sentry error reporting
2019-11-17 14:58:20 +00:00
Florian Rival
630ece0f7e
Add service-worker for base app and assets
2019-11-14 23:51:26 +00:00
Florian Rival
5096ecee24
Expose version metadata to web-app
2019-11-14 23:51:26 +00:00
Florian Rival
d924cd90bd
Add BrowserOnlineCordovaExport
...
* Add zip.js as an external library + typings + BrowserArchiver.
* Add BrowserFileSystem and unit tests.
* Make a first step toward having a generic ExportPipeline.
* Add BrowserOnlineCordovaExport.
* Various refactorings
2019-11-14 23:51:26 +00:00
Florian Rival
4319ddcd0f
Refactor project opening/saving into ProjectsStorage with StorageProviders.
2019-10-09 23:25:19 +01:00
Florian Rival
76dfe55e25
Autogenerate the file to import examples for web-app
2019-10-06 18:09:04 +01:00
Florian Rival
73e2d2a109
Ensure a valid version of libGD.js is always downloaded from master branch
2019-09-26 21:52:26 +01:00
Florian Rival
d2be0e815e
Upgrade some components to material-ui v4
...
- Tables
- TextField
- SelectField (using native fields)
- Dialog
- Buttons
- Background texts
- Divider
- Menu
- Lists
- IconButton
- ObjectSelector
- Autocomplete (with keyboard support)
- [x] Proper focus support
- Subheaders
- Toggle
- LinearProgress
- CircularProgress
- Checkbox
- Avatar
- Chip
- Tabs
- LinearProgress
- Toolbar
- Stepper
- Snackbar (dismissable and won't be shown again until reactivated)
- ClosableTabs (with context close all/close others context menu)
2019-09-17 22:24:08 +01:00
Florian Rival
1e6227e549
Change all imports to material-ui/List
2019-09-16 00:47:28 +01:00
Florian Rival
6ade0c7125
Change all imports to material-ui/Tabs
2019-09-16 00:47:28 +01:00
Florian Rival
807f3bb3b2
Change all imports to material-ui/Toggle
2019-09-16 00:47:28 +01:00
Florian Rival
0cd64ca4d1
Change all imports to material-ui/Table
2019-09-16 00:47:28 +01:00
Florian Rival
d1d9eaca3a
Change all imports to material-ui/Checkbox
2019-09-16 00:47:28 +01:00
Florian Rival
d1aa4beb98
Change all imports to material-ui's SelectField or TextField
2019-09-16 00:47:28 +01:00
Florian Rival
1fb211c9ba
Change all imports to material-ui/IconButton to use UI/IconButton
2019-09-16 00:47:28 +01:00
Florian Rival
1b140d7b23
Change all imports to material-ui/TextField to use UI/TextField
2019-09-16 00:47:27 +01:00
Florian Rival
3fbe3a2abb
Change all imports to material-ui/RaisedButton to use UI/RaisedButton
2019-09-16 00:47:27 +01:00
Florian Rival
d9313f803d
Change all imports to material-ui/FlatButton to use UI/FlatButton
2019-09-16 00:47:27 +01:00
Florian Rival
b6e83402f6
Fix issue in extract-all-translations where output .po file can't be used as a .pot file
2019-07-30 21:43:08 +01:00
Florian Rival
b3cbdc0304
Try more master commits to find libGD.js when not compiled locally
2019-07-27 17:08:42 +01:00
Florian Rival
c4cd2c4a26
Move resources (res, JsPlatform, CppPlatform) to newIDE and remove old, unused folders
2019-06-22 17:17:09 +01:00