aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Add access for GDNative modules to some platform dependent internals on AndroidBastiaan Olij2018-06-194-0/+152
|
* [Pluginscript] Fix not working exports in editorEmmanuel Leblond2018-06-151-19/+4
|
* Removed duplicate default colours and removed GDScriptHighligher colours ↵Paulb232018-06-131-2/+18
| | | | from main editor.
* Merge pull request #19526 from robojumper/fix_tutorialsRémi Verschelde2018-06-134-5/+5
|\ | | | | Add support for tutorial links to makerst.py
| * Add support for tutorial links to makerst.pyrobojumper2018-06-124-5/+5
| | | | | | | | Also change the <tutorials> structure to make use of individual <link> tags
* | Inner classes' functions now appear in the editor's functions panelJairo Honorio2018-06-121-0/+7
|/ | | | Fixes #19386
* Fix CSG issues when reparenting shape nodes.Benjamin2018-06-101-0/+9
|
* Bump libwebsockets to version 3.0.0Fabio Alessandrelli2018-06-072-32/+43
|
* Thirdparty: Fill copyright for lws, miniupnpc, clipperRémi Verschelde2018-06-071-2/+2
| | | | | | Rename `lws` to `libwebsockets` which is its library name. Add missing license file for mbedtls.
* Merge pull request #18780 from mhilbrunner/upnpFabio Alessandrelli2018-06-0710-0/+1274
|\ | | | | Add UPnP support (port forwarding, querying external IP)
| * Add UPnP support (port forwarding, querying external IP)mhilbrunner2018-06-0710-0/+1274
| |
* | Merge pull request #19397 from Faless/ws_get_ip_portMax Hilbrunner2018-06-061-2/+2
|\ \ | | | | | | Fix LWSPeer get_connected_[host/port]
| * | Fix LWSPeer get_connected_[host/port]Fabio Alessandrelli2018-06-061-2/+2
| | |
* | | allow undefined GODOT_DEBUG_MSBUILD environment variableKelly Thomas2018-06-061-1/+1
|/ /
* | Merge pull request #19387 from neikeq/yIgnacio Etcheverry2018-06-057-49/+172
|\ \ | | | | | | Mono fixes and improvements
| * | 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
| | | | | | | | | | | | - Add option to print MSBuild's stdout and stderr instead of redirecting it. This can be enabled by setting the environment variable: Godot_DEBUG_MSBUILD=1
| * | 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.
| * | Fixes ObjectDB leak printout with mono.Pieter-Jan Briers2018-05-111-0/+6
| | | | | | | | | | | | Fixes #18767
* | | 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
| | | | | | | | | | | | | | | | | | | | | | | | Modules can register their own editor plugins (like GridMap does), so no need to put module-specific classes in the `editor/` folder. Also cleans up the previous SCons env pollution from the Recast module, integrating its code into libmodules as other modules.
* | | Merge pull request #19272 from akien-mga/svg-buildsystemRémi Verschelde2018-05-301-18/+1
|\ \ \ | | | | | | | | SCons: Remove extraneous lib for SVG module
| * | | SCons: Remove extraneous lib for SVG moduleRémi Verschelde2018-05-301-18/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It was likely copy pasted by mistake from the freetype module, which is more complex due to its usage in the core of the engine. The SVG module does not seem to need any special treatment, apart from linking in the main env so that editor can access it.
* | | | SCons: Pass env to modules can_build methodRémi Verschelde2018-05-3032-60/+42
|/ / / | | | | | | | | | | | | | | | This allows to disable modules based on the environment, in particular `env[tools]` which tells us if we are building the editor or not.
* | | Merge pull request #19255 from Faless/rpc_sync_mmoreRémi Verschelde2018-05-3024-100/+171
|\ \ \ | | | | | | | | RPCMode refactor, more sync modes (2)
| * | | 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
|\ \ \ \ | |/ / / |/| | | Adding version info to GDNative ARVR interfaces
| * | | [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
|\ \ \ \ | | | | | | | | | | RPCMode refactor, more sync modes
| * | | | 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 code
| * | | | | Improved kinematic test_body_motion codeAndrea Catania2018-05-271-48/+34
| |/ / / /
* | | | | Enable singletons to be recognized as constant expressionsGeorge Marques2018-05-281-0/+8
| | | | | | | | | | | | | | | | | | | | Fix #14681
* | | | | Merge pull request #19201 from neikeq/issue-13837Ignacio Etcheverry2018-05-271-4/+5
|\ \ \ \ \ | |_|/ / / |/| | | | Mono: Fix MonoImage filename being set to an invalid path
| * | | | 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 expose the data variable in AudioStreamSample and AudioStreamOGGVorbis
| * | | | Fully exposes data variable on AudioStreamSample/AudioStreamOGGVorbis...Zumo2018-05-012-3/+6
| | | | | | | | | | | | | | | | | | | | ...and also changes "_set_data" and "_get_data" to "set_data" and "get_data" respectively.
* | | | | Merge pull request #18516 from PJB3005/18-04-30-visual-script-title-barsMax Hilbrunner2018-05-2610-250/+133
|\ \ \ \ \ | |_|/ / / |/| | | | Move things into the title bars of Visual Script nodes.
| * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an attempt to make VS slightly nicer to use. WiP.
* | | | | Merge pull request #19074 from cart/optimize-mono-pool-marshalIgnacio Etcheverry2018-05-251-9/+16
|\ \ \ \ \ | | | | | | | | | | | | Reduce allocations when converting mono arrays to pool arrays
| * | | | | 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
| * | | | | | mono: add Slerp method to vector classes, expose Cross method for Vector2, ↵Kelly Thomas2018-05-224-5/+17
| |/ / / / / | | | | | | | | | | | | | | | | | | and fix unnecessary casts in Basis
* | | | | | Merge pull request #19149 from neikeq/xIgnacio Etcheverry2018-05-241-5/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | Mono: Improve 'script class not found' error