Commit graph

2708 commits

Author SHA1 Message Date
tong 9389c5f44d Fix unset object prop 2020-07-04 23:02:33 +02:00
Lubos Lenco bf96cd5f1c
Merge pull request #1755 from tong/fix-softbody-export
Fix softbody export
2020-07-03 09:10:07 +02:00
tong 8d07d6290e Fix param name 2020-07-02 18:37:29 +02:00
Lubos Lenco 1aded8a9f9
Merge pull request #1752 from Sanva/master
Fixed `armory.trait.PhysicsDrag.update` for Hashlink [fixes #1730]
2020-07-01 09:32:39 +02:00
Valentín Barros 34a6a428d2 Fixed armory.trait.PhysicsDrag.update for Hashlink [fixes #1730]
Just enabling the same code used for JavaScript.
2020-07-01 09:26:05 +02:00
luboslenco 7f4a2788cc Bump version 2020-06-30 22:49:15 +02:00
Lubos Lenco 024568d675
Merge pull request #1750 from tong/cmft-silent-param
CMFT: add --silent param if arm_verbose_output is not set
2020-06-30 22:20:08 +02:00
tong 7dec8e004c CMFT: add --silent param if not arm_verbose_output 2020-06-30 17:02:57 +02:00
Lubos Lenco e9bd442386
Merge pull request #1747 from Sanva/master
Fixed `armory.trait.physics.bullet.PhysicsWorld.rayCast` for Hashlink.
2020-06-29 16:19:13 +02:00
Valentín Barros f89ac4ba7d Fixed armory.trait.physics.bullet.PhysicsWorld.rayCast for Hashlink.
Just enabling the same code used for C++.
2020-06-29 12:44:21 +02:00
Lubos Lenco 9b80b426e5
Merge pull request #1746 from tong/cmft-threads-cpu
CMFT use all available cpus
2020-06-28 21:53:58 +02:00
tong 702588b0c4 CMFT use available cpus 2020-06-28 20:32:08 +02:00
Lubos Lenco 323e40059b
Merge pull request #1745 from tong/optimize-pp-callback
Replace if conditions with switch
2020-06-27 16:20:23 +02:00
tong 11a3358879 Replace if conditions with switch 2020-06-27 15:59:53 +02:00
Lubos Lenco effd982afa
Merge pull request #1742 from tong/fix-verbose-mode
Add haxe --times flag on verbose not debug_console
2020-06-25 14:22:31 +02:00
tong c89a40da85 Add haxe --times flag on verbose not debug_console 2020-06-25 13:02:56 +02:00
Lubos Lenco 48e0ca9d2e
Merge pull request #1741 from tong/fix-node-item-import
Fix NodeItem import
2020-06-25 12:32:47 +02:00
tong a91cf665e7 Add missing import 2020-06-25 12:14:57 +02:00
Lubos Lenco 0c9f65ee0b
Merge pull request #1735 from MoritzBrueckner/layout-nodes
Add reroutes and frames to add node menu
2020-06-19 12:14:32 +02:00
Moritz Brückner 85a9340764 Add reroutes and frames to add node menu 2020-06-18 14:15:34 +02:00
Lubos Lenco d81a2eacd1
Merge pull request #1733 from tong/static-analyzer-compat
Fix building with analyzer-optimize enabled
2020-06-18 13:39:50 +02:00
tong 0401033362 Fix ammo lib loading 2020-06-17 19:13:43 +02:00
Lubos Lenco bb8a92bc4a
Merge pull request #1732 from tong/improve-fetch-script-names
Improve fetch script names
2020-06-15 10:04:03 +02:00
tong a7f9acd606 Use regexp to validate haxe module name 2020-06-14 23:04:49 +02:00
tong 5ff56e6464 Filter haxe modules with invalid names 2020-06-14 21:08:06 +02:00
Lubos Lenco 11de7a8062
Merge pull request #1729 from MoritzBrueckner/bool-socket-fix
Fix boolean node sockets
2020-06-11 23:29:33 +02:00
Moritz Brückner 4f5d8a83d3 Fix boolean node sockets 2020-06-11 22:51:38 +02:00
Lubos Lenco 9b0836559f
Merge pull request #1728 from MoritzBrueckner/custom-sockets
Implement custom default values for custom node sockets
2020-06-11 11:31:54 +02:00
Moritz Brückner 740b84db41 Cleanup build_default_node() 2020-06-10 14:39:21 +02:00
Moritz Brückner 85411312d7 Implement custom default values for custom node sockets 2020-06-10 14:25:01 +02:00
Lubos Lenco 057fbdb05d
Merge pull request #1727 from tong/term-colors
Colored terminal output
2020-06-09 09:18:20 +02:00
tong b75e19e88a Disable terminal colors on windows < 10 2020-06-08 13:32:06 +02:00
tong 107c61ad3e Colored terminal output 2020-06-08 12:26:17 +02:00
Lubos Lenco 2b921fa616
Merge pull request #1726 from MoritzBrueckner/nodes
Node socket improvements
2020-06-08 12:12:27 +02:00
Moritz Brückner 1dfc777f2b Add CustomSocket node socket type 2020-06-08 08:49:21 +02:00
Moritz Brückner 3cd6ab1331 Escape '"' in logic node strings 2020-06-07 20:02:07 +02:00
Lubos Lenco bc2ecab27c
Merge pull request #1724 from tong/js-syntax
Replace __js__ with Syntax.code
2020-06-06 12:20:42 +02:00
tong 807497daf3 Replace __js__ with Syntax.code 2020-06-05 10:53:57 +02:00
Lubos Lenco e82c9250cd
Merge pull request #1723 from MoritzBrueckner/vector-reflect
Implement "reflect" operation for VectorMathNode
2020-06-05 10:45:03 +02:00
Lubos Lenco a83360fd1d
Merge pull request #1722 from MoritzBrueckner/fix-particles
Fix multi-usage of particle systems
2020-06-05 10:44:48 +02:00
Moritz Brückner 2e398c96ba Implement "reflect" operation for VectorMathNode 2020-06-04 22:19:02 +02:00
Moritz Brückner dd72b2dd18 Fix multi-usage of particle systems 2020-06-04 22:15:41 +02:00
luboslenco 12cdd57748 Bump version 2020-05-30 22:50:41 +02:00
Lubos Lenco 068abc3464
Merge pull request #1715 from tong/debug-console-format-output
Proper debug console log output formatting
2020-05-24 19:04:38 +02:00
tong 6c94354da6 Proper debug console log output formatting 2020-05-24 18:28:53 +02:00
Lubos Lenco 7f6592ef39
Merge pull request #1712 from tong/custom-play-scene
Allow to set custom play scene
2020-05-23 13:37:07 +02:00
tong bba3b924c0 Allow to set custom play scene 2020-05-23 12:18:07 +02:00
Lubos Lenco ad3d3c63e6
Merge pull request #1711 from MoritzBrueckner/background-mode
Fix for running blender in background mode
2020-05-21 21:26:35 +02:00
Moritz Brückner 2b5ca912fb Fix for running blender in background mode 2020-05-21 12:01:21 +02:00
Lubos Lenco 86e07cf9c0
Merge pull request #1705 from MoritzBrueckner/master
Big PlaySoundRawNode update
2020-05-16 12:15:00 +02:00