Commit Graph
23 Commits
Author SHA1 Message Date
MihailRis 245b39be62 refactor: PVS-Studio warnings fixes 2024-08-04 01:12:42 +03:00
Vyacheslav IvanovandMihailRis aecd0f5db9 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-03 17:44:10 +03:00
MihailRisandGitHub ba046a52c0 Revert "fix: optimization: Various PVS-Studio warnings" 2024-08-02 14:51:44 +03:00
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
MihailRis 63d0c8b01a fix: audio positioning when non-base camera active 2024-07-30 12:02:32 +03:00
MihailRis 4a0bc016ce refactor: extract method placeBlock and move some code from PlayerController to BlocksController 2024-07-15 15:41:25 +03:00
MihailRis d54b6b2e58 update Assets container - template-based now 2024-06-22 22:30:14 +03:00
MihailRis 43903bb378 memory-related refactor 2024-05-25 09:26:21 +03:00
MihailRis 1627e21c1d the final rename 2024-05-06 03:38:19 +03:00
MihailRis f27a418dbe however 2024-05-06 03:15:27 +03:00
MihailRis 6b037ec7e8 hpp+ 2024-05-06 01:27:24 +03:00
MihailRis 9ea67deb13 'ifnot' template property + hpp 2024-05-06 00:45:43 +03:00
MihailRis ef28a368cb refactor 2024-04-28 22:33:34 +03:00
MihailRis 1ecc608ead nothing actually done 2024-04-24 07:35:46 +03:00
MihailRis 9f2bceb039 just a minor refactor, nothing special 2024-04-23 02:00:03 +03:00
MihailRis 48bedc5d8e refactor 2024-03-19 00:49:45 +03:00
MihailRis b56408a202 src/graphics moved to src/graphics/core 2024-03-18 20:47:35 +03:00
MihailRis daaba374a3 contentpack removal feature + refactor 2024-03-11 13:21:06 +03:00
MihailRis 3ee350fc0c fixes + more materials 2024-03-09 04:04:53 +03:00
MihailRis f4cc413f61 block materials loading 2024-03-09 03:36:08 +03:00
MihailRis 90f3373f46 even more steps sounds test 2024-03-09 02:42:53 +03:00
MihailRis db2108171c inventory render optimized 2024-01-21 23:35:41 +03:00
MihailRis e493c67dfa hud refactor (part II) 2024-01-07 19:22:29 +03:00