Rémi Verschelde
|
e956e80c1f
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
|
5 年之前 |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 年之前 |
Rémi Verschelde
|
cb282c6ef0
Style: Set clang-format Standard to Cpp11
|
5 年之前 |
Fabio Alessandrelli
|
b8ddaf9c33
Refactor ScriptDebugger.
|
5 年之前 |
Juan Linietsky
|
69c95f4b4c
Reworked signal connection system, added support for Callable and Signal objects and made them default.
|
5 年之前 |
ChibiDenDen
|
86aa12e806
Keep a weak reference to orphan subclasses to reuse on class reload
|
5 年之前 |
Dani Frank
|
d6f10cd08e
Add fully_qualified_name for GDScript class
|
5 年之前 |
George Marques
|
cc9ca9eb34
GDScript: Don't re-evaluate index on assigment with operation
|
5 年之前 |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 年之前 |
George Marques
|
475d7f0e52
GDScript: Fix type conversion in assignment with operation
|
5 年之前 |
Rémi Verschelde
|
fdc2463a1b
Merge pull request #32150 from luzpaz/typos
|
5 年之前 |
luz.paz
|
91ecd7b6a6
Fix misc. source comment typos
|
5 年之前 |
Mitch Curtis
|
aa8e3e7b0f
GDScript: add an optional message parameter to assert()
|
6 年之前 |
Robin Hübner
|
6ab118c464
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative", "modules/gdscript" directories.
|
6 年之前 |
qarmin
|
3c154eb93b
Remove unnecessary code and add some error explanations
|
6 年之前 |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
6 年之前 |
geequlim
|
eed5967c02
Fix GDSCript inner classes be freed after compile
|
6 年之前 |
Bojidar Marinov
|
f04f127680
Fix `as` operator generating opcode 38 errors
|
6 年之前 |
Rémi Verschelde
|
492153878f
Merge pull request #27128 from bojidar-bg/27111-gdscript-confounding-class
|
6 年之前 |
Bojidar Marinov
|
466a76ac2c
Fix GDScriptCompiler bugging out with identically-named inner class
|
6 年之前 |
Bojidar Marinov
|
b64f9f03f8
Fix duplicated lines in GDScript bytecode
|
6 年之前 |
marxin
|
8d51618949
Add -Wshadow=local to warnings and fix reported issues.
|
6 年之前 |
Rémi Verschelde
|
d35003d92a
GDScript: Remove unused `switch`, `case` and `do` CF keywords
|
6 年之前 |
George Marques
|
30f02dd421
GDScript compiler: check if subclass exists before comparison
|
6 年之前 |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 年之前 |
Aaron Franke
|
cb01268562
Fix many errors found by PVS-Studio
|
6 年之前 |
Pedro J. Estébanez
|
b499537e68
Revert "Fix crash on signal/resume to dangling target"
|
6 年之前 |
Pedro J. Estébanez
|
54bdc1e1f6
Fix crash on signal/resume to dangling target
|
6 年之前 |
George Marques
|
4907a1cd28
GDScript: Fix stack address test in compiler
|
6 年之前 |
luz.paz
|
08bde5b2de
Misc. typos
|
6 年之前 |