Commit graph

2334 commits

Author SHA1 Message Date
Lubos Lenco da793004c8
Merge pull request #1383 from Sandy10000/master
Logic node that loads url
2019-09-15 17:41:48 +02:00
Sandy 22d7eeaaff
Correcting category mistakes 2019-09-15 20:58:53 +09:00
Sandy c324b06cae
loadUrl
This node is dedicated to browser (HTML5) compilation.
Python : native_loadUrl.py
Haxe : LoadUrlNode.hx
Example : LoadUrl.blend
2019-09-14 21:15:04 +09:00
Sandy 6f6c26557a
loadUrl
This node is dedicated to browser (HTML5) compilation.
Python : native_loadUrl.py
Haxe : LoadUrlNode.hx
Example : LoadUrl.blend
2019-09-14 21:13:39 +09:00
Lubos Lenco baac952ba2
Merge pull request #1380 from MarketGarden/collision-filter-mask
Collision filter mask
2019-09-12 17:26:35 +02:00
Marc Gardent 7d7f591d07
fix CastPhysicsRayNode 2019-09-12 13:57:15 +02:00
Moritz Brückner 22dd37cc67 Add Sublime Text as a supported text editor
Todo: build configuration
2019-09-11 21:04:09 +02:00
Moritz Brückner ed5311b058 Remove whitespace 2019-09-11 20:58:53 +02:00
marketgarden c9911ad25f add collision-filter-mask feature 2019-09-10 23:09:44 +02:00
luboslenco 01920b99c7 Fix android target name 2019-09-08 19:08:47 +02:00
luboslenco 410230b65f Remove deprecated nodes 2019-09-06 18:48:21 +02:00
luboslenco 75c6121deb Audio fun 2019-09-01 11:59:32 +02:00
luboslenco ef1132b42c Bump version 2019-09-01 10:41:48 +02:00
luboslenco 09ed719b91 No serialize till kromx handles it 2019-09-01 10:41:10 +02:00
Lubos Lenco 38882187d7
Merge pull request #1357 from greyheron/master
Add getElements():Array<TElement> function to CanvasScript
2019-08-29 19:39:44 +02:00
luboslenco 6871ea29fb Deprecated cleanup 2019-08-27 21:42:00 +02:00
greyheron 56ef22be9d
Add getElements function to CanvasScript 2019-08-27 07:44:34 +01:00
luboslenco 24867658f1 Deprecated cleanup 2019-08-24 11:50:27 +02:00
luboslenco 4d5309a07a Fix terrain material creation 2019-08-23 16:12:30 +02:00
luboslenco be4853cb6a Forward path water pass 2019-08-22 11:59:54 +02:00
luboslenco bec7b9a1df Move template 2019-08-21 13:45:14 +02:00
luboslenco a08f2f5025 Set up CI with Azure Pipelines 2019-08-19 13:28:19 +02:00
luboslenco d31af5a95f Set up CI with Azure Pipelines 2019-08-19 13:25:39 +02:00
Lubos Lenco 5107c6b6e2 Set up CI with Azure Pipelines
[skip ci]
2019-08-18 17:04:29 +02:00
unknown df3a7b72cf Expose normal attribute 2019-08-17 21:29:28 +02:00
unknown 1cfea64a84 Simplify template 2019-08-14 11:34:20 +02:00
Lubos Lenco 0ef825f10c
Merge pull request #1342 from N8n5h/patch-1
Navmesh update 2
2019-08-11 18:53:12 +02:00
N8n5h 92153e15f2
Update props_traits.py
Add a few check to navmesh generation and message logs
2019-08-11 11:49:06 -03:00
N8n5h f07469db90
Update utils.py
Detect Bundled script to give proper name
2019-08-11 11:44:49 -03:00
Lubos Lenco ad114a95f8
Merge pull request #1338 from N8n5h/nav-update
update for navmesh generation
2019-08-10 12:57:22 +02:00
Lubos Lenco cb250a40f6
Merge pull request #1337 from Naxela/master
Lens dirt masking + Chromatic Aberration
2019-08-10 12:31:47 +02:00
Alexander 000ec17e3d Chromatic aberration 2019-08-08 20:02:42 +02:00
Alexander f521828edc Lens dirt masking 2019-08-08 18:56:56 +02:00
luboslenco ff5cf50e4e Fix dynamic resolution 2019-08-07 22:43:30 +02:00
user d21ff3e9d8 update 2019-08-07 12:02:36 -03:00
luboslenco ff3ca27aa9 Separate format lib 2019-08-04 15:31:25 +02:00
Lubos Lenco 7c5269cb96
Merge pull request #1329 from N8n5h/patch-1
Update VirtualGamepad.hx
2019-08-03 13:12:37 +02:00
N8n5h 6cd693d5ab
Update VirtualGamepad.hx 2019-08-02 13:21:31 -03:00
N8n5h 4357d809a0
Update VirtualGamepad.hx 2019-08-02 13:20:51 -03:00
N8n5h 4af744e9af
Update VirtualGamepad.hx 2019-08-02 13:00:09 -03:00
luboslenco 9c75616795 Fix kraffiti path 2019-08-01 20:14:16 +02:00
Lubos Lenco 1ce3f60538
Merge pull request #1324 from zaethan/master
Improve reroute handling in logic nodes
2019-07-23 16:26:19 +02:00
Yannik Böttcher a1d2190147 fixed comments 2019-07-22 20:00:26 +02:00
Yannik Böttcher c395146bad further improve reroute handling and ensure a specific execution order. Also handle unlinked reroutes 2019-07-22 19:36:00 +02:00
Lubos Lenco 448d9e5ffa
Merge pull request #1323 from MoritzBrueckner/anim-keyframes
Simplify animation export and support for baked FCurves & modifiers
2019-07-22 08:25:00 +02:00
Yannik Böttcher 89e78c77f6 Improve reroute handling in logic nodes 2019-07-21 20:52:52 +02:00
MoritzBrueckner d2c83e47f2 Remove not longer required variables 2019-07-19 22:44:22 +02:00
MoritzBrueckner 455151d102 Simplify animation export and support for baked FCurves & modifiers 2019-07-19 22:28:11 +02:00
MoritzBrueckner 85c0d2ca28 Correct Python syntax 2019-07-18 21:51:25 +02:00
MoritzBrueckner 963b2bd389 Merge branch 'master' into anim-keyframes 2019-07-18 21:02:35 +02:00