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
*
Merge pull request #29011 from zann1x/master
Rémi Verschelde
2019-05-21
1
-1
/
+5
|
\
|
*
Initialize padding on PoolByteArray serialization
Lukas Zanner
2019-05-19
1
-1
/
+5
*
|
Style: Fix issues with clang-format 8.0
Rémi Verschelde
2019-05-20
2
-3
/
+2
*
|
Fix typos with codespell
Rémi Verschelde
2019-05-19
2
-2
/
+2
|
/
*
Better handle some self-RSET/RPC in MultiplayerAPI
Fabio Alessandrelli
2019-05-12
1
-6
/
+10
*
Avoid _can_call_mode resetting error message in MultiplayerAPI
Fabio Alessandrelli
2019-05-08
1
-4
/
+6
*
Add FileAccess::set_unix_permissions for Unix platforms
Juan Linietsky
2019-04-07
10
-0
/
+53
*
Merge pull request #24951 from Mr-Slurpy/local-rpc-sender-id-fix
Fabio Alessandrelli
2019-04-20
1
-0
/
+13
|
\
|
*
Sender network id is now set to local network id for local rpc calls.
Daniel Eliasinski
2019-04-16
1
-0
/
+13
*
|
Added ability for multiple images to be imported as an atlas
Juan Linietsky
2019-04-19
4
-0
/
+42
*
|
Compression: Set Zstd max window size via public parameter
Rémi Verschelde
2019-04-18
1
-2
/
+4
|
/
*
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
2
-4
/
+10
*
Revert "Properly explain RPC/RSET mode failure."
Rémi Verschelde
2019-04-05
1
-9
/
+7
*
Fix -Wimplicit-fallthrough warnings from GCC 8
Rémi Verschelde
2019-04-05
1
-1
/
+2
*
Properly explain RPC/RSET mode failure.
Fabio Alessandrelli
2019-04-03
1
-7
/
+9
*
Enable warnings=extra on clang and GCC testers.
marxin
2019-04-02
1
-1
/
+1
*
Add object encoding param to serialization methods
Fabio Alessandrelli
2019-04-01
6
-29
/
+47
*
Multiplayer API now respects allow_object_decoding
Fabio Alessandrelli
2019-04-01
1
-6
/
+6
*
Use same boolean for objects encode and decode.
Fabio Alessandrelli
2019-03-28
3
-25
/
+24
*
Merge pull request #25495 from IronicallySerious/fix-expand-macros
Rémi Verschelde
2019-03-16
1
-1
/
+1
|
\
|
*
Fix parameterised macros in core. Addresses #25488
IronicallySerious
2019-02-18
1
-1
/
+1
*
|
Allow class_name scripts to have nested inheritance
George Marques
2019-03-09
2
-2
/
+2
*
|
Make sure ResurceLoader.exists works on imported files, fixes #23555
Juan Linietsky
2019-03-04
2
-0
/
+6
*
|
Better warnings when resources can't be saved. Fixes #26531
Juan Linietsky
2019-03-04
3
-0
/
+28
*
|
-Fix problem of order of import plugins, closes #26340
Juan Linietsky
2019-02-27
2
-3
/
+7
*
|
Merge pull request #26159 from marxin/fix-Wsuggest-attribute=format
Rémi Verschelde
2019-02-27
1
-6
/
+6
|
\
\
|
*
|
Fix -Wsuggest-attribute=format warnings.
marxin
2019-02-27
1
-6
/
+6
*
|
|
Merge pull request #26134 from marxin/fix-Wsign-compare
Rémi Verschelde
2019-02-27
2
-2
/
+2
|
\
\
\
|
*
|
|
Fix -Wsign-compare warnings.
marxin
2019-02-27
2
-2
/
+2
|
|
/
/
*
|
|
Fix GCC 5 build after #26331 and cleanup style
Rémi Verschelde
2019-02-27
2
-10
/
+12
*
|
|
-Properly handle missing ETC support on export
Juan Linietsky
2019-02-26
2
-2
/
+62
|
/
/
*
|
Prevent circular references to scene being saved, fixes #24384
Juan Linietsky
2019-02-24
2
-1
/
+7
*
|
Implement a cleaner (and better) way to save imagedata from ImageTexture, fix...
Juan Linietsky
2019-02-21
2
-2
/
+33
*
|
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
5
-20
/
+19
*
|
Fix HTTPClient keep alive with chunked encoding.
Fabio Alessandrelli
2019-02-20
2
-2
/
+29
*
|
HTTPClient read until EOF fixes
Fabio Alessandrelli
2019-02-20
1
-39
/
+16
*
|
Make resource loader cycle checker work on a per-thread basis.
Juan Linietsky
2019-02-16
2
-9
/
+51
*
|
Fix keep-alive without header in HTTP client
Fabio Alessandrelli
2019-02-16
1
-7
/
+6
*
|
Core: Ensure classes match their header filename
Rémi Verschelde
2019-02-12
5
-9
/
+9
|
/
*
Avoid cyclic resource loading of any type, fixes #22673
Juan Linietsky
2019-01-27
2
-10
/
+128
*
Fix code style issues
Rémi Verschelde
2019-01-26
2
-2
/
+1
*
Fixed possible crash in pck_packer.cpp due to wrong memory freeing.
Ivan Ponomarev
2019-01-22
1
-1
/
+1
*
Add function to obtain filesystem type from DirAccess.
Juan Linietsky
2019-01-21
2
-0
/
+7
*
Don't reset MultiplayerAPI when setting same peer.
Fabio Alessandrelli
2019-01-15
1
-0
/
+2
*
Fix MultiplayerAPI initialization, clear.
Fabio Alessandrelli
2019-01-15
1
-0
/
+3
*
Update zstd to 1.3.8
Guilherme Felipe
2019-01-03
1
-3
/
+3
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
67
-134
/
+134
*
Merge pull request #19501 from Zylann/custom_loaders
Rémi Verschelde
2018-12-16
8
-21
/
+385
|
\
|
*
Added basic support for custom resource savers and loaders
Marc Gilleron
2018-12-15
8
-21
/
+385
*
|
Moved member variables to initializer list
Wilson E. Alvarez
2018-12-11
9
-99
/
+90
[next]