aboutsummaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19387 from neikeq/yIgnacio Etcheverry2018-06-057-49/+172
|\
| * Mono: Add 'View log' button to open the MSBuild log of a buildIgnacio Etcheverry2018-06-055-37/+123
| * Mono: Fix passing wrong logger assembly path to MSBuildIgnacio Etcheverry2018-06-052-12/+30
| * Mono: Null checks when marshaling from MonoArray* and managed DictionaryIgnacio Etcheverry2018-06-051-0/+19
* | Merge pull request #18792 from PJB3005/18-05-11-objectdb-verbose-monoRémi Verschelde2018-06-051-0/+6
|\ \ | |/ |/|
| * Fixes ObjectDB leak printout with mono.Pieter-Jan Briers2018-05-111-0/+6
* | Fix Mono static linking on MingwHein-Pieter van Braam2018-06-011-2/+9
* | Style: Apply clang-format (5.0) to some missed filesRémi Verschelde2018-05-311-3/+1
* | Move NavigationMeshEditorPlugin to Recast module as should beRémi Verschelde2018-05-306-8/+621
* | Merge pull request #19272 from akien-mga/svg-buildsystemRémi Verschelde2018-05-301-18/+1
|\ \
| * | SCons: Remove extraneous lib for SVG moduleRémi Verschelde2018-05-301-18/+1
* | | SCons: Pass env to modules can_build methodRémi Verschelde2018-05-3032-60/+42
|/ /
* | Merge pull request #19255 from Faless/rpc_sync_mmoreRémi Verschelde2018-05-3024-100/+171
|\ \
| * | New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-2910-5/+84
| * | Refactor RPCMode enum and checksFabio Alessandrelli2018-05-2918-95/+87
* | | Merge pull request #19171 from BastiaanOlij/add_arvr_interface_gdnative_versionBastiaan Olij2018-05-303-1/+13
|\ \ \ | |/ / |/| |
| * | [WIP] Adding version info to GDNative ARVR interfacesBastiaan Olij2018-05-273-1/+13
* | | Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-2923-168/+100
* | | Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner2018-05-2923-100/+168
|\ \ \
| * | | New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-269-5/+81
| * | | Refactor RPCMode enum and checksFabio Alessandrelli2018-05-2618-95/+87
* | | | Merge pull request #19199 from AndreaCatania/kinimpRémi Verschelde2018-05-291-48/+34
|\ \ \ \
| * | | | Improved kinematic test_body_motion codeAndrea Catania2018-05-271-48/+34
| |/ / /
* | | | Enable singletons to be recognized as constant expressionsGeorge Marques2018-05-281-0/+8
* | | | Merge pull request #19201 from neikeq/issue-13837Ignacio Etcheverry2018-05-271-4/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Mono: Fix MonoImage filename being set to an invalid pathIgnacio Etcheverry2018-05-271-4/+5
| |/ /
* | | Merge pull request #18379 from ZDDM/18-04-23-audiostream-docsMax Hilbrunner2018-05-262-3/+6
|\ \ \
| * | | Fully exposes data variable on AudioStreamSample/AudioStreamOGGVorbis...Zumo2018-05-012-3/+6
* | | | Merge pull request #18516 from PJB3005/18-04-30-visual-script-title-barsMax Hilbrunner2018-05-2610-250/+133
|\ \ \ \ | |_|/ / |/| | |
| * | | More stuff!Pieter-Jan Briers2018-05-014-193/+85
| * | | Move things into the title bars of Visual Script nodes.Pieter-Jan Briers2018-04-309-60/+51
* | | | Merge pull request #19074 from cart/optimize-mono-pool-marshalIgnacio Etcheverry2018-05-251-9/+16
|\ \ \ \
| * | | | Reduce allocations when converting mono arrays to pool arraysCarter Anderson2018-05-201-9/+16
* | | | | Merge pull request #19063 from KellyThomas/c-sharp-feature-parity-vectorsRémi Verschelde2018-05-254-5/+17
|\ \ \ \ \
| * | | | | mono: add Slerp method to vector classes, expose Cross method for Vector2, an...Kelly Thomas2018-05-224-5/+17
| |/ / / /
* | | | | Merge pull request #19149 from neikeq/xIgnacio Etcheverry2018-05-241-5/+12
|\ \ \ \ \
| * | | | | Mono: Improve 'script class not found' errorIgnacio Etcheverry2018-05-241-5/+12
* | | | | | Merge pull request #19131 from YeldhamDev/connection_comment_capitalizeMax Hilbrunner2018-05-242-2/+2
|\ \ \ \ \ \
| * | | | | | Capitalized comments of methods created by the Connect Signal dialog.Michael Alexsander Silva Dias2018-05-232-2/+2
* | | | | | | Fix positive operator in GDScript compilerGeorge Marques2018-05-231-0/+3
|/ / / / / /
* | / / / / Fix index out of range error in string.Extension()Kelly Thomas2018-05-211-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #18974 from KellyThomas/c-sharp-feature-parity-basisRémi Verschelde2018-05-181-0/+20
|\ \ \ \ \
| * | | | | Mono: Basis constructor for euler parameterKelly Thomas2018-05-171-0/+20
| |/ / / /
* | | | | Merge pull request #18975 from KellyThomas/c-sharp-feature-parity-colorIgnacio Etcheverry2018-05-181-4/+22
|\ \ \ \ \
| * | | | | mono: New Color methods: Darkened, Lightened and ToRgba32Kelly Thomas2018-05-171-4/+22
| |/ / / /
* / / / / mono: Plane, expose Normal, and DKelly Thomas2018-05-171-38/+44
|/ / / /
* | | | fixes build error on Linux after its introduction in #18949Michele Valente2018-05-171-2/+2
* | | | Merge pull request #18405 from flashyincceo/gdscript-constants-helpRémi Verschelde2018-05-171-0/+7
|\ \ \ \
| * | | | Fix Ctrl+click on @GDScript constantsPeter Folkins2018-04-241-0/+7
| | |/ / | |/| |
* | | | Merge pull request #18949 from neikeq/aloRémi Verschelde2018-05-175-66/+146
|\ \ \ \