index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
2d
/
line_2d.cpp
Age
Commit message (
Expand
)
Author
2018-02-25
Fix Line2D tile mode for non-square textures
Marc Gilleron
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-03
Merge pull request #15093 from poke1024/canvas-editor-select
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-27
More exact picking for canvas editor
Bernhard Liebl
2017-12-07
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-09-20
Rename pos to position in user facing methods and variables
letheed
2017-09-13
Fix enums bindings
Maxim Sheronov
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-20
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-10
Removes type information from method binds
Ignacio Etcheverry
2017-07-19
Add object type hint for docs
Poommetee Ketson
2017-06-25
Usability improvements for folding. Unfortunately SpatialMaterial broke compa...
Juan Linietsky
2017-06-14
renamed occurances of ColorRamp with Gradient
Karroffel
2017-05-28
-Added .hdr format support
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-02-13
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
Remove use of _SCS from ADD_METHOD
Hein-Pieter van Braam
2017-01-15
Added Line2D node that draws a polygon-based line
Marc Gilleron