aboutsummaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adds keywords to autocomplete predictions.Anish2018-05-131-0/+7
* Fix a crash when trying to run Godot debugger on a release build.Brian Richardson2018-05-131-1/+1
* Fix enums without class name not opening docs pagePeter Folkins2018-05-131-0/+12
* Fix editor detecting msbuild with a msvc 'tools only' installIgnacio Etcheverry2018-05-131-0/+2
* Fix MSVC check when building with monoIgnacio Etcheverry2018-05-131-2/+2
* Fix Variant leak in call_nativePedro J. Estébanez2018-05-131-1/+3
* Fix Linux/X11 build on ARMs.bruvzg2018-05-131-3/+2
* Fix msbuild with a msvc 'tools only' installHein-Pieter van Braam2018-04-301-1/+1
* Fix lto builds on clang compilersHein-Pieter van Braam2018-04-301-2/+2
* Hand-merge API hash fixes #18514Hein-Pieter van Braam2018-04-291-0/+2
* Add option to link mono statically on WindowsIgnacio Etcheverry2018-04-291-14/+28
* Comment out some debugging messages when playing Theora filesWilson E. Alvarez2018-04-291-8/+12
* Fix IPhone and OSX cross compilationFabio Alessandrelli2018-04-291-1/+1
* [DOCS] Net.MultiplayerEnet: List returned errorsMax Hilbrunner2018-04-291-2/+2
* Remove duplicated declaration of RoundToInt() from MathfXavier Cho2018-04-291-5/+0
* [mono] add the 'Facades' subfolder to the searched directories in _preload_hookPaul Joannon2018-04-291-0/+1
* Mono: BindingsGenerator enum fixesIgnacio Etcheverry2018-04-292-93/+117
* #18051: Fix indentation issues introduced during clean upXavier Cho2018-04-296-16/+16
* #18051: Do not use `var` in a for-loop, or where type is not obviousXavier Cho2018-04-297-22/+22
* #18051: Use common name for Color type argumentXavier Cho2018-04-291-5/+5
* #18051: Remove redundant verbatim prefixesXavier Cho2018-04-292-3/+3
* #18051: Use default parameter valueXavier Cho2018-04-291-1/+1
* #18051: Use array initializer when applicableXavier Cho2018-04-291-4/+2
* #18051: Remove redundant parenthesisXavier Cho2018-04-2913-91/+94
* #18051: Remove unnecessary variable assignmentsXavier Cho2018-04-295-11/+7
* #18051: Use 'var' when applicableXavier Cho2018-04-2914-109/+109
* #18051: Remove redundant casts and 'using', 'else', 'this' statementsXavier Cho2018-04-2919-281/+211
* Mono: Fix '!t' error messages when generating bindingsIgnacio Etcheverry2018-04-281-1/+1
* Mono: Do not spam script class not found errorIgnacio Etcheverry2018-04-281-10/+9
* Mono: Fix crash on script load if the scripts domain isn't loadedIgnacio Etcheverry2018-04-281-6/+14
* Remove incorrect & potentially confusing references to EulerWill Vincent2018-04-282-3/+3
* Fixed wrong function callAndrea Catania2018-04-281-1/+1
* Use radio-button-like menu entries where applicablePedro J. Estébanez2018-04-281-6/+6
* Fixed area overlap cleaningAndrea Catania2018-04-283-16/+14
* Fix of a possible memory leak: ConcavePolygonShapeBullet::setup was able to e...Alexander Alekseev2018-04-281-2/+2
* physics area added monitorable checkAndrea Catania2018-04-281-1/+4
* Fixed physics server area cleaningAndrea Catania2018-04-283-8/+8
* Corrected physics query max result checkingAndrea Catania2018-04-281-3/+10
* Fixes importing hdr files with extra header infoJorn Van denbussche2018-04-281-6/+10
* Fix script template on `_ready` behaviorPoommetee Ketson2018-04-151-1/+1
* [Mono] Improve MathfChaosus2018-04-153-33/+91
* [mono] Fixes #17936 as GodotSharp (Core\Basic.cs) requires C#7 now, but we mo...Alexander Alekseev2018-04-151-6/+6
* Fixed _issue_activated to take the correct issue id from the listNikodem Lokatelj2018-04-151-2/+7
* Move GodotSharp and MonoBuildTab member variables to initializer listWilson E. Alvarez2018-04-152-21/+15
* Added wrap functions to C#Chaosus2018-04-151-0/+12
* Mono: Runtime main args and assembly search fixesIgnacio Etcheverry2018-04-152-15/+42
* Mono: Avoid invalid class names.Andreas Haas2018-04-152-2/+25
* Fix a merge errorHein-Pieter van Braam2018-04-151-1/+1
* Mono: Add project export pluginIgnacio Etcheverry2018-04-1512-51/+403
* [mono] write classes with no constructor as abstractPaul Joannon2018-04-141-2/+3