| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-11-08 | Compile Android with STL enabled by default | AndreaCatania | 1 | -1/+1 | |
| 2017-11-08 | Increase joystick axis from 8 to 10 | Bastiaan Olij | 2 | -1/+5 | |
| 2017-11-08 | [DOCS] OS.get_unique_string(). | Max Hilbrunner | 1 | -1/+1 | |
| 2017-11-08 | Editor: Update 2D viewport and inspector selection on delete. Fix #12591. | mhilbrunner | 1 | -4/+6 | |
| 2017-11-08 | Fix has_gyro and has_grav mixup | Bastiaan Olij | 1 | -3/+7 | |
| 2017-11-07 | Ignore files not ending with '.xml' when building doc header | mhilbrunner | 1 | -0/+2 | |
| 2017-11-07 | Use UTF-8 for locale names. Fixes #12462. | mhilbrunner | 1 | -2/+2 | |
| 2017-11-07 | Fixed invalid license symbol | Chaosus | 1 | -2/+2 | |
| 2017-11-07 | Fixed collision exception - #12681 | AndreaCatania | 2 | -0/+5 | |
| 2017-11-06 | Remove performance warnings, closes #11585 | Juan Linietsky | 1 | -0/+3 | |
| 2017-11-06 | add support for Android NDK unified headers | Rhody Lugo | 2 | -3/+37 | |
| 2017-11-06 | Prevent to stop music in another background app on iOS | volzhs | 1 | -0/+3 | |
| 2017-11-06 | Fix WebAudio and HTML5 build | Leon Krause | 6 | -1119/+16 | |
| 2017-11-05 | Added filter_clip to AtlasTexture | MrCdK | 2 | -3/+24 | |
| 2017-11-05 | Bullet - Added support to multiple spaces | AndreaCatania | 2 | -19/+23 | |
| 2017-11-05 | Changed line and word mouse selection | Paulb23 | 2 | -59/+137 | |
| 2017-11-05 | make Dictionary use OrderedHashMap | Karroffel | 1 | -68/+35 | |
| 2017-11-05 | Fix selection and clicks on text in tables in RichTextLabel | Bernhard Liebl | 1 | -0/+3 | |
| 2017-11-05 | Convert DOS line endings to Unix line endings | Rémi Verschelde | 16 | -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-05 | Basic docs for Geometry plus two new functions | Bernhard Liebl | 3 | -0/+53 | |
| 2017-11-05 | Fixed dedent() binding did not return result | Zher Huei Lee | 1 | -1/+1 | |
| 2017-11-04 | Added for fallback msbuild.exe. | BrainBlasted | 2 | -0/+8 | |
| Fixes #12613 | |||||
| 2017-11-04 | Bullet physics engine implementation | AndreaCatania | 51 | -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-04 | Use AbstractPolygon2DEditor for Line2D | Bernhard Liebl | 4 | -324/+131 | |
| 2017-11-04 | In Create New Node, always select and show best (shortest) match | Bernhard Liebl | 3 | -0/+25 | |
| 2017-11-04 | Vendor thirdparty Bullet source for upcoming physics server backend | AndreaCatania | 648 | -0/+220889 | |
| 2017-11-04 | Change URL of the mirror list | Bojidar Marinov | 1 | -4/+12 | |
| 2017-11-04 | Fixes random sorting order in Create New Node dialog | Bernhard Liebl | 2 | -3/+4 | |
| 2017-11-04 | Docs for wrap functions | Chaosus | 1 | -0/+52 | |
| 2017-11-04 | Docs cosmetics: add more space to Signals, Enumerations, Constants; | Bernhard Liebl | 1 | -28/+47 | |
| aligned table layout for setters and getters | |||||
| 2017-11-04 | make ConfigFile sections ordered | Karroffel | 3 | -34/+18 | |
| 2017-11-04 | AStar: implementation of get_point_connections | DmDerbin | 3 | -0/+40 | |
| 2017-11-04 | Implemented physics plug | AndreaCatania | 28 | -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 arrays | Karroffel | 3 | -1/+791 | |
| 2017-11-03 | [GDNative] small API bug fixes | Karroffel | 5 | -8/+31 | |
| 2017-11-03 | make ConfigFile use OrderedHashMap | Karroffel | 3 | -10/+11 | |
| 2017-11-02 | SCons: make use_lto a global option and opt-in for iphone | Rémi Verschelde | 4 | -4/+7 | |
| Supersedes #12553, see discussion in #12552. | |||||
| 2017-11-02 | Fixed AnimationPlayer.get_autoplay() returning empty string | Rasmus Ketelsen | 1 | -1/+0 | |
| 2017-11-01 | -Modules can now add custom version info (added it for Mono) | Juan Linietsky | 8 | -11/+268 | |
| -Version string takes this version info -Ability to download templates from the interweb (listing does not work yet) | |||||
| 2017-11-02 | Fixed RichTextLabel::add_newline() #12564 | Zher Huei Lee | 1 | -1/+2 | |
| 2017-11-01 | Fix compilation on Visual Studio 2013 again. | scorched | 1 | -3/+3 | |
| 2017-11-01 | Select correct animation on creation of a new one | bncastle | 1 | -5/+3 | |
| - Select the correct animation when creating a new one. - Removed unneeded new_name variable. | |||||
| 2017-11-01 | Adding rumble support to ARVR controllers (if implemented on the ARVR interface) | Bastiaan Olij | 7 | -1/+73 | |
| 2017-11-01 | Fix to issue #12554, due to error in refactoring in PR #10261 | Cradmon | 1 | -3/+3 | |
| 2017-11-01 | Fix thread checking to queue instances for deletion | Ignacio Etcheverry | 2 | -3/+7 | |
| 2017-11-01 | Make sure gchandle bindings are released before cleanup | Ignacio Etcheverry | 2 | -0/+15 | |
| 2017-11-01 | Restores functionality of the use_compression flag in the Collada importer. | Saracen | 3 | -13/+17 | |
| 2017-10-31 | Proofreading: Change a usage of "specially" to "especially" | Robbie Cooper | 1 | -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-01 | Added String::dedent() to remove text indentation | Zher Huei Lee | 4 | -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-01 | Use mono_gc_wbarrier_set_arrayref for Array marshalling | Ignacio Etcheverry | 1 | -1/+1 | |
