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
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-06-11
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-06-06
Fix 2D Line crash
qarmin
2019-04-08
Add optional position argument for add_point in Line2D
Kanabenki
2019-03-19
Added method to clear all points in Line2D
Chaosus
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-11-08
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-16
Line2D texture stretch mode
Jorn Van denbussche
2018-05-03
Skeleton for 2D WIP
Juan Linietsky
2018-04-03
Remove the selection rect for nodes that do not require it
Gilles Roudiere
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