aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/pluginscript/pluginscript_instance.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-11-06Remove performance warnings, closes #11585Juan Linietsky1-0/+3
2017-11-06add support for Android NDK unified headersRhody Lugo2-3/+37
2017-11-06Prevent to stop music in another background app on iOSvolzhs1-0/+3
2017-11-06Fix WebAudio and HTML5 buildLeon Krause6-1119/+16
2017-11-05Added filter_clip to AtlasTextureMrCdK2-3/+24
2017-11-05Bullet - Added support to multiple spacesAndreaCatania2-19/+23
2017-11-05Changed line and word mouse selectionPaulb232-59/+137
2017-11-05make Dictionary use OrderedHashMapKarroffel1-68/+35
2017-11-05Fix selection and clicks on text in tables in RichTextLabelBernhard Liebl1-0/+3
2017-11-05Convert DOS line endings to Unix line endingsRémi Verschelde16-3520/+3520
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-05Basic docs for Geometry plus two new functionsBernhard Liebl3-0/+53
2017-11-05Fixed dedent() binding did not return resultZher Huei Lee1-1/+1
2017-11-04Added for fallback msbuild.exe.BrainBlasted2-0/+8
Fixes #12613
2017-11-04Bullet physics engine implementationAndreaCatania51-1/+9847
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-04Use AbstractPolygon2DEditor for Line2DBernhard Liebl4-324/+131
2017-11-04In Create New Node, always select and show best (shortest) matchBernhard Liebl3-0/+25
2017-11-04Vendor thirdparty Bullet source for upcoming physics server backendAndreaCatania648-0/+220889
2017-11-04Change URL of the mirror listBojidar Marinov1-4/+12
2017-11-04Fixes random sorting order in Create New Node dialogBernhard Liebl2-3/+4
2017-11-04Docs for wrap functionsChaosus1-0/+52
2017-11-04Docs cosmetics: add more space to Signals, Enumerations, Constants;Bernhard Liebl1-28/+47
aligned table layout for setters and getters
2017-11-04make ConfigFile sections orderedKarroffel3-34/+18
2017-11-04AStar: implementation of get_point_connectionsDmDerbin3-0/+40
2017-11-04Implemented physics plugAndreaCatania28-152/+286
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-03[GDNative] added Read and Write accessors to pool arraysKarroffel3-1/+791
2017-11-03[GDNative] small API bug fixesKarroffel5-8/+31
2017-11-03make ConfigFile use OrderedHashMapKarroffel3-10/+11
2017-11-02SCons: make use_lto a global option and opt-in for iphoneRémi Verschelde4-4/+7
Supersedes #12553, see discussion in #12552.
2017-11-02Fixed AnimationPlayer.get_autoplay() returning empty stringRasmus Ketelsen1-1/+0
2017-11-01-Modules can now add custom version info (added it for Mono)Juan Linietsky8-11/+268
-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 Lee1-1/+2
2017-11-01Fix compilation on Visual Studio 2013 again.scorched1-3/+3
2017-11-01Select correct animation on creation of a new onebncastle1-5/+3
- Select the correct animation when creating a new one. - Removed unneeded new_name variable.
2017-11-01Adding rumble support to ARVR controllers (if implemented on the ARVR interface)Bastiaan Olij7-1/+73
2017-11-01Fix to issue #12554, due to error in refactoring in PR #10261Cradmon1-3/+3
2017-11-01Fix thread checking to queue instances for deletionIgnacio Etcheverry2-3/+7
2017-11-01Make sure gchandle bindings are released before cleanupIgnacio Etcheverry2-0/+15
2017-11-01Restores functionality of the use_compression flag in the Collada importer.Saracen3-13/+17
2017-10-31Proofreading: Change a usage of "specially" to "especially"Robbie Cooper1-1/+1
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 Lee4-4/+54
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 Etcheverry1-1/+1
2017-10-31Some more harmonization of EditorSettings codeRémi Verschelde2-41/+41
2017-10-31Remove text on enter, issue 12494Paulb231-4/+3
2017-10-31Ability to shrink 3D viewport by halfJuan Linietsky4-4/+66
2017-10-31Clear text when a new action is added Project Settings Input Mapbncastle1-0/+1
When editing the Input Map under Project Settings: Clear the action name the 'Add' button is clicked and the action is successfully added.
2017-10-31Improved WASAPI driver logic when devices are connected or disconnectedMarcelo Fernandez3-16/+41
2017-10-31Mono: support custom script templates.Andreas Haas2-2/+71
Also fixes a bug that prevented methods like `duplicate()` from copying the source code. (Copied from GDScript implementation)
2017-10-31Reorder EditorSettings code for better legibilityRémi Verschelde2-535/+530
No functional change, only moving stuff around.
2017-10-31Fix msbuild hint paths returning only the directoryIgnacio Etcheverry1-3/+3
2017-10-31Fixed GitHub detection of license in LICENSE.txt file.Christian Uldall Pedersen1-2/+0
Unfortunately licensee also looks at the COPYRIGHT.txt file and detects it as "other". GitHub therefore still doesn't add the correct license to the project. This is however a step in the right direction. Before: $ licensee LICENSE.txt License: Other Matched files: ["LICENSE.txt"] LICENSE.txt: Content hash: 8dd7a8f24846f434ce7fdb96f6440909b5469277 Attribution: Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. License: Other After: $ licensee LICENSE.txt License: MIT License Matched files: ["LICENSE.txt"] LICENSE.txt: Content hash: d64f3bb4282a97b37454b5bb96a8a264a3363dc3 Attribution: Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. Confidence: 100.00% Matcher: Licensee::Matchers::Exact License: MIT License