aboutsummaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / / |/| | |
* | | | Merge pull request #18154 from mhilbrunner/issue-12512Fabio Alessandrelli2018-04-132-8/+22
|\ \ \ \
| * | | | Add DNS resolution in NetworkedMultiplayerEnet::create_client()mhilbrunner2018-04-132-8/+22
* | | | | Merge pull request #18038 from Chaosus/mathfIgnacio Etcheverry2018-04-133-33/+91
|\ \ \ \ \
| * | | | | [Mono] Improve MathfChaosus2018-04-133-33/+91
* | | | | | Revert "Unify http- and percent- encode/decode"Pedro J. Estébanez2018-04-123-2/+37
| |/ / / / |/| | | |
* | | | | Implement get_peer_[address|port] in ENet/WSServerFabio Alessandrelli2018-04-1211-5/+121
| |/ / / |/| | |
* | | | Fixed wrong function callAndrea Catania2018-04-121-1/+1
* | | | Rigidbody wake up when hitten by a kinematic bodyAndrea Catania2018-04-121-1/+4
* | | | Merge pull request #18070 from mhilbrunner/godot-net-kickFabio Alessandrelli2018-04-102-46/+72
|\ \ \ \ | |_|/ / |/| | |
| * | | NetworkedMultiplayerEnet: Add disconnecting/kicking peersmhilbrunner2018-04-102-46/+72
* | | | doc: Sync classref with current sourceRémi Verschelde2018-04-101-6/+2
* | | | Merge pull request #18081 from AndreaCatania/arcleRémi Verschelde2018-04-093-16/+14
|\ \ \ \
| * | | | Fixed area overlap cleaningAndrea Catania2018-04-093-16/+14
* | | | | Merge pull request #18040 from Paulb23/color_region_cacheRémi Verschelde2018-04-091-17/+1
|\ \ \ \ \
| * | | | | Fixed color regions and added local color region cachePaulb232018-04-071-17/+1
* | | | | | Merge pull request #17864 from NikodemL/fix_mono_bottom_panel_issue_activatedIgnacio Etcheverry2018-04-091-2/+7
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |