Hein-Pieter van Braam
|
60790c8c5a
Remove more GDScript runtime checks on release
|
8 years ago |
Poommetee Ketson
|
459f526119
Fix typos 'a' and 'an'
|
8 years ago |
Hein-Pieter van Braam
|
9c63ab99f0
Fix use of unitialized variables
|
8 years ago |
Hein-Pieter van Braam
|
8064fbb174
Fix a crash in gdscript callbacks
|
8 years ago |
Rémi Verschelde
|
7ad14e7a3e
Dead code tells no tales
|
8 years ago |
Rémi Verschelde
|
bd282ff43f
Use HTTPS URL for Godot's website in the headers
|
8 years ago |
Hein-Pieter van Braam
|
cacced7e50
Convert Object::cast_to() to the static version
|
8 years ago |
Wilson E. Alvarez
|
428f03cf06
Updated function argument names
|
8 years ago |
Ignacio Etcheverry
|
2f290038d6
Removes type information from method binds
|
8 years ago |
Indah Sylvia
|
5ae78fdf6a
Makes all Godot API's methods Lower Case
|
8 years ago |
Ignacio Etcheverry
|
07fe7d99ea
Adds completed signal to GDFunctionState
|
8 years ago |
Andreas Haas
|
015d36d18b
GDScript: Use "is" keyword for type checking.
|
8 years ago |
Pedro J. Estébanez
|
b69d4ebff4
Add extended check option to GDFunctionState::is_valid()
|
8 years ago |
Rémi Verschelde
|
df61dc4b2b
Add "Godot Engine contributors" copyright line
|
8 years ago |
Pedro J. Estébanez
|
0664a9ef8e
Fix random crashes when using yield()
|
8 years ago |
Rémi Verschelde
|
5dbf1809c6
A Whole New World (clang-format edition)
|
8 years ago |
Rémi Verschelde
|
e1c1d7d1d7
Add a bunch of missing Godot headers in own files
|
8 years ago |
Thaer Razeq
|
f50488a361
Various fixes detected using PVS-Studio static analyzer.
|
8 years ago |
Hein-Pieter van Braam
|
e8611966de
Remove bounds check when resuming from yield.
|
8 years ago |
Hein-Pieter van Braam
|
411ee71b4d
Rename the _MD macro to D_METHOD
|
8 years ago |
Rémi Verschelde
|
e0faf8a51b
Style: Cosmetic fixes to play nice with clang-format
|
8 years ago |
Juan Linietsky
|
e6583117df
Both Array and Dictionary are always in shared mode (removed copy on write).
|
8 years ago |
Juan Linietsky
|
9e477babb3
-GDScript support for accessing properties directly
|
8 years ago |
Juan Linietsky
|
118eed485e
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant.
|
8 years ago |
Juan Linietsky
|
828e1c092f
Renamed the bind_native functions to bind_vararg, should make it show the documentation more clearly and also make it easier to bind to C#
|
9 years ago |
Juan Linietsky
|
1add52b55e
Brand new networked multiplayer
|
9 years ago |
Bojidar Marinov
|
76ea995228
Fix #5891 by not expecting the script instance to be a GDInstance
|
9 years ago |
Juan Linietsky
|
36e754457f
Warn instad of crashing when class instance is gone after yield. Closes #5247 , probably closes other yield related crashes
|
9 years ago |
Juan Linietsky
|
5e816fd8c8
Property reporty base type when a function fails, fixes #4581 probably also closes other issues
|
9 years ago |
Juan Linietsky
|
f860915ae0
Made many built-in gdscript functions return more descriptive errors, closes #5150
|
9 years ago |