aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-2930-319/+333
|/ / / / / / / / /
* | | | | | | | | Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner2018-05-2930-333/+319
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | RPCMode refactor, more sync modes
| * | | | | | | | | New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-269-5/+81
| | | | | | | | | |
| * | | | | | | | | New sync RPC modes to match all combinationsFabio Alessandrelli2018-05-263-4/+25
| | | | | | | | | |
| * | | | | | | | | Refactor RPCMode enum and checksFabio Alessandrelli2018-05-2625-328/+217
| | | | | | | | | |
* | | | | | | | | | Merge pull request #19238 from volzhs/fix-image-out-of-size-errorRémi Verschelde2018-05-291-0/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix index out of size error of image.cpp
| * | | | | | | | | | Fix index out of size error of image.cppvolzhs2018-05-291-0/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #19227 from ibrahn/fix-py3-buildRémi Verschelde2018-05-292-4/+8
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fixed building using scons with python3.
| * | | | | | | | | | | fixed building using scons with python3Ibrahn Sahir2018-05-282-4/+8
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I broke python 3 builds by using py2 specific dict functions in commit 98846b39ee039358584884b439b96e799f1d2bd0 Fixed with functions in compat.py
* | | | | | | | | | | 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
* | | | | | | | | | Fix MethodInfo for EditorInspectorPlugin.can_handleRémi Verschelde2018-05-282-2/+4
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #19218 from guilhermefelipecgs/fix_invalid_image2Max Hilbrunner2018-05-283-3/+6
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Change position of validation in set_custom_mouse_cursor
| * | | | | | | | | Change position of validation in set_custom_mouse_cursorGuilherme Felipe2018-05-283-3/+6
| | | | | | | | | |
* | | | | | | | | | Sync classref with current sourceRémi Verschelde2018-05-2824-59/+404
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix binding of Basis.slerp
* | | | | | | | | Merge pull request #19217 from ↵Juan Linietsky2018-05-286-21/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | godotengine/revert-18998-customizable-performance-reporting-rate Revert "Make the performance reporting update frequency customizable"
| * | | | | | | | | Revert "Make the performance reporting update frequency customizable"Juan Linietsky2018-05-286-21/+8
|/ / / / / / / / /
* | | | | | | | | Merge pull request #19210 from guilhermefelipecgs/fix_invalid_imageMax Hilbrunner2018-05-283-0/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add validation in set_custom_mouse_cursor
| * | | | | | | | | Add validation in set_custom_mouse_cursorGuilherme Felipe2018-05-273-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check if the image is valid.
* | | | | | | | | | Merge pull request #19213 from bit-shift-io/masterRémi Verschelde2018-05-281-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix for not picking up locale of some .po translation files
| * | | | | | | | | | Fix for not picking up locale of some .po translation filesFabian2018-05-281-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #19181 from guilhermefelipecgs/fix_memory_leakMax Hilbrunner2018-05-283-5/+17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix memory leak in set_custom_mouse_cursor
| * | | | | | | | | | Fix memory leak in set_custom_mouse_cursorGuilherme Felipe2018-05-263-5/+17
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #18410 from GodotExplorer/debugger-inherited-variablesRémi Verschelde2018-05-281-14/+40
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add inherited variables support for script debugger
| * | | | | | | | | | | Send inherited variables and constants from remote debuggerGeequlim2018-04-291-14/+40
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #18899 from ibrahn/gdscript-license-infoRémi Verschelde2018-05-2810-300/+426
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | GDScript access to copyright, license, author and donor information.
| * | | | | | | | | | | | GDScript access to copyright, license, author and donor information.Ibrahn Sahir2018-05-1910-300/+426
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds following functions to the Engine singleton: get_author_info - names of Godot authors get_copyright_info - detailed source copyright get_license_info get_donor_info - donor names get_license_info - full text of licenses used, indexed by license names get_license_text - the text of the Godot Expat license
* | | | | | | | | | | | Merge pull request #19194 from YeldhamDev/scenetree_doc_groupcallRémi Verschelde2018-05-281-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | Fixed GroupCallFlags links in the SceneTree's doc
| * | | | | | | | | | | Fixed GroupCallFlags links in the SceneTree's doc.Michael Alexsander Silva Dias2018-05-271-3/+3
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #18691 from Web-eWorks/atlasfixesJuan Linietsky2018-05-271-0/+20
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix Sprite3d using AtlasTexture... Again.
| * | | | | | | | | | | Fix AtlasTexture usage in Sprite3D.Webster Sheets2018-05-081-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes as requested in b484d5c.
* | | | | | | | | | | | 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 #19029 from BastiaanOlij/more_viewport_texture_fixesBastiaan Olij2018-05-272-8/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | Fixed generating radiance texture when using viewport texture for sky
| * | | | | | | | | | | Fixed generating radiance texture when using viewport texture for skyBastiaan Olij2018-05-192-8/+6
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #18279 from RandomShaper/allow-naive-httpMax Hilbrunner2018-05-264-15/+52
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Allow body-up-to-EOF HTTP responses
| * | | | | | | | | | | | Allow body-up-to-EOF HTTP responsesPedro J. Estébanez2018-05-224-15/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements the same heuristic as Curl (and web browsers): if no `Content-Length`, no `Connection: keep-alive` and no chunked transfer encoding, assume th rest of the data until EOF is the body, gracefully setting the HTTP client back to the disconnected state. Theoretically, this is not compliant with HTTP 1.1, by which `keep-alive` is the default, but in practice, an explicit header is sent by servers.
* | | | | | | | | | | | | Merge pull request #15489 from willnationsdev/gdnative-hookMax Hilbrunner2018-05-265-4/+37
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add EditorPlugin.build() build callbacks
| * | | | | | | | | | | | | Add EditorPlugin.build() build callbacksWill Nations2018-01-085-4/+37
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #18234 from flashyincceo/font-previewMax Hilbrunner2018-05-263-0/+122
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding font preview to file browsers
| * | | | | | | | | | | | | | Adding font preview to file browsersPeter Folkins2018-05-093-0/+122
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #18349 from Gorgexpress/masterMax Hilbrunner2018-05-261-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed 2D intersect_shape limiting broadphase results
| * | | | | | | | | | | | | | | Fixed 2D intersect_shape limiting broadphase resultsMichael2018-04-221-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Physics2DDirectSpaceStateSW was applying the result limit to broadphase collision detection instead of narrow. This is inconsistent with its 3D variant, as well as the rest of the 2D direct space state functions. Broadphase is now limited by INTERSECTION_QUERY_MAX like everything else, and narrow phase is exited early when the result limit has been reached.
* | | | | | | | | | | | | | | | Merge pull request #18379 from ZDDM/18-04-23-audiostream-docsMax Hilbrunner2018-05-264-7/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fully expose the data variable in AudioStreamSample and AudioStreamOGGVorbis
| * | | | | | | | | | | | | | | | Fully exposes data variable on AudioStreamSample/AudioStreamOGGVorbis...Zumo2018-05-014-7/+13
| | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...and also changes "_set_data" and "_get_data" to "set_data" and "get_data" respectively.
* | | | | | | | | | | | | | | | Merge pull request #18884 from bojidar-bg/17698-screentex-bugMax Hilbrunner2018-05-262-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a corner-case bug in _copy_texscreen in the gles3 renderer
| * | | | | | | | | | | | | | | | Fix a corner-case bug in _copy_texscreen in the gles3 rendererBojidar Marinov2018-05-152-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #17698
* | | | | | | | | | | | | | | | | Merge pull request #18885 from Gamblify/AnimationTreeExposePosMax Hilbrunner2018-05-262-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose animation pos to user for AnimationNodes in AnimationTree
| * | | | | | | | | | | | | | | | | Expose the animation pos to the user for AnimationNodes in AnimationTreesGustav Lund2018-05-172-0/+8
| | | | | | | | | | | | | | | | | |