576 Commits

Author SHA1 Message Date
MihailRis
e0b3425eff migrate blocks interaction (scripting) to global chunks storage (WIP) 2024-12-13 05:54:41 +03:00
MihailRis
863146cf6b move PlayerController to LevelScreen 2024-12-11 23:42:59 +03:00
MihailRis
5ffc054d75 refactor 2024-12-09 01:12:41 +03:00
MihailRis
467b4ad043 add gui.escape_markup 2024-12-06 20:25:21 +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
b65ba61f9a make scrollbar interactive 2024-12-05 14:43:24 +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
00cf6e39ef fix projected text frustum culling 2024-11-30 17:34:07 +03:00
MihailRis
af185a5a40 update cracks 2024-11-26 08:53:14 +03:00
MihailRis
d9277e1b31 mip-mapping related fixes 2024-11-25 15:39:34 +03:00
MihailRis
7ddf3f7537 minimize chunks overdraw 2024-11-25 13:12:47 +03:00
MihailRis
97cf597a01 update WorldRenderer::renderHands 2024-11-25 12:31:10 +03:00
MihailRis
ea295e3d43 reduce drop model sizes 2024-11-25 08:24:00 +03:00
MihailRis
69df0eba1b add 'taking' and 'placing' xml properties to slot and slots-grid 2024-11-25 07:12:40 +03:00
MihailRis
4e25362f9b set slot tooltip delay to 0 & refactor 2024-11-24 17:56:14 +03:00
MihailRis
e8ee3e04b1 fix disabled slots display 2024-11-24 17:47:28 +03:00
MihailRis
bcf920a251 add xray_opacity support to projected 3d text 2024-11-23 14:16:58 +03:00
MihailRis
dc22fec584 fix msvc build 2024-11-23 08:10:18 +03:00
MihailRis
e1579f0c25 add player_name text3d preset 2024-11-23 08:00:35 +03:00
MihailRis
65e5063326 add player names display 2024-11-23 07:41:44 +03:00
@clasher113
212f4d3590 sorted meshes: check for frustum 2024-11-22 17:13:15 +02:00
MihailRis
61b1aa8e3d add gfx.blockwraps library & add on_player_tick world event 2024-11-21 06:48:23 +03:00
MihailRis
9e02f1122f add BlockWrapsRenderer (WIP) 2024-11-20 14:42:53 +03:00
MihailRis
0144709e03 add 'u_alphaClip' to entity shader 2024-11-19 14:33:14 +03:00
MihailRis
495e444d1f fix MainBatch::cube 2024-11-19 13:30:52 +03:00
MihailRis
b66fb87427 Merge branch 'main' into update-particles 2024-11-19 10:15:42 +03:00
MihailRis
c543575150 replace '<string>' source name with '[string]' 2024-11-19 09:53:15 +03:00
MihailRis
2412699b89 add 'scroll-step' property to container 2024-11-19 06:46:54 +03:00
MihailRis
c5c9ef379e add textbox:lineAt and textbox:linePos 2024-11-19 05:57:46 +03:00
MihailRis
6a466cf1ec fix DrawContext 2024-11-19 05:57:02 +03:00
MihailRis
2cf51a6941 add 'line-numbers' property to textbox & make TextBox extend Container instead of Panel 2024-11-19 04:21:05 +03:00
MihailRis
801650824e add 'text-color' textbox property 2024-11-18 14:03:30 +03:00
MihailRis
8e1d6b9f03 set default margin to 0,0,0,0 2024-11-18 05:24:16 +03:00
MihailRis
3ea213e8d3 fix console position 2024-11-17 15:53:25 +03:00
MihailRis
71d18ae3a9 minor refactor 2024-11-17 04:58:15 +03:00
MihailRis
5f71522653 extend that one optimization 2024-11-17 04:31:07 +03:00
MihailRis
bd4a5ef7fc optimize a bit 2024-11-17 03:19:55 +03:00
MihailRis
5240fe6226 rename vattr to VertexAttribute 2024-11-17 01:00:27 +03:00
MihailRis
65287b3273 move chunk vertex attributes info to commons.hpp 2024-11-17 00:54:10 +03:00
MihailRis
608eb60514 add 'u_alphaClip' to the blocks shader 2024-11-16 16:13:18 +03:00
MihailRis
71788e4eb9 remove unnecessary shared_ptrs from ChunksRenderer and ChunkMesh 2024-11-16 16:04:00 +03:00