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
2022-03-13
Merge pull request #57436 from AnilBK/change-scopes
Rémi Verschelde
2022-02-16
Update if == NOTIFICATION_* to switch statements to match coding style
megalobyte
2022-02-14
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-12
Merge pull request #57994 from jmb462/polygon2d-handles
Rémi Verschelde
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-11
Hide Polygon2D lines and handles when node is not visible in tree.
Jean-Michel Bernard
2022-02-10
Code quality cleanup for some variable scopes.
Anilforextra
2022-01-29
Fix theme application in various curve editors
Yuri Sizov
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-11-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-08-23
Rename polygon editor settings for better display in the Editor Settings
Hugo Locurcio
2021-08-14
Use get_global_* functions instead of using transforms.
Anilforextra
2021-07-18
Optimize StringName usage
reduz
2021-05-07
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-03-23
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-12
Update viewport after Polygon2D deselected
mujpao
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-14
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-11-26
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-09-04
Make PosVertex to Vertex slicing explicit.
Marcel Admiraal
2020-06-25
Fix accidental duplication of Polygon2D start point
Maganty Rushyendra
2020-06-19
Remove ToolButton in favor of Button
Hugo Locurcio
2020-05-27
Split `Geometry` singleton into `Geometry2D` and `Geometry3D`
Andrii Doroshenko (Xrayez)
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
Working multiple window support, including editor
Juan Linietsky
2020-03-01
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-25
Rename `scancode` to `keycode`.
bruvzg
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-11
Bugfixes and ability to better specify filter and repeat modes everywhere.
Juan Linietsky
2020-02-11
Texture refactor
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-24
Cleans up headers included in editor_node.h
Haoyu Qiu
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
[next]