aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix Variant leak in call_nativePedro J. Estébanez2018-05-081-1/+3
* Merge pull request #15549 from SaracenOne/bmpJuan Linietsky2018-05-086-0/+370
|\
| * BMP moduleSaracen2018-04-306-0/+370
* | Merge pull request #17559 from simedis/joint_motorsRémi Verschelde2018-05-081-0/+13
|\ \
| * | Implemented interface for bullet joint motorsGeoffrey2018-03-161-0/+13
* | | Merge pull request #16106 from poke1024/gdscript-lerpJuan Linietsky2018-05-071-4/+18
|\ \ \
| * | | GDScript: generalize lerpBernhard Liebl2018-01-271-4/+18
* | | | Add is_instance_valid() method to GDScript, ending more than a decade of pain.Juan Linietsky2018-05-072-1/+18
* | | | Implemented ragdollAndreaCatania2018-05-071-1/+1
* | | | Enet: Add wait time param to close_connection()mhilbrunner2018-05-072-23/+63
* | | | round / ceil methods for c sharp vectorsKelly thomas2018-05-042-0/+15
* | | | Merge pull request #18406 from YeldhamDev/script_templates_periodMax Hilbrunner2018-05-042-2/+2
|\ \ \ \
| * | | | Changed periods in the script templates.Michael Alexsander Silva Dias2018-05-022-2/+2
* | | | | Merge pull request #16418 from bojidar-bg/15961-gdscript-array-exportRémi Verschelde2018-05-031-30/+28
|\ \ \ \ \
| * | | | | Allow exporting arrays of resources in GDScriptBojidar Marinov2018-02-051-30/+28
* | | | | | Merge pull request #18589 from karroffel/oahashmap-robinhoodJuan Linietsky2018-05-033-4/+4
|\ \ \ \ \ \
| * | | | | | updated OAHashMap to use robinhood hashingkarroffel2018-05-033-4/+4
* | | | | | | Merge pull request #18514 from neikeq/api-hash-fixesRémi Verschelde2018-05-031-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix binding some core API methods only in tools buildsIgnacio Etcheverry2018-04-291-0/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #18562 from neikeq/issue-18526Ignacio Etcheverry2018-05-021-2/+2
|\ \ \ \ \ \
| * | | | | | Fix MSVC check when building with monoIgnacio Etcheverry2018-05-021-2/+2
| |/ / / / /
* | | | | | Merge pull request #18561 from neikeq/fix-find-msbuild-2Ignacio Etcheverry2018-05-021-0/+2
|\ \ \ \ \ \
| * | | | | | Fix editor detecting msbuild with a msvc 'tools only' installIgnacio Etcheverry2018-05-021-0/+2
| |/ / / / /
* | | | | | Merge pull request #18553 from bzztbomb/fix/stack_underflow_when_debuggin_in_...Rémi Verschelde2018-05-021-1/+1
|\ \ \ \ \ \
| * | | | | | Fix a crash when trying to run Godot debugger on a release build.Brian Richardson2018-05-011-1/+1
* | | | | | | Merge pull request #18452 from flashyincceo/enum-no-classRémi Verschelde2018-05-021-0/+12
|\ \ \ \ \ \ \
| * | | | | | | Fix enums without class name not opening docs pagePeter Folkins2018-05-011-0/+12
* | | | | | | | Merge pull request #18531 from KidRigger/issue5972Rémi Verschelde2018-05-021-0/+7
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Adds keywords to autocomplete predictions.Anish2018-05-011-0/+7
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-varRémi Verschelde2018-05-014-6/+6
|\ \ \ \ \ \ \
| * | | | | | | Fix Coverity reports of uninitialized scalar variableRémi Verschelde2018-04-194-6/+6
* | | | | | | | Merge pull request #18334 from Faless/coverity_netRémi Verschelde2018-05-011-2/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Various coverity scan fixes for networkingFabio Alessandrelli2018-04-211-2/+7
* | | | | | | | | Merge pull request #18321 from Crazy-P/Fixes-logically-dead-codeRémi Verschelde2018-05-012-8/+3
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Fixes logically dead code (Coverity)Crazy-P2018-04-212-8/+3
| |/ / / / / / /
* | | | | | | | Merge pull request #18523 from hpvb/fix-clang-ltoMax Hilbrunner2018-04-301-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix lto builds on clang compilersHein-Pieter van Braam2018-04-301-2/+2
| | |_|_|/ / / / | |/| | | | | |
* / | | | | | | Fix msbuild with a msvc 'tools only' installHein-Pieter van Braam2018-04-301-1/+1
|/ / / / / / /
* | | | | | | Mono: BindingsGenerator enum fixesIgnacio Etcheverry2018-04-282-93/+117
* | | | | | | Add poly triangulation order check, ensures faces do not flip on different orderJuan Linietsky2018-04-281-27/+33
* | | | | | | -Changed how operators work, any shape can operate on any otherJuan Linietsky2018-04-283-131/+105
* | | | | | | Avoid CSG freeze condition on degeneratesJuan Linietsky2018-04-281-0/+3
* | | | | | | Do not crash if the polygon is invalidJuan Linietsky2018-04-281-0/+3
* | | | | | | Reduce false positives in interior detection by adding a small offset to rayc...Juan Linietsky2018-04-281-1/+1
* | | | | | | CSG Support for Godot!Juan Linietsky2018-04-2710-0/+4643
| |_|/ / / / |/| | | | |
* | | | | | Add option to link mono statically on WindowsIgnacio Etcheverry2018-04-251-14/+28
* | | | | | Merge pull request #18399 from neikeq/uIgnacio Etcheverry2018-04-242-17/+24
|\ \ \ \ \ \
| * | | | | | Mono: Fix '!t' error messages when generating bindingsIgnacio Etcheverry2018-04-241-1/+1
| * | | | | | Mono: Do not spam script class not found errorIgnacio Etcheverry2018-04-241-10/+9
| * | | | | | Mono: Fix crash on script load if the scripts domain isn't loadedIgnacio Etcheverry2018-04-241-6/+14