Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Add additional randomization options.
|
|
|
|
|
|
|
|
|
|
This define was used by the WebM/libvpx code, but it's now removed
in `master`.
|
|
|
|
|
|
String.Capitalize() in C# now matches the behaviour of String::capitalize() in C++
|
|
All iOS devices since the iPhone 5S support ARMv8 (64-bit).
The last iOS version supported on ARMv7 devices is 10.x, which is
too old to run Godot 4.0 projects since the minimum supported
iOS version is 11.0.
|
|
Fixes #57710.
|
|
|
|
|
|
|
|
|
|
|
|
* Get rid of deadzones.
* Make it easier to select rotation handles at very oblique angles.
* Handle rotation for axes that are perpendicular to the camera.
|
|
|
|
The incorrect initialization of EditData::instant to true was preventing the navigation code to run until the transform gizmo was used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Both are recognized by Xcode and equivalent, but osxcross issues a
warning for the latter:
```
osxcross: warning: '-mmacosx-version-min=' (11.0.0 != 11.00)
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix font selection when no style selected.
Fix style matching when fonts have different style sets.
Use SNAME for theme overrides.
|
|
|
|
* Should now be correct
* Supersedes 53738
|
|
|
|
|
|
This removes the need for `AlwaysBuild` by ensuring that the proper
files are being tracked as `Depends`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|