Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-02 | Fix use of unitialized variables | Hein-Pieter van Braam | |
The second in my quest to make Godot 3.x compile with -Werror on GCC7 | |||
2017-09-01 | Fix files header | Poommetee Ketson | |
2017-08-31 | Exposed new ClearMode function to Viewport clases, closes #9995 | Juan Linietsky | |
2017-08-31 | Do not error flood if removing default environment. Closes #9945 | Juan Linietsky | |
2017-08-27 | Dead code tells no tales | Rémi Verschelde | |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | |
2017-08-27 | Viewport: fix 'size' binding from Rect2 to Vector2 | Poommetee Ketson | |
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-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 | Node: Add debug info to add_child reparenting check | Rémi Verschelde | |
Use it to remove buggy add_child in EditorAudioBus | |||
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-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-23 | add SceneTree method to get ID of rpc calling peer | Quinn Schwab | |
2017-08-22 | Add missing NULL check for the new show_about() call | Marcelo Fernandez | |
2017-08-22 | Fix build after merge of #10254 | Rémi Verschelde | |
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-21 | Merge pull request #10443 from karroffel/propagate_call | Rémi Verschelde | |
add "propagate_call" method to Node | |||
2017-08-20 | Fixed segfault when hovering over scene tree elements and showing tooltips. | Wilson E. Alvarez | |
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | |
2017-08-20 | Merge pull request #10319 from neikeq/pr-engine-editor-hint | Juan Linietsky | |
Adds Engine::is_editor_hint() method | |||
2017-08-19 | add "propagate_call" method to Node | Karroffel | |
It is possible to propagate a notification down the Node tree by using `propagate_notification`, but there was no such method for doing the same but with method calls. This commit adds the `propagate_call` method, which calls a method on a node and all child nodes. An optional paramter `parent_first` determines whether the parent node gets called before or after the children have been visited. It defaults to false, so the parent gets called last. | |||
2017-08-18 | Small fix that makes overal UI (including dragging spliiters) much, much faster. | Juan Linietsky | |
Flushing messages meant that for every event, UI was reaccomodating everything. This is relly slow. Messages will have to happen sometime later, during iteration most likely. I still can't fix the overall code editor slowness on Mesa+Radeon, I suspect it's a driver issue. | |||
2017-08-19 | Removes editor_hint from SceneTree | Ignacio Etcheverry | |
2017-08-17 | Added notification const NOTIFICATION_WM_ABOUT | Marcelo Fernandez | |
2017-08-16 | Synchronize parameter names in definition and declaration | TwistedTwigleg | |
Fixes #10244. | |||
2017-08-16 | Allow zero-padded serial naming | Pedro J. Estébanez | |
Thereby, the editor will acknowledge node namings such as _Thing003_ so that a duplicate, for instance, will be named _Thing004_, instead of _Thing4_, that was the case formerly. Closes #7758. | |||
2017-08-15 | Merge pull request #9889 from groud/control_enhancements | kubecz3k | |
Control node enhancements | |||
2017-08-15 | Fix debug materials, closes #8607 | Juan Linietsky | |
2017-08-15 | Ensure nothing is found outside modal stack, but keep logic going. Fixes #7622 | Juan Linietsky | |
2017-08-13 | Replace GUI anchor type by a float between 0 and 1 | Gilles Roudiere | |
2017-08-11 | Merge pull request #10198 from jjay/f/stretch_aspect_expand | Rémi Verschelde | |
Add "expand" option for stretch aspect, no more black bars | |||
2017-08-10 | Fixes method definitions with extra number of arguments | Ignacio Etcheverry | |
2017-08-10 | Removes type information from method binds | Ignacio Etcheverry | |
2017-08-09 | Add expand stretch/ascpect - no more black bars | Yakov Borevich | |
2017-08-07 | -Fixed BoneAttachment delay, closes #3966 | Juan Linietsky | |
-Fixed skeleton crash, probably fixes other issues | |||
2017-08-07 | Merge pull request #10136 from MednauN/master | Thomas Herzog | |
Add handling of touch events in _gui_input_event | |||
2017-08-07 | Merge pull request #10141 from ISylvox/lower_case_godot_api | Rémi Verschelde | |
Makes all Godot API's Methods lower_case | |||
2017-08-07 | Makes all Godot API's methods Lower Case | Indah Sylvia | |
2017-08-07 | Merge pull request #9394 from supagu/sync-rpc-fix | Rémi Verschelde | |
Queue RPC packet before calling method locally to ensure correct RPC … | |||
2017-08-07 | Add handling of touch events in _gui_input_event | Evgeny Zuev | |
Fixes #10039 | |||
2017-08-05 | renamed node path, closes #5691 | Juan Linietsky | |
2017-07-31 | Merge pull request #8567 from BastiaanOlij/ar_vr_server | Rémi Verschelde | |
AR/VR base classes and position tracker support | |||
2017-07-30 | Style: Apply clang-format on all files | Rémi Verschelde | |
Thus fixing some invalid changes that had still made it to the master branch. | |||
2017-07-28 | Adding base classes and structures for ARVR support | BastiaanOlij | |
Added ArVrScriptInterface Added ARVRCamera, ARVRController and ARVROrigin helper objects | |||
2017-07-25 | Fix Node::move_child() crash if moving to the end plus one | Pedro J. Estébanez | |
Fixes #9820. | |||
2017-07-24 | Merge pull request #9764 from Noshyaar/pr-fix2 | Rémi Verschelde | |
Add object type hint for docs | |||
2017-07-23 | Add object type hint for docs | Poommetee Ketson | |
2017-07-22 | Several changes to better run in mobile. | Juan Linietsky | |
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | |
-Added system for feature overrides, it's pretty cool :) |