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
/
io
Commit message (
Expand
)
Author
Age
Files
Lines
*
issue-40396 - Added missing error strings to JSON parsing when array or objec...
Adam Bates
2020-07-22
1
-0
/
+2
*
Fix spelling & grammar in comments, docs, and messages
Andy Maloney
2020-07-21
1
-1
/
+1
*
Merge pull request #40374 from Faless/udp/server_abstraction
Rémi Verschelde
2020-07-14
4
-35
/
+166
|
\
|
*
UDPServer handles PacketPeerUDP-client association
Fabio Alessandrelli
2020-07-14
4
-35
/
+166
*
|
PO loader: Fix unclosed files and error messages
Rémi Verschelde
2020-07-14
1
-9
/
+13
|
/
*
Add override keywords.
Marcel Admiraal
2020-07-10
4
-18
/
+18
*
Enable file logging by default on desktops to help with troubleshooting
Hugo Locurcio
2020-07-08
1
-1
/
+1
*
Remove String::find_last (same as rfind)
Stijn Hinlopen
2020-07-03
1
-1
/
+1
*
Ensure FileAccessBuffered structs are properly initialized
Andy Maloney
2020-06-19
1
-5
/
+5
*
Fix editor crash when mbedtls is disabled.
Fabio Alessandrelli
2020-06-06
2
-2
/
+8
*
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
12
-72
/
+72
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
36
-364
/
+690
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
13
-0
/
+63
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
63
-1116
/
+0
*
Enforce use of bool literals instead of integers
Rémi Verschelde
2020-05-14
1
-1
/
+1
*
Modernize remaining uses of 0/NULL instead of nullptr (C++11)
Rémi Verschelde
2020-05-14
1
-1
/
+1
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
49
-290
/
+125
*
New lightmapper
Juan Linietsky
2020-05-10
3
-11
/
+17
*
Revert "Renamed plane's d to distance"
Rémi Verschelde
2020-05-10
2
-4
/
+4
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
2
-15
/
+40
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
5
-11
/
+21
*
Renamed plane's d to distance
Marcus Elg
2020-05-10
2
-4
/
+4
*
Remove some C++11 polyfill defines that are no longer needed
Hugo Locurcio
2020-05-03
1
-11
/
+0
*
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-20
10
-30
/
+47
*
Revert "Made possible to specify where to dump the contents when loading a "....
Rémi Verschelde
2020-04-20
4
-48
/
+10
*
Made possible to specify where to dump the contents when loading a ".pck" file
Michael Alexsander
2020-04-16
4
-10
/
+48
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
32
-115
/
+115
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
1
-1
/
+1
*
Style: Harmonize header guards to style guide [Core]
Rémi Verschelde
2020-03-25
9
-11
/
+11
*
Fix potential divisions by 0 reported by MSVC
Rémi Verschelde
2020-03-21
1
-1
/
+1
*
i18n: Fix parsing of multiple escapes before quotes
Thakee Nathees
2020-03-20
1
-3
/
+12
*
i18n: Add support for translating the class reference
Rémi Verschelde
2020-03-20
2
-8
/
+8
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
9
-16
/
+16
*
Merge pull request #36599 from AndreaCatania/gen_rpc_data_export
Rémi Verschelde
2020-03-13
1
-1
/
+2
|
\
|
*
Generates the rpc and rset info for exported GDScript.
Andrea Catania
2020-02-28
1
-1
/
+2
*
|
Refactor ScriptDebugger.
Fabio Alessandrelli
2020-03-08
2
-156
/
+29
*
|
Add TCP poll function (not exposed).
Fabio Alessandrelli
2020-03-08
2
-0
/
+8
*
|
Merge pull request #36752 from RandomShaper/rework_semaphore
Rémi Verschelde
2020-03-05
3
-43
/
+23
|
\
\
|
*
|
Drop old semaphore implementation
Pedro J. Estébanez
2020-03-03
3
-43
/
+23
*
|
|
ConfigFile: Improve error messages and complete docs
Rémi Verschelde
2020-03-05
2
-11
/
+9
*
|
|
Merge pull request #36733 from qarmin/static_analyzer_fixes
Rémi Verschelde
2020-03-04
3
-1
/
+4
|
\
\
\
|
*
|
|
Fixes bugs found by Sonarcloud and Coverity
qarmin
2020-03-02
3
-1
/
+4
|
|
/
/
*
/
/
Improve UX of drive letters
Pedro J. Estébanez
2020-03-03
2
-2
/
+2
|
/
/
*
|
Merge pull request #36640 from reduz/resource-loader-refactor
Rémi Verschelde
2020-02-28
10
-431
/
+602
|
\
\
|
*
|
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-02-28
10
-431
/
+602
*
|
|
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-15
/
+10
|
/
/
*
|
Merge pull request #36556 from RandomShaper/rework_mutex
Rémi Verschelde
2020-02-28
5
-92
/
+50
|
\
\
|
|
/
|
/
|
|
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
5
-92
/
+50
*
|
Optimized rpc packet size when only the `PackedByteArray` is sent.
Andrea Catania
2020-02-27
1
-28
/
+83
|
/
*
Update docs and bindings for new integer vector types
Rémi Verschelde
2020-02-25
1
-4
/
+4
[next]