Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-08 | Merge pull request #11379 from m4nu3lf/feature/no_bias_overrotation | Rémi Verschelde | |
Avoid bias over rotation in contact resolution | |||
2017-11-08 | Merge pull request #12724 from AndreaCatania/bullet | Rémi Verschelde | |
Bullet: Fix collision exceptions | |||
2017-11-08 | Merge pull request #12730 from mhilbrunner/unicode | Poommetee Ketson | |
Use UTF-8 for locale names. Fixes #12462. | |||
2017-11-08 | Merge pull request #12729 from Chaosus/fixlicensesymbol | Poommetee Ketson | |
Fix invalid license symbol | |||
2017-11-07 | Use UTF-8 for locale names. Fixes #12462. | mhilbrunner | |
2017-11-07 | Fixed invalid license symbol | Chaosus | |
2017-11-07 | Fixed collision exception - #12681 | AndreaCatania | |
2017-11-06 | Remove performance warnings, closes #11585 | Juan Linietsky | |
2017-11-06 | Merge pull request #12604 from rraallvv/unified_headers | Rémi Verschelde | |
add support for Android NDK unified headers (master) | |||
2017-11-06 | Merge pull request #12684 from mrcdk/atlastextures_fix | Rémi Verschelde | |
Added filter_clip to AtlasTexture | |||
2017-11-06 | Merge pull request #12656 from karroffel/dictionary-ordered-hashmap | Rémi Verschelde | |
make Dictionary use OrderedHashMap | |||
2017-11-06 | Merge pull request #12698 from volzhs/dont-stop-music-master | Rémi Verschelde | |
Prevent to stop music in another background app on iOS | |||
2017-11-06 | add support for Android NDK unified headers | Rhody Lugo | |
2017-11-06 | Prevent to stop music in another background app on iOS | volzhs | |
2017-11-06 | Merge pull request #12658 from AndreaCatania/bullet | Rémi Verschelde | |
Bullet - Added support to multiple spaces | |||
2017-11-06 | Merge pull request #12653 from poke1024/fixdocsclick | Rémi Verschelde | |
Fix selection and clicks on text in tables in RichTextLabel | |||
2017-11-06 | Merge pull request #12662 from Paulb23/text_edit_mouse_selection | Rémi Verschelde | |
Changed line and word mouse selection | |||
2017-11-06 | Merge pull request #12691 from eska014/webaudio | Rémi Verschelde | |
Fix WebAudio and HTML5 build | |||
2017-11-06 | Merge pull request #12635 from poke1024/line2d-poly-editor | Poommetee Ketson | |
Use AbstractPolygon2DEditor for Line2D | |||
2017-11-06 | Merge pull request #12631 from poke1024/docspolish | Poommetee Ketson | |
Docs cosmetics: add more space to Signals, Enumerations, Constants | |||
2017-11-06 | Merge pull request #12636 from Chaosus/wrapdocs | Poommetee Ketson | |
Docs for wrap functions | |||
2017-11-06 | Merge pull request #12646 from poke1024/geomdocs | Poommetee Ketson | |
Basic docs for Geometry plus two new functions | |||
2017-11-06 | Fix WebAudio and HTML5 build | Leon Krause | |
2017-11-05 | Added filter_clip to AtlasTexture | MrCdK | |
2017-11-05 | Bullet - Added support to multiple spaces | AndreaCatania | |
2017-11-05 | Changed line and word mouse selection | Paulb23 | |
2017-11-05 | make Dictionary use OrderedHashMap | Karroffel | |
2017-11-05 | Merge pull request #12642 from BrainBlasted/fix_msbuild_unix | Rémi Verschelde | |
Added fallback for msbuild.exe. | |||
2017-11-05 | Merge pull request #12640 from poke1024/createnode-ui | Rémi Verschelde | |
In Create New Node, always select and show best (shortest) match | |||
2017-11-05 | Merge pull request #12639 from bojidar-bg/x-add-rest-template-listing | Rémi Verschelde | |
Change URL of the mirror list | |||
2017-11-05 | Merge pull request #12638 from poke1024/fixcreate | Rémi Verschelde | |
Fixes random sorting order in Create New Node dialog | |||
2017-11-05 | Fix selection and clicks on text in tables in RichTextLabel | Bernhard Liebl | |
2017-11-05 | Convert DOS line endings to Unix line endings | Ré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-05 | Merge pull request #12641 from AndreaCatania/bullet | Rémi Verschelde | |
Bullet physics wrapper | |||
2017-11-05 | Basic docs for Geometry plus two new functions | Bernhard Liebl | |
2017-11-05 | Merge pull request #12647 from leezh/dedent_return | Poommetee Ketson | |
Fixed dedent() binding did not return result | |||
2017-11-05 | Fixed dedent() binding did not return result | Zher Huei Lee | |
2017-11-04 | Added for fallback msbuild.exe. | BrainBlasted | |
Fixes #12613 | |||
2017-11-05 | Merge pull request #12630 from karroffel/configfile-orderedhashmap | Thomas Herzog | |
make ConfigFile sections ordered | |||
2017-11-04 | Bullet physics engine implementation | AndreaCatania | |
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 | Use AbstractPolygon2DEditor for Line2D | Bernhard Liebl | |
2017-11-04 | In Create New Node, always select and show best (shortest) match | Bernhard Liebl | |
2017-11-04 | Vendor thirdparty Bullet source for upcoming physics server backend | AndreaCatania | |
2017-11-04 | Change URL of the mirror list | Bojidar Marinov | |
2017-11-04 | Fixes random sorting order in Create New Node dialog | Bernhard Liebl | |
2017-11-04 | Docs for wrap functions | Chaosus | |
2017-11-04 | Merge pull request #12612 from karroffel/gdnative-poolarray-accessors | Thomas Herzog | |
[GDNative] added Read and Write accessors to pool arrays | |||
2017-11-04 | Docs cosmetics: add more space to Signals, Enumerations, Constants; | Bernhard Liebl | |
aligned table layout for setters and getters | |||
2017-11-04 | make ConfigFile sections ordered | Karroffel | |
2017-11-04 | Merge pull request #12593 from DmDerbin/master | Poommetee Ketson | |
AStar: implementation of get_point_connections |