virtualx-engine/servers/rendering/renderer_rd
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
..
effects Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
environment Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
forward_clustered Merge pull request #64167 from clayjohn/screen-texture-hint 2022-08-19 21:51:39 +02:00
forward_mobile Merge pull request #64167 from clayjohn/screen-texture-hint 2022-08-19 21:51:39 +02:00
shaders Merge pull request #60309 from The-O-King/oct 2022-08-22 19:29:21 +02:00
storage_rd Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
cluster_builder_rd.cpp Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
cluster_builder_rd.h Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
effects_rd.cpp Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
effects_rd.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
framebuffer_cache_rd.cpp Add a Framebuffer cache 2022-08-05 13:37:29 +02:00
framebuffer_cache_rd.h Add a Framebuffer cache 2022-08-05 13:37:29 +02:00
pipeline_cache_rd.cpp Fix some issues found by cppcheck. 2022-04-06 14:34:37 +03:00
pipeline_cache_rd.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
renderer_canvas_render_rd.cpp Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
renderer_canvas_render_rd.h Merge pull request #64167 from clayjohn/screen-texture-hint 2022-08-19 21:51:39 +02:00
renderer_compositor_rd.cpp Add a Framebuffer cache 2022-08-05 13:37:29 +02:00
renderer_compositor_rd.h Add a Framebuffer cache 2022-08-05 13:37:29 +02:00
renderer_scene_render_rd.cpp Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
renderer_scene_render_rd.h Add a shadow opacity property to Light3D 2022-08-07 11:06:32 +02:00
SCsub Split GI effects and fix stereoscopic rendering of GI effects 2022-06-22 12:50:17 +10:00
shader_rd.cpp Remove ThreadWorkPool, replace by WorkerThreadPool 2022-07-25 15:39:50 +02:00
shader_rd.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
uniform_set_cache_rd.cpp Fix typos with codespell 2022-03-31 14:07:29 +02:00
uniform_set_cache_rd.h Add a Framebuffer cache 2022-08-05 13:37:29 +02:00