Commit graph

851 commits

Author SHA1 Message Date
Lubos Lenco 66e9572554 Add clear pass for metal 2020-05-04 23:08:47 +02:00
Valentín Barros 9cb88c111a Added CanvasScript.setUiScale method.
It sets the scale factor for the UI elements.
2020-04-27 12:00:59 +02:00
Moritz Brückner 9ebf4577ca Fix SetRotation Node when vector input is null 2020-04-19 17:25:08 +02:00
Lubos Lenco 2002414f7a
Merge pull request #1668 from MoritzBrueckner/fix-canvas-visible-node
CanvasSetVisibleNode: Fix exception when the element doesn't exist
2020-04-18 16:58:24 +02:00
Moritz Brückner 4e8b99637a Fix exception when the element cannot be found
Related to https://github.com/armory3d/armory/issues/1659
2020-04-18 01:20:25 +02:00
Moritz Brückner 275784fd76 WalkNavigation: set flying speed via mouse wheel 2020-04-18 01:02:45 +02:00
QuantumCoderQC 91988372fd OnCanvasElement node now takes into account anchoring points 2020-04-15 20:15:36 +02:00
QuantumCoderQC d815a5fc98 OnCanvasElement node now takes into account anchoring point 2020-04-14 20:07:44 +02:00
Lubos Lenco e4102c9c50
Merge pull request #1654 from MoritzBrueckner/misc
A bunch of really small improvements
2020-04-13 16:08:30 +02:00
Moritz Brückner 3b1437aca5 Fix debug console look (again) 2020-04-12 20:04:16 +02:00
Moritz Brückner 247e0b4c3b Refactor ArrayAddNode + combine it with ArrayAddUnique 2020-04-12 17:33:27 +02:00
Moritz Brückner a4dba65a7a "Fix" vector node 2020-04-12 17:32:52 +02:00
Lubos Lenco f446c0a009
Merge pull request #1650 from MoritzBrueckner/array-loop
Fix ArrayLoopNode socket (dynamic value) + add "Index" output
2020-04-12 11:33:19 +02:00
Lubos Lenco 6abaacd907
Merge pull request #1651 from QuantumCoderQC/master
Added set checkbox and OnCanvasElement Node
2020-04-12 11:30:36 +02:00
Lubos Lenco 26aa9956a2
Merge pull request #1652 from RLP9GHR60I/iss1256
Add "Has contact (Array)" node
2020-04-12 11:29:17 +02:00
Daniel B. Bruno 4a3d3a58d6 Add "Has contact (Array)" node
This node was requested on issue #1256.
2020-04-11 17:57:21 -03:00
QuantumCoderQC dda2396313 Added set checkbox and OnCanvasElement Node 2020-04-11 18:33:53 +02:00
Moritz Brückner a9d2a10d0b Fix ArrayLoopNode socket (dynamic value) + add "Index" output 2020-04-11 17:49:17 +02:00
Moritz Brückner 403e52109c Add "fake user" setting for traits 2020-04-10 20:43:59 +02:00
Lubos Lenco 3edccefddf
Merge pull request #1639 from Sandy10000/master
Mark return value for CanvasGetPosition nodes
2020-04-09 15:31:13 +02:00
Moritz Brückner 08b690adf8 DebugConsole: Fix outliner look 2020-04-09 00:21:35 +02:00
Moritz Brückner f242e0316e Fix debug console for scenes with no world 2020-04-09 00:20:54 +02:00
Sandy f035b3aaba
Mark return value for CanvasGetPosition nodes 2020-04-08 23:41:01 +09:00
luboslenco 4c3332858e Mark return value for CanvasGetCheckbox and CanvasGetSlider nodes 2020-04-07 10:31:32 +02:00
QuantumCoderQC f3b58c0f31 Fixed Bullet Rigid Body C target issue 2020-04-03 17:05:13 +02:00
Sandy 37e04689d5
Delete Distance Node
Remove this because the same can be achieved with "Vector Math"
2020-03-16 22:22:47 +09:00
Simonrazer 5cde1487ca
Update CanvasScript.hx 2020-03-16 09:05:42 +01:00
QuantumCoderQC 1770aeb002 Added nodes to start animation from a partivular frame index 2020-03-14 23:30:09 +01:00
Sandy 3f77ff397d
Add new
Input of "Get Distance" is Object, but input of "Distance" is Vector.
2020-03-14 21:03:07 +09:00
Sandy d1a0fc69c8
Addressing issues reported in the Armory forum
https://forums.armory3d.org/t/something-wrong-with-translate-on-local-axis/2772
https://forums.armory3d.org/t/how-to-avoid-camera-going-through-rigid-bodies/3945
2020-03-14 20:58:56 +09:00
QuantumCoderQC 2d282c9582 Fixed Bullet RigidBody memory leak 2020-03-08 21:34:35 +01:00
Lubos Lenco 963b6ed980
Merge pull request #1598 from Naxela/master
Merge PPM
2020-03-05 19:36:10 +01:00
Alexander Kleemann 3dce053aa3
Update Postprocess.hx
Accidentally deleted the return value when removing comments
2020-03-04 20:11:37 +01:00
Alexander 60f72e7e0e Merge in PPM
Redone and ready to be merged with Armory
2020-03-04 17:45:19 +01:00
luboslenco cfbe3a7dce Some more position access fixes 2020-03-03 22:50:20 +01:00
luboslenco 23d649fe32 Fix RigidBody compile 2020-03-03 22:41:39 +01:00
Valentín Barros a9521846a2 Fix armory.logicnode.SetRotationNode vector type for input [fixes #1572]
Fixes for example the `virtual_gamepad` demo crashing on startup
in Android.
2020-03-02 11:11:15 +01:00
Moritz Brückner 110a068605 Fix TransformExtension.hx 2020-02-29 21:26:24 +01:00
Moritz Brückner 16ad030f41 Rename variable (more intuitive)
Thanks to nubleet on Discord for mentioning this
2020-02-22 23:57:16 +01:00
Moritz Brückner c60f41186d Expose NavAgent turn speed to the UI 2020-02-22 23:08:33 +01:00
Lubos Lenco becda78736
Merge pull request #1578 from MoritzBrueckner/fixes
Some smaller fixes
2020-02-19 21:40:53 +01:00
Moritz Brückner f5f9d8c13b CanvasScript: add getCanvas() function and improve docstrings 2020-02-19 14:28:27 +01:00
Moritz Brückner d2b26925c2 Fix AddGroupNode 2020-02-19 14:24:44 +01:00
Moritz Brückner 486b462153 Fix math package and improve docstrings 2020-02-19 14:24:31 +01:00
Sandy b504e00f96
Handling issues posted on the Armory forum 2020-02-09 23:43:48 +09:00
N8n5h afdc54bc35 Fixed DebugDraw line drawing method
Now lines should always face the camera.
2020-01-05 11:48:29 -03:00
Lubos Lenco 7f3a119d26
Merge pull request #1534 from MoritzBrueckner/debug-traits
DebugConsole: add trait detail view
2020-01-03 15:41:14 +01:00
BlackGoku36 aaed3592d2 Add setCanvasFontSize 2020-01-03 17:40:13 +05:30
Moritz Brückner d36c8a4176 DebugConsole: implement trait detail view 2020-01-02 18:48:02 +01:00
luboslenco 3c058568f7 Add TransformExtension 2020-01-02 13:47:06 +01:00