Commit Graph
3408 Commits
Author SHA1 Message Date
MihailRis ec94abccbc fix assets.parse_model with 'xml' format 2025-10-15 12:17:46 +03:00
MihailRis ee6f006b79 fix broken dependencies management 2025-10-14 22:54:23 +03:00
MihailRisandGitHub 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 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
RomanDonw b4ba2da955 generation.load_fragment fix 2025-10-10 20:59:01 +10: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 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 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
MihailRis 1350910d28 fix: missing Random:seed method 2025-09-26 00:25:00 +03:00
MihailRis 088bf63f3f replace lua Random implementation with usertype 2025-09-25 23:53:11 +03:00
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 AlexeevandGitHub 370c95c14f Replace if-else chain with ArgC vector (#625) 2025-09-24 21:34:16 +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 64b94a3e1b cleanup 2025-09-22 00:06:21 +03:00
MihailRis f02e6c65d8 initial fix 2025-09-21 23:46:09 +03:00
MihailRisandGitHub c3d0cf9527 Merge pull request #617 from MihailRis/dev
0.29 development
2025-09-20 00:01:40 +03:00
MihailRisandGitHub 8cdb6c03aa Merge pull request #616 from MihailRis/attached-tags
External content tags
2025-09-19 22:49:17 +03:00
MihailRis 43a7331f62 add 'tags.toml' file 2025-09-19 22:16:28 +03:00
clasher113 b72138cd15 fix: locked cursor in menu 2025-09-19 17:22:33 +03:00
MihailRis b85e357ab2 fix stack_vector copy constructor 2025-09-19 12:43:16 +03:00
MihailRis 7d6ddfa535 add 'data' argument to http error callback 2025-09-16 23:17:06 +03:00
MihailRis 063cbde569 add base64.encode_urlsafe, base64.decode_urlsafe 2025-09-16 22:16:56 +03:00
MihailRis 532c4887bc add Random class 2025-09-16 20:27:07 +03:00
MihailRis 28afa4b6bf fix random.random range 2025-09-16 19:24:38 +03:00
MihailRis dc21a8ea51 update random.hpp 2025-09-16 19:12:25 +03:00
MihailRis eb760e1776 add 'random' library 2025-09-16 19:01:47 +03:00
MihailRis b863d47d7f add 'on_block_tick' event 2025-09-14 23:57:45 +03:00
MihailRis bb35fc665f fix lua::getfield and events registering 2025-09-14 22:26:22 +03:00
MihailRis 51531e2621 minor refactor 2025-09-14 22:21:32 +03:00
MihailRisandGitHub ee7ae3b9f6 Merge pull request #609 from MihailRis/add-network-tests
Add network tests
2025-09-14 16:04:16 +03:00
MihailRis 9fe26cc18d enable follow-location for http get requests 2025-09-14 15:05:39 +03:00
MihailRis f531d2e358 fix opening tcp server on macos 2025-09-14 13:45:07 +03:00