summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2018-05-03Merge pull request #16418 from bojidar-bg/15961-gdscript-array-exportRémi Verschelde
2018-05-03Merge pull request #18589 from karroffel/oahashmap-robinhoodJuan Linietsky
2018-05-03updated OAHashMap to use robinhood hashingkarroffel
2018-05-03Merge pull request #18514 from neikeq/api-hash-fixesRémi Verschelde
2018-05-02Merge pull request #18562 from neikeq/issue-18526Ignacio Etcheverry
2018-05-02Changed periods in the script templates.Michael Alexsander Silva Dias
2018-05-02Fix MSVC check when building with monoIgnacio Etcheverry
2018-05-02Merge pull request #18561 from neikeq/fix-find-msbuild-2Ignacio Etcheverry
2018-05-02Fix editor detecting msbuild with a msvc 'tools only' installIgnacio Etcheverry
2018-05-02Merge pull request #18553 from bzztbomb/fix/stack_underflow_when_debuggin_in_...Rémi Verschelde
2018-05-02Merge pull request #18452 from flashyincceo/enum-no-classRémi Verschelde
2018-05-02Merge pull request #18531 from KidRigger/issue5972Rémi Verschelde
2018-05-01Fix a crash when trying to run Godot debugger on a release build.Brian Richardson
2018-05-01Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-varRémi Verschelde
2018-05-01Enable autoload in editorGeorge Marques
2018-05-01Fix enums without class name not opening docs pagePeter Folkins
2018-05-01Fully exposes data variable on AudioStreamSample/AudioStreamOGGVorbis...Zumo
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-05-01Adds keywords to autocomplete predictions.Anish
2018-05-01More stuff!Pieter-Jan Briers
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-30BMP moduleSaracen
2018-04-30Move things into the title bars of Visual Script nodes.Pieter-Jan Briers
2018-04-29Fix binding some core API methods only in tools buildsIgnacio Etcheverry
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-24Fix Ctrl+click on @GDScript constantsPeter Folkins
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-20Added GDScript NodePath highlightingPaulb23
2018-04-20Added GDScript function definition highlightingPaulb23
2018-04-20GDScript highlighter now remembers previous statePaulb23
2018-04-20Exclude GDScriptSyntaxHighlighter from non-tool buildsPaulb23
2018-04-19Merge pull request #18119 from sheepandshepherd/nativescript_property_listRémi Verschelde
2018-04-19Fix Coverity reports of uninitialized scalar variableRémi Verschelde
2018-04-18Merge pull request #18204 from tagcup/quat_scaleRémi Verschelde