4940 Commits

Author SHA1 Message Date
MihailRis
dec1ea7b15 fix documentation links in README.md 2025-11-12 20:11:51 +03:00
MihailRis
50af44c9de update doc/*/content-packs.md 2025-11-09 21:31:36 +03:00
MihailRis
652f652e55 fix: player.get_camera, set_camera are not documented 2025-11-04 16:02:11 +03:00
MihailRis
934c5f194e fix: on_hud_render is not documented 2025-11-04 15:50:52 +03:00
MihailRis
debd28ba55
Merge pull request #660 from eliotbyte/fix/custom-model-variants
Fix/custom model variants
2025-10-29 12:38:36 +03:00
eliotbyte
cd6b73f1eb docs: add custom model variant examples to block-propertie 2025-10-28 23:09:48 +03:00
eliotbyte
2a1d2f9354 fix enable per-variant custom model caching 2025-10-28 23:09:28 +03:00
Eliot Byte
ed9cf8800a
fix correct line generation algorithm and bounds calculation (#657)
* fix correct line generation algorithm and bounds calculation

- Fix closest_point_on_segment algorithm using proper dot product projection
- Correct loop bounds calculation for radius=0 lines
- Use precise integer arithmetic to avoid rounding errors
- Resolves missing blocks in vertical line structures

* fix ai hallucinations

* polishing closest_point_on_segment

* refactor: extract dot product calculation
2025-10-23 12:29:04 +03:00
MihailRis
6c01d57d53 cleanup 2025-10-17 17:35:22 +03:00
MihailRis
d435cbab5c
Adapt windows build to glm 1.0.2 (#655)
* update Shadows.cpp

* add glm includes to Shadows.cpp

* add includes
2025-10-17 13:03:58 +03:00
MihailRis
064c1b407b
Merge pull request #652 from MihailRis/fix-stack-vector
fix util::stack_vector
2025-10-16 18:35:26 +03:00
MihailRis
fa6950ca87 fix util::stack_vector 2025-10-16 18:17:30 +03:00
MihailRis
ec94abccbc fix assets.parse_model with 'xml' format 2025-10-15 12:17:46 +03:00
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