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
/
modules
/
multiplayer
/
editor
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed undo not updating spawn checkbox in replication editor
Dommi
2024-08-06
1
-1
/
+1
*
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
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
-2
/
+2
*
[Scene] Add `SceneStringNames::panel`
A Thousand Ships
2024-05-30
1
-1
/
+1
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
3
-5
/
+5
*
[Core] Add case-insensitive `String::containsn`
A Thousand Ships
2024-05-08
1
-1
/
+1
*
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
1
-1
/
+2
*
Organize existing code for editor plugins
Aaron Franke
2024-04-27
2
-2
/
+2
*
Merge pull request #89811 from timothyqiu/missing-i18n
Rémi Verschelde
2024-04-04
1
-1
/
+1
|
\
|
*
Fix missing i18n for some editor strings
Haoyu Qiu
2024-04-03
1
-1
/
+1
*
|
Improve SceneTreeEditor usability
RedMser
2024-03-31
1
-1
/
+1
|
/
*
Improve replication editor's pin button
Haoyu Qiu
2024-03-25
2
-1
/
+2
*
Add editor shortcuts to toggle bottom panel visibility
Hugo Locurcio
2024-03-05
1
-1
/
+2
*
Remove word duplicates in comments and strings, and fix casing and punctuation
Robert Yevdokimov
2024-02-23
1
-1
/
+1
*
Extract BottomPanel from EditorNode
kit
2024-02-20
1
-5
/
+6
*
Use check_changed_settings_in_group() everywhere
kobewi
2024-02-19
1
-1
/
+7
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
2
-2
/
+2
*
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
1
-2
/
+2
*
Replace flat buttons with flat-styled buttons with a visible pressed state
Yuri Sizov
2023-09-19
1
-1
/
+6
*
Fix accessing editor theme items throughout the UI
Yuri Sizov
2023-09-15
1
-1
/
+1
*
Add EditorStringNames singleton
kobewi
2023-09-03
2
-18
/
+20
*
[MP] Improve ReplicationEditor UX
Fabio Alessandrelli
2023-08-30
2
-59
/
+53
*
Allow enter key to add properties to replication editor list
the-sink
2023-08-29
2
-1
/
+14
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
3
-4
/
+4
*
Add restrictions to MultiplayerSynchronizer editor and documentation
Ninni Pipping
2023-05-24
1
-0
/
+69
*
[MP] Implement "watched" properties.
Fabio Alessandrelli
2023-05-24
2
-7
/
+30
*
Decouple EditorInterface from EditorPlugin
Yuri Sizov
2023-04-17
1
-1
/
+2
*
Improve includes of EditorNode (and everything else)
Yuri Sizov
2023-04-07
1
-1
/
+1
*
Fix premature theme item access in editor tools
Yuri Sizov
2023-04-03
2
-17
/
+51
*
Improve some editor strings for localization
Haoyu Qiu
2023-02-09
1
-2
/
+4
*
Convert en_GB spelling to en_US with codespell
Rémi Verschelde
2023-01-23
1
-1
/
+1
*
Merge pull request #71379 from KoBeWi/destruction_of_compatibility_function
Rémi Verschelde
2023-01-18
1
-3
/
+1
|
\
|
*
Remove set_drag_forwarding_compat()
kobewi
2023-01-14
1
-3
/
+1
*
|
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-3
/
+3
|
/
*
Change set_drag_forwarding() to use callables.
Juan Linietsky
2023-01-10
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
6
-174
/
+174
*
[MP] Initial replication profiler.
Fabio Alessandrelli
2022-11-19
4
-37
/
+245
*
[MP] Improve network profiler.
Fabio Alessandrelli
2022-11-17
2
-3
/
+9
*
Fix periods in editor strings and messages
Hugo Locurcio
2022-11-14
1
-1
/
+1
*
[MP] Move engine and editor profilers to a plugin.
Fabio Alessandrelli
2022-11-14
6
-90
/
+503
*
Use forward-declarations in EditorPlugin where possible
trollodel
2022-11-11
2
-6
/
+7
*
Unify usage of undo_redo in editor
kobewi
2022-11-02
1
-2
/
+2
*
Add per-scene UndoRedo
kobewi
2022-08-22
1
-3
/
+4
*
[MP] Cleanup and fixes for replication plugin.
Fabio Alessandrelli
2022-08-07
2
-122
/
+8
*
Remove excessive `editor/property_editor.h` includes
Yuri Sizov
2022-08-01
2
-0
/
+5
*
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
1
-1
/
+0
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-2
/
+2
*
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-26
2
-0
/
+793