Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-12 | Disabling Particles::one_shot restarts emission | Zher Huei Lee | |
Fixes #10181 | |||
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-11 | Merge pull request #10247 from djrm/pr_bus_fixes | Rémi Verschelde | |
Fixes to buses editor | |||
2017-08-11 | Merge pull request #10240 from djrm/pr_hidden_tilemap_menu | Rémi Verschelde | |
Hide tilemap menu when no tilemap is selected | |||
2017-08-11 | Merge pull request #10238 from Hinsbart/resource_rmb | Rémi Verschelde | |
Inspector: Right click on resource opens sub-menu. | |||
2017-08-11 | Merge pull request #10237 from Paulb23/convert_indent_save_issue_9841 | Rémi Verschelde | |
Fixed undo when converting indent with no changes, issue 9841 | |||
2017-08-11 | Merge pull request #10231 from djrm/pr_fix_add_sprite_dialog | Rémi Verschelde | |
Improved add texture as node dialog | |||
2017-08-11 | Merge pull request #10209 from kubecz3k/click-spatial-select | Rémi Verschelde | |
ability to click on spatial subscene to select it | |||
2017-08-11 | Merge pull request #10194 from Keetz/update-default-values | Rémi Verschelde | |
Updated default values in SpatialMaterial and Environment | |||
2017-08-11 | Merge pull request #10193 from kubecz3k/tab-click-signal | Rémi Verschelde | |
tab_clicked signal for Tabs | |||
2017-08-11 | Merge pull request #10190 from tagcup/euler_yxz | Rémi Verschelde | |
Use YXZ convention for Euler angles. | |||
2017-08-11 | Merge pull request #10179 from marcelofg55/master | Rémi Verschelde | |
Fix crash when running a game with the profiler enabled | |||
2017-08-11 | Merge pull request #10177 from bojidar-bg/9832-fix-infinite-loop | Rémi Verschelde | |
Fix freeze on close of game using 2D physics introduced by #9832 | |||
2017-08-11 | Merge pull request #10163 from ISylvox/resoucre-to-resource | Rémi Verschelde | |
Core/io: Fix typo in resource_format_binary | |||
2017-08-11 | Merge pull request #10162 from Noshyaar/patch-1 | Rémi Verschelde | |
ResourceImporterScene: fix 'bult' typo | |||
2017-08-11 | Merge pull request #10161 from NaughtyGnosiophile/master | Rémi Verschelde | |
Added missing descriptions to Vector2 methods abs and clamped | |||
2017-08-11 | Merge pull request #10142 from bruvzg/3.0-osx-ime | Rémi Verschelde | |
Add IME support (macOS) | |||
2017-08-11 | Merge pull request #10114 from kubecz3k/nodepath-click | Rémi Verschelde | |
NodePath option to find target in editor node tree | |||
2017-08-11 | Merge pull request #9987 from Rubonnek/move-members-to-initilization-list | Rémi Verschelde | |
Moved member variables from constructor to initialization list | |||
2017-08-11 | Merge pull request #10202 from neikeq/how-do-you-turn-this-on | Rémi Verschelde | |
Improves method bind's detecting of signarute types | |||
2017-08-10 | Fixes to buses editor | Daniel J. Ramirez | |
Fixed unselectable bus Added bus options button | |||
2017-08-10 | Hide tilemap menu when no tilemap is selected | Daniel J. Ramirez | |
2017-08-10 | Inspector: Right click on resource opens sub-menu. | Andreas Haas | |
Fixes #9052 | |||
2017-08-10 | Fixed undo when converting indent with no changes, issue 9841 | Paulb23 | |
2017-08-10 | Improved add texture as node dialog | Daniel J. Ramirez | |
2017-08-10 | Merge pull request #10164 from djrm/pr_theme_fixes | Rémi Verschelde | |
Visual polishing | |||
2017-08-10 | Fixes method definitions with extra number of arguments | Ignacio Etcheverry | |
2017-08-10 | Removes type information from vararg method binds | Ignacio Etcheverry | |
2017-08-10 | Removes type information from method binds | Ignacio Etcheverry | |
2017-08-10 | Adds missing type information to virtual method binds | Ignacio Etcheverry | |
2017-08-10 | Improves method bind detection of signature types | Ignacio Etcheverry | |
2017-08-09 | Merge pull request #10206 from endragor/show-base-nativescript-props | Thomas Herzog | |
Allow to edit base type NativeScript properties | |||
2017-08-09 | ability to click on spatial subscene to select it | Jakub Grzesik | |
2017-08-09 | Implement NSTextInputClient protocol for IME | bruvzg | |
2017-08-09 | Merge pull request #10205 from endragor/nativescript-base-defaults | George Marques | |
Fix getting default values for NativeScript base type properties | |||
2017-08-09 | Allow to edit base type NativeScript properties | Ruslan Mustakov | |
2017-08-09 | Fix getting default values for NativeScript base type properties | Ruslan Mustakov | |
2017-08-09 | Use YXZ convention for Euler angles. | Ferenc Arn | |
As discussed in issues #1479 and #9782, choosing the up axis (which is Y in Godot) as the axis of the last (or first) rotation is helpful in practical use cases. This also aligns Godot's convention with Unity, helping with a smoother transition for people who are used to working with Unity (issue #9905). Internally, both XYZ and YXZ functions are kept, for potential future applications. | |||
2017-08-09 | Gizmos properly follow the edited object, closes #7837 | Juan Linietsky | |
2017-08-09 | Add expand stretch/ascpect - no more black bars | Yakov Borevich | |
2017-08-09 | Updated default values in SpatialMaterial and Environment | Rasmus Ketelsen | |
2017-08-09 | tab_clicked signal for Tabs | Jakub Grzesik | |
2017-08-09 | Merge pull request #9633 from ducdetronquito/gdnative_string_api | Thomas Herzog | |
[GDNative] Implement String API. | |||
2017-08-08 | Moved mirror and rotations to the tile mapen, to avoid taking up too much ↵ | Juan Linietsky | |
toolbar space, fixes #6461 | |||
2017-08-08 | Moved member variables from constructor to initialization list | Wilson E. Alvarez | |
2017-08-08 | Clean up canvas item when changing state, closes #5977 | Juan Linietsky | |
2017-08-08 | Set some reasonable limits for sending information to the debugger, closes #5848 | Juan Linietsky | |
2017-08-08 | Implemented String C API. | ducdetronquito | |
2017-08-08 | Fix crash when running a game with the profiler enabled | Marcelo Fernandez | |
2017-08-08 | -Restored Sprite3D to working function, fixes #2061, fixes #9738 | Juan Linietsky | |
-Restored an alpha scissor property in Material |