Florian Rival
dd2ee4baa7
Add a hint that the Tween opacity action only works on 2D objects
2026-05-04 17:10:11 +02: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
Florian Rival
96e9dd7c4b
Update Tween description
...
Don't show in changelog
2025-06-04 19:46:14 +02:00
Florian Rival
57371c3759
Add "Quick Customization" in the Get Started page ( #6856 )
...
* Choose a starter game and quickly replace objects and tweak their behaviors. The game is then automatically published so it can be shared: this is perfect for new users to get a taste of how a game works and make their own remix of a game before going further.
2024-08-18 18:04:53 +02:00
D8H
870247a3df
Add the "destroy when finished" parameter in events for opacity tweens ( #6579 )
2024-05-20 17:48:31 +02:00
D8H
99f7e55044
Fix the object effect color tween action ( #6452 )
2024-03-14 14:13:28 +01:00
Arthur Pacaud (arthuro555)
31ef3fec58
Add TypeScript type checking to JsExtension.js files ( #6321 )
2024-03-09 17:22:12 +01:00
D8H
fa4efef857
Fix a missing parameter in the sentence of the tween progress condition ( #6299 )
2024-01-30 10:35:25 +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
2e4e91c21e
Add tween actions (position, rotation and depth) for 3D objects ( #6122 )
2024-01-02 10:03:59 +01:00
D8H
423f15b513
Add actions to tween effect properties ( #5993 )
2023-12-04 15:25:40 +01:00
D8H
f991c09c39
Fix a crash when only the Ease expression is used from Tween extension ( #5821 )
2023-10-23 09:57:22 +02:00
D8H
a3cd00dc94
Fix a typo in the scale tween action ( #5815 )
2023-10-20 15:47:29 +02:00
D8H
230d410469
Fix missing exported files for scene tweens ( #5812 )
2023-10-20 15:20:16 +02:00
D8H
9a42ae11ad
Tween extension rework ( #5710 )
...
Fix bugs and change implementation for a better maintainability.
2023-10-19 11:24:32 +02:00
D8H
eb723b2a0e
Fix missing tags for installed extensions in the behavior list ( #5553 )
2023-08-13 13:14:27 +02:00
D8H
be84b2153f
Move some Tween actions in "Size" and "Visibility" groups ( #5551 )
2023-08-10 12:22:09 +02:00
AlexandreS
cf374737fc
Add support for built-in 3D games ( #5285 )
...
* This provides new 3D objects: 3D Box (perfect to create walls, floors, or billboards) and 3D Model (to import objects created in a 3D modeling app).
* 2D and 3D can be mixed in a same game. Each layer of a game can contain 2D objects, 3D objects or a mix of both.
* This allows to build 2D games, 2.5D games and full 3D games: platformers, racing games, FPS, hyper casual games. It's easy to start adding 3D objects to an existing 2D game.
* You can set up a light by adding an ambient light and/or directional light in the effects of a 3D layer. 3D objects can be configured to react to light or ignore it.
* In the future, support for 3D objects will be improved: light objects, animations, etc...
2023-05-16 17:37:49 +02:00
Aurélien Vivet
fb3d821368
Add a value range ( #4877 )
...
Don't show in changelog
2023-02-20 11:45:15 +01:00
AlexandreS
52ebfb8100
Remove starting value in tween variable actions
...
Also:
- Change phrasing for object tweens
2022-10-25 08:53:37 +02:00
D8H
df3433c55f
Add autocompletion for timers, tweens and other extensions identifiers ( #4386 )
2022-10-13 13:39:53 +02:00
D8H
0706a54305
Reorganize extensions categories ( #4345 )
2022-10-04 10:37:27 +02:00
Aurélien Vivet
d0c9ff6754
Fix the action to tween the number of a scene variable ( #4235 )
2022-08-28 16:53:16 +02:00
Arthur Pacaud
c86388018c
Add tween actions for camera zoom and camera rotation ( #4174 )
2022-08-03 22:21:45 +02:00
Florian Rival
5a71b3a05f
Add the unit (milliseconds) in the Tween behavior action parameters ( #4137 )
2022-07-24 22:23:35 +02:00
Arthur Pacaud
e65b576e4b
Adding actions to tween the value of a scene variable or a layer camera position ( #4022 )
...
* Like tweens added on objects, these tweens can be manipulated: paused, resumed or stopped.
2022-06-27 23:56:16 +02:00
D8H
7258da9927
[Tween] Fix the icon of the expression. ( #3606 )
...
Don't show in changelog
2022-02-09 18:23:01 +01:00
D8H
83a390089d
Add an expression to use Tween easing functions ( #3605 )
...
* This is useful to do easing with other formulas rather than the classic "lerp".
2022-02-09 10:05:42 +01:00
D8H
0fd9173069
Improve consistency of behavior descriptions by starting them with a verb. ( #3484 )
2022-01-17 17:05:37 +00:00
AlexandreSi
b37d05f78c
Add color picker to Add Object Color Tween action 'To color' parameter
2021-09-14 11:11:52 +02:00
aphoenixholland
7748f3c48e
Add support for tweening object color using Hue/Saturation/Lightness (HSL) ( #2571 )
...
* This is useful to make some effects or have a more natural color change.
2021-05-17 23:23:03 +01:00
aphoenixholland
7a7a0d0eec
Add an option to Tween behavior scale actions to scale an object from its center ( #2611 )
2021-05-09 11:44:23 +01:00
Florian Rival
f35a3a6827
Improve description of all extensions
...
Don't show in changelog
2021-01-21 20:05:08 +00:00
Aurélien Vivet
4ab14d18f8
Add width and height actions for Tweens ( #2041 )
...
* Add width and height actions for Tweens.
* Add width and height tweens to the example.
Show the rest in the developer changelog
* Clean the example Tween-test
* Generate fixtures for the webapp
2020-10-19 13:44:00 +02:00
Florian Rival
b5990ecbe3
Fix tween behavior sometimes not working properly
2020-08-31 13:29:03 +01:00
Florian Rival
9d015b9cd1
Add Flow static typing to JsExtension.js files
2020-06-20 16:57:21 +01:00
Florian Rival
fc5905b7f4
Update descriptions of extensions
...
Don't show in changelog
2020-06-20 16:57:21 +01:00
Bouh
c75c6f3df1
Make warning/error icons color + other fixes ( #1330 )
2019-12-23 13:59:19 +01:00
Florian Rival
3a90d15ddb
Remove useless translations markers
2019-05-23 23:00:25 +01:00
Florian Rival
433dc763d1
Separate Behavior into BehaviorContent and Behavior, and add RuntimeBehavior for GDCpp
2019-05-03 22:47:21 +01:00
Wend1go
1c7d11a302
Add Tween behavior to animate object position/angle/properties ( #980 )
...
* Implementation based on Shifty.js
* Add examples
2019-04-03 23:34:11 +01:00