MihailRis
|
d6ccdf9871
|
add new Bytearray:insert overloads
|
2024-12-22 02:27:00 +03:00 |
|
MihailRis
|
4ce2f3edca
|
add new Bytearray:append overloads
|
2024-12-22 02:14:04 +03:00 |
|
MihailRis
|
a5a72af796
|
fix msvc build
|
2024-12-21 08:31:58 +03:00 |
|
MihailRis
|
dc8f5e7873
|
add 'graphics.dense-render' setting
|
2024-12-21 08:13:05 +03:00 |
|
MihailRis
|
954724c837
|
add 'culling' property & optimize generated chunk meshes & fix faces culling when 'light-passing' is false
|
2024-12-21 06:41:03 +03:00 |
|
MihailRis
|
cda34e3975
|
fix block overriding
|
2024-12-19 22:54:54 +03:00 |
|
MihailRis
|
2787f2fc54
|
fix: grabbed item is deleted on inventory close
|
2024-12-19 22:44:54 +03:00 |
|
MihailRis
|
92fb19ba5e
|
fix item.properties
|
2024-12-07 20:42:10 +03:00 |
|
MihailRis
|
4318b50c2f
|
Merge pull request #404 from RichardTry/patch-2
Fix neighbour chunk update
|
2024-12-07 19:03:59 +03:00 |
|
Richard Try
|
f6d5735f14
|
Fix neighbour chunk update
+1 for x axis is missed in getChunk()
|
2024-12-07 18:57:16 +03:00 |
|
Richard Try
|
42439de3d6
|
AreaMap2D getHeight fix
Fix typo and return sizeY.
|
2024-12-07 05:42:47 +03:00 |
|
MihailRis
|
61b73bfabd
|
Merge pull request #400 from MihailRis/syntax-hightlighting
Text Formatting
|
2024-12-06 22:21:16 +03:00 |
|
MihailRis
|
dc3b166c9d
|
Merge pull request #395 from REDxEYE/serialize_chunk_lua_api
Add api to serialize and deserialize chunk to bytes
|
2024-12-06 22:20:34 +03:00 |
|
MihailRis
|
3156e40c17
|
update console.execute output on parsing error
|
2024-12-06 21:31:27 +03:00 |
|
MihailRis
|
467b4ad043
|
add gui.escape_markup
|
2024-12-06 20:25:21 +03:00 |
|
MihailRis
|
16698cc68b
|
add gui.clear_markup(...)
|
2024-12-06 20:13:45 +03:00 |
|
MihailRis
|
65f208fc61
|
add textbox.syntax, textbox.markup, label.markup properties
|
2024-12-06 19:56:38 +03:00 |
|
MihailRis
|
3d484383fc
|
replace 'markdown' (bool) property with 'markup' (str)
|
2024-12-06 19:36:38 +03:00 |
|
MihailRis
|
2f292537ad
|
reset markup on newline
|
2024-12-06 18:51:13 +03:00 |
|
MihailRis
|
80e809f97f
|
add markdown dialect (WIP) & add strikethrough and underline font styles
|
2024-12-06 17:35:03 +03:00 |
|
MihailRis
|
605d7e7897
|
small fixes
|
2024-12-05 22:36:12 +03:00 |
|
MihailRis
|
84b3b82dba
|
refactor & optimize xml parser
|
2024-12-05 20:12:02 +03:00 |
|
MihailRis
|
04b6b6b546
|
minor refactor
|
2024-12-05 19:18:53 +03:00 |
|
MihailRis
|
f4b80b1740
|
fix incorrect virtual inventory id in scripting
|
2024-12-05 14:52:31 +03:00 |
|
MihailRis
|
b65ba61f9a
|
make scrollbar interactive
|
2024-12-05 14:43:24 +03:00 |
|
MihailRis
|
bad2b44c96
|
fix incorrect virtual inventory id in scripting
|
2024-12-05 14:42:33 +03:00 |
|
MihailRis
|
d0fbbeecbe
|
fix random fatal error in socket:recv
|
2024-12-04 23:32:59 +03:00 |
|
MihailRis
|
2fa78b7b21
|
fix random fatal error in socket:recv
|
2024-12-04 23:32:22 +03:00 |
|
MihailRis
|
dbd27d4423
|
add scrollbar (WIP)
|
2024-12-04 23:03:36 +03:00 |
|
MihailRis
|
ed3865964b
|
add syntax highlighting (WIP)
|
2024-12-04 22:13:17 +03:00 |
|
MihailRis
|
ce1e9f76cf
|
add FontStylesScheme
|
2024-12-04 18:04:19 +03:00 |
|
MihailRis
|
b15725913e
|
add FontStyle 'bold' and 'italic' properties to 2D text
|
2024-12-04 17:08:04 +03:00 |
|
MihailRis
|
28f49ac948
|
add Lua code tokenizer
|
2024-12-04 16:26:55 +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 |
|
REDxEYE
|
57e9cade7b
|
Potential nullptr access fix
|
2024-12-02 21:27:37 +03:00 |
|
REDxEYE
|
ad81e64461
|
Add EXTRLE16+GZIP combo for chunk compression
|
2024-12-02 21:26:44 +03:00 |
|
REDxEYE
|
49defaeb3b
|
Add api to serialize and deserialize chunk to bytes
|
2024-12-02 02:33:38 +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 |
|