Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Add history navigation in the script editor using extra mouse buttons
|
|
This feature is enabled by default, but it can be disabled in the editor
settings in case it interferes with other uses of the extra buttons
(such as push-to-talk in a VoIP program).
|
|
|
|
|
|
|
|
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>
|
|
|
|
|
|
|
|
|
|
|