210 Commits

Author SHA1 Message Date
InfiniteCoder
e1e3456139 content/ 2024-08-04 12:45:08 +03:00
InfiniteCoder
a745507ddd coders/ 2024-08-04 11:23:08 +03:00
InfiniteCoder
21ff65d781 assets/ 2024-08-04 11:08:07 +03:00
InfiniteCoder
d5dc68dd38 Root includes 2024-08-04 10:24:11 +03:00
MihailRis
245b39be62 refactor: PVS-Studio warnings fixes 2024-08-04 01:12:42 +03:00
Vyacheslav Ivanov
3621e7ce1b
fix: PVS-Studio V522 mark false
Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
2024-08-03 23:00:10 +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
d6696b54cb add 'normal' argument to on_use_on_block event 2024-07-29 15:23:04 +03:00
MihailRis
0f26d7c93a fix 2024-07-29 13:10:53 +03:00
MihailRis
b021339a8a add window icon 2024-07-28 23:47:49 +03:00
MihailRis
a856b4f140 add framerate control (WIP) 2024-07-25 22:33:21 +03:00
MihailRis
f9df873382 update assets errors handling & add 'atlases' to preload 2024-07-23 19:27:46 +03:00
MihailRis
ed60bdc333 fix: base packs initializing in menu 2024-07-23 16:41:37 +03:00
MihailRis
ca8652ffab add packs resources (WIP) 2024-07-11 10:32:05 +03:00
MihailRis
2c7b5de50a refactor src/objects/rigging 2024-07-07 23:44:57 +03:00
MihailRis
824231bfd6 refactor: moved funcs to assetload 2024-07-01 17:15:48 +03:00
MihailRis
4a3487f17b add assetssetupfunc 2024-07-01 16:32:54 +03:00
MihailRis
a72a37ccf7 Merge branch 'main' into entities 2024-07-01 06:21:00 +03:00
MihailRis
fab124a2e2 remove unnecessary 'new' operators 2024-07-01 06:00:33 +03:00
MihailRis
8d41f6af11 update ContentLoader part 1 2024-06-26 23:36:01 +03:00
MihailRis
166c340098 add automatic 'content' folder creation 2024-06-08 10:03:16 +03:00
MihailRis
14911aa30f remove old bindings format support 2024-06-07 14:13:49 +03:00
Pugemon
f25a425cb9 Optimize parameter passing to avoid unnecessary copying 2024-06-07 04:00:38 +03:00
MihailRis
8700f892c6 fix: audio volume setting not applied on load 2024-06-05 22:52:13 +03:00
MihailRis
b571179c8a res/config/builtins.list 2024-06-03 08:37:34 +03:00
MihailRis
4e2ba865f3 controls.json -> controls.toml 2024-06-02 22:10:39 +03:00
MihailRis
d3e34741e0 res/bindings.toml moved to res/config 2024-06-02 21:42:51 +03:00
MihailRis
0ad3dd7ab8 build time decreased 2024-05-23 02:05:08 +03:00
MihailRis
66476ee642 bindings.toml, config/bindings.toml file 2024-05-20 04:06:49 +03:00
MihailRis
c5f663b7cb memory-related refactor 2024-05-19 07:09:58 +03:00
MihailRis
ee853aab4c Merge branch 'main' into devtools 2024-05-12 20:07:55 +03:00
MihailRis
b15d234a88 added file.list function 2024-05-12 13:49:23 +03:00
MihailRis
c2ea0d5326 lua console library 2024-05-10 23:35:46 +03:00
MihailRis
d33edd4cd9 'dynamic' namespace refactor (step 1/2) 2024-05-07 16:00:52 +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
91aacafecb hpp++ 2024-05-06 01:36:21 +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
7f8a86b740 minor refactor 2024-05-05 20:08:25 +03:00
MihailRis
75e56ebd83 audio listener configuration fix 2024-05-05 19:51:14 +03:00
MihailRis
bab806c2f8 world creation content menu 2024-05-04 21:27:28 +03:00
MihailRis
3ac6ad640a ENGINE_VERSION_INDEV replaced with ENGINE_DEBUG_BUILD 2024-05-02 17:26:25 +03:00
MihailRis
8c86bcae54 pagebox element 2024-04-30 06:20:46 +03:00
MihailRis
f8289a5d78 leaks fix (valgrind full leak check) 2024-04-30 02:49:12 +03:00
MihailRis
bcf2f5029d GfxContext renamed to DrawContext 2024-04-30 00:31:13 +03:00
MihailRis
c3b5576c02 toml::Wrapper removed 2024-04-28 17:23:52 +03:00
MihailRis
001617f6d9 StringSetting, gui.set_locale removed 2024-04-26 03:03:42 +03:00
MihailRis
6650e27737 ObservableSetting 2024-04-26 02:43:10 +03:00