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
*
GDScript: Adjust type of temporaries when needed
George Marques
2021-04-16
6
-8
/
+286
*
GDScript: Pool temporary values by type on the stack
George Marques
2021-04-14
5
-49
/
+115
*
Add `etcpak` library for faster ETC/ETC2/S3TC imports.
K. S. Ernest (iFire) Lee
2021-04-13
13
-544
/
+253
*
Reduce number of addressing modes in GDScript VM
George Marques
2021-04-08
8
-193
/
+128
*
Fix crash on importing empty .fbx file
Lyuma
2021-04-08
1
-0
/
+3
*
Merge pull request #47708 from Calinou/doc-websocketclient-secure
Fabio Alessandrelli
2021-04-08
1
-0
/
+1
|
\
|
*
Document secure wss:// caveats for WebSocketClient
Hugo Locurcio
2021-04-07
1
-0
/
+1
*
|
Merge pull request #47648 from Blackiris/fix-gdscript-editor-hangs
Rémi Verschelde
2021-04-07
1
-1
/
+1
|
\
\
|
*
|
Fix infinite loop when guessing argument type from parent class
Julien Nguyen
2021-04-05
1
-1
/
+1
*
|
|
Merge pull request #47672 from Blackiris/fix-setter-stackoverflow
Rémi Verschelde
2021-04-07
1
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix stack overflow in setter
Julien Nguyen
2021-04-06
1
-0
/
+2
*
|
|
Merge pull request #46877 from W4RH4WK/always-dynamically-allocate-property-t...
Rémi Verschelde
2021-04-07
3
-1
/
+7
|
\
\
\
|
*
|
|
Always dynamically allocate PropertyTable
Alex Hirsch
2021-03-10
3
-1
/
+7
*
|
|
|
Check for the use of an empty shape in Bullet Kinematic collisions
Marcel Admiraal
2021-04-06
1
-0
/
+4
|
|
/
/
|
/
|
|
*
|
|
Only cleanup meta data if GDNative library is reloadable and we're about to u...
Bastiaan Olij
2021-04-06
1
-28
/
+32
|
|
/
|
/
|
*
|
Merge pull request #47569 from vnen/gdscript-typed-return
Rémi Verschelde
2021-04-05
4
-6
/
+304
|
\
\
|
*
|
GDScript: Properly validate return type
George Marques
2021-04-05
4
-6
/
+304
*
|
|
Style: Apply clang-tidy's `readability-braces-around-statements`
Rémi Verschelde
2021-04-05
13
-86
/
+169
*
|
|
Style: Apply clang-tidy's `modernize-use-nullptr`
Rémi Verschelde
2021-04-05
10
-23
/
+23
*
|
|
Style: Apply clang-tidy's `modernize-use-default-member-init`
Rémi Verschelde
2021-04-05
7
-50
/
+38
*
|
|
Style: Apply clang-tidy's `modernize-use-bool-literals`
Rémi Verschelde
2021-04-05
1
-1
/
+1
*
|
|
Merge pull request #47592 from jmb462/fix-VisualScriptFunctionState-connect-t...
Rémi Verschelde
2021-04-05
1
-0
/
+1
|
\
\
\
|
*
|
|
Fix VisualScriptFunctionState connect to null object crash
jmb462
2021-04-03
1
-0
/
+1
*
|
|
|
Merge pull request #47627 from Blackiris/fix-gdscript-var-address
Rémi Verschelde
2021-04-05
1
-0
/
+4
|
\
\
\
\
|
*
|
|
|
Fix GDScript variables addresses getting mixed
Julien Nguyen
2021-04-04
1
-0
/
+4
|
|
/
/
/
*
|
|
|
Merge pull request #47636 from qarmin/input
Rémi Verschelde
2021-04-05
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
Fix crashes in *_input functions
Rafał Mikrut
2021-04-05
1
-0
/
+2
|
|
/
/
/
*
/
/
/
Fixes #47607 (forgotten statement in GDNative cleanup)
Jan Haller
2021-04-04
1
-0
/
+2
|
/
/
/
*
|
|
Merge pull request #47452 from BastiaanOlij/xr_positional_tracker_ref
Rémi Verschelde
2021-04-03
4
-19
/
+20
|
\
\
\
|
*
|
|
Change XRPositionalTracker to a reference and better expose it to GDNative
Bastiaan Olij
2021-03-29
4
-19
/
+20
*
|
|
|
Merge pull request #46991 from madmiraal/rename-invert-reverse
Rémi Verschelde
2021-04-01
9
-12
/
+12
|
\
\
\
\
|
*
|
|
|
Rename Array.invert() to Array.reverse()
Marcel Admiraal
2021-03-21
9
-12
/
+12
*
|
|
|
|
Fix gdnative config file set as null
Kyle
2021-03-31
1
-0
/
+2
*
|
|
|
|
Merge pull request #47250 from BastiaanOlij/check_vulkan_version
Rémi Verschelde
2021-03-31
1
-4
/
+59
|
\
\
\
\
\
|
*
|
|
|
|
As GLSLang seems to be all or nothing, added our own defines
Bastiaan Olij
2021-03-31
1
-0
/
+37
|
*
|
|
|
|
Obtain supported Vulkan API
Bastiaan Olij
2021-03-26
1
-4
/
+22
*
|
|
|
|
|
[Complex Text Layouts] Provide access to glyph contour points.
bruvzg
2021-03-31
13
-2
/
+83
*
|
|
|
|
|
Merge pull request #47131 from vnen/gdscript-export-fix
Rémi Verschelde
2021-03-30
7
-143
/
+167
|
\
\
\
\
\
\
|
*
|
|
|
|
|
GDScript: Implement export of typed arrays
George Marques
2021-03-30
1
-1
/
+19
|
*
|
|
|
|
|
GDScript: Allow export of enum variables
George Marques
2021-03-30
3
-10
/
+22
|
*
|
|
|
|
|
GDScript: Show error on invalid initializer expression
George Marques
2021-03-30
1
-0
/
+3
|
*
|
|
|
|
|
Move GDSript annotation application after type-checking
George Marques
2021-03-30
6
-135
/
+126
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #47492 from vnen/gdscript-typed-arrays
Rémi Verschelde
2021-03-30
1
-2
/
+2
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
GDScript: Fix array type check on constants
George Marques
2021-03-30
1
-2
/
+2
*
|
|
|
|
|
FBX: Fix first bone getting unnecessary '_1' suffix
Rémi Verschelde
2021-03-29
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #46830 from vnen/gdscript-typed-arrays
Rémi Verschelde
2021-03-29
12
-58
/
+569
|
\
|
|
|
|
|
|
*
|
|
|
|
Add typed arrays to GDScript
George Marques
2021-03-29
12
-58
/
+569
*
|
|
|
|
|
Merge pull request #46844 from geekrelief/gdnative_unregister_script_fix
Rémi Verschelde
2021-03-29
1
-0
/
+34
|
\
\
\
\
\
\
|
*
|
|
|
|
|
fixes #46839, ensure library_classes is cleared and free funcs are called
geekrelief
2021-03-09
1
-0
/
+34
*
|
|
|
|
|
|
Rename Texture.get_data() to get_image()
Marcel Admiraal
2021-03-28
5
-32
/
+33
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
[next]