| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
ColorRamp got renamed to Gradient recently, reduz missed some occurances though.
|
| |
|
|
| |
Make the naming consistent with other classes.
|
| |
|
|
|
|
| |
-Added default environment editor setting
-Added environment created by default in new projects
-Removed default light and ambient from spatial editor, to make the editor more PBR compliant
|
| |
|
|
| |
this might cause bugs I haven't found yet..
|
| | |
|
| |
|
|
|
|
|
|
| |
Control set_pos -> set_position
Control set_global_pos -> set_global_position
[gs]et_mouse_pos -> [gs]et_mouse_position
[gs]et_global_mouse_pos -> [gs]et_global_mouse_position
fixes #8005
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I can show you the code
Pretty, with proper whitespace
Tell me, coder, now when did
You last write readable code?
I can open your eyes
Make you see your bad indent
Force you to respect the style
The core devs agreed upon
A whole new world
A new fantastic code format
A de facto standard
With some sugar
Enforced with clang-format
A whole new world
A dazzling style we all dreamed of
And when we read it through
It's crystal clear
That now we're in a whole new world of code
|
| |
|
|
|
|
| |
This new name also makes its purpose a little clearer
This is a step towards fixing #56
|
| |
|
|
| |
added a check to detect this case in the future
|
| |
|
|
| |
container!
|
| |
|
|
| |
differentiated than generalized _input
|
| |
|
|
|
|
|
|
| |
Variant.
All usages of "type" to refer to classes were renamed to "class"
ClassDB has been exposed to GDScript.
OBJ_TYPE() macro is now GDCLASS()
|
| |
|
|
|
|
|
|
| |
That year should bring the long-awaited OpenGL ES 3.0 compatible renderer
with state-of-the-art rendering techniques tuned to work as low as middle
end handheld devices - without compromising with the possibilities given
for higher end desktop games of course. Great times ahead for the Godot
community and the gamers that will play our games!
|
| | |
|
| |
|
| |
Also removes a couple wrong Godot headers from third-party source files.
|
| | |
|
| |
|
|
| |
color in ColorRamp
|
| |
|
|
|
| |
- hold alt and left-click to duplicate color
- hold shift while grabbing color node to snap selected one to the nearest one if close enough
|
| |
|