Commit Graph

  • 1b04a2a61e fix msvc build again MihailRis 2024-11-27 16:07:21 +03:00
  • 9e8addbd7d fix msvc build MihailRis 2024-11-27 15:55:14 +03:00
  • a72d36f53c add simple inefficient server socket implementation (WIP) MihailRis 2024-11-27 15:38:57 +03:00
  • 233bc3174c add network.__close MihailRis 2024-11-27 12:51:01 +03:00
  • 32ba027fac replace getContentPacks with getAllContentPacks in global events emitting MihailRis 2024-11-27 12:12:20 +03:00
  • fb0f4bff52 complete simple connection implementation MihailRis 2024-11-27 12:10:59 +03:00
  • 3933baccd2 remove double world.lua run in 'core' MihailRis 2024-11-27 10:55:55 +03:00
  • dbc2541604 Merge branch 'main' into curl MihailRis 2024-11-26 21:52:43 +03:00
  • 5e4949f4d1 revert workflows MihailRis 2024-11-26 21:27:30 +03:00
  • aa7fa6be5b add network.__connect MihailRis 2024-11-26 21:26:26 +03:00
  • 55de4848dc remove non-blocking mode MihailRis 2024-11-26 21:07:30 +03:00
  • 85d94017c7 catch EINPROGRESS and WSAEWOULDBLOCK MihailRis 2024-11-26 20:32:57 +03:00
  • 992cfefc8e update error message MihailRis 2024-11-26 19:58:29 +03:00
  • f5c4a22564 again MihailRis 2024-11-26 19:30:06 +03:00
  • 353046b9d5 turn off extra workflows to minimize spam MihailRis 2024-11-26 19:26:18 +03:00
  • 13bdfef52a fix MihailRis 2024-11-26 18:55:51 +03:00
  • b999c062d6 fix MihailRis 2024-11-26 18:46:37 +03:00
  • 419699bc0d update error handling code MihailRis 2024-11-26 18:36:19 +03:00
  • 5e0d5b6db2 turn on failing test to check an error message MihailRis 2024-11-26 18:10:45 +03:00
  • edd4170532 minor refactor MihailRis 2024-11-26 17:49:08 +03:00
  • 8e0a8d6a47 fix MihailRis 2024-11-26 17:24:52 +03:00
  • 18bdce52df make socket non-blocking MihailRis 2024-11-26 17:12:24 +03:00
  • 4b42369c31 update PLAYER_AIR_DAMPING value to 8 MihailRis 2024-11-26 12:56:31 +03:00
  • e8b674ca65 Merge branch 'main' into curl MihailRis 2024-11-26 12:48:14 +03:00
  • d29621d42f
    Merge pull request #378 from MihailRis/user-properties MihailRis 2024-11-26 11:37:45 +03:00
  • b74b280009 add ui 'id' read-only property MihailRis 2024-11-26 11:27:52 +03:00
  • 1cd890ff88 add config/user-props.toml combined object MihailRis 2024-11-26 11:21:04 +03:00
  • b3ac1bd8f4 update base:drop component MihailRis 2024-11-26 11:01:29 +03:00
  • 51eadd397c fix MihailRis 2024-11-26 09:44:17 +03:00
  • c97f26b06e introduce 'base:durability' property MihailRis 2024-11-26 09:43:27 +03:00
  • 0ba0584c5d add function inventory.move_range MihailRis 2024-11-26 09:32:53 +03:00
  • f6ab0de5af update Inventory::move MihailRis 2024-11-26 08:53:32 +03:00
  • af185a5a40 update cracks MihailRis 2024-11-26 08:53:14 +03:00
  • a5a9a4b9ce update base pack MihailRis 2024-11-26 08:40:15 +03:00
  • d9277e1b31 mip-mapping related fixes MihailRis 2024-11-25 15:39:34 +03:00
  • 7ddf3f7537 minimize chunks overdraw MihailRis 2024-11-25 13:12:47 +03:00
  • 97cf597a01 update WorldRenderer::renderHands MihailRis 2024-11-25 12:31:10 +03:00
  • b7b11d9b2a set player tick rate to 60 MihailRis 2024-11-25 08:38:32 +03:00
  • ea295e3d43 reduce drop model sizes MihailRis 2024-11-25 08:24:00 +03:00
  • f4e1f4cfaf Merge branch 'main' into user-properties MihailRis 2024-11-25 08:18:29 +03:00
  • 8f95964faa
    Merge pull request #383 from MihailRis/new-inventoryview-features MihailRis 2024-11-25 07:31:40 +03:00
  • e34620b9bd update doc/*/xml-ui-layouts.md MihailRis 2024-11-25 07:21:11 +03:00
  • 69df0eba1b add 'taking' and 'placing' xml properties to slot and slots-grid MihailRis 2024-11-25 07:12:40 +03:00
  • 4e25362f9b set slot tooltip delay to 0 & refactor MihailRis 2024-11-24 17:56:14 +03:00
  • e8ee3e04b1 fix disabled slots display MihailRis 2024-11-24 17:47:28 +03:00
  • 81775f3304 update base:drop component MihailRis 2024-11-24 17:21:19 +03:00
  • bc17abc8b3 add module 'base:util' & fix attack MihailRis 2024-11-24 15:02:17 +03:00
  • f095edda7a Merge branch 'main' into user-properties MihailRis 2024-11-24 12:58:09 +03:00
  • 1a00a91b60 fix: commands repository not reset before world open MihailRis 2024-11-24 12:54:05 +03:00
  • 9ed80ec835 disable traceback lines with non-existing files MihailRis 2024-11-24 12:09:46 +03:00
  • 90155dd05b rename functions MihailRis 2024-11-24 07:58:07 +03:00
  • db5dada519 Merge branch 'main' into curl MihailRis 2024-11-23 17:46:57 +03:00
  • 5039bdfc63
    Merge pull request #381 from MihailRis/update-docs MihailRis 2024-11-23 16:46:37 +03:00
  • 761a19a960 add doc/en/3d-text.md MihailRis 2024-11-23 16:36:47 +03:00
  • 72ae0d5d55 add doc/ru/3d-text.md MihailRis 2024-11-23 16:22:08 +03:00
  • 9ac22f86e1 update default 3d text 'perspective' value MihailRis 2024-11-23 16:20:07 +03:00
  • c8a08628be add gfx.particles docs reference to scripting.md MihailRis 2024-11-23 15:23:52 +03:00
  • 8c0d360543 add doc/*/scripting/builtins/libbase64.md MihailRis 2024-11-23 15:11:17 +03:00
  • 89578ff257 add json and toml libraries docs reference to scripting.md MihailRis 2024-11-23 14:56:06 +03:00
  • bcf920a251 add xray_opacity support to projected 3d text MihailRis 2024-11-23 14:16:58 +03:00
  • 6ec33ab98c fix stdlib.lua MihailRis 2024-11-23 14:14:19 +03:00
  • 5e063d9fe0 refactor Network MihailRis 2024-11-23 09:49:17 +03:00
  • 772fafb6ad Merge branch 'main' into curl MihailRis 2024-11-23 08:22:05 +03:00
  • cd4c92790f
    Merge pull request #379 from MihailRis/player-names MihailRis 2024-11-23 08:21:25 +03:00
  • dc22fec584 fix msvc build MihailRis 2024-11-23 08:10:18 +03:00
  • e1579f0c25 add player_name text3d preset MihailRis 2024-11-23 08:00:35 +03:00
  • 65e5063326 add player names display MihailRis 2024-11-23 07:41:44 +03:00
  • acc4d2540d add player name MihailRis 2024-11-23 05:38:18 +03:00
  • 97a4741a73 fix MihailRis 2024-11-23 05:23:23 +03:00
  • 7027bd6f28 add Players MihailRis 2024-11-23 05:14:12 +03:00
  • 5f496eecb2 Merge branch 'main' into player-names MihailRis 2024-11-23 04:25:05 +03:00
  • 6f9e4c35c3
    Merge pull request #380 from clasher113/main MihailRis 2024-11-23 04:24:43 +03:00
  • 2163eaca71 Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp @clasher113 2024-11-22 17:18:29 +02:00
  • 212f4d3590 sorted meshes: check for frustum @clasher113 2024-11-22 17:13:15 +02:00
  • 404fa3d0e2 fix msvc build MihailRis 2024-11-22 16:28:53 +03:00
  • bd2acd5766 refactor players MihailRis 2024-11-22 16:17:13 +03:00
  • 7f41f95013 add version to world info MihailRis 2024-11-22 14:08:01 +03:00
  • f2e7a54180 add on_replaced block event and on_block_replaced world event MihailRis 2024-11-22 12:31:45 +03:00
  • a222311d34 Merge branch 'main' into curl MihailRis 2024-11-22 11:11:56 +03:00
  • cd630463b3 add block.properties, item.properties (experimental) MihailRis 2024-11-22 11:08:36 +03:00
  • b40c8c4b4c
    Merge pull request #377 from MihailRis/update-scripts-lifetime MihailRis 2024-11-22 10:12:55 +03:00
  • ea2f7ede0d update doc/*/scripting/builtins/libblock.md MihailRis 2024-11-22 10:02:18 +03:00
  • a200c3988b feat: load entity components after content load MihailRis 2024-11-22 09:51:34 +03:00
  • 0ec081a3ae feat: load world scripts after content load MihailRis 2024-11-22 09:47:43 +03:00
  • 8543be87df add block.materials table MihailRis 2024-11-22 09:36:48 +03:00
  • a641099d36 feat: load block and item scripts after content load MihailRis 2024-11-22 08:56:59 +03:00
  • e2b4239ffb fix MihailRis 2024-11-22 08:01:59 +03:00
  • 988adce975 add missing include MihailRis 2024-11-22 07:42:00 +03:00
  • b23318a06c add network.http_get, network.http_get_binary MihailRis 2024-11-22 07:30:38 +03:00
  • 186078a8d5 make httpGet non-blocking MihailRis 2024-11-22 07:28:18 +03:00
  • 0fec17a8b6 fix file.write_bytes MihailRis 2024-11-22 07:13:49 +03:00
  • 5092cff730 update workflows MihailRis 2024-11-21 09:01:39 +03:00
  • 8160ebb91e Merge branch 'main' into curl MihailRis 2024-11-21 08:58:19 +03:00
  • 4c0c6dd51a
    Merge pull request #374 from MihailRis/block-cracks MihailRis 2024-11-21 07:37:09 +03:00
  • 1c7a7cedcc remove space between Worlds and Settings buttons MihailRis 2024-11-21 07:36:53 +03:00
  • 51b0172611
    Merge pull request #376 from callfishxt/main MihailRis 2024-11-21 07:32:59 +03:00
  • 3cd3fe94de update doc/*/scripting/events.md MihailRis 2024-11-21 07:25:31 +03:00
  • 61b1aa8e3d add gfx.blockwraps library & add on_player_tick world event MihailRis 2024-11-21 06:48:23 +03:00
  • 2ba90625ce add player.is_instant_destruction, .set_instant_destruction MihailRis 2024-11-21 05:02:45 +03:00
  • 005bcfb436 minor controllers refactor MihailRis 2024-11-20 18:03:39 +03:00