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
/
multimesh_editor_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
1
-1
/
+1
*
Extract editor main screen
kit
2024-09-09
1
-1
/
+1
*
Remove empty bind_methods()
kobewi
2024-08-15
1
-3
/
+0
*
[Scene] Add `SceneStringNames::id_pressed`
A Thousand Ships
2024-05-30
1
-1
/
+1
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-3
/
+3
*
Improve SceneTreeEditor usability
RedMser
2024-03-31
1
-2
/
+4
*
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-1
/
+1
*
Only allow MeshInstance3D-inherited nodes in MultiMesh Populate Surface dialog
Hugo Locurcio
2023-11-15
1
-0
/
+3
*
Fix accessing editor theme items throughout the UI
Yuri Sizov
2023-09-15
1
-1
/
+2
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-1
/
+1
*
Improve includes of EditorNode (and everything else)
Yuri Sizov
2023-04-07
1
-2
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+2
*
Rename EditorInterface.get_editor_main_control to get_editor_main_screen
Yuri Sizov
2022-09-07
1
-1
/
+1
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-2
/
+2
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-3
/
+3
*
Rename Basis get_axis to get_column, remove redundant methods
Aaron Franke
2022-05-03
1
-3
/
+3
*
Discern between virtual and abstract class bindings
reduz
2022-03-10
1
-3
/
+3
*
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
1
-3
/
+2
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-2
/
+2
*
Optimize StringName usage
reduz
2021-07-18
1
-1
/
+1
*
Rename Transform to Transform3D in core
Aaron Franke
2021-06-03
1
-3
/
+3
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::g...
Rémi Verschelde
2020-12-28
1
-1
/
+1
*
Rename Control margin to offset
Marcel Admiraal
2020-12-23
1
-1
/
+1
*
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-14
1
-2
/
+2
*
Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...
Stijn Hinlopen
2020-07-14
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-6
/
+10
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-28
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-3
/
+3
*
doc: Update classref with node renames
Rémi Verschelde
2020-03-30
1
-1
/
+1
*
Rename more 2D and 3D nodes to follow convention
Rémi Verschelde
2020-03-27
1
-2
/
+2
*
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
2020-03-27
1
-8
/
+8
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-9
/
+9
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-10
/
+5
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-5
/
+5
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-6
/
+4
*
Several fixes to 3D rendering, and multimesh implementation.
Juan Linietsky
2020-02-11
1
-1
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-6
/
+3
*
Added release function to PoolVector::Access.
Ibrahn Sahir
2019-07-06
1
-1
/
+1
*
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-06-11
1
-1
/
+1
*
Set switch_on_hover to true for the remaining menus
Guilherme Felipe
2019-04-25
1
-0
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
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
[next]