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
/
core
/
debugger
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove String::find_last (same as rfind)
Stijn Hinlopen
2020-07-03
2
-2
/
+2
*
Added Custom Performance Monitor and feature to read intermediate values of M...
simpu
2020-06-29
1
-1
/
+21
*
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
1
-3
/
+3
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
6
-55
/
+103
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
8
-71
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-23
/
+8
*
Add support for multiple RemoteDebuggerPeer(s).
Fabio Alessandrelli
2020-05-12
6
-31
/
+50
*
Merge pull request #38522 from ThakeeNathees/printing-empty-string-fix
Rémi Verschelde
2020-05-07
1
-1
/
+1
|
\
|
*
Fix: printing empty string does nothing in editor output pannel
Thakee Nathees
2020-05-07
1
-1
/
+1
*
|
Format remote printerr properly in script debugger output
PouleyKetchoupp
2020-05-01
2
-6
/
+38
|
/
*
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
1
-6
/
+6
*
Merge pull request #37450 from SkyLucilfer/profilerBug
Rémi Verschelde
2020-04-10
1
-1
/
+1
|
\
|
*
Fix profiler frame number stops updating when window is minimized
SkyJJ
2020-03-31
1
-1
/
+1
*
|
Replace NULL with nullptr
lupoDharkael
2020-04-02
10
-25
/
+25
|
/
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
1
-1
/
+1
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
3
-12
/
+12
*
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
1
-6
/
+6
*
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
1
-1
/
+2
*
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Style: Harmonize header guards to style guide [Core]
Rémi Verschelde
2020-03-25
1
-1
/
+1
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
2
-4
/
+4
*
Fix various typos
luz.paz
2020-03-11
2
-3
/
+3
*
Fix -Wshadow=local warning in EngineDebugger
Rémi Verschelde
2020-03-10
1
-3
/
+3
*
Refactor ScriptDebugger.
Fabio Alessandrelli
2020-03-08
13
-0
/
+2889