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 #42109 from EricEzaM/PR/input-and-shortcuts-rework
Rémi Verschelde
2020-11-28
1
-1
/
+1
|
\
|
*
Implement new shortcuts system.
Eric M
2020-11-23
1
-1
/
+1
*
|
Merge pull request #41100 from bruvzg/ctl_text_server_interface
Rémi Verschelde
2020-11-28
42
-0
/
+10598
|
\
\
|
*
|
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
3
-0
/
+14
|
*
|
[Complex Text Layouts] Implement GDNative interface for TextServer.
bruvzg
2020-11-26
17
-12
/
+1969
|
*
|
[Complex Text Layouts] Implement ICU / HarfBuzz based TextServer module.
bruvzg
2020-11-26
13
-7
/
+5039
|
*
|
[Complex Text Layouts] Add third-party TextServer dependencies (ICU, HarfBuzz...
bruvzg
2020-11-26
3
-0
/
+487
|
*
|
[Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex...
bruvzg
2020-11-26
11
-0
/
+3108
*
|
|
Merge pull request #43500 from AndreaCatania/gds_fixes
Rémi Verschelde
2020-11-27
1
-1
/
+3
|
\
\
\
|
*
|
|
Fixes crash when returns .
Andrea Catania
2020-11-13
1
-1
/
+3
*
|
|
|
Merge pull request #43914 from ThakeeNathees/range-argument-type-bug-fix
Rémi Verschelde
2020-11-27
1
-6
/
+8
|
\
\
\
\
|
*
|
|
|
GDScript range function typecheck bug fixed
Thakee Nathees
2020-11-27
1
-6
/
+8
|
|
/
/
/
*
|
|
|
Merge pull request #43226 from mateosss/unreachable-prop-crash
George Marques
2020-11-27
1
-1
/
+5
|
\
\
\
\
|
*
|
|
|
Fix crash due to unreachable code in properties
Mateo de Mayo
2020-10-30
1
-1
/
+5
*
|
|
|
|
Unregister GDScriptFunctionState class
George Marques
2020-11-26
3
-47
/
+0
*
|
|
|
|
Merge pull request #43895 from vnen/gdscript-operators-fix
Rémi Verschelde
2020-11-26
6
-81
/
+55
|
\
\
\
\
\
|
*
|
|
|
|
GDScript: Improve handling of operators
George Marques
2020-11-26
6
-81
/
+55
*
|
|
|
|
|
Merge pull request #43894 from vnen/gdscript-some-fixes
Rémi Verschelde
2020-11-26
2
-5
/
+12
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
GDScript: Don't clear depended parsers too soon
George Marques
2020-11-26
1
-1
/
+0
|
*
|
|
|
|
GDScript: Give an error if dependency can't be parsed
George Marques
2020-11-26
2
-4
/
+12
|
|
/
/
/
/
*
/
/
/
/
fixes crash for OPCODE_CAST_TO_NATIVE opcode in gdscript disassemlber
Jordan Schidlowsky
2020-11-25
1
-4
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #43856 from vnen/gdscript-some-fixes
Rémi Verschelde
2020-11-25
2
-7
/
+11
|
\
\
\
\
|
*
|
|
|
GDScript: Fix return of cast expression on compilation
George Marques
2020-11-25
1
-1
/
+1
|
*
|
|
|
GDScript: Fix range() being treated as array when optimized out
George Marques
2020-11-25
1
-6
/
+10
*
|
|
|
|
Merge pull request #43775 from vnen/gdscript-fix-stack
Rémi Verschelde
2020-11-25
4
-35
/
+104
|
\
\
\
\
\
|
*
|
|
|
|
GDScript: Fix mishandling of stack pointers
George Marques
2020-11-25
4
-35
/
+104
|
|
/
/
/
/
*
|
|
|
|
Core: Always enable ptrcall, remove PTRCALL_ENABLED define
Rémi Verschelde
2020-11-25
3
-4
/
+1
*
|
|
|
|
Fix useless assignement in webrtc/library_godot_webrtc.js
Marcel Admiraal
2020-11-25
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #43747 from Faless/js/4.0_lint
Rémi Verschelde
2020-11-23
2
-166
/
+174
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
[HTML5] Run eslint --fix.
Fabio Alessandrelli
2020-11-23
2
-123
/
+123
|
*
|
|
[HTML5] Libraries refactor for linting.
Fabio Alessandrelli
2020-11-21
2
-66
/
+74
*
|
|
|
Merge pull request #43781 from MaxMutantMayer/regex_unit_tests
Rémi Verschelde
2020-11-23
2
-1
/
+164
|
\
\
\
\
|
*
|
|
|
Move and add new RegEx test cases
Maximilian Mayer
2020-11-22
2
-1
/
+164
*
|
|
|
|
Merge pull request #43725 from vnen/gdscript-typed-vm-2
Rémi Verschelde
2020-11-23
8
-2251
/
+4595
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
GDScript: Add faster instruction for validated constructor
George Marques
2020-11-21
5
-3
/
+112
|
*
|
|
|
GDScript: Add typed iterate instructions
George Marques
2020-11-21
4
-89
/
+944
|
*
|
|
|
GDScript: Add faster call instructions for builtin methods
George Marques
2020-11-21
7
-0
/
+125
|
*
|
|
|
GDScript: Add faster call instructions for native methods
George Marques
2020-11-21
7
-62
/
+734
|
*
|
|
|
GDScript: Add speficic set/get instructions
George Marques
2020-11-21
5
-13
/
+476
|
*
|
|
|
GDScript: Add faster operator for known types
George Marques
2020-11-21
5
-3
/
+77
|
*
|
|
|
GDScript: Gather instructions arguments beforehand
George Marques
2020-11-21
6
-381
/
+361
|
*
|
|
|
GDScript: Split Function code into multiple files
George Marques
2020-11-21
3
-2070
/
+2136
|
|
/
/
/
*
/
/
/
Document that WebM videos don't support the alpha channel
Hugo Locurcio
2020-11-22
1
-0
/
+1
|
/
/
/
*
|
|
doc: Warn about using Node internal processing
Rémi Verschelde
2020-11-20
1
-1
/
+1
*
|
|
Fix godot_js_websocket_send function unused assignment.
Marcel Admiraal
2020-11-17
1
-4
/
+2
*
|
|
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
46
-70
/
+0
*
|
|
Merge pull request #42167 from madmiraal/fix-42108
Rémi Verschelde
2020-11-16
2
-4
/
+0
|
\
\
\
|
*
|
|
Remove the unnecessary sync() and the restrictions it imposes on 3D Physics.
Marcel Admiraal
2020-09-18
2
-4
/
+0
*
|
|
|
Merge pull request #43250 from aaronfranke/strext-lstrip
Rémi Verschelde
2020-11-16
2
-24
/
+113
|
\
\
\
\
|
*
|
|
|
Add HexEncode to C#
Aaron Franke
2020-11-09
2
-24
/
+50
[next]