Age | Commit message (Collapse) | Author |
|
Fixed PR issues.
Update vehicle_body_3d.cpp
Apply suggestions from code review
Co-authored-by: Camille Mohr-Daurat <pouleyKetchoup@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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()
|
|
|
|
|
|
|
|
|
|
|