Yuri Sizov
|
1a24c9e14b
Make `_validate_property` a multilevel method
|
3 жил өмнө |
Fabio Alessandrelli
|
ca7d572908
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
|
3 жил өмнө |
reduz
|
455c06ecd4
Implement Vector4, Vector4i, Projection
|
3 жил өмнө |
Rémi Verschelde
|
c8ce7e34e2
i18n: Misc fixes translation strings
|
3 жил өмнө |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 жил өмнө |
Rémi Verschelde
|
c273ddc3ee
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
|
3 жил өмнө |
bruvzg
|
f851c4aa33
Fix some issues found by cppcheck.
|
3 жил өмнө |
Haoyu Qiu
|
77f80aa4ee
Use `RTR()` for VisualScriptNode captions and texts
|
3 жил өмнө |
reduz
|
21637dfc25
Remove VARIANT_ARG* macros
|
3 жил өмнө |
Haoyu Qiu
|
1262d331c0
Fix VisualScript crash when using Set Index node
|
3 жил өмнө |
Rémi Verschelde
|
317cd0b19a
Refactor some object type checking code with `cast_to`
|
3 жил өмнө |
Haoyu Qiu
|
9b373642a5
i18n: Make VisualScript node caption & text translatable
|
3 жил өмнө |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 жил өмнө |
Nathan Franke
|
49403cbfa0
Replace String comparisons with "", String() to is_empty()
|
3 жил өмнө |
Lightning_A
|
e078f970db
Rename `remove()` to `remove_at()` when removing by index
|
4 жил өмнө |
Hugo Locurcio
|
c012fbc8b2
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
|
3 жил өмнө |
Fabio Alessandrelli
|
bf9aae09ba
[Net] Move multiplayer to core subdir, split RPCManager.
|
3 жил өмнө |
Fabio Alessandrelli
|
64b9f30b92
[Net] Rename RPC "puppet" to "auth" (authority). Drop "master".
|
4 жил өмнө |
Haoyu Qiu
|
eba7265a1c
Fix misspelled "overriden"
|
4 жил өмнө |
reduz
|
3682978aee
Replace BIND_VMETHOD by new GDVIRTUAL syntax
|
4 жил өмнө |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
4 жил өмнө |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 жил өмнө |
Rémi Verschelde
|
88bf6e1c6d
Merge pull request #48972 from DavidCambre/Expose_VisualScriptCustomNode_TypeHints_m
|
4 жил өмнө |
David Cambré
|
1c4c0f9960
expose type hints for VisualScriptCustomNode
|
4 жил өмнө |
Hugo Locurcio
|
4bd5e4fd9b
Use the standard C `INFINITY` and `NAN` constants directly
|
4 жил өмнө |
Rémi Verschelde
|
855c7c7414
Merge pull request #50566 from reduz/optimize-stringname-usage
|
4 жил өмнө |
reduz
|
6631f66c2a
Optimize StringName usage
|
4 жил өмнө |
Yuri Roubinsky
|
88088f351a
Prevents some warnings from appearing in visual scripts
|
4 жил өмнө |
Aaron Franke
|
2508fd0533
Use PROPERTY_USAGE_NONE instead of 0 for no property usage
|
4 жил өмнө |
Dipal M Zambare
|
a0b0f7c4ee
Fixes Visual script nodes operator mismatch issue #49943
|
4 жил өмнө |