kobewi
|
c7452a9940
Fix crash with consecutive commas in Dictionary
|
4 years ago |
George Marques
|
1234c2bdd9
Merge pull request #52081 from ThreeRhinosInAnElephantCostume/fixmatchfreeze
|
3 years ago |
Fabio Alessandrelli
|
bf9aae09ba
[Net] Move multiplayer to core subdir, split RPCManager.
|
4 years ago |
ThreeRhinosInAnElephantCostume
|
15ccd83ada
Added tests for expression matching
|
4 years ago |
Fabio Alessandrelli
|
fafddbc143
[GDScript] [Net] Allow mixing rpc annotation paramters.
|
4 years ago |
Fabio Alessandrelli
|
64b9f30b92
[Net] Rename RPC "puppet" to "auth" (authority). Drop "master".
|
4 years ago |
William Deurwaarder
|
e77338978f
Print error message when await is not followed by signal or coroutine
|
4 years ago |
Louis Dumont
|
79578a5625
Fixed crash when parsing an empty assignment.
|
4 years ago |
ThreeRhinosInAnElephantCostume
|
6c258a89de
Fixed pattern matching with expressions
|
4 years ago |
Max Hilbrunner
|
583b6a594a
Merge pull request #51971 from aaronfranke/https
|
4 years ago |
Aaron Franke
|
ae1702bee5
Replace HTTP links with HTTPS for sites with HTTPS versions
|
4 years ago |
Anilforextra
|
c86db8b710
Remove redundant assignments.
|
4 years ago |
Max Hilbrunner
|
5161c97c9c
Remove underscore hacks
|
4 years ago |
Paulb23
|
bcfc591f86
Reorganise text editor settings
|
4 years ago |
kobewi
|
e0572f7ef7
Fix crash when parsing Dictionary
|
4 years ago |
Fabio Alessandrelli
|
d7dca072aa
[Net] Default @rpc annotation should be puppet, not master.
|
4 years ago |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
4 years ago |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 years ago |
Hugo Locurcio
|
4bd5e4fd9b
Use the standard C `INFINITY` and `NAN` constants directly
|
4 years ago |
Fabio Alessandrelli
|
ddb68f76ff
[Net] Single `rpc` annotation. "sync" no longer part of mode.
|
4 years ago |
reduz
|
75688772b3
Fix editor suffixes and degrees conversion
|
4 years ago |
Bastiaan Olij
|
2161fd117b
Adding some more missing renames for Transform3D and Quaternion
|
4 years ago |
Rémi Verschelde
|
9e328bb5b7
Core: Move DirAccess and FileAccess to `core/io`
|
4 years ago |
Marcel Admiraal
|
8acd13a456
Rename Quat to Quaternion
|
4 years ago |
Aaron Franke
|
08a85352fb
Rename Variant TRANSFORM to TRANSFORM3D
|
4 years ago |
Rémi Verschelde
|
4219a4cb6f
Fix typos with codespell
|
4 years ago |
George Marques
|
9ed0f0384c
GDScript: Fix crash when base of an attribute is invalid
|
4 years ago |
George Marques
|
c201b212c7
GDScript: Implement lambdas compilation and runtime
|
4 years ago |
George Marques
|
3155368093
GDScript: Add lambdas to the type analyzer
|
4 years ago |
George Marques
|
c6e66a43b0
GDScript: Add lambda syntax parsing
|
4 years ago |