summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2018-06-07Bump libwebsockets to version 3.0.0Fabio Alessandrelli
2018-06-07Thirdparty: Fill copyright for lws, miniupnpc, clipperRémi Verschelde
2018-06-07Merge pull request #18780 from mhilbrunner/upnpFabio Alessandrelli
2018-06-07Add UPnP support (port forwarding, querying external IP)mhilbrunner
2018-06-06Merge pull request #19397 from Faless/ws_get_ip_portMax Hilbrunner
2018-06-06Fix LWSPeer get_connected_[host/port]Fabio Alessandrelli
2018-06-06allow undefined GODOT_DEBUG_MSBUILD environment variableKelly Thomas
2018-06-05Merge pull request #19387 from neikeq/yIgnacio Etcheverry
2018-06-05Mono: Add 'View log' button to open the MSBuild log of a buildIgnacio Etcheverry
2018-06-05Mono: Fix passing wrong logger assembly path to MSBuildIgnacio Etcheverry
2018-06-05Mono: Null checks when marshaling from MonoArray* and managed DictionaryIgnacio Etcheverry
2018-06-05Merge pull request #18792 from PJB3005/18-05-11-objectdb-verbose-monoRémi Verschelde
2018-06-01Fix Mono static linking on MingwHein-Pieter van Braam
2018-05-31Style: Apply clang-format (5.0) to some missed filesRémi Verschelde
2018-05-30Move NavigationMeshEditorPlugin to Recast module as should beRémi Verschelde
2018-05-30Merge pull request #19272 from akien-mga/svg-buildsystemRémi Verschelde
2018-05-30SCons: Pass env to modules can_build methodRémi Verschelde
2018-05-30SCons: Remove extraneous lib for SVG moduleRémi Verschelde
2018-05-30Merge pull request #19255 from Faless/rpc_sync_mmoreRémi Verschelde
2018-05-30Merge pull request #19171 from BastiaanOlij/add_arvr_interface_gdnative_versionBastiaan Olij
2018-05-29New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli
2018-05-29Refactor RPCMode enum and checksFabio Alessandrelli
2018-05-29Revert "RPCMode refactor, more sync modes"Max Hilbrunner
2018-05-29Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner
2018-05-29Merge pull request #19199 from AndreaCatania/kinimpRémi Verschelde
2018-05-28Enable singletons to be recognized as constant expressionsGeorge Marques
2018-05-27Merge pull request #19201 from neikeq/issue-13837Ignacio Etcheverry
2018-05-27Mono: Fix MonoImage filename being set to an invalid pathIgnacio Etcheverry
2018-05-27Improved kinematic test_body_motion codeAndrea Catania
2018-05-27[WIP] Adding version info to GDNative ARVR interfacesBastiaan Olij
2018-05-26Merge pull request #18379 from ZDDM/18-04-23-audiostream-docsMax Hilbrunner
2018-05-26Merge pull request #18516 from PJB3005/18-04-30-visual-script-title-barsMax Hilbrunner
2018-05-26New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli
2018-05-26Refactor RPCMode enum and checksFabio Alessandrelli
2018-05-25Merge pull request #19074 from cart/optimize-mono-pool-marshalIgnacio Etcheverry
2018-05-25Merge pull request #19063 from KellyThomas/c-sharp-feature-parity-vectorsRémi Verschelde
2018-05-24Merge pull request #19149 from neikeq/xIgnacio Etcheverry
2018-05-24Mono: Improve 'script class not found' errorIgnacio Etcheverry
2018-05-24Merge pull request #19131 from YeldhamDev/connection_comment_capitalizeMax Hilbrunner
2018-05-23Capitalized comments of methods created by the Connect Signal dialog.Michael Alexsander Silva Dias
2018-05-23Fix positive operator in GDScript compilerGeorge Marques
2018-05-22mono: add Slerp method to vector classes, expose Cross method for Vector2, an...Kelly Thomas
2018-05-21Fix index out of range error in string.Extension()Kelly Thomas
2018-05-20Reduce allocations when converting mono arrays to pool arraysCarter Anderson
2018-05-18Merge pull request #18974 from KellyThomas/c-sharp-feature-parity-basisRémi Verschelde
2018-05-18Merge pull request #18975 from KellyThomas/c-sharp-feature-parity-colorIgnacio Etcheverry
2018-05-17mono: Plane, expose Normal, and DKelly Thomas
2018-05-17mono: New Color methods: Darkened, Lightened and ToRgba32Kelly Thomas
2018-05-17Mono: Basis constructor for euler parameterKelly Thomas
2018-05-17fixes build error on Linux after its introduction in #18949Michele Valente