Commit Graph
3397 Commits
Author SHA1 Message Date
MihailRis db503ec162 fix 3d-text docs 2024-11-29 12:56:27 +03:00
MihailRisandGitHub 794e38507a Merge pull request #386 from MihailRis/update-docs
Update docs
2024-11-28 18:59:11 +03:00
MihailRis a5609f3e0c add doc/*/scripting/builtins/libgfx-blockwraps.md 2024-11-28 18:28:42 +03:00
MihailRis 14650562c2 update CURLOPT_USERAGENT value 2024-11-28 18:13:21 +03:00
MihailRis 95689b1115 add doc/*/scripting/builtins/libnetwork.md 2024-11-28 18:09:12 +03:00
MihailRis ca83dcf9a7 update doc/*/xml-ui-layouts.md 2024-11-28 17:48:06 +03:00
MihailRis ba1a82539f update doc/*/block-properties.md 2024-11-28 16:42:46 +03:00
MihailRis aa60ae3fad improve properties filter 2024-11-28 16:33:38 +03:00
MihailRisandGitHub 8c62cf6a1f Merge pull request #385 from MihailRis/misc-fixes
Small
2024-11-28 16:00:20 +03:00
MihailRis 3f9701915c update hud.open(...) 2024-11-28 15:48:44 +03:00
MihailRis bf9f6bbe79 make 'structures.toml' combined 2024-11-28 13:41:59 +03:00
MihailRis 31bf1f3432 update README.md 2024-11-28 12:14:07 +03:00
MihailRis 157a7e8155 update Dockerfile and README.md 2024-11-28 10:50:20 +03:00
MihailRisandGitHub 3d6e78daa9 Merge pull request #369 from MihailRis/curl
Network
2024-11-28 10:45:20 +03:00
MihailRis 7e566a51a3 remove test script 2024-11-28 10:21:50 +03:00
MihailRis 46628263d1 add network.get_total_upload, .get_total_download 2024-11-28 10:21:16 +03:00
MihailRis 9b73e78a37 Merge branch 'main' into curl 2024-11-27 23:37:32 +03:00
MihailRisandGitHub 30eed09224 Merge pull request #384 from MihailRis/in-memory-png-loading
In-memory png loading
2024-11-27 23:37:02 +03:00
MihailRis 434e8a6331 cleanup 2024-11-27 23:25:56 +03:00
MihailRis 3dc776c90d add in-memory png loading implementation 2024-11-27 22:47:18 +03:00
MihailRis 6e90568d2a add util::escape 'escapeUnicode' option 2024-11-27 21:40:48 +03:00
MihailRis 637dfa66c2 add 'null' support to json parser 2024-11-27 21:33:20 +03:00
MihailRis 3b3407aef6 remove unused function 2024-11-27 21:18:11 +03:00
MihailRis 6b8ee77ff5 fix server shutdown with winsocks 2024-11-27 20:46:40 +03:00
MihailRis 79e311dd91 fix curl cleanup 2024-11-27 20:35:36 +03:00
MihailRis 43a838b1a5 fix WSAEAFNOSUPPORT (10047) 2024-11-27 20:31:05 +03:00
MihailRis 6af6eda78e refactor Network 2024-11-27 20:24:09 +03:00
MihailRis 7e0c95d126 prevent uncaught exception in thread 2024-11-27 19:54:17 +03:00
MihailRis 449604dc1a Merge branch 'main' into curl 2024-11-27 19:52:56 +03:00
MihailRis f262c0f297 fix libplayer.md 2024-11-27 18:25:54 +03:00
MihailRis 495dd5f8f2 add localhost 'network' library test 2024-11-27 17:53:23 +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 847ef23092 add network.__closeserver 2024-11-27 16:14:20 +03:00
MihailRis 1b04a2a61e fix msvc build again 2024-11-27 16:07:21 +03:00
MihailRis 9e8addbd7d fix msvc build 2024-11-27 15:55:14 +03:00
MihailRis a72d36f53c add simple inefficient server socket implementation (WIP) 2024-11-27 15:38:57 +03:00
MihailRis 233bc3174c add network.__close 2024-11-27 12:51:01 +03:00
MihailRis 32ba027fac replace getContentPacks with getAllContentPacks in global events emitting 2024-11-27 12:12:20 +03:00
MihailRis fb0f4bff52 complete simple connection implementation 2024-11-27 12:10:59 +03:00
MihailRis 3933baccd2 remove double world.lua run in 'core' 2024-11-27 10:55:55 +03:00
MihailRis dbc2541604 Merge branch 'main' into curl 2024-11-26 21:52:43 +03:00
MihailRis 5e4949f4d1 revert workflows 2024-11-26 21:27:30 +03:00
MihailRis aa7fa6be5b add network.__connect 2024-11-26 21:26:26 +03:00
MihailRis 55de4848dc remove non-blocking mode 2024-11-26 21:07:30 +03:00
MihailRis 85d94017c7 catch EINPROGRESS and WSAEWOULDBLOCK 2024-11-26 20:32:57 +03:00
MihailRis 992cfefc8e update error message 2024-11-26 19:58:29 +03:00
MihailRis f5c4a22564 again 2024-11-26 19:30:06 +03:00
MihailRis 353046b9d5 turn off extra workflows to minimize spam 2024-11-26 19:26:18 +03:00