godot/core
lawnjelly b411a731fe Add nodiscard to core math classes to catch c++ errors.
A common source of errors is to call functions (such as round()) expecting them to work in place, but them actually being designed only to return the processed value. Not using the return value in this case in indicative of a bug, and can be flagged as a warning by using the [[nodiscard]] attribute.
2022-01-20 13:07:49 +00:00
..
config Merge pull request #55020 from bruvzg/vlk_device_surface_check 2022-01-17 13:34:23 +01:00
crypto Merge pull request #56130 from Faless/mbedtls/2.28.0 2022-01-11 15:03:28 +01:00
debugger Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
error Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
extension Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
input Fix Actions mapped to triggers not using the full range 2022-01-14 15:36:20 +00:00
io Fix locale always selecting translation instead of "en", when no match found. 2022-01-19 16:46:48 +02:00
math Add nodiscard to core math classes to catch c++ errors. 2022-01-20 13:07:49 +00:00
multiplayer Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
object Improve locale detection. 2022-01-18 14:30:00 +02:00
os Replace use of OS::set_exit_code() by SceneTree::quit() in EditorNode 2022-01-18 13:09:30 +01:00
string Fix locale always selecting translation instead of "en", when no match found. 2022-01-19 16:46:48 +02:00
templates Merge pull request #56668 from akien-mga/array-slice-nicer-bound-checks 2022-01-18 13:22:35 +01:00
variant Merge pull request #56896 from akien-mga/dictionary-improve-VariantWriter-and-docs 2022-01-18 15:33:00 +01:00
core_bind.cpp Merge pull request #56012 from bruvzg/wt🤎4 2022-01-17 13:26:15 +01:00
core_bind.h Merge pull request #56012 from bruvzg/wt🤎4 2022-01-17 13:26:15 +01:00
core_builders.py Use maximum zlib compression when generating editor translation headers 2021-10-29 19:07:48 +02:00
core_constants.cpp Improve locale detection. 2022-01-18 14:30:00 +02:00
core_constants.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
core_string_names.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
core_string_names.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
doc_data.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
doc_data.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_core_types.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_core_types.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub SCons: List .gen.cpp sources explicitly to avoid globbing errors 2021-10-15 22:14:11 +02:00
typedefs.h Add nodiscard to core math classes to catch c++ errors. 2022-01-20 13:07:49 +00:00
version.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00