aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/pluginscript/pluginscript_instance.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-08Compile Android with STL enabled by defaultAndreaCatania1-1/+1
2017-11-08Increase joystick axis from 8 to 10Bastiaan Olij2-1/+5
2017-11-08[DOCS] OS.get_unique_string().Max Hilbrunner1-1/+1
2017-11-08Editor: Update 2D viewport and inspector selection on delete. Fix #12591.mhilbrunner1-4/+6
2017-11-08Fix has_gyro and has_grav mixupBastiaan Olij1-3/+7
2017-11-07Ignore files not ending with '.xml' when building doc headermhilbrunner1-0/+2
2017-11-07Use UTF-8 for locale names. Fixes #12462.mhilbrunner1-2/+2
2017-11-07Fixed invalid license symbolChaosus1-2/+2
2017-11-07Fixed collision exception - #12681AndreaCatania2-0/+5
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
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
2017-11-04Bullet physics engine implementationAndreaCatania51-1/+9847
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
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
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
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
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
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
2017-11-01Added String::dedent() to remove text indentationZher Huei Lee4-4/+54
2017-11-01Use mono_gc_wbarrier_set_arrayref for Array marshallingIgnacio Etcheverry1-1/+1