Capital
|
af885004f1
Backport 65910 for Godot 3
|
10 months ago |
Danil Alexeev
|
e922e49b13
[3.x] GDScript: Fix `get_method_list` for custom functions
|
2 years ago |
Rémi Verschelde
|
1426cd3b3a
One Copyright Update to rule them all
|
2 years ago |
Rémi Verschelde
|
a627cdafc5
Update copyright statements to 2022
|
3 years ago |
Pedro J. Estébanez
|
26edc6cd41
Promote object validity checks to release builds
|
3 years ago |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 years ago |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
4 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Rémi Verschelde
|
3d15f04668
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
|
4 years ago |
Rémi Verschelde
|
6e600cb3f0
Style: Set clang-format Standard to c++14
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
George Marques
|
e360dc9a79
GDScript: Remove self static reference and create one on calls
|
5 years ago |
Pedro J. Estébanez
|
a0969662cd
Prevent cyclic reference between script and its members
|
5 years ago |
Pedro J. Estébanez
|
64344e6d1d
Fix object leaks caused by unfulfilled yields
|
5 years ago |
Pedro J. Estébanez
|
68cca6e619
Fix leaked objects when game ends with yields in progress
|
5 years ago |
Bojidar Marinov
|
dc4455d819
Validate instances of objects before trying to check their type in GDScript
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Rémi Verschelde
|
425ec6914c
Revert "Forbid implicit type conversion in GDScript"
|
6 years ago |
George Marques
|
d0b08342b8
GDScript: Forbid implicit type conversion
|
6 years ago |
Rémi Verschelde
|
b7cc2bb1e2
Core: Ensure classes match their header filename
|
6 years ago |
Hein-Pieter van Braam
|
d308eb091a
Fix many asan and ubsan reported issues
|
6 years ago |
George Marques
|
31433ae8e4
GDScript: check for underscore prefix when type-checking
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Pedro J. Estébanez
|
06b6cea62e
Fix crash on signal/resume to dangling target
|
6 years ago |
Pedro J. Estébanez
|
b499537e68
Revert "Fix crash on signal/resume to dangling target"
|
6 years ago |
Pedro J. Estébanez
|
54bdc1e1f6
Fix crash on signal/resume to dangling target
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
George Marques
|
4b974a36b7
GDScript: Allow `is` operator to test built-in types
|
7 years ago |
George Marques
|
4b18c4e448
Add typed instructions to GDScript
|
7 years ago |
George Marques
|
743053734f
Add static type checks in the parser
|
7 years ago |