Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-02 | Simple workaround to make one way moving platforms work, fixes #9399 | Juan Linietsky | |
2018-11-02 | -Fix problem in OWC logic closes #11357 | Juan Linietsky | |
-Fix problem with kinematic move and disabled shapes, in both 2D and 3D | |||
2018-11-02 | Merge pull request #23061 from groud/remove_thumbnail_view | Juan Linietsky | |
Remove the thumnail-only view from the filesystem dock | |||
2018-11-02 | No longer force mipmaps on import of VRAM textures, closes #10221 | Juan Linietsky | |
2018-11-02 | Merge pull request #22625 from allkhor/cleanup_history_from_remote_nodes | Juan Linietsky | |
Cleanup the editor history from remote nodes after the scene stopped. | |||
2018-11-02 | Merge pull request #23450 from aaronfranke/remove-dtoll | Rémi Verschelde | |
Remove unused "dtoll" methods | |||
2018-11-02 | Merge pull request #21897 from Calinou/3d-display-camera-coordinates | Rémi Verschelde | |
Display camera coordinates in the 3D viewport's information pane | |||
2018-11-02 | Merge pull request #23389 from marcelofg55/multiple_ext | Rémi Verschelde | |
Export for OS X on OS X now lets you select .dmg or .zip | |||
2018-11-02 | Merge pull request #23404 from YeldhamDev/gdscript_log_methods | Rémi Verschelde | |
Add new "push_*()" functions to GDScript | |||
2018-11-02 | Merge pull request #23443 from RandomShaper/fix-crash-broken-deps | Rémi Verschelde | |
Improve/fix resource broken dependencies management | |||
2018-11-02 | Merge pull request #23431 from buresu/fix-keycode | Rémi Verschelde | |
Fix keycode problem on OSX | |||
2018-11-02 | Remove unused "dtoll" methods | Aaron Franke | |
These methods aren't used anywhere in Godot's code, and all they do is cast floating types to int64_t. There's no reason to have these lines, they literally do nothing, and they aren't useful functions to begin with. | |||
2018-11-02 | Merge pull request #23436 from Toshiwoz/primitives_properties | Rémi Verschelde | |
fixed PrismMesh size property | |||
2018-11-02 | Let TileSet editor sanitize out tiles with wrong textures | Pedro J. Estébanez | |
2018-11-02 | Let user fix dependencies in resources | Pedro J. Estébanez | |
2018-11-01 | Merge pull request #22817 from DualMatrix/animation_group | Juan Linietsky | |
Made AnimationPlayer track groups update after changing path | |||
2018-11-01 | Merge pull request #23311 from YeldhamDev/editor_capitalization_fix | Rémi Verschelde | |
Small capitalization fixes across the editor | |||
2018-11-01 | Merge pull request #21962 from YeldhamDev/switch_hover_submenu | Juan Linietsky | |
Fix MenuButton hover switching not happening with submenus open | |||
2018-11-01 | Merge pull request #22311 from Xrayez/fix-22037 | Juan Linietsky | |
Fix blend tree editor updating invalid blend tree node graph | |||
2018-11-01 | Merge pull request #23411 from RandomShaper/fix-same-layer-not-deterministic | Rémi Verschelde | |
Fix canvas stacking not deterministic on same layer | |||
2018-11-01 | Fix init of VisualServerRaster | Rémi Verschelde | |
Contrarily to what #23434 assumed, this is not a memory leak, the VisualServerRaster instance is passed as a parameter to VisualServerWrapMT's constructor. Fixes #23437. | |||
2018-11-01 | Fix CSG shape generation with meshes without indices, fixes #23364 | Juan Linietsky | |
2018-11-01 | Merge pull request #23346 from santouits/you-shall-not-execute | Juan Linietsky | |
Error running Expression.execute after parse error | |||
2018-11-01 | Merge pull request #23313 from DavidSichma/viewport-reassign | Juan Linietsky | |
Handling NodePaths in in-place Editor for Resources | |||
2018-11-01 | Merge pull request #23169 from ibrahn/dynamic-fontlist-lifetime | Juan Linietsky | |
Moved dynamic font list from static to lifetime controlled by main. | |||
2018-11-01 | Merge pull request #23125 from JFonS/fix_texture_get_data | Juan Linietsky | |
Implement rasterizer texture_get_data on OpenGL ES | |||
2018-11-01 | Merge pull request #23159 from DavidSichma/string-escape | Juan Linietsky | |
Fix: String::format Variant to String conversion | |||
2018-11-01 | Merge pull request #23434 from vnen/visual-thread-fix | Rémi Verschelde | |
Fix initialization of visual server in all platforms | |||
2018-11-01 | Update 3D physics to match fix from #22933 | Juan Linietsky | |
2018-11-01 | Merge pull request #22933 from SeleckyErik/issue-9148 | Juan Linietsky | |
Fixed non-monitorable areas triggering overlap (reopened) | |||
2018-11-01 | fixed issue with PrismMesh size, ignore for VS code .code-workspace | Toshiwo | |
2018-11-01 | Fix initialization of visual server in all platforms | George Marques | |
Avoid leaking an extra instance when using threads. Also fix threaded loading issues on Android and iOS. | |||
2018-11-01 | Export for OS X on OS X now lets you select .dmg or .zip | Marcelo Fernandez | |
2018-11-01 | Fix keycode problem on OSX | Naoto Kondo | |
2018-11-01 | Implement rasterizer texture_get_data on OpenGL ES | JFonS | |
2018-11-01 | Merge pull request #22780 from samuelpedrajas/fix_texture_button_hovering | Rémi Verschelde | |
Fix hovering on toggled link and texture buttons | |||
2018-11-01 | Merge pull request #22925 from clayjohn/MeshDataToolError | Rémi Verschelde | |
Removed redundant error from MeshDataTool | |||
2018-11-01 | Merge pull request #23294 from gcardozo123/issue-23235-get-collision-exceptions | Rémi Verschelde | |
Add method get_collision_exceptions to PhysicsBody2D | |||
2018-11-01 | Merge pull request #22938 from groud/open_spriteframes_on_animatedsprites_edit | Rémi Verschelde | |
Opens the SpriteFrames editor when editing an AnimatedSprite | |||
2018-11-01 | Merge pull request #22963 from AlexHolly/doc-richtextlabel | Rémi Verschelde | |
Doc RichTextLabel push strikethrough and align | |||
2018-11-01 | Merge pull request #22977 from CakHuri/draw_relationship_lines-ON | Rémi Verschelde | |
Made 'draw relationship lines' (at Editor Settings) enabled by default. | |||
2018-11-01 | Add method get_collision_exceptions | Guilherme Recchi Cardozo | |
Adding this method to PhysicsBody, PhysicsBody2D and SoftBody. It returns a list of nodes included in collision exceptions. Fixes #23235, cheers! | |||
2018-11-01 | Merge pull request #23195 from Liangdi/master | Rémi Verschelde | |
support New TileSet Editor zooming use CTRL/CMD + MouseWheel | |||
2018-11-01 | Merge pull request #23320 from lethiandev/android-invalid-package-name-error | Rémi Verschelde | |
Add android export error on invalid package name | |||
2018-11-01 | Merge pull request #23380 from volzhs/hide_attach_script | Rémi Verschelde | |
Hide "Attach Script" if node has one | |||
2018-11-01 | Merge pull request #23430 from AndreaCatania/pb_f | Rémi Verschelde | |
Fixed crash on delete physical bone | |||
2018-11-01 | Merge pull request #23401 from lupoDharkael/null-curve | Rémi Verschelde | |
Fix crash adding point to a Curve2D from the editor | |||
2018-11-01 | Fixed crash on delete physical bone | Andrea Catania | |
2018-11-01 | Merge pull request #23403 from xpol/patch-1 | Rémi Verschelde | |
ignore __pycache__ directory | |||
2018-10-31 | Rename "Log*()" functions to "Push*()" in C# | Michael Alexsander Silva Dias | |