Commit Graph
11 Commits
Author SHA1 Message Date
Vyacheslav Ivanov 5dd7a15c09 fix: optimization: PVS-Studio warning V832
It's better to use '= default;' syntax instead of empty constructor and destructor body.
Using '= default;' can help the compiler generate more optimal code.

Reported by: PVS-Studio

Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
2024-08-02 01:57:43 +03:00
Pugemon f25a425cb9 Optimize parameter passing to avoid unnecessary copying 2024-06-07 04:00:38 +03:00
MihailRis 1627e21c1d the final rename 2024-05-06 03:38:19 +03:00
MihailRis 83e7cedffe gcc warning fix 2024-04-29 01:17:56 +03:00
MihailRis ef28a368cb refactor 2024-04-28 22:33:34 +03:00
MihailRis 086bcec9c2 critical lua fixes 2024-02-19 12:58:29 +03:00
MihailRis cac963bd7b lua: inventory.clone 2024-02-19 03:51:09 +03:00
MihailRis 7e553efdec lua: hud library 2024-02-16 13:57:03 +03:00
A-lex-Ra 5ab44d13a6 gnu type deducing fix 2024-02-14 11:37:09 +06:00
A-lex-Ra 02860f193a <algorithm> included where needed 2024-02-14 10:40:02 +06:00
MihailRis e16f7567b1 lua: inventory library 2024-02-12 13:56:46 +03:00