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