Age | Commit message (Collapse) | Author |
|
Replace String comparisons with "", String() to is_empty()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also:
- Adds two stress tests to test_string.h
- Changes to .empty() on std::strings
|
|
|
|
|
|
Fix files_dropped in HTML5 export mono builds.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Exposes a method in `EditorInterface` to open scripts on a specified
line and column. This method handles if the internal or the external
editor should be used.
|
|
Improve PopupMenu doc about id and index
|
|
|
|
|
|
Various fixes to C# documentation
|
|
|
|
ScrollContainer's scrollbar visibility is now enum
|
|
Calinou/rename-gpu-particles-3d-attractor-collision-nodes
Rename GPUParticles attractor and collision nodes to have a 3D suffix
|
|
GPUParticles attractors and collision are currently only available in 3D.
Their 2D counterparts haven't been implemented yet, but they will use
separate nodes.
|
|
Fix bad mouse offset with Control::wrap_mouse()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rename C# `Quaternion()` -> `GetQuaternion()`
|
|
|
|
|
|
Rename `items_count` property to `item_count`
|
|
|
|
Fix crash when `update()` is called inside `_draw()`
|
|
To keep consistency with GDScript, the method `Quaternion()` is renamed
`GetQuaternion()`, and made `internal` so it's not exposed to scripting.
The documentation references are also fixed.
Also, the methods `GetQuaternion()` and `GetRotationQuaternion()` are
moved below `GetEuler()` to follow alphabetic order.
|
|
Replace deprecated `GetItemCount()` with `ItemsCount`
|