MihailRis
|
f4b80b1740
|
fix incorrect virtual inventory id in scripting
|
2024-12-05 14:52:31 +03:00 |
|
MihailRis
|
d0fbbeecbe
|
fix random fatal error in socket:recv
|
2024-12-04 23:32:59 +03:00 |
|
MihailRis
|
3e6e897ce8
|
fix png signature check
|
2024-12-04 13:59:29 +03:00 |
|
MihailRis
|
78b8305d78
|
set version to 0.26
|
2024-12-04 13:39:33 +03:00 |
|
MihailRis
|
36edad039c
|
add string socket:send overload
|
2024-12-04 12:05:10 +03:00 |
|
MihailRis
|
ae754e3da2
|
reduce log messages in release build
|
2024-12-04 12:00:22 +03:00 |
|
MihailRis
|
33a64915ad
|
fix: tcp server not listening to clients
|
2024-12-04 11:58:37 +03:00 |
|
MihailRis
|
21c76c1b0d
|
add socket:get_address, serversocket:get_port
|
2024-11-30 22:32:14 +03:00 |
|
MihailRis
|
3e949bd499
|
fix fatal error on invalid base64.decode input string
|
2024-11-30 22:14:37 +03:00 |
|
MihailRis
|
00cf6e39ef
|
fix projected text frustum culling
|
2024-11-30 17:34:07 +03:00 |
|
MihailRis
|
c9040df090
|
fix it temporary and think deeper after 0.25 release
|
2024-11-29 20:44:16 +03:00 |
|
MihailRis
|
05003a4082
|
fix fatal error on uncaught lua exceptions in network functions calls
|
2024-11-29 20:32:18 +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
|
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
|
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 |
|
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
|
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
|
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
|
353046b9d5
|
turn off extra workflows to minimize spam
|
2024-11-26 19:26:18 +03:00 |
|
MihailRis
|
13bdfef52a
|
fix
|
2024-11-26 18:55:51 +03:00 |
|
MihailRis
|
b999c062d6
|
fix
|
2024-11-26 18:46:37 +03:00 |
|
MihailRis
|
419699bc0d
|
update error handling code
|
2024-11-26 18:36:19 +03:00 |
|
MihailRis
|
edd4170532
|
minor refactor
|
2024-11-26 17:49:08 +03:00 |
|
MihailRis
|
8e0a8d6a47
|
fix
|
2024-11-26 17:24:52 +03:00 |
|
MihailRis
|
18bdce52df
|
make socket non-blocking
|
2024-11-26 17:12:24 +03:00 |
|