D8H
0b3f8e7205
Improve types for TypeScript 6 ( #8591 )
...
Only show in developer changelog
2026-05-13 12:07:46 +02:00
Clément Pasteau
a37549195f
Add position data for AI to know where objects/instances are positioned ( #8402 )
2026-03-17 11:29:19 +01:00
Florian Rival
9934457b39
Add a short description for all extensions and dimension field (2D, 3D, 2D/3D or n/a) ( #8303 )
...
Only show in developer changelog
2026-02-21 13:10:41 +01:00
Clément Pasteau
46ea431f62
Fix firebase tests ( #7594 )
...
Do not show in changelog
2025-05-05 15:16:39 +02:00
D8H
cf39de49d6
Allow custom objects to declare multi-line text properties ( #7436 )
2025-02-28 17:23:51 +01:00
D8H
752d047464
Upgrade GDJS to Prettier 3.4.2 ( #7398 )
...
- Don't show in changelog
2025-02-12 18:50:02 +01:00
Florian Rival
47d0fba205
Fix a crash when searching instructions after extension are re-generated ( #7377 )
...
* Also improve the display of actions/conditions/expressions when searched with a clearer visual separator for their folders
2025-02-07 16:03:09 +01:00
Clément Pasteau
d88dc4772f
Catch callback functions of Firebase preventing JS crash ( #6946 )
...
Only show in developer changelog
2024-09-11 17:32:49 +02:00
Clément Pasteau
3c5fee0535
Add experimental support for multiplayer games ("GDevelop Multiplayer") ( #6613 )
2024-06-07 14:12:58 +02:00
Arthur Pacaud (arthuro555)
31ef3fec58
Add TypeScript type checking to JsExtension.js files ( #6321 )
2024-03-09 17:22:12 +01:00
Clément Pasteau
a377467031
Revert "Type JsExtensions files with typescript" ( #6220 )
...
Don't show in changelog
2024-01-18 16:01:28 +01:00
Arthur Pacaud (arthuro555)
ad18eab4ae
Type JsExtension.js files with TypeScript ( #6200 )
...
* Also improve typing of the C++ Core classes in TypeScript.
Only show in developer changelog
2024-01-18 09:53:24 +01:00
D8H
45d0a78656
Simplify the wording of some actions names ( #5929 )
2023-11-21 18:12:09 +01:00
supertree-wook
8851be03a3
Fix typos here and there ( #5253 )
...
Only show in developer changelog
2023-06-21 12:41:17 +02:00
supertree-wook
c00d75f047
Fix typo in comments and message strings ( #5287 )
2023-05-12 22:20:27 +02:00
D8H
94045aec91
Fix typo in comments and message strings (thanks @st-Wook!) ( #5262 )
...
Co-authored-by: supertree-wook <phk09242@supertree.co >
2023-04-28 11:58:51 +02:00
DaddyPluM
4e0e4b9184
Rename license.txt to license.md ( #4783 )
...
Don't show in the changelog
2023-04-15 16:00:16 +02:00
Arthur Pacaud
36721c63e0
Improve various aspects of the Firebase extension ( #5125 )
...
* Update Firebase SDK to v8.10.0
* Fix small firebase usability issues
* Fix tracer stopping
* Fix a crash when using tracers
* Add password reset action to authentication
2023-03-24 15:32:10 +01:00
AlexandreS
d61f8336a8
Fix firebase extension tests ( #4907 )
...
Don't show in changelog
2023-02-07 17:11:16 +01:00
AlexandreS
e4f44f7899
Add possibility to display GDevelop watermark that opens Liluo creator page on click/touch ( #4811 )
2023-01-24 18:26:39 +01:00
Aurélien Vivet
052a6240c5
Fix typo ( #4766 )
...
Don't show in changelog
2022-12-30 09:10:24 +01:00
Aurélien Vivet
78695b6b17
Fix wrong description of Firebase "Check for a document's existence" action ( #4198 )
2022-08-11 21:48:24 +02:00
AlexandreS
e91a794d91
Fix: Prevent runtime from trying to parse js map files to avoid Chrome logging warnings
2022-05-24 13:59:03 +02:00
Florian Rival
67718a364b
Fix missing https in wiki links
...
Don't show in changelog
2022-05-13 12:49:02 +02:00
Florian Rival
e9b600d885
Update links to the new wiki
...
Don't show in changelog
2022-05-13 12:43:25 +02:00
MyNameIsRinax
9710360180
Fix typo in firebase action
...
Do not show in changelog
2022-03-10 09:31:57 +01:00
Florian Rival
5d2e0786ee
Sort actions/conditions in categories add icons to their groups ( #3583 )
...
* This should make it easier to identify and find actions/conditions. Categories give more clarity and icons help to identify what's available without reading everything.
2022-02-03 11:45:53 +01:00
Florian Rival
a3fdeec6a7
Refactor gdjs.Logger to allow disabling specific log groups in the console ( #3204 )
...
* This reduces the logs during GDJS tests, as this was cluttering the
terminal.
Only show in developer changelog
2021-10-27 11:39:36 +01:00
Arthur Pacaud
bc606ed1be
Add a console to the games debugger ( #2770 )
...
* When launching the Debugger to inspect a game, open the Console to see internal messages sent by the game, JavaScript code or the game engine.
* This is an advanced feature that is useful to find issues in your game or to see if your game is displaying any internal error.
2021-10-21 19:47:28 +01:00
Arthur Pacaud
1d5eb8e529
Move JSON and JS variable conversions to gdjs.Variable ( #2740 )
...
Only show in developer changelog
2021-06-16 16:59:12 +01:00
Arthur Pacaud
822146e5f1
Add an action to add a document in Firestore without having to specify a name ( #2687 )
2021-05-27 21:58:26 +01:00
Arthur Pacaud
c1edcbfa19
Add support for running queries in Firebase ( #2610 )
2021-05-26 09:48:16 +01:00
Arthur Pacaud
1dff166df0
Add network and persistence configuration to firestore in Firebase ( #2582 )
2021-04-28 21:35:22 +02:00
Arthur Pacaud
5ecdfa1c7f
Convert Firebase extension to TypeScript ( #2417 )
...
Only show in developer changelog
2021-04-24 17:58:36 +02:00
Jonas Finnemann Jensen
6b85d71968
Fix Firebase action to sign in with 3rd party providers in a browser ( #2258 )
2021-02-06 12:02:41 +00:00
Florian Rival
424dff32ff
Fix formatting
2021-01-14 21:34:13 +00:00
Florian Rival
4b2cd90320
Add documentation of extensions in the generated GDJS documentation
...
Only show in developer changelog
2021-01-14 21:32:13 +00:00
Florian Rival
638380c442
Add @ts-nocheck on some files to be converted later
...
Don't show in changelog
2021-01-08 19:55:10 +01:00
Florian Rival
d0dba2a713
Fix typings in TypeScript files
...
Don't show in changelog
2021-01-08 19:54:56 +01:00
Florian Rival
d639e0ea6e
Translate more files to TypeScript
...
Don't show in changelog
2021-01-08 19:54:52 +01:00
Arthur Pacaud
ce38a7bbce
Add support for using Google Firebase with your game ( #1694 )
...
* Use Firebase Analytics
* Store your game configuration in Firebase Remote Config
* Authentification, by email (or using providers like Google, Facebook **for browser games only**)
* Report measures to the Remote performance measurer
* Launch Firebase Functions
* Use the online Database (Firestore) and the Realtime Database
* Store data in the Online Filesystem.
2020-12-11 22:49:29 +01:00