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
*
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-18
1
-1
/
+1
*
Seperate filter and description in FileDialog.add_filter()
FireForge
2022-07-09
1
-1
/
+1
*
Add static methods for creating Image and ImageTexture
kobewi
2022-07-08
2
-2
/
+2
*
Merge pull request #62108 from bruvzg/font_config_v3
Rémi Verschelde
2022-07-07
2
-6
/
+6
|
\
|
*
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-06
2
-6
/
+6
*
|
Double check the selected tree item on error activated and error selected cal...
Hristo Stamenov
2022-07-06
1
-0
/
+9
|
/
*
Fixing Print_rich which only displays correctly in terminal
Voylin
2022-07-01
1
-0
/
+3
*
Clean up Hash Functions
reduz
2022-06-20
2
-2
/
+2
*
Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...
bruvzg
2022-06-16
2
-2
/
+2
*
Merge pull request #61736 from KoBeWi/final_form_of_the_fix
Fabio Alessandrelli
2022-06-12
3
-34
/
+41
|
\
|
*
Fix Debugger tab not updating when clearing errors
kobewi
2022-06-06
3
-34
/
+41
*
|
i18n: Misc fixes translation strings
Rémi Verschelde
2022-06-08
2
-2
/
+2
|
/
*
Merge pull request #61481 from Calinou/profiler-increase-frame-history
Fabio Alessandrelli
2022-06-03
2
-4
/
+4
|
\
|
*
Increase the editor profiler frame history default and maximum limit
Hugo Locurcio
2022-05-28
2
-4
/
+4
*
|
Use consistent casing in editor filter/search bars
FireForge
2022-05-28
1
-1
/
+1
|
/
*
Add the button pressed to some signals in Tree
trollodel
2022-05-21
4
-9
/
+21
*
Add a new HashSet template
reduz
2022-05-20
7
-7
/
+7
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
3
-16
/
+16
*
Replace most uses of Map by HashMap
reduz
2022-05-16
18
-62
/
+73
*
Add a new HashMap implementation
reduz
2022-05-12
2
-38
/
+48
*
Rename profiler "Idle Time" to "Process Time"
Hugo Locurcio
2022-05-05
2
-5
/
+5
*
Merge pull request #60627 from aaronfranke/rename-elements
Rémi Verschelde
2022-05-03
2
-13
/
+13
|
\
|
*
Rename Basis "elements" to "rows"
Aaron Franke
2022-04-29
1
-6
/
+6
|
*
Rename Transform2D "elements" to "columns"
Aaron Franke
2022-04-29
2
-7
/
+7
*
|
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
3
-4
/
+4
*
|
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
6
-40
/
+19
|
/
*
Merge pull request #60490 from aaronfranke/dap-typo
Rémi Verschelde
2022-04-25
1
-4
/
+4
|
\
|
*
Fix type name typo in Debug Adapter Protocol
Aaron Franke
2022-04-24
1
-4
/
+4
*
|
Add an external link editor icon
Hugo Locurcio
2022-04-24
1
-1
/
+1
|
/
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-2
/
+2
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
7
-71
/
+71
*
Merge pull request #58395 from Geometror/editor-node-data-cleanup
Rémi Verschelde
2022-03-30
2
-2
/
+2
|
\
|
*
Cleanup EditorNode and EditorData
Hendrik Brucker
2022-03-30
2
-2
/
+2
*
|
Capitalize names in the debugger
FireForge
2022-03-29
2
-4
/
+6
|
/
*
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
|
\
\
\
|
|
/
/
|
/
|
|
[next]