Commit Graph

  • 9e02f1122f add BlockWrapsRenderer (WIP) MihailRis 2024-11-20 14:42:53 +03:00
  • 14b596140d add player.is_infinite_items, .set_infinite_items MihailRis 2024-11-20 13:19:49 +03:00
  • f4f479d389 move 'devtools:console' binding handler to __vc_on_hud_open MihailRis 2024-11-20 12:15:09 +03:00
  • e842b217da add 'args' parameter to hud.show_overlay MihailRis 2024-11-20 11:10:05 +03:00
  • 02578a6276 simplify local modules loading MihailRis 2024-11-20 07:49:21 +03:00
  • eb9a89ed96 fix first console open MihailRis 2024-11-20 06:56:48 +03:00
  • 4edab4a89a add 'cracks' separate atlas to base MihailRis 2024-11-20 04:58:56 +03:00
  • 784f93666c add 'separate' atlas type & get rid of assets loading entries duplicates MihailRis 2024-11-20 04:30:19 +03:00
  • 208282a156
    Update worlds.xml LumperBumper 2024-11-19 20:03:18 +05:00
  • 374297d3a0
    Update worlds.xml LumperBumper 2024-11-19 19:40:33 +05:00
  • 1dbb6354dc
    main update LumperBumper 2024-11-19 19:40:06 +05:00
  • bfab6c7ef1
    Delete res/layouts/pages/main.xml.lua LumperBumper 2024-11-19 19:17:45 +05:00
  • 58d2637e9d
    worlds menu added LumperBumper 2024-11-19 19:16:32 +05:00
  • 0144709e03 add 'u_alphaClip' to entity shader MihailRis 2024-11-19 14:33:14 +03:00
  • 495e444d1f fix MainBatch::cube MihailRis 2024-11-19 13:30:52 +03:00
  • e70d30b9a2 feat: auto patch invalid inventory id pre 0.25 MihailRis 2024-11-19 12:18:59 +03:00
  • 371fdaedce fix World::nextInventoryId MihailRis 2024-11-19 12:04:56 +03:00
  • 6f6c2a916a fix block inventory unbinding MihailRis 2024-11-19 11:46:04 +03:00
  • 24d198b236 update some xml templates MihailRis 2024-11-19 10:41:57 +03:00
  • cb27bd0fba
    Merge pull request #373 from MihailRis/update-particles MihailRis 2024-11-19 10:16:20 +03:00
  • b66fb87427 Merge branch 'main' into update-particles MihailRis 2024-11-19 10:15:42 +03:00
  • a015d74af5 update file library warnings MihailRis 2024-11-19 10:04:26 +03:00
  • c543575150 replace '<string>' source name with '[string]' MihailRis 2024-11-19 09:53:15 +03:00
  • 134deb0ae6 fix typo MihailRis 2024-11-19 09:39:46 +03:00
  • 6e0434c5c8 import '\t' to editor as 4 spaces MihailRis 2024-11-19 08:56:07 +03:00
  • 6736613dc2
    Merge pull request #372 from MihailRis/console-tabs MihailRis 2024-11-19 08:41:44 +03:00
  • 78ea12aa26 add console on_open 'mode' argument MihailRis 2024-11-19 08:30:50 +03:00
  • e80b10dbda fix logContainer size MihailRis 2024-11-19 08:17:56 +03:00
  • b9d085c1b3 minor refactor MihailRis 2024-11-19 08:04:30 +03:00
  • 53c54dc91d fix xml text escapes handling MihailRis 2024-11-19 07:41:26 +03:00
  • f9f150f0aa fix entity component script source path in lua traceback MihailRis 2024-11-19 07:35:38 +03:00
  • 29d8c4bbb8 add Lua traceback inspector (WIP) && add chat prototype MihailRis 2024-11-19 07:32:03 +03:00
  • 66be215101 add advanced lua errors handler & fix hud script source path in traceback MihailRis 2024-11-19 07:26:28 +03:00
  • 2412699b89 add 'scroll-step' property to container MihailRis 2024-11-19 06:46:54 +03:00
  • 5c005b4f9a remove extra frames from on_deprecated_call traceback MihailRis 2024-11-19 06:01:59 +03:00
  • c5c9ef379e add textbox:lineAt and textbox:linePos MihailRis 2024-11-19 05:57:46 +03:00
  • 6a466cf1ec fix DrawContext MihailRis 2024-11-19 05:57:02 +03:00
  • 2bc6cbda2e fix \' escape parsing MihailRis 2024-11-19 04:38:36 +03:00
  • 2cf51a6941 add 'line-numbers' property to textbox & make TextBox extend Container instead of Panel MihailRis 2024-11-19 04:21:05 +03:00
  • 9dc09e920c remove extra frames from debug.get_traceback result MihailRis 2024-11-18 14:48:05 +03:00
  • 3146bf0133 fix MihailRis 2024-11-18 14:44:44 +03:00
  • e3cb736519 update lua chunks sources to the engine format MihailRis 2024-11-18 14:05:45 +03:00
  • 801650824e add 'text-color' textbox property MihailRis 2024-11-18 14:03:30 +03:00
  • d660880365 fix util::base64_encode MihailRis 2024-11-18 12:37:48 +03:00
  • 0bfc5d2ad4 add base64 library MihailRis 2024-11-18 11:52:06 +03:00
  • 712c0756b8 add debug.get_traceback MihailRis 2024-11-18 11:09:27 +03:00
  • dcd8871ee1 add utf8.escape, string.escape & reformat extensions.md MihailRis 2024-11-18 09:21:16 +03:00
  • 618a9f0411 add RadioButton Lua class MihailRis 2024-11-18 07:11:07 +03:00
  • 8e1d6b9f03 set default margin to 0,0,0,0 MihailRis 2024-11-18 05:24:16 +03:00
  • 86beea0a61 Merge branch 'main' into console-tabs MihailRis 2024-11-18 04:20:44 +03:00
  • e034bda477 fix crosshair MihailRis 2024-11-18 04:15:51 +03:00
  • 1ba5b0ce33 fix: actual block inventory size not updating on inventory-size property update MihailRis 2024-11-17 16:58:58 +03:00
  • 352ef6485a fix falling block hitbox MihailRis 2024-11-17 16:12:59 +03:00
  • 3ea213e8d3 fix console position MihailRis 2024-11-17 15:53:25 +03:00
  • 255c49916c add 'ice' translation to ru_RU.txt MihailRis 2024-11-17 06:38:13 +03:00
  • be9bd3e508
    Merge pull request #370 from MihailRis/transparency-fix MihailRis 2024-11-17 05:35:10 +03:00
  • eaa5150d3e update doc/*/block-properties.md MihailRis 2024-11-17 05:23:50 +03:00
  • 0a33970a7a fix base:glass visibility MihailRis 2024-11-17 05:19:39 +03:00
  • 71d18ae3a9 minor refactor MihailRis 2024-11-17 04:58:15 +03:00
  • 5f71522653 extend that one optimization MihailRis 2024-11-17 04:31:07 +03:00
  • 3c94061fd3 update ice texture MihailRis 2024-11-17 04:01:02 +03:00
  • bd4a5ef7fc optimize a bit MihailRis 2024-11-17 03:19:55 +03:00
  • 5240fe6226 rename vattr to VertexAttribute MihailRis 2024-11-17 01:00:27 +03:00
  • 65287b3273 move chunk vertex attributes info to commons.hpp MihailRis 2024-11-17 00:54:10 +03:00
  • 608eb60514 add 'u_alphaClip' to the blocks shader MihailRis 2024-11-16 16:13:18 +03:00
  • 71788e4eb9 remove unnecessary shared_ptrs from ChunksRenderer and ChunkMesh MihailRis 2024-11-16 16:04:00 +03:00
  • ebc890bdd6 optimize (part 4) & format ChunkRenderer MihailRis 2024-11-16 15:49:53 +03:00
  • 399943b253 fix MihailRis 2024-11-16 15:37:30 +03:00
  • 7bdeba982b optimize (part 3) MihailRis 2024-11-16 15:24:46 +03:00
  • 1ff89491e6 optimize (part 2) MihailRis 2024-11-16 15:11:05 +03:00
  • 99f1594645 fix Mesh MihailRis 2024-11-16 15:08:25 +03:00
  • 2327f0ddf8 fix msvc error C2466: cannot allocate an array of constant size 0 MihailRis 2024-11-16 09:31:33 +03:00
  • 171cbb48d0 fix blocks selection with semi-transparent blocks MihailRis 2024-11-16 09:30:02 +03:00
  • b28bcf052b optimize (part 1) MihailRis 2024-11-16 09:18:14 +03:00
  • 4400366719 feat: actually working slow prototype MihailRis 2024-11-16 07:41:36 +03:00
  • faadfca8c3 add base:ice block MihailRis 2024-11-16 07:34:58 +03:00
  • 5b6256e0fa introduce ChunkMesh MihailRis 2024-11-16 04:13:00 +03:00
  • 81e8e3081a Revert "update workflows" MihailRis 2024-11-15 07:24:30 +03:00
  • 0a3daad86e fix MihailRis 2024-11-15 07:23:41 +03:00
  • 4aacd130ab update Socket interface MihailRis 2024-11-15 07:09:55 +03:00
  • ee0b745769 update .github/workflows/cmake.yml MihailRis 2024-11-15 06:50:51 +03:00
  • 5793c52ac6 Revert "remove 'translucent' block property (will be reverted later)" MihailRis 2024-11-15 06:47:03 +03:00
  • cc603f5c9f update workflows MihailRis 2024-11-15 06:44:32 +03:00
  • 14b769f6ff Merge branch 'main' into curl MihailRis 2024-11-15 06:42:47 +03:00
  • 7a3a4476ea
    Merge pull request #364 from MihailRis/text3d MihailRis 2024-11-15 05:20:28 +03:00
  • 7aacadc926 remove 'translucent' block property (will be reverted later) MihailRis 2024-11-15 05:07:49 +03:00
  • 4cbd3f41f6 cleanup MihailRis 2024-11-15 04:40:17 +03:00
  • 04da2f5e69 add .set_rotation(mat4) MihailRis 2024-11-15 04:29:52 +03:00
  • a7404c2637 add missing methods to the OOP wrapper MihailRis 2024-11-15 03:13:44 +03:00
  • a8388a6243 add text3d.get_axis_x, .set_axis_x, .get_axis_y, .set_axis_y MihailRis 2024-11-15 03:09:05 +03:00
  • 525cf1ed4b add 'perspective' NotePreset property MihailRis 2024-11-15 02:21:05 +03:00
  • 2147f507a6 add 'projected' display mode support MihailRis 2024-11-15 01:08:46 +03:00
  • ef644ca56d add 'xray_opacity' NotePreset property MihailRis 2024-11-15 00:38:41 +03:00
  • 3a1e90f517 add gfx.text3d OOP wrapper MihailRis 2024-11-14 21:49:43 +03:00
  • 4a74e56eda add update_settings MihailRis 2024-11-14 21:18:36 +03:00
  • 501f1b568d add get_text, set_text, get_pos, set_pos MihailRis 2024-11-14 10:57:55 +03:00
  • d74b530a83 rename spawn to show & add gfx.text3d.hide(...) MihailRis 2024-11-14 10:45:37 +03:00
  • eb5715eba9 add gfx.text3d.spawn(...) MihailRis 2024-11-14 10:32:50 +03:00
  • c4170c07c5 refactor MihailRis 2024-11-14 09:30:41 +03:00
  • f0b6521c76 refactor MihailRis 2024-11-14 08:09:10 +03:00