Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Correctly calculate position of the folding arrow in `Tree`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CaptainProton42/fix-gpuparticles3d-emission-points-from-node
|
|
`emission_point_texture` is now correctly created from an image containing the emission points.
|
|
|
|
|
|
Use correct overload of Math::random(from, to) to return floating point values within the correct range.
|
|
|
|
Add Delete All button to ItemList editor
|
|
|
|
|
|
Fix incorrect offsets of tooltip content in `CodeEdit`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New contributors added to AUTHORS:
@AnilBK, @Jummit
Thanks to all contributors and donors for making Godot possible!
|
|
|
|
|
|
|
|
Replace `#pragma once` by traditional include guards for consistency
|
|
|
|
|
|
`#pragma once` was used in a few files, yet we settled on using
traditional include guards instead.
The PooledList template comment was also moved to allow editors
such as Visual Studio Code to display the comment when hovering
PooledList.
`app.h` was renamed to `app_uwp.h` to be less generic for the
include guard.
|
|
|
|
This improves readability when some errors/warnings are unfolded,
as their stack traces will keep their original colors.
|
|
David1Socha/expose_import_keep_when_multiple_selected
|
|
Co-Authored-By: Rémi Verschelde <rverschelde@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
jmb462/missing-sname-macro-optimization-in-some-functions
|
|
|
|
|
|
Bleh
|
|
|
|
In case the reference is stored in script, create a new instance to
avoid overriding the previous values.
Otherwise, re-use the reference as before to avoid extra allocations.
|