virtualx-engine/modules/gdnative/gdnative
Rémi Verschelde b7cc2bb1e2 Core: Ensure classes match their header filename
Also drop some unused files.

Renamed:
- `core/dvector.h` -> `pool_vector.h`
- `core/io/resource_import.h` -> `resource_importer.h`
- `core/sort.h` -> `sort_array.h`
- `core/string_db.h` -> `string_name.h`

Dropped:
- `core/allocators.h`
- `core/os/shell.h`
- `core/variant_construct_string.cpp`
2019-02-12 13:34:25 +01:00
..
aabb.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
array.cpp Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
basis.cpp [Core] Rename Matrix3 file to Basis 2019-02-09 14:42:23 -05:00
color.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
dictionary.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
node_path.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
plane.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
pool_arrays.cpp Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
quat.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
rect2.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
rid.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
string.cpp Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
string_name.cpp Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
transform.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
transform2d.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
variant.cpp Workaround GCC 6 & 7 ICE on armv7hl 2019-01-26 14:37:36 +01:00
vector2.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
vector3.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00