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 #32683 from Faless/ws/improve_pr
Rémi Verschelde
2019-10-11
14
-38
/
+181
|
\
|
*
Document all this new improvements.
Fabio Alessandrelli
2019-10-09
2
-0
/
+31
|
*
Custom headers support in WebSocketClient.
Fabio Alessandrelli
2019-10-09
10
-22
/
+30
|
*
Implement WebSocketServer SSL support.
Fabio Alessandrelli
2019-10-09
4
-1
/
+75
|
*
WebSocketClient can now use custom SSL certificate
Fabio Alessandrelli
2019-10-09
4
-2
/
+26
|
*
Re-implement WebSocket get host/port.
Fabio Alessandrelli
2019-10-09
7
-13
/
+19
*
|
C#: Fix detection of outdated release Godot API assemblies
Ignacio Etcheverry
2019-10-11
12
-183
/
+305
*
|
Decrease polling frequency to 20 Hz in the GDScript language server
Hugo Locurcio
2019-10-10
1
-1
/
+2
*
|
Remove dependency on the editor directory being in the build's include path.
Marcel Admiraal
2019-10-10
3
-4
/
+5
*
|
Merge pull request #32673 from aaronfranke/vs-inheritance
Rémi Verschelde
2019-10-09
1
-2
/
+2
|
\
\
|
*
|
Make VisualScript check inheritance for port info
Aaron Franke
2019-10-09
1
-2
/
+2
|
|
/
*
|
Merge pull request #32684 from Faless/crypto/self_signed_cert_key_check
Rémi Verschelde
2019-10-09
1
-0
/
+1
|
\
\
|
*
|
Fix crash when passing invalid key to Crypto.
Fabio Alessandrelli
2019-10-09
1
-0
/
+1
|
|
/
*
|
Merge pull request #32671 from GodotExplorer/lsp-send-godot-class-tree
Rémi Verschelde
2019-10-09
2
-1
/
+52
|
\
\
|
*
|
lsp: Send godot class tree to clients
Geequlim
2019-10-09
2
-1
/
+52
|
|
/
*
/
lsp: Fix signature of void returned functions in native methods
Geequlim
2019-10-09
1
-1
/
+5
|
/
*
Document the GDNative singleton method prefix being changeable
Hugo Locurcio
2019-10-07
3
-3
/
+3
*
Document GDNativeLibrary
sheepandshepherd
2019-10-06
1
-0
/
+15
*
Fixed some obvious typos in error messages
noname1477
2019-10-05
1
-4
/
+4
*
Merge pull request #32544 from GodotExplorer/gdscript-lsp-show_native_symbol
Rémi Verschelde
2019-10-05
8
-127
/
+201
|
\
|
*
Format documentations to markdown only when needed
geequlim
2019-10-05
4
-74
/
+82
|
*
Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...
geequlim
2019-10-04
6
-5
/
+58
|
*
Fix enumeration value of SymbolKind.
geequlim
2019-10-04
3
-52
/
+65
*
|
Mono: Fix detection of MsBuild from Visual Studio
Rémi Verschelde
2019-10-03
1
-2
/
+2
|
/
*
Merge pull request #32517 from GodotExplorer/gdscript-lsp
Rémi Verschelde
2019-10-03
7
-6
/
+101
|
\
|
*
Implement DocumentLink of GDScript LSP Server
geequlim
2019-10-03
7
-4
/
+99
|
*
Fix codeblock formating to markdown
geequlim
2019-10-03
1
-2
/
+2
*
|
Merge pull request #32403 from yeonghoey/enforce4space
Rémi Verschelde
2019-10-03
1
-4
/
+4
|
\
\
|
*
|
Print errors when tab indent found in [codeblock]
Yeongho Kim
2019-10-01
1
-4
/
+4
*
|
|
Merge pull request #32485 from Calinou/macros-add-semicolons
Rémi Verschelde
2019-10-02
1
-5
/
+5
|
\
\
\
|
*
|
|
Add missing semicolons to `BIND_ENUM_CONSTANT` macro uses
Hugo Locurcio
2019-10-02
1
-5
/
+5
|
|
/
/
*
/
/
Tweak the default function definition color when using a dark theme
Hugo Locurcio
2019-10-02
1
-10
/
+18
|
/
/
*
|
Merge pull request #32172 from WindyDarian/gdscript_allow_null_weakref
Rémi Verschelde
2019-10-01
1
-25
/
+19
|
\
\
|
*
|
Allow weakref(null) in gdscript
Windy Darian
2019-09-16
1
-25
/
+19
*
|
|
Fix theme in visual script dialogs (at startup)
Chaosus
2019-09-30
1
-0
/
+2
*
|
|
Merge pull request #32402 from YeldhamDev/fix_vs_add_function
Rémi Verschelde
2019-09-29
2
-47
/
+56
|
\
\
\
|
*
|
|
Fix VS editor's "Create Function" dialog
Michael Alexsander Silva Dias
2019-09-28
2
-47
/
+56
*
|
|
|
Merge pull request #32430 from swarnimarun/vs-decomp
Rémi Verschelde
2019-09-29
3
-16
/
+48
|
\
\
\
\
|
*
|
|
|
Deconstruct node for Visualscript
Swarnim Arun
2019-09-29
3
-16
/
+48
|
|
/
/
/
*
/
/
/
Highlight singletons and class_names in GDScript
Bojidar Marinov
2019-09-28
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #32398 from YeldhamDev/cleanup_vs_editor_left
Rémi Verschelde
2019-09-28
2
-26
/
+17
|
\
\
\
|
*
|
|
Cleanup VS editor's left menu
Michael Alexsander Silva Dias
2019-09-27
2
-26
/
+17
*
|
|
|
Merge pull request #32399 from swarnimarun/vs-patch01
Rémi Verschelde
2019-09-28
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix Edit function button
Swarnim Arun
2019-09-28
1
-1
/
+1
*
|
|
|
|
Merge pull request #32401 from neikeq/Kisaama!
Ignacio Roldán Etcheverry
2019-09-28
4
-4
/
+7
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Mono: Don't compare API hashes on release builds
Ignacio Etcheverry
2019-09-28
4
-4
/
+7
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
doc: Sync classref with current source
Rémi Verschelde
2019-09-27
3
-25
/
+27
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #29681 from swarnimarun/vs-graph-unification
Rémi Verschelde
2019-09-27
12
-682
/
+2660
|
\
\
\
|
*
|
|
Visualscript editor graph unification & refactoring
Swarnim Arun
2019-09-26
12
-682
/
+2660
|
|
/
/
*
|
|
Merge pull request #32353 from neikeq/yamero
Rémi Verschelde
2019-09-26
1
-21
/
+25
|
\
\
\
[next]