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
/
debugger
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add property name style toggle to Inspector
Haoyu Qiu
2022-03-28
1
-1
/
+1
*
Merge pull request #58233 from bruvzg/gde_ts
Rémi Verschelde
2022-03-18
1
-1
/
+1
|
\
|
*
Unify TextServer built-in module and GDExtension code.
bruvzg
2022-03-17
1
-1
/
+1
*
|
Make `TabBar/Container` default their alignments to the left instead of center
Michael Alexsander
2022-03-17
2
-2
/
+0
|
/
*
More icon updates on theme change
Haoyu Qiu
2022-03-15
3
-7
/
+11
*
Merge pull request #45263 from KoBeWi/😕
Rémi Verschelde
2022-03-15
1
-1
/
+1
|
\
|
*
Change some math macros to constexpr
kobewi
2022-03-09
1
-1
/
+1
*
|
Merge pull request #58735 from Calinou/editor-visual-profiler-tweak-frame-tim...
Fabio Alessandrelli
2022-03-10
1
-1
/
+1
|
\
\
|
*
|
Tweak editor visual profiler frame time label for consistency
Hugo Locurcio
2022-03-04
1
-1
/
+1
*
|
|
Remove VARIANT_ARG* macros
reduz
2022-03-09
4
-13
/
+11
|
|
/
|
/
|
*
|
Remove duplicate editor settings definitions
kobewi
2022-03-06
2
-2
/
+2
*
|
Merge pull request #58687 from YeldhamDev/the_beast_has_been_slain
Rémi Verschelde
2022-03-04
2
-6
/
+6
|
\
\
|
*
|
Make `TabContainer` use `TabBar` internally
Michael Alexsander
2022-03-03
2
-6
/
+6
|
|
/
*
|
Merge pull request #58741 from Calinou/editor-visual-profiler-fix-light-font-...
Rémi Verschelde
2022-03-04
1
-11
/
+13
|
\
\
|
*
|
Fix font color in the editor visual profiler when using light theme
Hugo Locurcio
2022-03-04
1
-11
/
+13
*
|
|
Merge pull request #58670 from KoBeWi/internal_debugger
Rémi Verschelde
2022-03-04
1
-2
/
+14
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix debugger not opening built-in scripts
kobewi
2022-03-02
1
-2
/
+14
|
|
/
*
/
Use the editor background color for the visual profiler graph
Hugo Locurcio
2022-03-04
1
-13
/
+14
|
/
*
Merge pull request #58182 from akien-mga/style-cleanup-if-semicolons-deadcode
Rémi Verschelde
2022-02-16
1
-14
/
+0
|
\
|
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-14
/
+0
*
|
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-16
8
-130
/
+147
|
/
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
2
-1
/
+1
*
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
3
-21
/
+15
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
4
-1
/
+5
*
Merge pull request #57715 from Faless/debugger/4.x_core_includes_and_servers
Rémi Verschelde
2022-02-09
3
-32
/
+26
|
\
|
*
[Debugger] Move servers-related behaviours to ServersDebugger.
Fabio Alessandrelli
2022-02-06
1
-0
/
+4
|
*
[Debugger] Move most profilers to ServersDebugger.
Fabio Alessandrelli
2022-02-06
3
-32
/
+22
*
|
Core: Move generated `VERSION_HASH` to a `.cpp` file
Rémi Verschelde
2022-02-09
1
-14
/
+4
*
|
Merge pull request #57796 from akien-mga/revert-sname-theme-setters
Rémi Verschelde
2022-02-08
5
-24
/
+24
|
\
\
|
*
|
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
5
-24
/
+24
*
|
|
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-08
1
-1
/
+1
|
/
/
*
/
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
5
-24
/
+24
|
/
*
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-06
2
-4
/
+4
*
String: Add contains().
Anilforextra
2022-02-04
1
-1
/
+1
*
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
Nathan Franke
2022-01-29
1
-1
/
+2
*
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-26
1
-1
/
+1
*
Merge pull request #55066 from trollodel/less_singletons_in_editornode
Rémi Verschelde
2022-01-20
2
-8
/
+8
|
\
|
*
Store panels and docks singletons in their own classes
trollodel
2022-01-20
2
-8
/
+8
*
|
Rename Variant::is_ref() to is_ref_counted()
Pedro J. Estébanez
2022-01-20
1
-2
/
+2
|
/
*
Fix a node reparenting warning in the editor debugger
Yuri Sizov
2022-01-17
1
-1
/
+0
*
Add global breakpoint list
Paulb23
2022-01-15
3
-1
/
+123
*
Merge pull request #56719 from Chaosus/gds_debugger_filter
Rémi Verschelde
2022-01-14
3
-1
/
+26
|
\
|
*
Add option to filter the stack variables of GDScript debugger
Yuri Roubinsky
2022-01-12
3
-1
/
+26
*
|
Merge pull request #52710 from Jummit/fix-debug-tooltips
Yuri Roubinsky
2022-01-12
1
-1
/
+7
|
\
\
|
|
/
|
/
|
|
*
Show correct debug tooltips for existing variables
Jummit
2021-09-15
1
-1
/
+7
*
|
Rename TextureRect.expand to ignore_texture_size
kobewi
2022-01-07
2
-2
/
+2
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
25
-50
/
+50
*
|
Fix various typos
luz paz
2022-01-02
1
-2
/
+2
*
|
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-6
/
+6
*
|
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
6
-21
/
+21
[next]