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
/
editor_log.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Made Editor Log buttons save their state, per project.
Eric M
2021-05-06
1
-2
/
+59
*
|
Fix blank line at start of Editor Log (reinstate #44909)
Eric M
2021-05-06
1
-2
/
+1
|
/
*
Fixed issues with Editor Log after recent changes
Eric M
2021-05-05
1
-1
/
+4
*
Improve output log performance.
Eric M
2021-05-04
1
-6
/
+1
*
Output log rewrite and enhancements.
Eric M
2021-05-04
1
-38
/
+222
*
Fix odd newline in `EditorLog::add_message()`
Danil Alexeev
2021-01-04
1
-2
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-3
/
+3
*
Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-rework
Rémi Verschelde
2020-11-28
1
-0
/
+2
|
\
|
*
Implement new shortcuts system.
Eric M
2020-11-23
1
-0
/
+2
*
|
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-2
/
+4
|
/
*
Improvement for the Copy button in the Output Log
Danil Alexeev
2020-09-14
1
-1
/
+9
*
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-19
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-2
/
+4
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-10
/
+0
*
Tweak the editor log selection color to match the current editor theme
Hugo Locurcio
2020-05-10
1
-0
/
+2
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-1
/
+1
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-9
/
+9
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-4
/
+2
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-2
/
+2
*
Texture refactor
Juan Linietsky
2020-02-11
1
-3
/
+3
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-3
/
+3
*
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-24
1
-0
/
+1
*
Distinguish editor-originating messages in the editor log
Hugo Locurcio
2019-09-20
1
-1
/
+5
*
fixes 27543, adds a copy button for the editor log
kbake
2019-04-30
1
-0
/
+17
*
Merge pull request #25549 from Zylann/fix_game_font_size_forced_to_13
Rémi Verschelde
2019-02-08
1
-1
/
+0
|
\
|
*
Don't modify font which could potentially not be the editor one yet
Marc Gilleron
2019-02-01
1
-1
/
+0
*
|
Fixed uninitialized log member due to THEME_CHANGED notification
Marc Gilleron
2019-02-01
1
-1
/
+2
|
/
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-3
/
+3
*
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
2018-09-27
1
-34
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
*
Add warning color to output log
Chaosus
2018-08-13
1
-9
/
+23
*
Show error icon at "Output" in case of errors
Bernhard Liebl
2018-03-11
1
-3
/
+6
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Merge pull request #15186 from GodotExplorer/default-theme
Rémi Verschelde
2018-01-04
1
-1
/
+3
|
\
|
*
Fix errors with custom default theme and custom fonts.
geequlim
2017-12-30
1
-1
/
+3
*
|
Merge pull request #15066 from poke1024/shortcut-clear-output
Rémi Verschelde
2018-01-03
1
-0
/
+2
|
\
\
|
*
|
Add keyboard shortcut for Clear Output
Bernhard Liebl
2017-12-26
1
-0
/
+2
|
|
/
*
/
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-3
/
+3
|
/
*
Remove unecessary anchors&margins set causing bad display (sons of containers)
Gilles Roudiere
2017-09-27
1
-1
/
+0
*
Merge pull request #11424 from groud/control_node_presets
Rémi Verschelde
2017-09-26
1
-1
/
+1
|
\
|
*
Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...
Gilles Roudiere
2017-09-22
1
-1
/
+1
*
|
Add font size setting for output panel
volzhs
2017-09-25
1
-6
/
+9
|
/
*
Use code font in editor log
Daniel J. Ramirez
2017-09-15
1
-0
/
+6
*
Fixed some inconsistent styles, plus some cleanup
Daniel J. Ramirez
2017-09-12
1
-20
/
+5
*
fixed log colors
toger5
2017-09-05
1
-2
/
+1
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Merge pull request #10164 from djrm/pr_theme_fixes
Rémi Verschelde
2017-08-10
1
-7
/
+2
|
\
|
*
Several ui improvements (mostly margins)
Daniel J. Ramirez
2017-08-08
1
-7
/
+2
*
|
-Errors are printed again to Output, after a long time. Fixes #3373
Juan Linietsky
2017-08-07
1
-27
/
+2
|
/
*
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-08-07
1
-2
/
+2
[prev]
[next]