Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-15 | Merge pull request #42791 from Faless/editor/drag_drop_copy_all | Rémi Verschelde | |
EditorNode now copies all drag and dropped files. | |||
2020-10-15 | Merge pull request #42789 from Faless/js/4.0_html_editor_first_iteration | Rémi Verschelde | |
[HTML5] Editor prototype | |||
2020-10-15 | Merge pull request #42808 from Chaosus/vs_delete_refactor | Yuri Roubinsky | |
Refactor delete nodes functions in visual shader editor | |||
2020-10-15 | Refactor delete nodes functions in visual shader editor | Yuri Roubinsky | |
2020-10-14 | Merge pull request #42798 from Calinou/doc-rng-tutorial | Rémi Verschelde | |
Link the Random number generation tutorial in the class reference | |||
2020-10-14 | Link the Random number generation tutorial in the class reference | Hugo Locurcio | |
2020-10-14 | Merge pull request #42780 from reduz/refactor-core-type-bindings | Rémi Verschelde | |
Refactored binding system for core types | |||
2020-10-14 | Refactored binding system for core types | reduz | |
Moved to a system using variadic templates, shared with CallableBind. New code is cleaner, faster and allows for much better optimization of core type functions from GDScript and GDNative. Added Variant::InternalMethod function for direct call access. | |||
2020-10-14 | EditorNode now copies all drag and dropped files. | Fabio Alessandrelli | |
The editor used to only copy drag-dropped files in the File System pane if the given file was a valid resource, or had a specific file format (ttf, otf). With this PR, all drag and dropped files are copied instead, no matter their extension. | |||
2020-10-14 | [HTML5] Add JavaScriptToolsEditorPlugin. | Fabio Alessandrelli | |
A new editor plugin, specific to HTML5, that provide some extra features needed to make the editor usable on that platform. For now, it adds a "Download project sources" option in the "Tool" menu, so the user can download the work done as a zip file (from the browser storage). | |||
2020-10-14 | Add JavaScript editor html file. | Fabio Alessandrelli | |
2020-10-14 | [HTML5] Close IDBFS database on exit. | Fabio Alessandrelli | |
This should be made available in emscripten in a decent way. Possibly after unmount, to free the database lock and allow performing operations on it from javascript after the Emscripten Runtime has exited. | |||
2020-10-14 | [HTML5] Expose request_quit via Engine class. | Fabio Alessandrelli | |
So it can be called when closure compiler is enabled. | |||
2020-10-14 | Increase HTML5 THREADPOOL size. | Fabio Alessandrelli | |
This fixes a "random" deadlock when quitting the editor. I still haven't figure out the root cause, but having a bigger seems to greatly mitigate the issue. The new pool size (pre-allocated threads) is now 8. | |||
2020-10-13 | Merge pull request #42776 from Paulb23/code_edit_draw_delay | Rémi Verschelde | |
Fixed main gutter not drawing on item toggle | |||
2020-10-13 | Fixed main gutter not drawing on item toggle | Paulb23 | |
2020-10-13 | Merge pull request #42763 from Chaosus/shader_emit_autocompletion | Yuri Roubinsky | |
Fix autocompletion for emit_particle in shader editor | |||
2020-10-13 | FIx autocompletion for emit_particle in shader editor | Yuri Roubinsky | |
2020-10-13 | Fix dummy rasterizer with new interface. | Fabio Alessandrelli | |
2020-10-13 | Merge pull request #42604 from KoBeWi/da100mp | Rémi Verschelde | |
Correct the doc about linear damping | |||
2020-10-13 | Correct the doc about linear damping | Tomasz Chabora | |
2020-10-13 | Merge pull request #42748 from qarmin/dont_clear_twice | Rémi Verschelde | |
Don't try to compare freed object to nullptr | |||
2020-10-13 | Merge pull request #41576 from ↵ | Rémi Verschelde | |
FIF15/remove-redundant-property-enabled-focus-mode Remove redundant property "enabled_focus_mode" | |||
2020-10-13 | Merge pull request #42632 from merriam/projectxmlsettings | Rémi Verschelde | |
Fix Typo ProjectSettings.xml, in Editor/Script Templates description | |||
2020-10-13 | Don't try to compare freed object to nullptr | Rafał Mikrut | |
2020-10-13 | Remove redundant property "enabled_focus_mode" | FIF15 | |
Fixes #41529. | |||
2020-10-13 | Merge pull request #42489 from auderer/tilemapeditor-refocus | Rémi Verschelde | |
Reset TileMapEditor painting state on application refocus | |||
2020-10-13 | Merge pull request #42737 from volzhs/android-run-tooltip | Rémi Verschelde | |
Show android device name when connected only one device | |||
2020-10-13 | Merge pull request #42731 from opl-/fix/csharpscript-load-code-duplication | Rémi Verschelde | |
Fix code duplication in CSharpScript | |||
2020-10-13 | Fix typo in the ProjectSettings class documentation | Charles Merriam | |
2020-10-13 | Merge pull request #42592 from madmiraal/fix-42567 | Rémi Verschelde | |
Initialise Bullet RigidBody friction to the expected value of 1.0 | |||
2020-10-13 | Merge pull request #42696 from ↵ | Rémi Verschelde | |
arthurpaulino/update-kinematicbody2d-is-on-descriptions Updating KinematicBody2D "is_on" functions' descriptions | |||
2020-10-13 | Merge pull request #42758 from volzhs/tree-selection-box | Rémi Verschelde | |
Respect Tree.set_icon_max_width size for drawing selection box | |||
2020-10-13 | Fix code duplication in CSharpScript | opl- | |
Removes code duplication between `CSharpScript::reload()` and `CSharpScript::initialize_for_managed_type()`. Removes a redundant `CSharpScript::update_exports()` call in `CSharpLanguage::reload_assemblies()` as `CSharpScript::reload()` already calls it when appropriate. Fixes missing update of RPC information in `CSharpScript::initialize_for_managed_type()`. | |||
2020-10-13 | Respect Tree.set_icon_max_width size for drawing selection box | volzhs | |
2020-10-12 | updating descriptions | Arthur Paulino | |
2020-10-12 | Merge pull request #42749 from KoBeWi/quality_pr | Rémi Verschelde | |
Bind missing constant in VisualScriptPropertyGet | |||
2020-10-12 | Bind missing constant in VisualScriptPropertyGet | Tomasz Chabora | |
2020-10-12 | Merge pull request #42744 from qarmin/fix_leaks | Rémi Verschelde | |
Fixes leaks with shader and material | |||
2020-10-12 | Fixes leaks with shader and material | Rafał Mikrut | |
2020-10-12 | Show android device name when connected only one device | volzhs | |
2020-10-12 | Merge pull request #42684 from timothyqiu/conn-self-assign | Fabio Alessandrelli | |
Fix HTTPClient::poll crash after connection is self-assigned | |||
2020-10-12 | doc: Sync classref with current source | Rémi Verschelde | |
2020-10-12 | Merge pull request #42733 from madmiraal/fix-41281 | Rémi Verschelde | |
Ensure grid index is valid before trying to change value. | |||
2020-10-12 | Merge pull request #42732 from Anutrix/free-shader | Rémi Verschelde | |
Free a SortShader and a ParticlesCopyShader | |||
2020-10-12 | Free a SortShader and a ParticlesCopyShader | unknown | |
2020-10-12 | Ensure grid index is valid before trying to change value. | Marcel Admiraal | |
2020-10-10 | Merge pull request #42692 from Chaosus/vs_add_metallic | Yuri Roubinsky | |
Adds Metallic to spatial light input of visual shaders | |||
2020-10-10 | Adds Metallic to spatial light input of visual shaders | Yuri Roubinsky | |
2020-10-10 | Merge pull request #42683 from reduz/implement-call-bind-unbind | Juan Linietsky | |
Add ability to bind an unbind arguments to Callable. |