godot/modules/gdnative/gdnative
reduz 635d33dc6c Refactor variant built-in methods yet again.
* Using C-style function pointers now, InternalMethod is gone.
* This ensures much better performance in typed code.
* Renamed builtin_funcs to utility_funcs, to avoid naming confusion
2020-11-11 16:36:36 -03:00
..
aabb.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
array.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
basis.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
callable.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
color.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
dictionary.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
gdnative.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
node_path.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
packed_arrays.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
plane.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
quat.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
rect2.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
rid.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
string.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
string_name.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
transform.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
transform2d.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
variant.cpp Refactor variant built-in methods yet again. 2020-11-11 16:36:36 -03:00
vector2.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
vector3.cpp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00