Rémi Verschelde
9a78efc7c2
Merge pull request #12642 from BrainBlasted/fix_msbuild_unix
...
Added fallback for msbuild.exe.
2017-11-05 11:54:26 +01:00
Rémi Verschelde
a0ac0804ca
Merge pull request #12640 from poke1024/createnode-ui
...
In Create New Node, always select and show best (shortest) match
2017-11-05 11:51:59 +01:00
Rémi Verschelde
3149ef084b
Merge pull request #12639 from bojidar-bg/x-add-rest-template-listing
...
Change URL of the mirror list
2017-11-05 11:49:02 +01:00
Rémi Verschelde
e5c3e3bf13
Merge pull request #12638 from poke1024/fixcreate
...
Fixes random sorting order in Create New Node dialog
2017-11-05 11:48:13 +01:00
Rémi Verschelde
5bc2cf257b
Convert DOS line endings to Unix line endings
...
Should fix issues some of us have with `misc/dist/uwp_template/AppxManifest.xml`
always showing up as modified.
Might cause issues on Windows due to the removal of BOMs or change of line endings
in some of the Mono, UWP or gradlew.bat files, we will test and adapt if need be.
2017-11-05 11:37:59 +01:00
Rémi Verschelde
a89fa34c21
Merge pull request #12641 from AndreaCatania/bullet
...
Bullet physics wrapper
2017-11-05 09:25:33 +01:00
Poommetee Ketson
f7a41c1e30
Merge pull request #12647 from leezh/dedent_return
...
Fixed dedent() binding did not return result
2017-11-05 08:10:24 +07:00
Zher Huei Lee
609cf36f8d
Fixed dedent() binding did not return result
2017-11-05 09:07:06 +08:00
BrainBlasted
8e2a756eb8
Added for fallback msbuild.exe.
...
Fixes #12613
2017-11-04 21:05:22 -04:00
Thomas Herzog
efb795b599
Merge pull request #12630 from karroffel/configfile-orderedhashmap
...
make ConfigFile sections ordered
2017-11-05 00:14:47 +01:00
AndreaCatania
fb4871c919
Bullet physics engine implementation
...
This is a bullet wrapper that allows Godot to use Bullet physics and benefit about all features.
Also it support all specific Godot physics functionality like multi shape body, areas, RayShape, etc..
It improve the Joints, Trimesh shape, and add support to soft body even if Godot is not yet ready to it.
2017-11-04 20:52:59 +01:00
Bernhard Liebl
8f204d78fd
In Create New Node, always select and show best (shortest) match
2017-11-04 20:21:41 +01:00
AndreaCatania
ed047261f0
Vendor thirdparty Bullet source for upcoming physics server backend
2017-11-04 20:08:26 +01:00
Bojidar Marinov
40acb850c0
Change URL of the mirror list
2017-11-04 20:08:13 +02:00
Bernhard Liebl
a8012f1b25
Fixes random sorting order in Create New Node dialog
2017-11-04 19:01:01 +01:00
Thomas Herzog
3cbcf5c2dd
Merge pull request #12612 from karroffel/gdnative-poolarray-accessors
...
[GDNative] added Read and Write accessors to pool arrays
2017-11-04 14:22:25 +01:00
Karroffel
1386647cdf
make ConfigFile sections ordered
2017-11-04 14:08:21 +01:00
Poommetee Ketson
9aebdd2ae8
Merge pull request #12593 from DmDerbin/master
...
AStar: implementation of get_point_connections
2017-11-04 16:49:29 +07:00
DmDerbin
4c79e58e3f
AStar: implementation of get_point_connections
2017-11-04 11:21:03 +03:00
Juan Linietsky
7715a261d5
Merge pull request #12262 from AndreaCatania/pplug
...
Physics server plug
2017-11-03 23:39:44 -03:00
AndreaCatania
7a9ca08f16
Implemented physics plug
...
Moved init_physics
Implemented physics 2D plug
Fix clang
Fix clang
Fix static check
Fix clang
Fix static check
Moved physics server initialization
Moved physics server settings initialization
2017-11-04 03:25:51 +01:00
Bastiaan Olij
25c38c7542
Merge pull request #12557 from BastiaanOlij/arvr_add_rumble_support
...
Adding rumble support to ARVR controllers
2017-11-04 08:57:25 +11:00
Rémi Verschelde
acd193b62e
Merge pull request #12610 from karroffel/gdnative-api-fixes
...
[GDNative] small API bug fixes
2017-11-03 21:02:58 +01:00
Karroffel
af5c6be074
[GDNative] added Read and Write accessors to pool arrays
2017-11-03 18:17:58 +01:00
Karroffel
8b11e17f70
[GDNative] small API bug fixes
2017-11-03 16:05:21 +01:00
Thomas Herzog
8e145fa1a8
Merge pull request #12608 from karroffel/configfile-orderedhashmap
...
make ConfigFile use OrderedHashMap
2017-11-03 15:07:31 +01:00
Karroffel
38d56c8351
make ConfigFile use OrderedHashMap
2017-11-03 14:33:19 +01:00
Rémi Verschelde
c880302754
Merge pull request #12566 from bncastle/select_anim_fix
...
Select correct animation on creation of a new one
2017-11-02 14:21:09 +01:00
Rémi Verschelde
cefdb34f6c
SCons: make use_lto a global option and opt-in for iphone
...
Supersedes #12553 , see discussion in #12552 .
2017-11-02 09:11:50 +01:00
Rémi Verschelde
51b7fd90e6
Merge pull request #12577 from Keetz/master
...
Fixed AnimationPlayer.get_autoplay() returning empty string
[ci skip]
2017-11-02 08:58:01 +01:00
Rasmus Ketelsen
02382c4fd8
Fixed AnimationPlayer.get_autoplay() returning empty string
2017-11-02 08:42:43 +01:00
Rémi Verschelde
4b477263a7
Merge pull request #12575 from leezh/richtext_newline_fix
...
Fixed RichTextLabel::add_newline() Fixes #12564
2017-11-02 07:56:41 +01:00
Juan Linietsky
79f81b77e2
-Modules can now add custom version info (added it for Mono)
...
-Version string takes this version info
-Ability to download templates from the interweb (listing does not work yet)
2017-11-01 23:13:27 -03:00
Zher Huei Lee
6ba94cb924
Fixed RichTextLabel::add_newline() #12564
2017-11-02 08:46:28 +08:00
Rémi Verschelde
93a3d1714e
Merge pull request #12568 from starry-abyss/vs2013_fix
...
Fix compilation on Visual Studio 2013 again.
[ci skip]
2017-11-01 22:40:12 +01:00
scorched
1d99f93a7a
Fix compilation on Visual Studio 2013 again.
2017-11-01 23:47:05 +03:00
bncastle
95408c8670
Select correct animation on creation of a new one
...
- Select the correct animation when creating a new one.
- Removed unneeded new_name variable.
2017-11-01 15:40:58 -04:00
Gilles Roudiere
025f138561
Merge pull request #10618 from poke1024/polygon2d-selection
...
Proposal for modified Polygon2D editor controls
2017-11-01 18:16:33 +01:00
Bastiaan Olij
167b7b5533
Adding rumble support to ARVR controllers (if implemented on the ARVR interface)
2017-11-01 23:59:14 +11:00
Rémi Verschelde
584bc88834
Merge pull request #12559 from Cradmon/filesystemDockFix
...
Fix to issue #12554 , due to error in refactoring in PR #10261
2017-11-01 12:45:08 +01:00
Cradmon
93e8468d92
Fix to issue #12554 , due to error in refactoring in PR #10261
2017-11-01 11:31:13 +00:00
Rémi Verschelde
58889102b6
Merge pull request #12538 from akien-mga/editorsettings
...
Code quality refactoring in EditorSettings
2017-11-01 08:25:03 +01:00
Rémi Verschelde
fc6ef93cc8
Merge pull request #12548 from SaracenOne/vertex_compression_import_fix
...
Restores functionality of the use_compression flag in Collada import
2017-11-01 07:59:39 +01:00
Rémi Verschelde
f8ed1144df
Merge pull request #12025 from leezh/dedent
...
Added String::dedent() to remove text indentation
2017-11-01 07:58:27 +01:00
Poommetee Ketson
7a5594bdb7
Merge pull request #12547 from cooperra/specially-vs-especially
...
Proofreading: Change a usage of "specially" to "especially"
[ci skip]
2017-11-01 10:20:43 +07:00
Ignacio Etcheverry
3c97a9543d
Merge pull request #12549 from neikeq/seriously-do-they
...
Mono cleanup fixes
2017-11-01 01:56:16 +01:00
Ignacio Etcheverry
cb3ef3c7e6
Merge pull request #12546 from neikeq/do-people-read-these
...
Use mono_gc_wbarrier_set_arrayref for Array marshalling
2017-11-01 01:52:42 +01:00
Ignacio Etcheverry
a018cbaee1
Fix thread checking to queue instances for deletion
2017-11-01 01:51:12 +01:00
Ignacio Etcheverry
06ea441564
Make sure gchandle bindings are released before cleanup
2017-11-01 01:48:47 +01:00
Saracen
ef90965883
Restores functionality of the use_compression flag in the Collada importer.
2017-11-01 00:01:24 +00:00