aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-223-10/+10
| |/ / / |/| | |
* | | | Merge pull request #18119 from sheepandshepherd/nativescript_property_listRémi Verschelde2018-04-191-4/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix NativeScript property listsheepandshepherd2018-04-111-4/+3
* | | | Merge pull request #18204 from tagcup/quat_scaleRémi Verschelde2018-04-182-5/+5
|\ \ \ \
| * | | | Avoid converting Quat to Euler angles when not necessary.tagcup2018-04-142-5/+5
* | | | | Merge pull request #18142 from AndreaCatania/coverity1Rémi Verschelde2018-04-181-8/+2
|\ \ \ \ \
| * | | | | Removed useless checkAndrea Catania2018-04-121-8/+2
* | | | | | #18051: Fix indentation issues introduced during clean upXavier Cho2018-04-176-16/+16
* | | | | | #18051: Do not use `var` in a for-loop, or where type is not obviousXavier Cho2018-04-177-22/+22