Bojidar Marinov
|
9b8e8b2220
Bind many more properties to scripts
|
7 years ago |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 years ago |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 years ago |
Rémi Verschelde
|
13c2ff9320
Style: Apply new clang-format 5.0 style to all files
|
7 years ago |
Juan Linietsky
|
bc2e8d99e5
Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function,
|
7 years ago |
Bojidar Marinov
|
0b63e84566
Fix a crash in get_static_property_type_indexed
|
7 years ago |
Bojidar Marinov
|
0cf9597758
Allow for getting/setting indexed properties of objects using get/set_indexed
|
8 years ago |
Ross Hadden
|
1a97d6455d
Fixed a bunch of typos, including an error code.
|
7 years ago |
Wilson E. Alvarez
|
0f4643a4f6
Moved class_name and return_val to initializer list
|
7 years ago |
Ignacio Etcheverry
|
c16d00591b
DocData and type hints fixes
|
7 years ago |
Rémi Verschelde
|
7ad14e7a3e
Dead code tells no tales
|
7 years ago |
Rémi Verschelde
|
bd282ff43f
Use HTTPS URL for Godot's website in the headers
|
7 years ago |
Poommetee Ketson
|
4950ef7478
Fix double single quotes in `connect` error print
|
7 years ago |
Hein-Pieter van Braam
|
cacced7e50
Convert Object::cast_to() to the static version
|
7 years ago |
Juan Linietsky
|
3d1c031871
Changed MethodBind API to request information from methods. It's much claner now.
|
7 years ago |
Ignacio Etcheverry
|
32dd9a9f66
ClassDB: Provide the enum name of integer constants
|
7 years ago |
Rémi Verschelde
|
18a7315381
Rename localization method to `tr` again
|
7 years ago |
Rémi Verschelde
|
c72529baf0
Rename `XL_MESSAGE` aka `tr` to `localize`
|
7 years ago |
Rémi Verschelde
|
306c0471f7
Merge pull request #9987 from Rubonnek/move-members-to-initilization-list
|
8 years ago |
Ignacio Etcheverry
|
78619a5866
Fixes method definitions with extra number of arguments
|
8 years ago |
Ignacio Etcheverry
|
b8420cda9c
Removes type information from vararg method binds
|
8 years ago |
Ignacio Etcheverry
|
2f290038d6
Removes type information from method binds
|
8 years ago |
Ignacio Etcheverry
|
1e74f27f8f
Adds missing type information to virtual method binds
|
8 years ago |
Wilson E. Alvarez
|
6d112a68b6
Moved member variables from constructor to initialization list
|
8 years ago |
Indah Sylvia
|
5ae78fdf6a
Makes all Godot API's methods Lower Case
|
8 years ago |
Ruslan Mustakov
|
789815466a
Fix is_class check typo in ObjectDB::cleanup
|
8 years ago |
Juan Linietsky
|
a3a7fb83e6
Made bool constructor explicit in Variant to avoid bugs, fixes #7843
|
8 years ago |
Juan Linietsky
|
3b2dfae5af
function to add script and instance at once, as needed by neikeq
|
8 years ago |
Ramesh Ravone
|
826c51c70e
_get return type fix
|
8 years ago |
Juan Linietsky
|
4366b7c8b0
Added a simpler/faster way to bind script languages instance wrappers to Godot
|
8 years ago |