Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-15 | Merge pull request #24171 from YeldhamDev/occluder_polygon_grab | Michael Alexsander Silva Dias | |
Make OccluderPolygon2D draggable in the editor | |||
2019-04-15 | Merge pull request #27944 from YeldhamDev/tile_name_position_fix | Michael Alexsander Silva Dias | |
Fix position of tile names in TileSet editor when zooming in/out | |||
2019-04-15 | Merge pull request #26792 from Faless/webrtc_pr | Rémi Verschelde | |
Initial WebRTC support | |||
2019-04-15 | Merge pull request #28056 from akien-mga/doc-visibilitynotifier-ready | Rémi Verschelde | |
doc: Add note about VisibilityNotifier.is_on_screen after instantiation | |||
2019-04-15 | doc: Add note about VisibilityNotifier.is_on_screen after instantiation | Rémi Verschelde | |
Fixes #9430. | |||
2019-04-15 | doc: Sync classref with current source | Rémi Verschelde | |
2019-04-15 | Merge pull request #27967 from clayjohn/fix-mip-bug | Rémi Verschelde | |
Fixed bug in computing mip maps from screen texture | |||
2019-04-15 | Icon was missing | Juan Linietsky | |
2019-04-15 | Merge pull request #28011 from KoBeWi/rmb_housework | Rémi Verschelde | |
Small cleanup to SceneTree dock context menu | |||
2019-04-15 | Merge pull request #26678 from YeldhamDev/hide_addscript_multiselected | Rémi Verschelde | |
Hide "Add Script" button in Scene dock when multiple nodes are selected | |||
2019-04-15 | Merge pull request #24654 from groud/better_dragging_autoscroll | Rémi Verschelde | |
Enhance tree scrolling when dragging | |||
2019-04-15 | Merge pull request #27931 from pyrophone/SceneTreeScriptFix | Rémi Verschelde | |
Fix for additional separators appearing when scripts are disabled | |||
2019-04-15 | Merge pull request #28005 from Chaosus/vs_delete | Yuri Roubinsky | |
Restored possibilty to delete multiple nodes in visual shaders via Delete key | |||
2019-04-15 | Implement autokeying in Animation editor. | Juan Linietsky | |
2019-04-15 | Oops I missed a line, continuation to 0d41f8f. | Juan Linietsky | |
2019-04-15 | Avoid crash on changing snap mode when no animation exists, closes #28031 | Juan Linietsky | |
2019-04-14 | Also show length in FPS when using FPS mode for AnimationPlayer editor | Juan Linietsky | |
2019-04-14 | Add support for FPS snap in Animation Editor. | Juan Linietsky | |
2019-04-14 | Small cleanup to SceneTree context menu | Tomasz Chabora | |
2019-04-14 | Added possibilty to delete multiple nodes in visual shaders via Delete key | Chaosus | |
2019-04-13 | Ability to create sprite frames in AnimatedSprite from sprite sheet. | Juan Linietsky | |
2019-04-13 | Clean up ASSIMP import code. | Juan Linietsky | |
2019-04-13 | Merge pull request #27980 from Chaosus/vs_conditional | Yuri Roubinsky | |
Added conditional nodes to visual shaders | |||
2019-04-13 | Added conditional nodes to visual shaders | Chaosus | |
2019-04-13 | Hide "Add Script" button in Scene dock when multiple nodes are selected | Michael Alexsander Silva Dias | |
2019-04-12 | fixed bug in mip map sigma | clayjohn | |
2019-04-12 | Enhance tree scrolling when dragging | groud | |
2019-04-12 | Register WebRTCPeerJS and WebRTCPeerGDNative | Fabio Alessandrelli | |
2019-04-12 | Add WebRTC GDNative interface | Fabio Alessandrelli | |
2019-04-12 | Add WebRTC JS implementation | Fabio Alessandrelli | |
2019-04-12 | Implement WebRTCPeer custom instance class | Fabio Alessandrelli | |
2019-04-12 | Fixed scene tree bug when scripts are disabled | Gio Aleman | |
2019-04-12 | Merge pull request #27950 from Nonnu42/contrib | Ignacio Roldán Etcheverry | |
Fixes #17233 allowing C# to override _GetPropertyList | |||
2019-04-12 | Move IDHandler JS module to platform from Websock | Fabio Alessandrelli | |
2019-04-12 | Merge pull request #27949 from YeldhamDev/doc_is_valid_filename | Rémi Verschelde | |
Document String's 'is_valid_filename()' | |||
2019-04-12 | Merge pull request #27863 from bojidar-bg/27460-constant-class-clash | Rémi Verschelde | |
Check subclasses too when checking for name clashes | |||
2019-04-11 | Reorganized connection dialog for much improved ease of use. | Juan Linietsky | |
-Removed dest path field -Added a "Source" signal -Added an "Advanced" button to hide complexity -Fix bug on Tree to make sure "ensure visible" works on hidden trees -Fix bug on TextEdit to ensure signals created with script not open sill focus the right line | |||
2019-04-12 | Fixes #17233 allowing C# to override _GetPropertyList | Nuno Cardoso | |
2019-04-11 | Document String's 'is_valid_filename()' | Michael Alexsander Silva Dias | |
2019-04-11 | Fix position of tile names in TileSet editor when zooming in/out | Michael Alexsander Silva Dias | |
Fixes #27713. | |||
2019-04-11 | Merge pull request #27867 from bojidar-bg/27489-as-self-fail | Rémi Verschelde | |
Fix as operator generating opcode 38 errors | |||
2019-04-11 | No more metadata and dependency indices kept in resources saved. | Juan Linietsky | |
-Node folding is now saved externally together with the properties -External resources remember their ID when scenes are saved. | |||
2019-04-11 | Merge pull request #27929 from akien-mga/vhacd-cleanup | Rémi Verschelde | |
vhacd: Properly identify downstream changes, fix MinGW build issue | |||
2019-04-11 | vhacd: Fix -fpermissive build issue with MinGW | Rémi Verschelde | |
Fixes #27926. | |||
2019-04-11 | vhacd: Reapply downstream changes to namespace conflicting bullet code | Rémi Verschelde | |
Also adding a patch to easily identify and reapply them. | |||
2019-04-11 | vhacd: Recommit unmodified upstream code without style changes | Rémi Verschelde | |
Godot-specific changes will then be redone without touching upstream formatting. Also documented current state in thirdparty/README.md and added LICENSE. Add vhacd to COPYRIGHT.txt. | |||
2019-04-11 | Merge pull request #27899 from KoBeWi/tree_focus | Rémi Verschelde | |
Focus SceneTree dock after creating new node | |||
2019-04-11 | Merge pull request #27915 from WindyDarian/msvc_force_utf8_source_encoding | Rémi Verschelde | |
Force utf-8 source file encoding in MSVC | |||
2019-04-11 | Merge pull request #27876 from vnen/gdscript-no-builtin-name | Rémi Verschelde | |
Don't allow built-in scripts to use class_name | |||
2019-04-11 | Merge pull request #27887 from godotengine/AndreaCatania-patch-1 | Rémi Verschelde | |
Added No bone set state in the IK |