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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make "function" a property of FuncRef
Wilson E. Alvarez
2020-09-30
1
-1
/
+4
*
Removed unnecessary keyword, fix comment style
Craig-Stoneham
2020-09-29
1
-1
/
+1
*
Merge pull request #42133 from vnen/variant-op-consistency
Rémi Verschelde
2020-09-28
4
-3
/
+98
|
\
|
*
Allow commutative multiplication in Variant
George Marques
2020-09-17
4
-3
/
+98
*
|
Rename the ".import" folder to ".godot/imported"
Aaron Franke
2020-09-28
3
-1
/
+5
*
|
Merge pull request #42304 from akien-mga/os-drop-get_splash_tick_msec
Rémi Verschelde
2020-09-28
4
-12
/
+0
|
\
\
|
*
|
OS: Remove unused get_splash_tick_msec
Rémi Verschelde
2020-09-24
4
-12
/
+0
*
|
|
Merge pull request #42340 from Rubonnek/get-funcref-function
Rémi Verschelde
2020-09-27
2
-0
/
+6
|
\
\
\
|
*
|
|
Allow retrieval of FuncRef function string
Wilson E. Alvarez
2020-09-25
2
-0
/
+6
|
|
/
/
*
|
|
Merge pull request #37403 from aaronfranke/basis_equal_approx
Rémi Verschelde
2020-09-27
4
-32
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove redundant is_equal_approx_ratio method
Aaron Franke
2020-09-23
3
-28
/
+8
|
*
|
Change Basis is_equal_approx to use instance method
Aaron Franke
2020-09-23
2
-4
/
+2
*
|
|
Merge pull request #42296 from akien-mga/messagequeue-default-size-4096-kb
Rémi Verschelde
2020-09-24
1
-2
/
+1
|
\
\
\
|
*
|
|
MessageQueue: Change default queue size to 4096 KB
Rémi Verschelde
2020-09-24
1
-2
/
+1
*
|
|
|
Remove unnecessary empty line from Dictionaries
Tomasz Chabora
2020-09-24
1
-1
/
+3
|
/
/
/
*
|
|
Check for null in InputMap::_find_event
Tomasz Chabora
2020-09-23
1
-0
/
+2
*
|
|
Fix crash when opening a ZIP data pack
Hugo Locurcio
2020-09-19
1
-1
/
+1
|
/
/
*
|
zstd: Update to upstream version 1.4.5
Rémi Verschelde
2020-09-18
1
-0
/
+1
*
|
Fix typos with codespell
Rémi Verschelde
2020-09-18
2
-2
/
+2
*
|
Linux/BSD: Fix support for NetBSD
Rémi Verschelde
2020-09-18
2
-6
/
+6
*
|
Merge pull request #42013 from Xrayez/fix-list-swap
Rémi Verschelde
2020-09-16
1
-15
/
+25
|
\
\
|
|
/
|
/
|
|
*
Fix `List` swap behavior on front, back and adjacent elements
Andrii Doroshenko (Xrayez)
2020-09-12
1
-15
/
+25
*
|
Make `Object::to_string` virtual
Andrii Doroshenko (Xrayez)
2020-09-15
1
-1
/
+1
*
|
Fix Vector{2,3}i casting on Variant multiplication with numbers
George Marques
2020-09-12
1
-16
/
+16
|
/
*
Add missing reference to const T Vector::get().
Marcel Admiraal
2020-09-11
1
-1
/
+1
*
Remove unused Python imports.
Marcel Admiraal
2020-09-10
2
-2
/
+0
*
Implement 3D textures as import and resource format.
reduz
2020-09-09
2
-0
/
+89
*
Change inequality comparison operators to use exact equality
Aaron Franke
2020-09-08
2
-12
/
+12
*
Initialise Basis elements with a default Basis in the declaration.
Marcel Admiraal
2020-09-08
1
-12
/
+6
*
Merge pull request #38308 from bruvzg/sad_security_circus
Rémi Verschelde
2020-09-07
9
-90
/
+300
|
\
|
*
Adds PCK encryption support (using script encryption key for export).
bruvzg
2020-09-05
9
-90
/
+300
*
|
Merge pull request #38944 from Wavesonics/http-gzip
Fabio Alessandrelli
2020-09-07
3
-0
/
+108
|
\
\
|
*
|
HTTPRequest now accepts gzip
Adam Brown
2020-09-02
3
-0
/
+108
*
|
|
Fixed PackedByteArray GDScript functions
Adam Brown
2020-09-04
1
-21
/
+23
|
|
/
|
/
|
*
|
Ensure assignment operators return by reference to avoid unnecessary copies.
Marcel Admiraal
2020-09-04
3
-5
/
+5
*
|
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
25
-462
/
+1068
*
|
Ensure header guards enclose entire header.
Marcel Admiraal
2020-09-03
1
-4
/
+4
*
|
Merge pull request #41460 from Calinou/improve-resource-load-fail-message
Rémi Verschelde
2020-09-03
1
-1
/
+2
|
\
\
|
*
|
Improve the resource loading error message to mention the need to import
Hugo Locurcio
2020-08-22
1
-1
/
+2
*
|
|
Merge pull request #40400 from Arivval/load-resourcepack-with-offset
Rémi Verschelde
2020-09-03
6
-13
/
+25
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
added load resource pack with offset feature
Yilin Ma
2020-09-02
6
-13
/
+25
*
|
|
Add VariantInternal class
George Marques
2020-09-02
2
-0
/
+119
*
|
|
Register GDScript test tools as test commands to run via command-line
Andrii Doroshenko (Xrayez)
2020-09-02
1
-1
/
+3
*
|
|
Fix invalid CSV in SDL2 controller mappings DB
Rémi Verschelde
2020-09-01
1
-1
/
+1
*
|
|
Merge pull request #41669 from strank/hardcoded-op-max
Rémi Verschelde
2020-09-01
1
-26
/
+26
|
\
\
\
|
*
|
|
Fix hard-coded OP_MAX in variant_op.cpp
strank
2020-09-01
1
-26
/
+26
*
|
|
|
Merge pull request #40868 from aaronfranke/color-html-rgba
Rémi Verschelde
2020-09-01
2
-79
/
+53
|
\
\
\
\
|
*
|
|
|
Simplify html_is_valid and allow it to work with 3 and 4 hex digits
Aaron Franke
2020-09-01
1
-27
/
+8
|
*
|
|
|
Change Color HTML conversion from ARGB to RGBA
Aaron Franke
2020-09-01
2
-56
/
+49
|
|
/
/
/
*
/
/
/
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2020-09-01
1
-11
/
+112
|
/
/
/
[next]