Age | Commit message (Collapse) | Author |
|
Rename warp mouse functions to warp_mouse
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove extra borders from the AssetLib plugin
|
|
|
|
|
|
|
|
It used to run the code twice, probably once on button press, once on button release.
|
|
|
|
|
|
|
|
|
|
|
|
Scope Changes for some variables.
|
|
- Use a different color for freelook and zoom speed bars.
- Use an outline for the text to make it readable on any background.
|
|
|
|
|
|
Sauermann/fix-cursorshape-animationnodestatemachineeditor
|
|
|
|
|
|
AnimationNodeStateMachineEditor
get_cursor_shape() is used in cases where a Control displays different cursors in different areas.
There is no need to set the default cursor shape on every mouse move event.
Fix minor issue with selection order.
|
|
|
|
* Previous "virtual" classes (which can't be instantiated) are not corretly named "abstract".
* Added a new "virtual" category for classes, they can't be instantiated from the editor, but can be inherited from script and extensions.
* Converted a large amount of classes from "abstract" to "virtual" where it makes sense.
Most classes that make sense have been converted. Missing:
* Physics servers
* VideoStream
* Script* classes.
which will go in a separate PR due to the complexity involved.
|
|
Fix some Animation panel icons not updating after theme change
|
|
|
|
|
|
|
|
Add missing i18n to various strings
|
|
Changes `MAX`, `MIN`, `ABS`, `CLAMP` and `SIGN`.
|
|
|
|
|
|
|
|
|
|
|
|
fix for pose editor
|
|
|
|
|
|
|
|
|