index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
abstract_polygon_2d_editor.cpp
Age
Commit message (
Expand
)
Author
2019-08-18
Improve the appearance of 2D path editors
Hugo Locurcio
2019-07-11
Improve line drawing in the 2D editor
Hugo Locurcio
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-04-16
Move vertex along a single axis while editing and holding shift
Matheus Lima Cunha
2019-03-11
Display vertex number when hovering point in collision polygon
Martin Wallin
2019-02-20
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-16
Fix Polygon2D Editor interacting with its buttons too soon
Michael Alexsander Silva Dias
2019-02-16
Better and non-buggy Polygon2D editing disabling
Michael Alexsander Silva Dias
2019-02-16
Revert "Disallow polygon2D editing if internal vertices exists, as suggested ...
Michael Alexsander Silva Dias
2019-02-13
Disallow polygon2D editing if internal vertices exists, as suggested in #24853
Juan Linietsky
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-12
Merge pull request #24109 from remorse107/godotengine-path2d-editor-fix
Rémi Verschelde
2018-12-11
Moved member variables to initializer list
Wilson E. Alvarez
2018-12-07
Fixed an issue with the Path2D plugin editor not supporting the capability to...
Robert Morse
2018-12-06
General enhancements to the Polygon2D, TextureRegion, and TileSet editors
Michael Alexsander Silva Dias
2018-11-13
It is now possible to cancel on 2D polygon editor. RMB (previously close) and...
Juan Linietsky
2018-10-18
Fixes viewport scrollbars not updating with plugins
groud
2018-09-20
Merge pull request #22225 from groud/fix_draw_on_viewport
Rémi Verschelde
2018-09-19
Fixes polygon editor blocking other editor actions (move, scale...)
groud
2018-09-18
Fixes drawing of the 2D plugins on the 3D view
groud
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-30
Various fixes for 2d polygon editor
Bernhard Liebl
2017-12-07
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-04
Fixes Polygon2D wip mode closing when editing mode is changed
Bernhard Liebl
2017-11-27
add "add point" and "select point" handles to polygon 2d editor
Bernhard Liebl
2017-11-24
Universalize draw-over API for EditorPlugins
Pedro J. Estébanez
2017-11-13
Fix drawing order of polygon 2d editor handles
Bernhard Liebl
2017-11-04
Use AbstractPolygon2DEditor for Line2D
Bernhard Liebl
2017-10-23
adds alternative editing of nodes: you can select nodes, use del to delete no...
Bernhard Liebl
2017-10-18
Fixes snapping and replaces the _draw_canvas by forward_canvas_draw
Gilles Roudiere
2017-10-03
Refactoring of polygon editors to a common code base
Bernhard Liebl