4927 Commits

Author SHA1 Message Date
MihailRis
da41de263d
Merge pull request #651 from MihailRis/fix-broken-dependencies-management
fix broken dependencies management
2025-10-14 23:17:33 +03:00
MihailRis
ee6f006b79 fix broken dependencies management 2025-10-14 22:54:23 +03:00
MihailRis
11403084e7
Merge pull request #650 from kotisoff/main
Minor lua code refactor + typo fix
2025-10-14 22:36:19 +03:00
MihailRis
76b54a890c fix wrapped textbox selection render 2025-10-14 22:20:27 +03:00
MihailRis
a1f0c2c252 fix mouse click textbox caret set 2025-10-14 21:44:14 +03:00
KotIsOff
f73663dc9c refactor Version pseudoclass in content.xml.lua 2025-10-14 21:17:39 +03:00
KotIsOff
f3ed3d26c8 typo: greather => greater 2025-10-14 20:46:38 +03:00
MihailRis
026ae756cf fix yaml array parsing 2025-10-13 23:09:24 +03:00
MihailRis
5755c616f3 fix: missing yaml null literals 2025-10-13 12:29:09 +03:00
MihailRis
963cedf2b8 Merge branch 'main' of https://github.com/MihailRis/voxelcore 2025-10-10 19:57:56 +03:00
MihailRis
2a9507b54e fix: byteutil.unpack 'b' is equivalent of 'B' 2025-10-10 19:57:53 +03:00
MihailRis
c7e58220a9
Merge pull request #647 from RomanDonw/main
generation.load_fragment fix
2025-10-10 14:18:28 +03:00
RomanDonw
b4ba2da955 generation.load_fragment fix 2025-10-10 20:59:01 +10:00
MihailRis
51a8ed6737
Merge pull request #645 from MihailRis/fix-panel-attrs
fix: some container attributes not available in panel
2025-10-06 22:02:17 +03:00
MihailRis
8a858beeb4 fix: some container attributes not available in panel 2025-10-06 20:53:29 +03:00
MihailRis
1d314ae3d9 cleanup 2025-10-06 20:42:24 +03:00
MihailRis
4fa430b6ba cleanup 2025-10-06 19:30:19 +03:00
MihailRis
b5fc40b323
Merge pull request #644 from MihailRis/wrong-environment-in-require
fix: wrong environment used in modules imported by require(...)
2025-10-06 19:28:47 +03:00
MihailRis
5626163f17 fix: wrong environment used in modules imported by require(...) 2025-10-06 19:06:15 +03:00
MihailRis
bc86a3d8da fix incorrect textbox horizontal scroll 2025-10-06 12:46:27 +03:00
MihailRis
5460c716cc fix entities visibility 2025-10-02 23:50:14 +03:00
MihailRis
06e65911a3
Merge pull request #631 from MihailRis/misc-fixes
miscellaneous fixes
2025-09-30 23:46:48 +03:00
MihailRis
acb46253ff update udp test 2025-09-30 18:43:51 +03:00
MihailRis
edc6810283 fix label font cache 2025-09-30 18:22:39 +03:00
MihailRis
c8ba5b5dbb fix 'align' ui property reading 2025-09-30 12:15:53 +03:00
MihailRis
47cdc02137 fix std::bad_alloc caused by corrupted regions 2025-09-30 00:28:51 +03:00
MihailRis
75ef603df0 fix non-local players interpolation and head direction 2025-09-29 22:21:14 +03:00
MihailRis
e9222976ef fix zero frames texture animation fatal error 2025-09-29 12:18:24 +03:00
MihailRis
ac7e7a4c2f fix lua::tovalue 2025-09-28 22:27:50 +03:00
MihailRis
6eda819011 fix 2025-09-28 22:22:59 +03:00
MihailRis
2d1c69ee7e fix: Bytearray expected, got function 2025-09-28 21:44:04 +03:00
annel0
c15302510a
docs: fix admonition syntax, improve build instructions, and add --parallel flag (#628)
* docs: fix admonition syntax, improve build instructions, and add --parallel flag

* docs: add libglfw3 to Debian dependencies per author note
2025-09-27 14:06:51 +03:00
MihailRis
1350910d28 fix: missing Random:seed method 2025-09-26 00:25:00 +03:00
MihailRis
1f3b7f828d
Merge pull request #627 from MihailRis/usertype-random-implementation
replace lua Random implementation with usertype
2025-09-26 00:16:44 +03:00
MihailRis
088bf63f3f replace lua Random implementation with usertype 2025-09-25 23:53:11 +03:00
MihailRis
3a40162f1e
Fix udp address resolve (#624)
* тест для udp + фикс udp

* fix udp addresses resolve

* update SocketUdpConnection::connect

* update SocketUdpServer::sendTo

* update udp test

* revert

* test

* test

* test

* test

* test

* test?

* update test

* cleanup

* cleanup

* update test

* update

* revert

* cleanup

* update test

* update test

* update

* fix test

* additional error handling

* update Network.cpp

* update Network.cpp 2

* fix the test

* cleanup Network.cpp

* revert network_tcp.lua extra changes

---------

Co-authored-by: Xertis <118364459+Xertis@users.noreply.github.com>
2025-09-25 17:02:42 +03:00
Rost Alexeev
370c95c14f
Replace if-else chain with ArgC vector (#625) 2025-09-24 21:34:16 +03:00
MihailRis
286e03f590
Merge pull request #623 from MihailRis/fixes
Fixes
2025-09-23 01:09:50 +03:00
MihailRis
4ff18fec99 fix sky shader 2025-09-23 00:51:21 +03:00
MihailRis
28c821006a fix unicode string literal escape 2025-09-23 00:08:05 +03:00
MihailRis
8b38d57966 fix body:set_gravity_scale & fix docs 2025-09-22 23:52:50 +03:00
MihailRis
e61e8a6147
Merge pull request #622 from MihailRis/fix-versions-operators
Fix versions operators
2025-09-22 00:22:55 +03:00
MihailRis
64b94a3e1b cleanup 2025-09-22 00:06:21 +03:00
MihailRis
f02e6c65d8 initial fix 2025-09-21 23:46:09 +03:00
MihailRis
7dab722561 fix core:player component 2025-09-21 23:26:03 +03:00
MihailRis
49ba8e2185 remove extra blocks registering debug info output 2025-09-20 22:03:48 +03:00
MihailRis
d990cbbdc4 fix core:player component 2025-09-20 17:51:00 +03:00
MihailRis
2a52ca8806
Merge pull request #619 from MihailRis/update-docs
Update docs
2025-09-20 11:30:24 +03:00
MihailRis
e46d83e092 add doc/ru/scripting/core_components.md 2025-09-20 11:29:34 +03:00
MihailRis
1c54de2d76 fix missing core:mob 'get_dir' function 2025-09-20 11:29:15 +03:00