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
*
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-3
/
+3
|
\
|
*
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
1
-3
/
+3
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Fix polygon node losing its UV toolbar by adding a call to the show method wh...
Hristo Iliev
2024-09-02
1
-1
/
+3
*
Remove empty bind_methods()
kobewi
2024-08-15
1
-3
/
+0
*
Fix unnecessary overbright modulates used in a few editors
MewPurPur
2024-06-28
1
-1
/
+1
*
[Scene] Add `SceneStringNames::confirmed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add `SceneStringNames::font(_size/_color)`
A Thousand Ships
2024-06-18
1
-1
/
+1
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-3
/
+3
*
Merge pull request #87161 from ryevdokimov/do-not-commit
Rémi Verschelde
2024-03-08
1
-9
/
+10
|
\
|
*
Do not commit transforms and handles if no changes were made
Robert Yevdokimov
2024-02-12
1
-9
/
+10
*
|
Add const lvalue ref to editor/* container parameters
Muller-Castro
2024-02-26
1
-2
/
+2
*
|
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
|
/
*
Prioritize points in polygon editor hover
kobewi
2023-10-26
1
-49
/
+50
*
Merge pull request #81939 from YuriSizov/gui-flat-and-depressed
Rémi Verschelde
2023-09-25
1
-3
/
+3
|
\
|
*
Replace flat buttons with flat-styled buttons with a visible pressed state
Yuri Sizov
2023-09-19
1
-3
/
+3
*
|
Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platform
ajreckof
2023-09-19
1
-1
/
+1
|
/
*
Improve the looks of 2D/3D viewport contextual toolbars
Yuri Sizov
2023-09-13
1
-1
/
+0
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-8
/
+9
*
Improve includes of EditorNode (and everything else)
Yuri Sizov
2023-04-07
1
-0
/
+2
*
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-5
/
+5
*
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-1
/
+1
*
Merge pull request #70902 from Cretezy/2d-polygon-indices-visibility
Rémi Verschelde
2023-01-07
1
-3
/
+7
|
\
|
*
Fix "2D Polygon indices are barely visible on bright background" (#38009)
Charles Crete
2023-01-06
1
-3
/
+7
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
|
/
*
Unify usage of undo_redo in editor
kobewi
2022-11-02
1
-2
/
+5
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-2
/
+2
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-0
/
+1
*
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
1
-6
/
+6
|
\
|
*
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-6
/
+6
*
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-1
/
+0
|
/
*
Add per-scene UndoRedo
kobewi
2022-08-22
1
-0
/
+1
*
Fix axis snapping of CollisionPolygon2d's newly created vertex
Grzegorz Puławski
2022-08-07
1
-1
/
+1
*
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
1
-0
/
+2
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-3
/
+3
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-1
/
+1
*
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-06
1
-1
/
+1
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-4
/
+0
*
Merge pull request #57436 from AnilBK/change-scopes
Rémi Verschelde
2022-03-13
1
-4
/
+3
|
\
|
*
Code quality cleanup for some variable scopes.
Anilforextra
2022-02-10
1
-4
/
+3
*
|
Update if == NOTIFICATION_* to switch statements to match coding style
megalobyte
2022-02-16
1
-0
/
+1
*
|
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
1
-4
/
+2
*
|
Merge pull request #57994 from jmb462/polygon2d-handles
Rémi Verschelde
2022-02-12
1
-0
/
+8
|
\
\
|
*
|
Hide Polygon2D lines and handles when node is not visible in tree.
Jean-Michel Bernard
2022-02-11
1
-0
/
+8
|
|
/
*
/
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+1
|
/
*
Fix theme application in various curve editors
Yuri Sizov
2022-01-29
1
-3
/
+6
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-1
/
+1
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-2
/
+2
[next]