Lightning_A
|
e078f970db
Rename `remove()` to `remove_at()` when removing by index
|
4 years ago |
Hugo Locurcio
|
c012fbc8b2
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
|
3 years ago |
Fabio Alessandrelli
|
bf9aae09ba
[Net] Move multiplayer to core subdir, split RPCManager.
|
3 years ago |
Fabio Alessandrelli
|
64b9f30b92
[Net] Rename RPC "puppet" to "auth" (authority). Drop "master".
|
4 years ago |
Haoyu Qiu
|
eba7265a1c
Fix misspelled "overriden"
|
4 years ago |
reduz
|
3682978aee
Replace BIND_VMETHOD by new GDVIRTUAL syntax
|
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 |
Rémi Verschelde
|
88bf6e1c6d
Merge pull request #48972 from DavidCambre/Expose_VisualScriptCustomNode_TypeHints_m
|
4 years ago |
David Cambré
|
1c4c0f9960
expose type hints for VisualScriptCustomNode
|
4 years ago |
Hugo Locurcio
|
4bd5e4fd9b
Use the standard C `INFINITY` and `NAN` constants directly
|
4 years ago |
Rémi Verschelde
|
855c7c7414
Merge pull request #50566 from reduz/optimize-stringname-usage
|
4 years ago |
reduz
|
6631f66c2a
Optimize StringName usage
|
4 years ago |
Yuri Roubinsky
|
88088f351a
Prevents some warnings from appearing in visual scripts
|
4 years ago |
Aaron Franke
|
2508fd0533
Use PROPERTY_USAGE_NONE instead of 0 for no property usage
|
4 years ago |
Dipal M Zambare
|
a0b0f7c4ee
Fixes Visual script nodes operator mismatch issue #49943
|
4 years ago |
Martin
|
2e217a724e
Fix logic operators mislabeled #49412
|
4 years ago |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
4 years ago |
Marcel Admiraal
|
8acd13a456
Rename Quat to Quaternion
|
4 years ago |
Aaron Franke
|
08a85352fb
Rename Variant TRANSFORM to TRANSFORM3D
|
4 years ago |
reduz
|
f8d03b98e7
Improve resource load cache
|
4 years ago |
reduz
|
1aa2823fa3
Removed _change_notify
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
reduz
|
221a2a1742
Refactored variant constructor logic
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
reduz
|
f2397809a8
Refactored Variant Operators.
|
4 years ago |
Jacob Edie
|
d76457a7f3
added temp variable because *p_inputs[2] is the same as *p_outputs[0]
|
4 years ago |
bruvzg
|
80b8eff6aa
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
07bc4e2f96
Style: Enforce separation line between function definitions
|
5 years ago |