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
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #30424 from raphael10241024/fix_noise
Rémi Verschelde
2020-07-02
1
-1
/
+1
|
\
|
*
Fix OpenSimplexNoise get_image() swap axes
RaphaelHunter
2020-07-01
1
-1
/
+1
*
|
Merge pull request #39788 from bruvzg/macos_apple_silicon
Rémi Verschelde
2020-07-01
4
-3
/
+12
|
\
\
|
*
|
[macOS] Add support for the Apple Silicon (ARM64) build target.
bruvzg
2020-06-29
4
-3
/
+12
*
|
|
Merge pull request #38713 from aaronfranke/string-64bit
Rémi Verschelde
2020-07-01
2
-6
/
+6
|
\
\
\
|
*
|
|
Rename String bin_to_int64 to bin_to_int
Aaron Franke
2020-06-03
1
-1
/
+1
|
*
|
|
Remove 32-bit String hex_to_int method
Aaron Franke
2020-06-03
2
-3
/
+3
|
*
|
|
Remove 32-bit String to_int method
Aaron Franke
2020-06-03
2
-2
/
+2
*
|
|
|
Change assembly watcher after notification changes
G'lek
2020-06-30
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #39986 from reduz/app-inout-notification
Rémi Verschelde
2020-06-30
1
-2
/
+2
|
\
\
\
|
*
|
|
Add a separate application focus/in notification out from Window focus notifi...
Juan Linietsky
2020-06-30
1
-2
/
+2
*
|
|
|
Merge pull request #38920 from paulherman/tga
Rémi Verschelde
2020-06-30
1
-0
/
+14
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Expose loading TGA images in Image.
Paul Herman
2020-05-21
1
-0
/
+14
*
|
|
|
Use is_equal_approx() instead of vertex_snap when checking if ray is
Marcel Admiraal
2020-06-29
1
-1
/
+1
*
|
|
|
Create degenerate triangles when inserting an edge into a CSG face.
Marcel Admiraal
2020-06-29
1
-9
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Improve the preload and load descriptions
Tomasz Chabora
2020-06-28
1
-8
/
+8
*
|
|
VideoStreamGDNative: close file in cleanup
Mark Kuo
2020-06-28
1
-0
/
+5
*
|
|
Merge pull request #39837 from neikeq/fix-invalid-unbox-long-as-int
Rémi Verschelde
2020-06-26
1
-1
/
+1
|
\
\
\
|
*
|
|
Mono/C#: Fix InvalidCast because of attempt to unbox long as int
Ignacio Etcheverry
2020-06-25
1
-1
/
+1
*
|
|
|
Merge pull request #39839 from neikeq/use-/restore-instead-of-/t-restore
Rémi Verschelde
2020-06-26
4
-31
/
+15
|
\
\
\
\
|
*
|
|
|
Mono/C#: Use /restore instead of /t:restore when building
Ignacio Etcheverry
2020-06-25
4
-31
/
+15
|
|
/
/
/
*
/
/
/
Mono/C#: Fix unhandled exception not being printed
Ignacio Etcheverry
2020-06-25
1
-1
/
+1
|
/
/
/
*
|
|
Style: Fix copyright headers
Rémi Verschelde
2020-06-25
1
-1
/
+1
*
|
|
Merge pull request #39739 from MichaelBelousov/fix/long-enum-fix-rider-cast
Rémi Verschelde
2020-06-24
3
-5
/
+5
|
\
\
\
|
*
|
|
Mono: fix bad long casts and wrong underlying enum types in GodotTools
Michael Belousov
2020-06-24
3
-5
/
+5
*
|
|
|
Merge pull request #39779 from naithar/feature/ios-modules-master
Rémi Verschelde
2020-06-24
2
-0
/
+6
|
\
\
\
\
|
*
|
|
|
SCons: Enable iOS modules for ARKit and Camera
Sergey Minakov
2020-06-23
2
-0
/
+6
*
|
|
|
|
Merge pull request #39783 from neikeq/messaging-codecompletion-localize-fix
Rémi Verschelde
2020-06-24
3
-2
/
+57
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
C#: Fix completion request with case insensitive resource path
Ignacio Etcheverry
2020-06-23
3
-2
/
+57
*
|
|
|
|
Merge pull request #39755 from Faless/crypto/encryption_pr_4.0
Rémi Verschelde
2020-06-22
2
-23
/
+140
|
\
\
\
\
\
|
*
|
|
|
|
Implement RSA encryption/decryption.
Fabio Alessandrelli
2020-06-18
2
-0
/
+29
|
*
|
|
|
|
Implement sign and verify in crypto.
Fabio Alessandrelli
2020-06-18
2
-0
/
+48
|
*
|
|
|
|
CryptoKey supports public keys.
Fabio Alessandrelli
2020-06-18
2
-8
/
+55
|
*
|
|
|
|
Better zeroizing in CryptoKey.
Fabio Alessandrelli
2020-06-18
1
-15
/
+8
*
|
|
|
|
|
Merge pull request #39747 from nekomatata/fix-crash-space-query
Rémi Verschelde
2020-06-22
1
-0
/
+4
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix crashes with invalid shapes in BulletPhysicsDirectSpaceState queries
PouleyKetchoupp
2020-06-22
1
-0
/
+4
*
|
|
|
|
|
|
Merge pull request #34236 from madmiraal/enable-bullet-debug
Rémi Verschelde
2020-06-21
1
-2
/
+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Enable Bullet DEBUG on debug builds.
Marcel Admiraal
2020-04-01
1
-2
/
+2
*
|
|
|
|
|
|
|
Merge pull request #34219 from madmiraal/check-motion-before-bullet-sweep
Rémi Verschelde
2020-06-21
1
-6
/
+12
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Check for motion in cast_motion() before doing Bullet convexSweepTest().
Marcel Admiraal
2020-06-21
1
-6
/
+12
|
|
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
*
/
|
|
|
|
|
|
Check if point's index exists before adding it to the list of points
Marcel Admiraal
2020-06-21
1
-2
/
+6
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-19
6
-14
/
+18
*
|
|
|
|
|
|
Merge pull request #39678 from akien-mga/universae-fenestras
Rémi Verschelde
2020-06-19
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Export: Rename 'Windows Universal' to 'UWP'
Rémi Verschelde
2020-06-19
1
-1
/
+1
*
|
|
|
|
|
|
|
Merge pull request #39652 from paulloz/generics-getnodesingroup
Rémi Verschelde
2020-06-19
5
-0
/
+152
|
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
[mono] implement generics GetNodesInGroup
Paul Joannon
2020-06-19
5
-0
/
+152
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #39629 from MichaelBelousov/dont-slice-longs-to-mono
Rémi Verschelde
2020-06-19
1
-2
/
+2
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
/
/
/
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
return boxed long when marshalling a godot int to mono runtime in dynamic con...
Michael Belousov
2020-06-17
1
-2
/
+2
*
|
|
|
|
|
Document Mono-specific classes
Hugo Locurcio
2020-06-18
2
-4
/
+18
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #38067 from ThakeeNathees/elif-error-line-fixed
Rémi Verschelde
2020-06-17
1
-0
/
+4
|
\
\
\
\
\
[next]