aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix some missed changes from a cherrypickHein-Pieter van Braam2018-06-131-7/+10
* Mono: Allow loading `mscorlib` from resources.bruvzg2018-06-131-10/+7
* Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-06-053-10/+10
* Fix Mono static linking on MingwHein-Pieter van Braam2018-06-011-2/+9
* Fix documentation version stringsHein-Pieter van Braam2018-06-0169-69/+69
* round / ceil methods for c sharp vectorsKelly thomas2018-06-012-0/+15
* Set current SynchronizationContext before the game loop startsAdam Cigánek2018-06-011-1/+1
* fixes build error on Linux after its introduction in #18949Michele Valente2018-06-011-2/+2
* Mono: Project building fixesIgnacio Etcheverry2018-06-015-66/+146
* mono: add Slerp method to vector classes, expose Cross method for Vector2, an...Kelly Thomas2018-06-014-5/+17
* Reduce allocations when converting mono arrays to pool arraysCarter Anderson2018-06-011-9/+16
* Mono: Improve 'script class not found' errorIgnacio Etcheverry2018-06-011-5/+12
* Mono: Basis constructor for euler parameterKelly Thomas2018-06-011-0/+20
* mono: New Color methods: Darkened, Lightened and ToRgba32Kelly Thomas2018-06-011-4/+22
* mono: Plane, expose Normal, and DKelly Thomas2018-06-011-38/+44
* Fix index out of range error in string.Extension()Kelly Thomas2018-06-011-1/+1
* Mono: Fix MonoImage filename being set to an invalid pathIgnacio Etcheverry2018-06-011-4/+5
* [mono] fix signals parameter retrievalPaul Joannon2018-05-161-5/+7
* Fix duplicate definitions with FreeTypeLeon Krause2018-05-131-3/+0
* 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