virtualx-engine/tests/core
Micky 59e11934d8 Rename str2var to str_to_var and similar
Affects the Math class, a good chunk of the audio code, and a lot of other miscellaneous classes, too.

- `var2str` -> `var_to_str`
- `str2var` -> `str_to_var`
- `bytes2var` -> `bytes_to_var`
- `bytes2var_with_objects` -> `bytes_to_var_with_objects`
- `var2bytes` -> `var_to_bytes`
- `var2bytes_with_objects` -> `var_to_bytes_with_objects`
- `linear2db` -> `linear_to_db`
- `db2linear` -> `db_to_linear`
- `deg2rad` -> `deg_to_rad`
- `rad2deg` -> `rad_to_deg`

- `dict2inst` -> `dict_to_inst`
- `inst2dict` -> `inst_to_dict`
2022-08-26 14:58:22 +02:00
..
input Add Unit Tests for InputEventKey 2022-08-04 12:59:13 +02:00
io Tests: Silence some intentional errors 2022-08-04 22:03:44 +02:00
math Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
object Make property_*_revert methods multilevel and expose them for scripting 2022-08-18 00:03:53 +03:00
os Add a test suite for OS 2022-07-29 01:55:43 +02:00
string Formatting changes to string test comments 2022-08-24 16:23:53 +02:00
templates Tests: Silence some intentional errors 2022-08-04 22:03:44 +02:00
threads Implement a Worker ThreadPool 2022-07-22 11:46:48 +02:00
variant Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript 2022-08-08 16:36:01 +03:00
test_crypto.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
test_hashing_context.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
test_time.h Fix inconsistent naming in Time 2022-05-05 16:00:37 +02:00