aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | #18051: Use common name for Color type argumentXavier Cho2018-04-171-5/+5
* | | | | #18051: Remove redundant verbatim prefixesXavier Cho2018-04-172-3/+3
* | | | | #18051: Use default parameter valueXavier Cho2018-04-171-1/+1
* | | | | #18051: Use array initializer when applicableXavier Cho2018-04-171-4/+2
* | | | | #18051: Remove redundant parenthesisXavier Cho2018-04-1713-91/+94
* | | | | #18051: Remove unnecessary variable assignmentsXavier Cho2018-04-175-11/+7
* | | | | #18051: Use 'var' when applicableXavier Cho2018-04-1714-109/+109
* | | | | #18051: Remove redundant casts and 'using', 'else', 'this' statementsXavier Cho2018-04-1719-281/+211
* | | | | Remove duplicated declaration of RoundToInt() from MathfXavier Cho2018-04-171-5/+0
* | | | | Remove incorrect & potentially confusing references to EulerWill Vincent2018-04-152-3/+3
| |/ / / |/| | |