Jerome67000
|
2609cc9ef4
Removes Script::get_node_type()
|
7 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 |
Andreas Haas
|
f61e8695c9
GDScript: More reliable check if loading a template.
|
8 years ago |
Wilson E. Alvarez
|
baa94a3758
Removed unnecessary returns and break statements
|
8 years ago |
Pedro J. Estébanez
|
ae2d449047
Revive inspector property evaluation
|
8 years ago |
Indah Sylvia
|
5ae78fdf6a
Makes all Godot API's methods Lower Case
|
8 years ago |
Poommetee Ketson
|
c7c65ca6ba
Clang-formatting *.cpp and *.h (some files excluded)
|
8 years ago |
Juan Linietsky
|
25678b1876
-Renamed GlobalConfig to ProjectSettings, makes more sense.
|
8 years ago |
Juan Linietsky
|
bbada82f80
-Reorganized all properties of project settings (Sorry, Again).
|
8 years ago |
Andreas Haas
|
8361b1ce07
Add ability to use custom script templates.
|
8 years ago |
Andreas Haas
|
015d36d18b
GDScript: Use "is" keyword for type checking.
|
8 years ago |
Karroffel
|
67886bab1e
fixed a bug where saving a GDScript file crashed the editor
|
8 years ago |
Karroffel
|
885239fb09
re-added MultiScript
|
8 years ago |
Rémi Verschelde
|
df61dc4b2b
Add "Godot Engine contributors" copyright line
|
8 years ago |
Rémi Verschelde
|
debeee56f7
Fix typos in source code using codespell
|
8 years ago |
Rémi Verschelde
|
5dbf1809c6
A Whole New World (clang-format edition)
|
8 years ago |
Saracen
|
5e938f0001
Inf and NaN support added to GDScript.
|
8 years ago |
Juan Linietsky
|
de0045cf1b
-renamed globals.h to global_config.cpp (this seems to have caused a few modified files)
|
8 years ago |
Hein-Pieter van Braam
|
411ee71b4d
Rename the _MD macro to D_METHOD
|
8 years ago |
Rémi Verschelde
|
f44ee891be
Style: Fix statements ending with ';;'
|
8 years ago |
Juan Linietsky
|
4261880c94
Merge pull request #6845 from karroffel/master
|
8 years ago |
Rémi Verschelde
|
93ab45b6b5
Style: Fix whole-line commented code
|
8 years ago |
Juan Linietsky
|
d9d77291bc
rename String.extension() -> String.get_extension() / String.basename() -> String.get_basename()
|
8 years ago |
Juan Linietsky
|
6dd7d2c1f7
Implicit inheritance now defaults to Resource, will error for node scripts if extends not used.
|
8 years ago |
Karroffel
|
e781a7e07e
pattern matcher: Implemented backend
|
8 years ago |
Juan Linietsky
|
80b733a33a
uses the global thread to protect the instacnes map in GDScript, closes #4615
|
8 years ago |
Juan Linietsky
|
2ab83e1abb
Memory pool vectors (DVector) have been enormously simplified in code, and renamed to PoolVector
|
8 years ago |
Juan Linietsky
|
0f7af4ea51
-Changed most project settings in the engine, so they have major and minor categories.
|
8 years ago |