Commit Graph
19 Commits
Author SHA1 Message Date
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 49ba8e2185 remove extra blocks registering debug info output 2025-09-20 22:03:48 +03:00
MihailRis 7d6ddfa535 add 'data' argument to http error callback 2025-09-16 23:17:06 +03:00
MihailRis a1177f2601 update doc/*/scripting/events.md & add 'tps' argument 2025-09-15 00:31:38 +03:00
MihailRis b863d47d7f add 'on_block_tick' event 2025-09-14 23:57:45 +03:00
MihailRis f9d923101a replace http-callbacks with events_queue entries 2025-09-10 00:16:24 +03:00
Onran0 8d79ee3499 minor fixes 2025-08-24 08:38:25 +09:00
Onran0 1bea391f1d fixes 2025-08-24 08:31:13 +09:00
Onran0 4a9aad04ff udp support 2025-08-24 02:39:05 +09:00
MihailRis 47c97ccd46 fix 'resume dead coroutine' for client 2025-07-26 18:08:10 +03:00
MihailRis 1bd3463488 fix "cannot resume dead coroutine" for servers 2025-07-26 17:08:45 +03:00
MihailRis 13de581b4b add socket:available() --> int 2025-01-07 18:44:40 +03:00
MihailRis 21c76c1b0d add socket:get_address, serversocket:get_port 2024-11-30 22:32:14 +03:00
MihailRis af5902f98e fix network.tcp_connect 2024-11-27 17:50:53 +03:00
MihailRis 951d2fd1f8 add socket:is_alive, :is_connected, serversocket:is_open 2024-11-27 17:46:09 +03:00
MihailRis 34974c4bb3 add network.tcp_connect and .tcp_open 2024-11-27 17:06:06 +03:00
MihailRis f2b9d0620a add cameras.get(int) overload 2024-08-28 11:59:35 +03:00
MihailRis 058daf6117 add camera:look_at optional interpolation parameter 2024-07-22 19:32:05 +03:00
MihailRis 012e81d4c9 add doc/**/cameras.md & update cameras library 2024-07-22 16:50:03 +03:00