| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix Mono static linking on Mingw | Hein-Pieter van Braam | 2018-06-01 | 1 | -2/+9 |
| * | Style: Apply clang-format (5.0) to some missed files | Rémi Verschelde | 2018-05-31 | 1 | -3/+1 |
| * | Move NavigationMeshEditorPlugin to Recast module as should be | Rémi Verschelde | 2018-05-30 | 6 | -8/+621 |
| * | Merge pull request #19272 from akien-mga/svg-buildsystem | Rémi Verschelde | 2018-05-30 | 1 | -18/+1 |
| |\ |
|
| | * | SCons: Remove extraneous lib for SVG module | Rémi Verschelde | 2018-05-30 | 1 | -18/+1 |
| * | | SCons: Pass env to modules can_build method | Rémi Verschelde | 2018-05-30 | 32 | -60/+42 |
| |/ |
|
| * | Merge pull request #19255 from Faless/rpc_sync_mmore | Rémi Verschelde | 2018-05-30 | 24 | -100/+171 |
| |\ |
|
| | * | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli | 2018-05-29 | 10 | -5/+84 |
| | * | Refactor RPCMode enum and checks | Fabio Alessandrelli | 2018-05-29 | 18 | -95/+87 |
| * | | Merge pull request #19171 from BastiaanOlij/add_arvr_interface_gdnative_version | Bastiaan Olij | 2018-05-30 | 3 | -1/+13 |
| |\ \
| |/
|/| |
|
| | * | [WIP] Adding version info to GDNative ARVR interfaces | Bastiaan Olij | 2018-05-27 | 3 | -1/+13 |
| * | | Revert "RPCMode refactor, more sync modes" | Max Hilbrunner | 2018-05-29 | 23 | -168/+100 |
| * | | Merge pull request #19021 from Faless/rpc_sync_fix | Max Hilbrunner | 2018-05-29 | 23 | -100/+168 |
| |\ \ |
|
| | * | | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli | 2018-05-26 | 9 | -5/+81 |
| | * | | Refactor RPCMode enum and checks | Fabio Alessandrelli | 2018-05-26 | 18 | -95/+87 |
| * | | | Merge pull request #19199 from AndreaCatania/kinimp | Rémi Verschelde | 2018-05-29 | 1 | -48/+34 |
| |\ \ \ |
|
| | * | | | Improved kinematic test_body_motion code | Andrea Catania | 2018-05-27 | 1 | -48/+34 |
| | |/ / |
|
| * | | | Enable singletons to be recognized as constant expressions | George Marques | 2018-05-28 | 1 | -0/+8 |
| * | | | Merge pull request #19201 from neikeq/issue-13837 | Ignacio Etcheverry | 2018-05-27 | 1 | -4/+5 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | Mono: Fix MonoImage filename being set to an invalid path | Ignacio Etcheverry | 2018-05-27 | 1 | -4/+5 |
| | |/ |
|
| * | | Merge pull request #18379 from ZDDM/18-04-23-audiostream-docs | Max Hilbrunner | 2018-05-26 | 2 | -3/+6 |
| |\ \ |
|
| | * | | Fully exposes data variable on AudioStreamSample/AudioStreamOGGVorbis... | Zumo | 2018-05-01 | 2 | -3/+6 |
| * | | | Merge pull request #18516 from PJB3005/18-04-30-visual-script-title-bars | Max Hilbrunner | 2018-05-26 | 10 | -250/+133 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | More stuff! | Pieter-Jan Briers | 2018-05-01 | 4 | -193/+85 |
| | * | | Move things into the title bars of Visual Script nodes. | Pieter-Jan Briers | 2018-04-30 | 9 | -60/+51 |
| * | | | Merge pull request #19074 from cart/optimize-mono-pool-marshal | Ignacio Etcheverry | 2018-05-25 | 1 | -9/+16 |
| |\ \ \ |
|
| | * | | | Reduce allocations when converting mono arrays to pool arrays | Carter Anderson | 2018-05-20 | 1 | -9/+16 |
| * | | | | Merge pull request #19063 from KellyThomas/c-sharp-feature-parity-vectors | Rémi Verschelde | 2018-05-25 | 4 | -5/+17 |
| |\ \ \ \ |
|
| | * | | | | mono: add Slerp method to vector classes, expose Cross method for Vector2, an... | Kelly Thomas | 2018-05-22 | 4 | -5/+17 |
| | |/ / / |
|
| * | | | | Merge pull request #19149 from neikeq/x | Ignacio Etcheverry | 2018-05-24 | 1 | -5/+12 |
| |\ \ \ \ |
|
| | * | | | | Mono: Improve 'script class not found' error | Ignacio Etcheverry | 2018-05-24 | 1 | -5/+12 |
| * | | | | | Merge pull request #19131 from YeldhamDev/connection_comment_capitalize | Max Hilbrunner | 2018-05-24 | 2 | -2/+2 |
| |\ \ \ \ \ |
|
| | * | | | | | Capitalized comments of methods created by the Connect Signal dialog. | Michael Alexsander Silva Dias | 2018-05-23 | 2 | -2/+2 |
| * | | | | | | Fix positive operator in GDScript compiler | George Marques | 2018-05-23 | 1 | -0/+3 |
| |/ / / / / |
|
| * | / / / | Fix index out of range error in string.Extension() | Kelly Thomas | 2018-05-21 | 1 | -1/+1 |
| | |/ / /
|/| | | |
|
| * | | | | Merge pull request #18974 from KellyThomas/c-sharp-feature-parity-basis | Rémi Verschelde | 2018-05-18 | 1 | -0/+20 |
| |\ \ \ \ |
|
| | * | | | | Mono: Basis constructor for euler parameter | Kelly Thomas | 2018-05-17 | 1 | -0/+20 |
| | |/ / / |
|
| * | | | | Merge pull request #18975 from KellyThomas/c-sharp-feature-parity-color | Ignacio Etcheverry | 2018-05-18 | 1 | -4/+22 |
| |\ \ \ \ |
|
| | * | | | | mono: New Color methods: Darkened, Lightened and ToRgba32 | Kelly Thomas | 2018-05-17 | 1 | -4/+22 |
| | |/ / / |
|
| * / / / | mono: Plane, expose Normal, and D | Kelly Thomas | 2018-05-17 | 1 | -38/+44 |
| |/ / / |
|
| * | | | fixes build error on Linux after its introduction in #18949 | Michele Valente | 2018-05-17 | 1 | -2/+2 |
| * | | | Merge pull request #18405 from flashyincceo/gdscript-constants-help | Rémi Verschelde | 2018-05-17 | 1 | -0/+7 |
| |\ \ \ |
|
| | * | | | Fix Ctrl+click on @GDScript constants | Peter Folkins | 2018-04-24 | 1 | -0/+7 |
| | | |/
| |/| |
|
| * | | | Merge pull request #18949 from neikeq/alo | Rémi Verschelde | 2018-05-17 | 5 | -66/+146 |
| |\ \ \ |
|
| | * | | | Mono: Project building fixes | Ignacio Etcheverry | 2018-05-17 | 5 | -66/+146 |
| * | | | | Merge pull request #18889 from madadam/async-await-fix | Ignacio Etcheverry | 2018-05-16 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | Set current SynchronizationContext before the game loop starts | Adam Cigánek | 2018-05-15 | 1 | -1/+1 |
| * | | | | | Add missing copyright headers | Guilherme Felipe | 2018-05-16 | 7 | -0/+210 |
| | |/ / /
|/| | | |
|
| * | | | | Allow editing of some unbound properties when hinted (or no range hinted) | Juan Linietsky | 2018-05-16 | 1 | -9/+9 |
| * | | | | Merge pull request #18897 from volzhs/libwebp-1.0.0 | Rémi Verschelde | 2018-05-16 | 1 | -0/+2 |
| |\ \ \ \ |
|