75 Commits

Author SHA1 Message Date
ShiftyX1
e257a7f462 qa: added lua autotest for ZIP filesystem operations 2025-12-01 21:29:28 +03:00
MihailRis
1e1fd53209 fix MemoryDevice::list & update filesystem tests 2025-11-16 18:51:14 +03:00
MihailRis
262a373483 add memory_filesystem test 2025-11-16 18:35:20 +03:00
MihailRis
2a8fa4f2fa update filesystem test 2025-11-16 18:34:51 +03:00
MihailRis
acb46253ff update udp test 2025-09-30 18:43:51 +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
MihailRis
2204cb795e fix network_http test 2025-09-14 16:11:12 +03:00
MihailRis
a8d3f03004 add simple http test 2025-09-14 15:12:12 +03:00
MihailRis
3d07507fa6 update network test 2025-09-14 14:37:22 +03:00
MihailRis
40eda93398 update network test and fix coroutines errors handling 2025-09-14 14:11:34 +03:00
MihailRis
51859c1501 add simple tcp test 2025-09-14 13:13:27 +03:00
MihailRis
25f4c7fbdd
fix bytearray:insert (#594) 2025-08-23 11:47:35 +03:00
MihailRis
d9d65a169c fix Bytearray from table constructor 2025-06-28 21:33:49 +03:00
Xertis
2b753a1dd2
update chunks.lua test for debugging "upgrade square is not fully inside of area" (#511)
* Update chunks.lua

* Update chunks.lua

* Update chunks.lua
2025-04-12 19:43:41 +03:00
MihailRis
0a49e4fa92 add Bytearray.trim, Bytearray.get_capacity 2025-04-12 15:27:29 +03:00
MihailRis
1ade910fa1 fix Bytearray.insert, Bytearray.remove 2025-04-12 13:49:31 +03:00
MihailRis
fb07c86ea6 add static Lua-style functions: Bytearray.insert, Bytearray.remove, Bytearray.append 2025-04-12 13:24:55 +03:00
MihailRis
9169049530 feat: ipairs(...) support in Bytearray 2025-04-12 12:55:29 +03:00
MihailRis
d8feff56c0 feat: Lua-style array append support in Bytearray 2025-04-12 12:32:31 +03:00
MihailRis
794aa5b9cd add simple data_buffer test 2025-04-07 20:14:46 +03:00
MihailRis
bbe5688a53 fix entities.spawn in coroutines 2025-03-27 08:50:42 +03:00
MihailRis
a203e40688 change AppImage user directory from ~/.voxeng to ~/.config/voxelcore 2025-03-01 12:18:20 +03:00
MihailRis
84ff983fd6 update AppImageBuilder.yml 2025-02-12 01:23:40 +03:00
MihailRis
f21fdbe968 update libglew version in AppImageBuilder.yml 2025-02-12 01:04:09 +03:00
MihailRis
653d1d20d4 add app.is_content_loaded() 2025-01-09 18:53:25 +03:00
MihailRis
7a67beb801 add valgrind suppressions file 2025-01-03 00:16:06 +03:00
MihailRis
c427501897 revert failing test 2025-01-01 20:10:44 +03:00
MihailRis
7039ddde1c test vctest upgrade (must fail) 2025-01-01 20:08:11 +03:00
MihailRis
c135b04606 remove perftest 2025-01-01 19:10:18 +03:00
MihailRis
30a8ddf2d3 fix app.* functions & update 'world' test 2025-01-01 18:25:30 +03:00
MihailRis
19bef1ae76 revert "test smth"
This reverts commit d576dc34dcd33a16c147986dcca3a504281e8dbb.
2024-12-30 15:32:15 +03:00
MihailRis
d576dc34dc test smth 2024-12-30 15:09:06 +03:00
MihailRis
9be9665daa fix base_entities test 2024-12-29 23:15:34 +03:00
MihailRis
4d1f44ada1 add core:tests_util module & add base_entities test 2024-12-29 22:42:24 +03:00
MihailRis
13c36f4629 feat: player.delete() function and update documentation 2024-12-26 05:47:18 +03:00
MihailRis
cb5d191d2f add performance test 2024-12-25 15:45:38 +03:00
MihailRis
ad6a6666da rename test library to app & rename app.name to app.script 2024-12-25 06:06:55 +03:00
MihailRis
bc4aea67c9 add file.is_writeable 2024-12-24 08:08:44 +03:00
MihailRis
d55d02ac9d add dev/tests/filesystem.lua 2024-12-24 08:01:16 +03:00
MihailRis
008e11b4b7 fix ServerMainloop timer 2024-12-19 02:29:41 +03:00
MihailRis
a144dd75b7 update vctest & add new test 2024-12-18 05:16:06 +03:00
MihailRis
d745a34657 refactor 2024-12-18 04:13:33 +03:00
MihailRis
5e55e20ec4 add test.quit, test.reopen_world 2024-12-18 02:25:28 +03:00
MihailRis
70370904db two players test 2024-12-17 22:38:08 +03:00
MihailRis
09e641fd91 advanced chunks loading test 2024-12-17 21:18:05 +03:00
MihailRis
1c18c02092 move Chunks from Level to Player 2024-12-17 19:40:00 +03:00
MihailRis
b7664b4188 move Lighting instance to ChunksController 2024-12-17 05:13:49 +03:00
MihailRis
c5049d0e24 performance test again 2024-12-17 02:05:52 +03:00
MihailRis
6157f8193d add blocks_agent templates & remove block.get_slow 2024-12-16 11:26:57 +03:00
MihailRis
5e025b548f update test 2024-12-14 04:59:57 +03:00