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.cpp
Age
Commit message (
Expand
)
Author
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-06-05
Fix build error
Poommetee Ketson
2017-06-04
renamed all Rect2.pos to Rect2.position
alexholly
2017-04-09
-Fix eternal black screen on Windows
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-16
Style: Fix statements ending with ';;'
Rémi Verschelde
2017-01-14
Style: Fix whole-line commented code
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
2016-10-03
Begining of GLES3 renderer:
Juan Linietsky