summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-05Merge pull request #12641 from AndreaCatania/bulletRémi Verschelde
Bullet physics wrapper
2017-11-05Merge pull request #12647 from leezh/dedent_returnPoommetee Ketson
Fixed dedent() binding did not return result
2017-11-05Fixed dedent() binding did not return resultZher Huei Lee
2017-11-05Merge pull request #12630 from karroffel/configfile-orderedhashmapThomas Herzog
make ConfigFile sections ordered
2017-11-04Bullet physics engine implementationAndreaCatania
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-04Vendor thirdparty Bullet source for upcoming physics server backendAndreaCatania
2017-11-04Merge pull request #12612 from karroffel/gdnative-poolarray-accessorsThomas Herzog
[GDNative] added Read and Write accessors to pool arrays
2017-11-04make ConfigFile sections orderedKarroffel
2017-11-04Merge pull request #12593 from DmDerbin/masterPoommetee Ketson
AStar: implementation of get_point_connections
2017-11-04AStar: implementation of get_point_connectionsDmDerbin
2017-11-03Merge pull request #12262 from AndreaCatania/pplugJuan Linietsky
Physics server plug
2017-11-04Implemented physics plugAndreaCatania
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-04Merge pull request #12557 from BastiaanOlij/arvr_add_rumble_supportBastiaan Olij
Adding rumble support to ARVR controllers
2017-11-03Merge pull request #12610 from karroffel/gdnative-api-fixesRémi Verschelde
[GDNative] small API bug fixes
2017-11-03[GDNative] added Read and Write accessors to pool arraysKarroffel
2017-11-03[GDNative] small API bug fixesKarroffel
2017-11-03Merge pull request #12608 from karroffel/configfile-orderedhashmapThomas Herzog
make ConfigFile use OrderedHashMap
2017-11-03make ConfigFile use OrderedHashMapKarroffel
2017-11-02Merge pull request #12566 from bncastle/select_anim_fixRémi Verschelde
Select correct animation on creation of a new one
2017-11-02SCons: make use_lto a global option and opt-in for iphoneRémi Verschelde
Supersedes #12553, see discussion in #12552.
2017-11-02Merge pull request #12577 from Keetz/masterRémi Verschelde
Fixed AnimationPlayer.get_autoplay() returning empty string [ci skip]
2017-11-02Fixed AnimationPlayer.get_autoplay() returning empty stringRasmus Ketelsen
2017-11-02Merge pull request #12575 from leezh/richtext_newline_fixRémi Verschelde
Fixed RichTextLabel::add_newline() Fixes #12564
2017-11-01-Modules can now add custom version info (added it for Mono)Juan Linietsky
-Version string takes this version info -Ability to download templates from the interweb (listing does not work yet)
2017-11-02Fixed RichTextLabel::add_newline() #12564Zher Huei Lee
2017-11-01Merge pull request #12568 from starry-abyss/vs2013_fixRémi Verschelde
Fix compilation on Visual Studio 2013 again. [ci skip]
2017-11-01Fix compilation on Visual Studio 2013 again.scorched
2017-11-01Select correct animation on creation of a new onebncastle
- Select the correct animation when creating a new one. - Removed unneeded new_name variable.
2017-11-01Merge pull request #10618 from poke1024/polygon2d-selectionGilles Roudiere
Proposal for modified Polygon2D editor controls
2017-11-01Adding rumble support to ARVR controllers (if implemented on the ARVR interface)Bastiaan Olij
2017-11-01Merge pull request #12559 from Cradmon/filesystemDockFixRémi Verschelde
Fix to issue #12554, due to error in refactoring in PR #10261
2017-11-01Fix to issue #12554, due to error in refactoring in PR #10261Cradmon
2017-11-01Merge pull request #12538 from akien-mga/editorsettingsRémi Verschelde
Code quality refactoring in EditorSettings
2017-11-01Merge pull request #12548 from SaracenOne/vertex_compression_import_fixRémi Verschelde
Restores functionality of the use_compression flag in Collada import
2017-11-01Merge pull request #12025 from leezh/dedentRémi Verschelde
Added String::dedent() to remove text indentation
2017-11-01Merge pull request #12547 from cooperra/specially-vs-especiallyPoommetee Ketson
Proofreading: Change a usage of "specially" to "especially" [ci skip]
2017-11-01Merge pull request #12549 from neikeq/seriously-do-theyIgnacio Etcheverry
Mono cleanup fixes
2017-11-01Merge pull request #12546 from neikeq/do-people-read-theseIgnacio Etcheverry
Use mono_gc_wbarrier_set_arrayref for Array marshalling
2017-11-01Fix thread checking to queue instances for deletionIgnacio Etcheverry
2017-11-01Make sure gchandle bindings are released before cleanupIgnacio Etcheverry
2017-11-01Restores functionality of the use_compression flag in the Collada importer.Saracen
2017-10-31Proofreading: Change a usage of "specially" to "especially"Robbie Cooper
See PR godotengine/godot-docs#561. This file generates documentation touched by that PR, so must be changed to stay in sync. I couldn't find any other usages in this repo that needed changing. I looked in all files matching *.cpp *.h *.md *.txt *.xml *.html *.rst.
2017-11-01Added String::dedent() to remove text indentationZher Huei Lee
This functions similarly to Python's textwrap.dedent() It's also been applied to doc_data.cpp to remove extra whitespace while parsing the XML.
2017-11-01Use mono_gc_wbarrier_set_arrayref for Array marshallingIgnacio Etcheverry
2017-10-31Merge pull request #12542 from Paulb23/enter_remove_text_issue_12494Rémi Verschelde
Remove text on enter, issue 12494
2017-10-31Merge pull request #12539 from bncastle/InputMapDialogClearActionRémi Verschelde
Clear action name text input when the action is successfully added to the Input Map [ci skip]
2017-10-31Some more harmonization of EditorSettings codeRémi Verschelde
2017-10-31Merge pull request #12537 from marcelofg55/wasapi_improvementsRémi Verschelde
Improved WASAPI driver logic when devices are connected or disconnected
2017-10-31Merge pull request #12536 from Hinsbart/cs_templatesRémi Verschelde
Mono: support custom script templates.
2017-10-31Merge pull request #12035 from Chaosus/wrapfuncRémi Verschelde
Added new Wrap functions for numbers