summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2018-05-01Merge pull request #18334 from Faless/coverity_netRémi Verschelde
2018-05-01Merge pull request #18321 from Crazy-P/Fixes-logically-dead-codeRémi Verschelde
2018-04-30Merge pull request #18523 from hpvb/fix-clang-ltoMax Hilbrunner
2018-04-30Fix lto builds on clang compilersHein-Pieter van Braam
2018-04-30Fix msbuild with a msvc 'tools only' installHein-Pieter van Braam
2018-04-28Mono: BindingsGenerator enum fixesIgnacio Etcheverry
2018-04-28Add poly triangulation order check, ensures faces do not flip on different orderJuan Linietsky
2018-04-28-Changed how operators work, any shape can operate on any otherJuan Linietsky
2018-04-28Avoid CSG freeze condition on degeneratesJuan Linietsky
2018-04-28Do not crash if the polygon is invalidJuan Linietsky
2018-04-28Reduce false positives in interior detection by adding a small offset to rayc...Juan Linietsky
2018-04-27CSG Support for Godot!Juan Linietsky
2018-04-25Add option to link mono statically on WindowsIgnacio Etcheverry
2018-04-24Merge pull request #18399 from neikeq/uIgnacio Etcheverry
2018-04-24Mono: Fix '!t' error messages when generating bindingsIgnacio Etcheverry
2018-04-24Mono: Do not spam script class not found errorIgnacio Etcheverry
2018-04-24Mono: Fix crash on script load if the scripts domain isn't loadedIgnacio Etcheverry
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio
2018-04-21Fixes logically dead code (Coverity)Crazy-P
2018-04-21Various coverity scan fixes for networkingFabio Alessandrelli
2018-04-19Merge pull request #18119 from sheepandshepherd/nativescript_property_listRémi Verschelde
2018-04-18Merge pull request #18204 from tagcup/quat_scaleRémi Verschelde
2018-04-18Merge pull request #18142 from AndreaCatania/coverity1Rémi Verschelde
2018-04-17#18051: Fix indentation issues introduced during clean upXavier Cho
2018-04-17#18051: Do not use `var` in a for-loop, or where type is not obviousXavier Cho
2018-04-17#18051: Use common name for Color type argumentXavier Cho
2018-04-17#18051: Remove redundant verbatim prefixesXavier Cho
2018-04-17#18051: Use default parameter valueXavier Cho
2018-04-17#18051: Use array initializer when applicableXavier Cho
2018-04-17#18051: Remove redundant parenthesisXavier Cho
2018-04-17#18051: Remove unnecessary variable assignmentsXavier Cho
2018-04-17#18051: Use 'var' when applicableXavier Cho
2018-04-17#18051: Remove redundant casts and 'using', 'else', 'this' statementsXavier Cho
2018-04-17Remove duplicated declaration of RoundToInt() from MathfXavier Cho
2018-04-15Remove incorrect & potentially confusing references to EulerWill Vincent
2018-04-14Avoid converting Quat to Euler angles when not necessary.tagcup
2018-04-13Merge pull request #18154 from mhilbrunner/issue-12512Fabio Alessandrelli
2018-04-13Add DNS resolution in NetworkedMultiplayerEnet::create_client()mhilbrunner
2018-04-13Merge pull request #18038 from Chaosus/mathfIgnacio Etcheverry
2018-04-13[Mono] Improve MathfChaosus
2018-04-12Revert "Unify http- and percent- encode/decode"Pedro J. Estébanez
2018-04-12Implement get_peer_[address|port] in ENet/WSServerFabio Alessandrelli
2018-04-12Removed useless checkAndrea Catania
2018-04-12Fixed wrong function callAndrea Catania
2018-04-12Rigidbody wake up when hitten by a kinematic bodyAndrea Catania
2018-04-11Fix NativeScript property listsheepandshepherd
2018-04-10Merge pull request #18070 from mhilbrunner/godot-net-kickFabio Alessandrelli
2018-04-10NetworkedMultiplayerEnet: Add disconnecting/kicking peersmhilbrunner
2018-04-10doc: Sync classref with current sourceRémi Verschelde
2018-04-09Merge pull request #18081 from AndreaCatania/arcleRémi Verschelde