summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-08Merge pull request #12725 from karroffel/gdnative-api-fixesRémi Verschelde
[GDNative] even more API fixes
2017-11-08Merge pull request #12744 from AndreaCatania/patch-1Rémi Verschelde
Compile Android with STL enabled by default
2017-11-08Compile Android with STL enabled by defaultAndreaCatania
2017-11-08Merge pull request #12731 from mhilbrunner/issue-12584Rémi Verschelde
Ignore files not ending with '.xml' when building doc header
2017-11-08Merge pull request #12743 from BastiaanOlij/increase_joystick_maxaxisAndreas Haas
Increase joystick axis from 8 to 10
2017-11-08Merge pull request #12739 from mhilbrunner/patch-1Rémi Verschelde
[DOCS] OS.get_unique_string(). See #3628.
2017-11-08Merge pull request #12735 from mhilbrunner/delete-clearselectRémi Verschelde
Editor: Update 2D viewport and inspector selection on delete.
2017-11-08Increase joystick axis from 8 to 10Bastiaan Olij
2017-11-08Merge pull request #12734 from BastiaanOlij/mobilevr_fix_typoRémi Verschelde
Fix has_gyro and has_grav mixup
2017-11-08Merge pull request #11379 from m4nu3lf/feature/no_bias_overrotationRémi Verschelde
Avoid bias over rotation in contact resolution
2017-11-08Merge pull request #12724 from AndreaCatania/bulletRémi Verschelde
Bullet: Fix collision exceptions
2017-11-08[DOCS] OS.get_unique_string().Max Hilbrunner
2017-11-08Editor: Update 2D viewport and inspector selection on delete. Fix #12591.mhilbrunner
2017-11-08Fix has_gyro and has_grav mixupBastiaan Olij
2017-11-08Merge pull request #12730 from mhilbrunner/unicodePoommetee Ketson
Use UTF-8 for locale names. Fixes #12462.
2017-11-08Merge pull request #12729 from Chaosus/fixlicensesymbolPoommetee Ketson
Fix invalid license symbol
2017-11-07Ignore files not ending with '.xml' when building doc headermhilbrunner
2017-11-07Use UTF-8 for locale names. Fixes #12462.mhilbrunner
2017-11-07Fixed invalid license symbolChaosus
2017-11-07Fixed collision exception - #12681AndreaCatania
2017-11-07[GDNative] even more API fixesKarroffel
2017-11-06Remove performance warnings, closes #11585Juan Linietsky
2017-11-06Merge pull request #12604 from rraallvv/unified_headersRémi Verschelde
add support for Android NDK unified headers (master)
2017-11-06Merge pull request #12684 from mrcdk/atlastextures_fixRémi Verschelde
Added filter_clip to AtlasTexture
2017-11-06Merge pull request #12656 from karroffel/dictionary-ordered-hashmapRémi Verschelde
make Dictionary use OrderedHashMap
2017-11-06Merge pull request #12698 from volzhs/dont-stop-music-masterRémi Verschelde
Prevent to stop music in another background app on iOS
2017-11-06add support for Android NDK unified headersRhody Lugo
2017-11-06Prevent to stop music in another background app on iOSvolzhs
2017-11-06Merge pull request #12658 from AndreaCatania/bulletRémi Verschelde
Bullet - Added support to multiple spaces
2017-11-06Merge pull request #12653 from poke1024/fixdocsclickRémi Verschelde
Fix selection and clicks on text in tables in RichTextLabel
2017-11-06Merge pull request #12662 from Paulb23/text_edit_mouse_selectionRémi Verschelde
Changed line and word mouse selection
2017-11-06Merge pull request #12691 from eska014/webaudioRémi Verschelde
Fix WebAudio and HTML5 build
2017-11-06Merge pull request #12635 from poke1024/line2d-poly-editorPoommetee Ketson
Use AbstractPolygon2DEditor for Line2D
2017-11-06Merge pull request #12631 from poke1024/docspolishPoommetee Ketson
Docs cosmetics: add more space to Signals, Enumerations, Constants
2017-11-06Merge pull request #12636 from Chaosus/wrapdocsPoommetee Ketson
Docs for wrap functions
2017-11-06Merge pull request #12646 from poke1024/geomdocsPoommetee Ketson
Basic docs for Geometry plus two new functions
2017-11-06Fix WebAudio and HTML5 buildLeon Krause
2017-11-05Added filter_clip to AtlasTextureMrCdK
2017-11-05Bullet - Added support to multiple spacesAndreaCatania
2017-11-05Changed line and word mouse selectionPaulb23
2017-11-05make Dictionary use OrderedHashMapKarroffel
2017-11-05Merge pull request #12642 from BrainBlasted/fix_msbuild_unixRémi Verschelde
Added fallback for msbuild.exe.
2017-11-05Merge pull request #12640 from poke1024/createnode-uiRémi Verschelde
In Create New Node, always select and show best (shortest) match
2017-11-05Merge pull request #12639 from bojidar-bg/x-add-rest-template-listingRémi Verschelde
Change URL of the mirror list
2017-11-05Merge pull request #12638 from poke1024/fixcreateRémi Verschelde
Fixes random sorting order in Create New Node dialog
2017-11-05Fix selection and clicks on text in tables in RichTextLabelBernhard Liebl
2017-11-05Convert DOS line endings to Unix line endingsRémi Verschelde
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-05Merge pull request #12641 from AndreaCatania/bulletRémi Verschelde
Bullet physics wrapper
2017-11-05Basic docs for Geometry plus two new functionsBernhard Liebl
2017-11-05Merge pull request #12647 from leezh/dedent_returnPoommetee Ketson
Fixed dedent() binding did not return result