Age | Commit message (Collapse) | Author |
|
|
|
|
|
Allow the drawing and editing of all animation bezier curves
|
|
|
|
* Move bezier edit from track to button in toolbar
* Draw, edit all bezier curves simultaneously
* Add click on curve to select tracks
* Tie track editor's filter view to bezier editor
* Implement visibility and locking
* Fix editor spacing issues
* Fix track buttons spacing
* Add keyframe focus and (de)select all key handling
|
|
[Net] Clarify RPC error when method is missing.
|
|
Fixes rotation 3D track inspector not using the correct type
|
|
[Debugger] Move most profilers to ServersDebugger, fix core includes.
|
|
|
|
Moved argument from RTR to vformat. Message is now similar to uniform-arrays-error further down.
|
|
|
|
|
|
|
|
|
|
Node::rpc and Node::rpc_id will now also accepts Strings instead of only
accepting StringNames.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Correct C# example code for html method in the Color class reference.
|
|
|
|
|
|
This reverts commit 4234a72b256a95cc345dfa2289fe0a3b588631b6.
There are some errors which are problematic to have in 4.0 alpha 2.
The PR can be redone with fixes and merged again after the dev release.
Fixes #57839.
|
|
|
|
Saves around 3 s on incremental rebuilds to have it disabled by default.
Can be enabled with `compiledb=yes`.
|
|
This lets us have its definition in `core/version.h` and avoid
rebuilding a handful of files every time the commit hash changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add additional randomization options.
|
|
|
|
|
|
|
|
|
|
This define was used by the WebM/libvpx code, but it's now removed
in `master`.
|
|
|
|
|