| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #19827 from Faless/lws_fix_lite | Rémi Verschelde | 2018-06-28 | 1 | -2/+8 |
|\ |
|
| * | Sanitize protocol struct, def LWS T/RX buffer size | Fabio Alessandrelli | 2018-06-23 | 1 | -2/+8 |
* | | Changes to how node paths are selected from property, allowing setting a hint. | Juan Linietsky | 2018-06-27 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #19016 from neikeq/w | Ignacio Etcheverry | 2018-06-22 | 2 | -20/+56 |
|\ |
|
| * | Mono: Module build improvements | Ignacio Etcheverry | 2018-06-22 | 2 | -20/+56 |
* | | add NoCache wrapper to Command | Rhody Lugo | 2018-06-21 | 1 | -2/+2 |
* | | Add access for GDNative modules to some platform dependent internals on Android | Bastiaan Olij | 2018-06-19 | 4 | -0/+152 |
* | | [Pluginscript] Fix not working exports in editor | Emmanuel Leblond | 2018-06-15 | 1 | -19/+4 |
* | | Removed duplicate default colours and removed GDScriptHighligher colours from... | Paulb23 | 2018-06-13 | 1 | -2/+18 |
* | | Merge pull request #19526 from robojumper/fix_tutorials | Rémi Verschelde | 2018-06-13 | 4 | -5/+5 |
|\ \ |
|
| * | | Add support for tutorial links to makerst.py | robojumper | 2018-06-12 | 4 | -5/+5 |
* | | | Inner classes' functions now appear in the editor's functions panel | Jairo Honorio | 2018-06-12 | 1 | -0/+7 |
|/ / |
|
* | | Fix CSG issues when reparenting shape nodes. | Benjamin | 2018-06-10 | 1 | -0/+9 |
* | | Bump libwebsockets to version 3.0.0 | Fabio Alessandrelli | 2018-06-07 | 2 | -35/+46 |
* | | Thirdparty: Fill copyright for lws, miniupnpc, clipper | Rémi Verschelde | 2018-06-07 | 1 | -2/+2 |
* | | Merge pull request #18780 from mhilbrunner/upnp | Fabio Alessandrelli | 2018-06-07 | 10 | -0/+1274 |
|\ \ |
|
| * | | Add UPnP support (port forwarding, querying external IP) | mhilbrunner | 2018-06-07 | 10 | -0/+1274 |
* | | | Merge pull request #19397 from Faless/ws_get_ip_port | Max Hilbrunner | 2018-06-06 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Fix LWSPeer get_connected_[host/port] | Fabio Alessandrelli | 2018-06-06 | 1 | -2/+2 |
* | | | | allow undefined GODOT_DEBUG_MSBUILD environment variable | Kelly Thomas | 2018-06-06 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #19387 from neikeq/y | Ignacio Etcheverry | 2018-06-05 | 7 | -49/+172 |
|\ \ \ |
|
| * | | | Mono: Add 'View log' button to open the MSBuild log of a build | Ignacio Etcheverry | 2018-06-05 | 5 | -37/+123 |
| * | | | Mono: Fix passing wrong logger assembly path to MSBuild | Ignacio Etcheverry | 2018-06-05 | 2 | -12/+30 |
| * | | | Mono: Null checks when marshaling from MonoArray* and managed Dictionary | Ignacio Etcheverry | 2018-06-05 | 1 | -0/+19 |
* | | | | Merge pull request #18792 from PJB3005/18-05-11-objectdb-verbose-mono | Rémi Verschelde | 2018-06-05 | 1 | -0/+6 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fixes ObjectDB leak printout with mono. | Pieter-Jan Briers | 2018-05-11 | 1 | -0/+6 |
* | | | | 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 |