summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-30SCons: Remove extraneous lib for SVG moduleRémi Verschelde
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.
2018-05-30Merge pull request #19266 from akien-mga/os-execute-docMax Hilbrunner
Improve return value and docs on OS.execute regarding blocking/non-blocking variants
2018-05-30Merge pull request #19255 from Faless/rpc_sync_mmoreRémi Verschelde
RPCMode refactor, more sync modes (2)
2018-05-30Improve return value of OS.execute in blocking/non-blocking variantsRémi Verschelde
Initialized the PID to -2, which will be the value returns in blocking- mode where the PID is not available. (-1 was already taken to signify an execution failure). OS::execute will now properly return a non-OK error code when it fails to execute the target file. The documentation was rewritten to be very clear about the differences between blocking and non-blocking mode. Fixes #19056.
2018-05-30Merge pull request #19171 from BastiaanOlij/add_arvr_interface_gdnative_versionBastiaan Olij
Adding version info to GDNative ARVR interfaces
2018-05-29New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli
2018-05-29New sync RPC modes to match all combinationsFabio Alessandrelli
2018-05-29Refactor RPCMode enum and checksFabio Alessandrelli
2018-05-29Allow setting higher numbers in Android version/codeDmitry Pupinin
2018-05-29Merge pull request #19243 from godotengine/revert-19021-rpc_sync_fixMax Hilbrunner
Revert "RPCMode refactor, more sync modes"
2018-05-29Revert "RPCMode refactor, more sync modes"Max Hilbrunner
2018-05-29Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner
RPCMode refactor, more sync modes
2018-05-29Merge pull request #19238 from volzhs/fix-image-out-of-size-errorRémi Verschelde
Fix index out of size error of image.cpp
2018-05-29Merge pull request #19227 from ibrahn/fix-py3-buildRémi Verschelde
fixed building using scons with python3.
2018-05-29Merge pull request #19199 from AndreaCatania/kinimpRémi Verschelde
Improved kinematic test_body_motion code
2018-05-29Fix index out of size error of image.cppvolzhs
2018-05-28fixed building using scons with python3Ibrahn Sahir
I broke python 3 builds by using py2 specific dict functions in commit 98846b39ee039358584884b439b96e799f1d2bd0 Fixed with functions in compat.py
2018-05-28Enable singletons to be recognized as constant expressionsGeorge Marques
Fix #14681
2018-05-28Fix MethodInfo for EditorInspectorPlugin.can_handleRémi Verschelde
2018-05-28Merge pull request #19218 from guilhermefelipecgs/fix_invalid_image2Max Hilbrunner
Change position of validation in set_custom_mouse_cursor
2018-05-28Sync classref with current sourceRémi Verschelde
Also fix binding of Basis.slerp
2018-05-28Change position of validation in set_custom_mouse_cursorGuilherme Felipe
2018-05-28Merge pull request #19217 from ↵Juan Linietsky
godotengine/revert-18998-customizable-performance-reporting-rate Revert "Make the performance reporting update frequency customizable"
2018-05-28Revert "Make the performance reporting update frequency customizable"Juan Linietsky
2018-05-28Merge pull request #19210 from guilhermefelipecgs/fix_invalid_imageMax Hilbrunner
Add validation in set_custom_mouse_cursor
2018-05-28Merge pull request #19213 from bit-shift-io/masterRémi Verschelde
Fix for not picking up locale of some .po translation files
2018-05-28Merge pull request #19181 from guilhermefelipecgs/fix_memory_leakMax Hilbrunner
Fix memory leak in set_custom_mouse_cursor
2018-05-28Merge pull request #18410 from GodotExplorer/debugger-inherited-variablesRémi Verschelde
Add inherited variables support for script debugger
2018-05-28Merge pull request #18899 from ibrahn/gdscript-license-infoRémi Verschelde
GDScript access to copyright, license, author and donor information.
2018-05-28Merge pull request #19194 from YeldhamDev/scenetree_doc_groupcallRémi Verschelde
Fixed GroupCallFlags links in the SceneTree's doc
2018-05-28Fix for not picking up locale of some .po translation filesFabian
2018-05-27Add validation in set_custom_mouse_cursorGuilherme Felipe
Check if the image is valid.
2018-05-27Merge pull request #18691 from Web-eWorks/atlasfixesJuan Linietsky
Fix Sprite3d using AtlasTexture... Again.
2018-05-27Merge pull request #19201 from neikeq/issue-13837Ignacio Etcheverry
Mono: Fix MonoImage filename being set to an invalid path
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-27Merge pull request #19029 from BastiaanOlij/more_viewport_texture_fixesBastiaan Olij
Fixed generating radiance texture when using viewport texture for sky
2018-05-27Fixed GroupCallFlags links in the SceneTree's doc.Michael Alexsander Silva Dias
2018-05-26Fix memory leak in set_custom_mouse_cursorGuilherme Felipe
2018-05-26Merge pull request #18279 from RandomShaper/allow-naive-httpMax Hilbrunner
Allow body-up-to-EOF HTTP responses
2018-05-26Merge pull request #15489 from willnationsdev/gdnative-hookMax Hilbrunner
Add EditorPlugin.build() build callbacks
2018-05-26Merge pull request #18234 from flashyincceo/font-previewMax Hilbrunner
Adding font preview to file browsers
2018-05-26Merge pull request #18349 from Gorgexpress/masterMax Hilbrunner
Fixed 2D intersect_shape limiting broadphase results
2018-05-26Merge pull request #18379 from ZDDM/18-04-23-audiostream-docsMax Hilbrunner
Fully expose the data variable in AudioStreamSample and AudioStreamOGGVorbis
2018-05-26Merge pull request #18884 from bojidar-bg/17698-screentex-bugMax Hilbrunner
Fix a corner-case bug in _copy_texscreen in the gles3 renderer
2018-05-26Merge pull request #18885 from Gamblify/AnimationTreeExposePosMax Hilbrunner
Expose animation pos to user for AnimationNodes in AnimationTree
2018-05-26Merge pull request #18516 from PJB3005/18-04-30-visual-script-title-barsMax Hilbrunner
Move things into the title bars of Visual Script nodes.
2018-05-26Merge pull request #18747 from anakimluke/patch-1Max Hilbrunner
fixed minor doc wording problem
2018-05-26Merge pull request #18998 from Calinou/customizable-performance-reporting-rateMax Hilbrunner
Make the performance reporting update frequency customizable