index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
servers
/
visual
/
visual_server_canvas.h
Age
Commit message (
Expand
)
Author
2018-11-12
Merge pull request #23407 from bojidar-bg/3281-ysort-recursive
Rémi Verschelde
2018-11-04
Remove animation loop from ParticlesMaterial + improvements to CPUParticles2D
JFonS
2018-10-30
Y-Sort children together in nested YSorts
Bojidar Marinov
2018-08-29
Ported CPU particles to 2D
Juan Linietsky
2018-05-03
Skeleton for 2D WIP
Juan Linietsky
2018-02-21
2D Skeletons WORK IN PROGRESS
Juan Linietsky
2018-02-21
Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion.
Juan Linietsky
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-04
Merge pull request #15191 from Jerome67000/z_renaming
Rémi Verschelde
2018-01-03
#15078 renamed "z" -> "z_index" property in Node2D
Jerome67000
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-09
-Ability to and unwrap lightmap coordinates on import
Juan Linietsky
2017-11-10
Disabled filter clip by default and made it optional, fixes #12368, likely ot...
Juan Linietsky
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-19
Added polygon antialiasing, but it does not work on nvidia. Will have to try ...
Juan Linietsky
2017-08-16
Synchronize parameter names in definition and declaration
TwistedTwigleg
2017-06-30
-Many fixes to VisualScript, fixed property names, etc.
Juan Linietsky
2017-06-22
Order of 2D nodes in tree affects drawing properly again.
Juan Linietsky
2017-06-21
2D GPU Particles working..
Juan Linietsky
2017-06-18
Texture rect_region drawing now clamps UV to avoid bleeding. This avoids scen...
Juan Linietsky
2017-06-17
Add normalmap support for drawing in all low level primitives. Only added sup...
Juan Linietsky
2017-06-13
-Fixed occluder rendering, closes #8560
Juan Linietsky
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
Add a bunch of missing Godot headers in own files
Rémi Verschelde
2017-01-11
Type renames:
Juan Linietsky
2017-01-07
Memory pool vectors (DVector) have been enormously simplified in code, and re...
Juan Linietsky
2017-01-03
Improvement to y_sort: make clear which item has to be drawn first
lonesurvivor
2016-10-03
Begining of GLES3 renderer:
Juan Linietsky