Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-28 | Merge pull request #10622 from letheed/patch-1 | Rémi Verschelde | |
Allow to disable shadow gradients in Light2D | |||
2017-08-28 | -Some fixes to code completion. | Juan Linietsky | |
-Fix getter in code completion being displayed when it shouldn't -Clean up preview generation for editors and exposed it as editor plugin | |||
2017-08-28 | Merge pull request #10693 from Paulb23/offset_view_when_removing_issue_10529 | Rémi Verschelde | |
Fixed offset view when removing text, issue 10529 | |||
2017-08-27 | Dead code tells no tales | Rémi Verschelde | |
2017-08-27 | -Largely rewrote gridmap to simplify it | Juan Linietsky | |
-Got editor working again -Added a current-floor marker on selection | |||
2017-08-27 | Fixed offset view when removing text, issue 10529 | Paulb23 | |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | |
2017-08-27 | Merge pull request #10680 from Noshyaar/pr-viewport | Rémi Verschelde | |
Viewport: fix 'size' binding from Rect2 to Vector2 | |||
2017-08-27 | Merge pull request #10678 from Zylann/bind_array_max | Rémi Verschelde | |
Bind missing ArrayMesh.ARRAY_MAX | |||
2017-08-27 | Viewport: fix 'size' binding from Rect2 to Vector2 | Poommetee Ketson | |
2017-08-27 | Bind missing ArrayMesh.ARRAY_MAX | Marc Gilleron | |
2017-08-27 | Merge pull request #10600 from MasonAsh/fix-10596 | Rémi Verschelde | |
Script editor: fixed no key repeat for CTRL+Y | |||
2017-08-27 | Merge pull request #10579 from quinnyo/rpc-sender-id | Rémi Verschelde | |
Method to get ID of RPC calling peer | |||
2017-08-27 | Merge pull request #10591 from Rubonnek/possible-null-ptr-dereference | Rémi Verschelde | |
Added/Fixed null pointer checks | |||
2017-08-27 | Merge pull request #10653 from tuga3d/indent-glitch | Rémi Verschelde | |
Added a cursor column check. | |||
2017-08-27 | Merge pull request #10660 from Noshyaar/pr-tree | Rémi Verschelde | |
Tree: fix RMB click collapses next item | |||
2017-08-26 | Add two missing Null checks | Hein-Pieter van Braam | |
These Null checks were removed in #10581 but actually changed the logic of the functions in this case. This fixes #10654 | |||
2017-08-26 | Added/Fixed null pointer checks | Wilson E. Alvarez | |
2017-08-26 | Added a cursor column check. | Paulo Gomes | |
Fixes glich, when cursor is on column 0 of and indented line and you press return an extra indent is added. | |||
2017-08-26 | Tree: fix RMB click collapses next item | Poommetee Ketson | |
2017-08-26 | Merge pull request #10656 from akien-mga/cleanup-commented-out-code | Rémi Verschelde | |
Cleanup tons of obsolete commented out code | |||
2017-08-26 | Node: Add debug info to add_child reparenting check | Rémi Verschelde | |
Use it to remove buggy add_child in EditorAudioBus | |||
2017-08-26 | Cleanup tons of obsolete commented out code | Rémi Verschelde | |
Mostly in EditorNode, dropping some obsolete editor plugins and also a cleanup of ProjectSettings/EditorSettings. | |||
2017-08-26 | -Massive clean up to gizmos | Juan Linietsky | |
-Make sure handles are always visible (on top) -Fixed instanced scene selection (should work properly now) -Added interpolated camera -Customizable gizmo colors in editor settings | |||
2017-08-25 | added finished signals to audio stream players, fixes #9928 | Juan Linietsky | |
2017-08-25 | Removed old fp_adjust code that conflicts with clipped rects, fixes #9925 | Juan Linietsky | |
2017-08-24 | Allow to disable shadow gradients in Light2D | Letheed | |
Currently the shadow gradient can't be disabled and always has a minimum value of 1. I'm not sure why though, the default value seems to be 0 and the rasterizer checks for 0 [here](https://github.com/godotengine/godot/blob/8fc6bb8f771c520c15320c3b4be561abc648d65d/drivers/gles3/rasterizer_canvas_gles3.cpp#L1284) before enabling it. Feels like a bug to me, but if there's a reason for that let me know. As a side effect, this edit effectively changes the default value from 1 to 0 for new projects. | |||
2017-08-24 | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | |
Currently we rely on some undefined behavior when Object->cast_to() gets called with a Null pointer. This used to work fine with GCC < 6 but newer versions of GCC remove all codepaths in which the this pointer is Null. However, the non-static cast_to() was supposed to be null safe. This patch makes cast_to() Null safe and removes the now redundant Null checks where they existed. It is explained in this article: https://www.viva64.com/en/b/0226/ | |||
2017-08-24 | Script editor: fixed no key repeat for CTRL+Y | Mason Ashbridge | |
2017-08-24 | -Code completion for enumerations | Juan Linietsky | |
-Disabled GDNative and GDNativeScript so build compiles again | |||
2017-08-23 | add SceneTree method to get ID of rpc calling peer | Quinn Schwab | |
2017-08-23 | Merge pull request #10561 from Paulb23/smooth_scroll_input_override | Rémi Verschelde | |
Stops scrolling when the user issues another command | |||
2017-08-23 | Merge pull request #10556 from marcelofg55/master | Rémi Verschelde | |
Add missing NULL check for the new show_about() call | |||
2017-08-23 | Merge pull request #10555 from Rubonnek/removed-unnecessary-returns-and-breaks | Rémi Verschelde | |
Removed unnecessary returns and break statements [ci skip] | |||
2017-08-22 | fixed crash styleBoxTexture binding issue | toger5 | |
2017-08-22 | Stops scrolling when the user issues another command | Paulb23 | |
2017-08-22 | TextEdit: Copy whole line if not having selection. | Andreas Haas | |
The functionality was already there but hidden behind a bogus return statement. Fixes #10485 | |||
2017-08-22 | Add missing NULL check for the new show_about() call | Marcelo Fernandez | |
2017-08-22 | Removed unnecessary returns and break statements | Wilson E. Alvarez | |
2017-08-22 | Change order of Null check for ParallaxLayer | Hein-Pieter van Braam | |
The change in #10524 subtly changes the behavior of set_motion_scale() and set_motion_offset() if the ParallaxLayer does not have a parent node. Previously it would still set the corresponding property, but after this change the property change would be discarded. I'm not entirely sure if this actually matters as there doesn't appear to be any code that picks up this change if the ParallaxLayer gets re-parented later, but it's better to not change behavior regardless. | |||
2017-08-22 | Merge pull request #10493 from MednauN/master | Rémi Verschelde | |
Add stretching to `TextureProgress` | |||
2017-08-22 | Add stretching to `TextureProgress` | Evgeny Zuev | |
Now `TextureProgress` has `nine_patch_stretch` flag. With this flag enabled, it's being rendered as 9-path using `stretch_margin_*` properties as texture margins. Stretching doesn't support `FILL_CLOCKWISE` and `FILL_COUNTER_CLOCKWISE` fill modes. | |||
2017-08-22 | Merge pull request #10519 from toger5/remove_addition_border | Rémi Verschelde | |
Remove addition border | |||
2017-08-22 | Add null check to ParallaxLayer get_parent() calls | Hein-Pieter van Braam | |
This fixes #10515 | |||
2017-08-22 | Fix build after merge of #10254 | Rémi Verschelde | |
2017-08-22 | Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde | |
Removed unnecessary assignments | |||
2017-08-22 | Merge pull request #10254 from marcelofg55/master | Rémi Verschelde | |
Added notification const NOTIFICATION_WM_ABOUT | |||
2017-08-21 | Merge pull request #10351 from neikeq/enums-are-for-the-weak | Juan Linietsky | |
ClassDB: Provide the enum name of integer constants | |||
2017-08-22 | Merge pull request #10427 from Hinsbart/fix_padding | Rémi Verschelde | |
TextEdit: Fix line padding triggering too early. | |||
2017-08-21 | Merge pull request #10443 from karroffel/propagate_call | Rémi Verschelde | |
add "propagate_call" method to Node |