summaryrefslogtreecommitdiffstats
path: root/core/string_name.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Changed some code showed in LGTM and Coverageqarmin2019-07-201-3/+0
|
* Core: Ensure classes match their header filenameRémi Verschelde2019-02-121-0/+426
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`