22 Commits

Author SHA1 Message Date
Vyacheslav Ivanov
bbf33e8e4d
format: reformat project
Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
2024-08-03 19:53:48 +03:00
MihailRis
ba046a52c0
Revert "fix: optimization: Various PVS-Studio warnings" 2024-08-02 14:51:44 +03:00
Vyacheslav Ivanov
2c1103307f
fix: optimization: PVS-Studio warning V813
Passing large objects by const reference avoids unnecessary copying and enhances efficiency.

Reported by: PVS-Studio
Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
2024-08-02 05:35:55 +03:00
MihailRis
0333ce6990 add bone "offset" parameter & update player model 2024-07-21 18:27:11 +03:00
MihailRis
52c39d25d0 add skeleton:get_color(), skeleton:set_color(...) 2024-07-20 21:15:04 +03:00
MihailRis
0c4cdeaa87 add entities renderer tint support 2024-07-20 19:35:43 +03:00
MihailRis
fba0bca0dc optimize ModelBatch 2024-07-20 17:59:15 +03:00
MihailRis
739ef49d8f feat: automatically loading models used in skeleton 2024-07-17 12:12:40 +03:00
MihailRis
4653c4c8a8 fix model overrides 2024-07-17 10:47:03 +03:00
MihailRis
d5877a342f feature: bone model overriding 2024-07-16 10:00:40 +03:00
MihailRis
8bb736bef0 add skeleton:is_visible(...), skeleton:set_visible(...) 2024-07-15 12:05:11 +03:00
MihailRis
055781eeaf add skeleton:index(...) and player test model 2024-07-15 08:56:27 +03:00
MihailRis
8617784084 fix blocks placing when crouching 2024-07-13 04:48:03 +03:00
MihailRis
60f4f33180 rename rig to skeleton 2024-07-10 04:28:12 +03:00
MihailRis
2c7b5de50a refactor src/objects/rigging 2024-07-07 23:44:57 +03:00
MihailRis
c8666910ce feat: loading entities (WIP) 2024-07-05 22:51:03 +03:00
MihailRis
f0270d3391 feat: saving entities (WIP) 2024-07-05 05:16:31 +03:00
MihailRis
39d850a48c add modeltree:set_texture 2024-07-03 03:33:39 +03:00
MihailRis
42ea88501d add modeltree:get_matrix, :set_matrix 2024-07-02 22:13:16 +03:00
MihailRis
56ef207b7d update entities render to use rigs 2024-07-02 15:04:41 +03:00
MihailRis
beac332c96 update RigConfig 2024-07-01 05:30:27 +03:00
MihailRis
50f9bd508a update rigging 2024-06-30 20:35:42 +03:00