Florian Rival
4fbbd34d40
Fix typo
2020-02-07 17:10:30 +00:00
Arthur Pacaud
054e48227c
Make object and behavior registering more explicit ( #1379 )
2020-01-17 22:49:24 +00:00
Arthur Pacaud
99312c71e0
Improve overall type annotations ( #1361 )
...
* Add type annotation for ObjectData and related types.
* Add missing type annotations.
* Add // @ts-check to some files.
2020-01-12 20:14:00 +00:00
Florian Rival
a0887a1982
Fix rendering of particles not using a texture
2020-01-06 23:41:15 +00:00
Florian Rival
3b89284fd2
Normalize/fix some action/condition sentences
2020-01-03 22:29:08 +00:00
Florian Rival
2f8840b2cf
[codemod] Adapt sentences of action/conditions
2019-12-27 13:46:57 +01:00
Florian Rival
5df3afdb67
Adapt extension properties to new sentences + various changes
2019-12-27 13:46:57 +01:00
Florian Rival
7abff84cc8
Fix particles flow condition sentence
2019-12-24 16:04:19 +01:00
Florian Rival
c94964b2db
Fix typo
2019-10-13 19:43:21 +01:00
Florian Rival
aa7a4a4ff3
Rename onOwnerRemovedFromScene to onDestroy and fix onCreated/onDestroy calls
...
* Rename onOwnerRemovedFromScene to onDestroy (because it can be now called when a scene is destroyed)
* Fix it being not called when a scene is destroyed (so behavior don't get a chance to clean up what they have created)
* Fix onCreated being called before the object is fully initialized (for custom behaviors or behaviors relying on an object type)
2019-07-28 17:43:50 +01:00
Florian Rival
4483e0659a
Rename 'Value to test' to 'Value to compare'
2019-06-19 21:28:58 +01:00
Florian Rival
d59f40ff5d
[WIP] Clean old methods used only in GD4 in objects and behaviors (2)
2019-04-21 19:40:05 +01:00
Florian Rival
edd98d8bd5
[WIP] Clean old methods used only in GD4 in objects and behaviors
2019-04-21 10:20:32 +01:00
Florian Rival
7f0033989a
[WIP] Partially clean GDJS/GDCpp/GDCore of wxWidgets related code
2019-04-20 01:21:28 +01:00
Florian Rival
3166daf041
Fix a bunch of mistakes/typos
2019-02-28 23:07:34 +00:00
Florian Rival
5a44fd8b9f
Fix wording in Particle actions/conditions
2019-02-24 17:11:57 +00:00
Florian Rival
5f8546c3b9
Avoid crash of the debugger with Particle Emitters
...
This is done by using _renderer as the name for the renderer property,
with an underscore, which is filtered by the debugger when the game
is dumped.
2019-01-06 22:59:21 +00:00
Lizard-13
a33b421de4
Expose particles rotation speed option ( #688 )
2018-10-05 17:56:44 +01:00
Florian Rival
563bc6c64c
Fix particle texture not properly handled/corrupted in GD5
2018-08-30 21:38:44 +01:00
Florian Rival
39887ccc80
Add help links in actions/conditions editor ( #576 )
...
* Add support for help links in InstructionParametersEditor.
* Add help paths for extensions/objects/behaviors/instructions
2018-08-07 23:03:50 +01:00
Lizard-13
b64eeebcbe
Add missing functions and bugfix for particles ( #555 )
...
* Add missing functions and bugfix for particles
* parseInt in base 10
2018-07-16 23:03:45 +01:00
Florian Rival
147dc321f1
Fix formatting
2018-06-04 16:03:00 +01:00
Florian Rival
0e0c49c11b
Fix Get/SetConeSprayAngle in ParticleEmitterObject
2018-05-26 21:46:59 -07:00
Florian Rival
e78fa036a3
Avoid a Emscripten compilation issue related to ambiguous method
2018-05-26 17:16:14 -07:00
Florian Rival
23dab5cfe1
Add support for displaying ParticleEmitter objects in newIDE
2018-05-26 16:31:25 -07: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
Lizard-13
4a6c37f502
Fix Cocos particles size
2018-04-13 06:50:51 -03:00
Lizard-13
9ce734e204
More particles fixes
2018-04-13 06:27:37 -03:00
Lizard-13
6db6455bb6
Improve particles
2018-04-09 22:38:47 -03:00
Florian Rival
940eac6bc4
Fix Pixi and Cocos2d-JS particles flow/tank support and adapt Explosion example
2018-04-08 23:28:51 +02:00
Florian Rival
6908f51b4a
Fix hasStarted method of ParticleEmitterObject (Pixi.js and Cocos2d-JS renderers)
2018-04-08 22:34:01 +02:00
Lizard-13
1019aaba5f
Update exporter and improve readability
2018-04-08 11:48:28 -03:00
Lizard-13
5770ac6396
Add support for particles in web platform
2018-04-07 23:51:28 -03:00
wild-master
0f4d73fae3
English translation improvements ( #375 )
2017-08-28 22:04:16 +02:00
Florian Rival
65b02a7460
Merge pull request #314 from victorlevasseur/bugfix/particle-system
...
Bugfix/particle system
2016-12-25 21:12:47 +01:00
Victor Levasseur
d7509cf7c7
Update to SFML 2.4.1 and fix particle texturing
2016-12-24 22:52:36 +01:00
Florian Rival
66ef1e0abf
Refactor RuntimeObject and behaviors to allow per-layer timescale
2016-12-01 22:18:08 +01:00
Victor Levasseur
d20b5a0fbb
gd::Object and RuntimeObject are now cloned in unique_ptr
2016-11-15 08:33:56 +01:00
Victor Levasseur
72df404d7f
Automatic versioning ( #311 )
...
* Use the port number in SendHttpRequest and DownloadFile
* Fix "Custom size" and "Custom viewports" not displayed in layer propgrid
* Fix Fedora spec file
* Use automatic versioning from git
* A "correct" version number is now generated even if git is unable to find a tag
2016-11-11 11:32:56 +01:00
Victor Levasseur
bc5349fd26
Remove useless files (SPARK doc, Box2D doc, dlib doc)
2016-08-08 18:45:51 +02:00
Victor Levasseur
cd05c57e20
Remove useless SPARK vc2008 libs
...
Prevents a crash when packaging for Fedora
2016-04-17 23:54:29 +02:00
Florian Rival
117722621a
Change file organization in GDCpp to have a Runtime directory inside GDCpp
2016-02-09 19:42:52 +01:00
Victor Levasseur
12323965e0
RuntimeObjects ctor now takes their Object derivative as argument
2016-01-28 17:37:27 +01:00
Victor Levasseur
804e8c8718
Remove old CreateXXXObject(...) functions
2016-01-28 17:15:48 +01:00
Victor Levasseur
a549f220cb
Extensions now use the new templated AddObject and AddRuntimeObject methods
2016-01-28 16:45:35 +01:00
Florian Rival
e444e80493
Update copyrights year
2016-01-14 19:46:56 +01:00
Florian Rival
db69c83a58
Change file organization 5 (GDCpp/Project)
2015-11-01 17:06:23 +01: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
Victor Levasseur
c9fcdffc72
Fix accentuated characters in ParticleEmitterObjectEditor
2015-09-03 12:18:00 +02:00