Commit Graph

  • 10f0bd0290 refactor MihailRis 2024-12-30 17:25:51 +03:00
  • 19bef1ae76 revert "test smth" MihailRis 2024-12-30 15:32:15 +03:00
  • d576dc34dc test smth MihailRis 2024-12-30 15:09:06 +03:00
  • 9490d1f7ea change default byte order in bit_converter to BE and fix byte manipulation functions MihailRis 2024-12-30 06:29:52 +03:00
  • aad0ea84eb convert tabs to spaces MihailRis 2024-12-30 06:23:42 +03:00
  • 9be9665daa fix base_entities test MihailRis 2024-12-29 23:15:34 +03:00
  • 4d1f44ada1 add core:tests_util module & add base_entities test MihailRis 2024-12-29 22:42:24 +03:00
  • c33a92abd6 fix block.set in headless mode & fix: vctest does not cleanup worlds MihailRis 2024-12-29 22:41:11 +03:00
  • e278f5992d fix incorrect matrix in some rotations MihailRis 2024-12-29 22:05:34 +03:00
  • ab5a62c3aa add new block.get_AXIS functions overloads & add rotation support to base:falling_block MihailRis 2024-12-29 21:48:36 +03:00
  • 9a190acb8b add 'states' parameter to base:falling_block MihailRis 2024-12-29 21:24:05 +03:00
  • 45807fdcb1 fix on_block_common MihailRis 2024-12-29 21:20:21 +03:00
  • 97eef3ef19 fix content stats MihailRis 2024-12-29 20:28:45 +03:00
  • 7132bb0758
    Merge pull request #422 from MihailRis/base-loot-property MihailRis 2024-12-29 09:25:32 +03:00
  • 7044c12da5 update doc/*/block-properties.md MihailRis 2024-12-29 09:22:35 +03:00
  • f744c87c8e add loot count 'min' and 'max' MihailRis 2024-12-29 09:04:10 +03:00
  • ebea9af380 add '...@append' method to block properties MihailRis 2024-12-29 08:56:47 +03:00
  • d57e46297b Merge branch 'headless-mode' into base-loot-property MihailRis 2024-12-29 07:27:56 +03:00
  • 3c41c410ba Merge branch 'main' into headless-mode MihailRis 2024-12-29 07:27:41 +03:00
  • 3c9c14e425
    Merge pull request #387 from Xertis/main MihailRis 2024-12-29 07:27:18 +03:00
  • 271271c059 add valid config names Xertis 2024-12-27 10:13:37 +03:00
  • 84ae5a844a Merge branch 'headless-mode' into base-loot-property MihailRis 2024-12-27 10:01:02 +03:00
  • a5a0a2778a fix docs MihailRis 2024-12-27 09:59:39 +03:00
  • 72394181c7 add unpack function documentation MihailRis 2024-12-27 09:58:02 +03:00
  • 52720e5bfe
    Merge branch 'MihailRis:main' into main Xertis 2024-12-27 09:43:49 +03:00
  • ee26b2a2b9 update doc/*/scripting.md MihailRis 2024-12-27 09:38:47 +03:00
  • bb2cff5186 add byteutil docs MihailRis 2024-12-27 09:37:09 +03:00
  • 0af0e8a58d update byteutil MihailRis 2024-12-27 09:25:09 +03:00
  • ad12f3aca7 Merge branch 'headless-mode' into base-loot-property MihailRis 2024-12-27 08:35:01 +03:00
  • 5eb739fe24 Merge branch 'main' into headless-mode MihailRis 2024-12-27 08:34:46 +03:00
  • dff2f014f2 update night lighting MihailRis 2024-12-27 08:34:29 +03:00
  • cca153b66b add byteutil library MihailRis 2024-12-27 08:33:52 +03:00
  • 83d8254d69 set minimum required cmake version to 3.26 MihailRis 2024-12-27 07:21:06 +03:00
  • 651b67c734 remove an extra step in windows-clang workflow MihailRis 2024-12-27 07:19:31 +03:00
  • 857bdd7f37 update cmake lists MihailRis 2024-12-27 07:14:47 +03:00
  • d73c0b21f5 fix cmake in linux MihailRis 2024-12-27 07:00:30 +03:00
  • ba1d4ab4c6 Merge branch 'headless-mode' into base-loot-property MihailRis 2024-12-26 20:00:39 +03:00
  • 6cb0d315a8
    Merge pull request #414 from Ygrik2003/Fix-usage-vcpkg-for-windows-and-add-cmake-preset-for-vscode MihailRis 2024-12-26 19:58:28 +03:00
  • 8aa55cff27 add 'do-loot-non-player' rule to base pack MihailRis 2024-12-26 18:32:11 +03:00
  • ef777542b1 fix MihailRis 2024-12-26 18:23:19 +03:00
  • 773d14406c feat: add base:loot property (WIP) MihailRis 2024-12-26 17:53:04 +03:00
  • f8c0862587 fix: console not opening MihailRis 2024-12-26 12:27:21 +03:00
  • 13c36f4629 feat: player.delete() function and update documentation MihailRis 2024-12-26 05:47:18 +03:00
  • 6fec970bce Delete clang preset besause need cmake compatibility with msys2 Stepanov Igor 2024-12-25 19:21:50 +03:00
  • ffd7473549 Revert "Try refactor" Stepanov Igor 2024-12-25 18:55:47 +03:00
  • c1b311f3c4 refactor: change pointer parameters to references for Level and Content in various classes MihailRis 2024-12-25 18:53:53 +03:00
  • f8225eff1e Try refactor Stepanov Igor 2024-12-25 18:50:49 +03:00
  • 59933943b8 Add comment Stepanov Igor 2024-12-25 18:23:02 +03:00
  • c18c210fe0 Return old behavior Stepanov Igor 2024-12-25 18:21:46 +03:00
  • 398206653b Try Fix Stepanov Igor 2024-12-25 17:47:18 +03:00
  • c6a89720a4 idk Stepanov Igor 2024-12-25 17:30:23 +03:00
  • 3b65c39472 Fix typo Stepanov Igor 2024-12-25 17:26:58 +03:00
  • b902b2db3b Fix problem Stepanov Igor 2024-12-25 17:23:45 +03:00
  • 54c51b5e64 Check msys2 perf Stepanov Igor 2024-12-25 17:20:18 +03:00
  • ef2c0b2370 update doc/*/scripting/user-input.md MihailRis 2024-12-25 16:42:40 +03:00
  • c17c6b6e93 Merge branch 'headless-mode' into Fix-usage-vcpkg-for-windows-and-add-cmake-preset-for-vscode Stepanov Igor 2024-12-25 15:51:26 +03:00
  • cb5d191d2f add performance test MihailRis 2024-12-25 15:45:38 +03:00
  • ed7dc1f901 feat: add app.save_world() function and update documentation MihailRis 2024-12-25 15:15:11 +03:00
  • 9b0d1fdd52 Merge branch 'headless-mode' into Fix-usage-vcpkg-for-windows-and-add-cmake-preset-for-vscode Stepanov Igor 2024-12-25 14:58:24 +03:00
  • 96577ee041 add input.add_callback("key:...") support MihailRis 2024-12-25 14:08:22 +03:00
  • 5e76cdfadc rename engine.hpp/cpp to Engine.hpp/cpp & move Engine, Time and mainloop classes to 'engine' folder MihailRis 2024-12-25 12:13:03 +03:00
  • 357e4f8607 refactor: extract post-runnables to a separate class MihailRis 2024-12-25 11:04:12 +03:00
  • e98132f4da update doc/en/scripting/builtins/libapp.md MihailRis 2024-12-25 10:42:45 +03:00
  • b927c19f4f Merge branch 'main' into headless-mode MihailRis 2024-12-25 10:28:47 +03:00
  • bb038653d6 fix UVFace.rotate MihailRis 2024-12-25 10:28:31 +03:00
  • 36bfa215c1 add app library docs MihailRis 2024-12-25 07:27:53 +03:00
  • 8179b9c249 add app.get_setting MihailRis 2024-12-25 07:01:26 +03:00
  • be0945b4a5 add app.get_version, app.get_setting_info MihailRis 2024-12-25 06:52:30 +03:00
  • 686ace37f1 fix: app.sleep_until max_ticks ignored MihailRis 2024-12-25 06:10:38 +03:00
  • ad6a6666da rename test library to app & rename app.name to app.script MihailRis 2024-12-25 06:06:55 +03:00
  • deb85ba2d8 Merge branch 'main' into headless-mode MihailRis 2024-12-25 05:31:54 +03:00
  • 17460be026 Fix builds Stepanov Igor 2024-12-25 03:07:14 +03:00
  • 231f761569 Remove unused copy Stepanov Igor 2024-12-25 03:05:02 +03:00
  • 7792ecfe9e Fix msvc build Stepanov Igor 2024-12-25 03:03:01 +03:00
  • e7d36ef4f5 Fix static compilation Stepanov Igor 2024-12-25 02:43:59 +03:00
  • 5dbfd5ba10 Try add static libs Stepanov Igor 2024-12-24 23:06:59 +03:00
  • 560288b5c3 update util::PseudoRandom.setSeed MihailRis 2024-12-24 20:00:49 +03:00
  • c3e16f27ac Merge branch 'main' into headless-mode MihailRis 2024-12-24 15:56:14 +03:00
  • 65b8835698 update doc/*/block-properties.md (model-name) MihailRis 2024-12-24 15:53:26 +03:00
  • f73bc1b06b Merge branch 'headless-mode' into Fix-usage-vcpkg-for-windows-and-add-cmake-preset-for-vscode Stepanov Igor 2024-12-24 13:23:41 +03:00
  • ba7fd7c5bb Try do all libs as static for clang windows build Stepanov Igor 2024-12-24 13:22:46 +03:00
  • b4abecc764 refactor MihailRis 2024-12-24 11:31:54 +03:00
  • e153e1fbd7 add player.is_loading_chunks, .set_loading_chunks MihailRis 2024-12-24 10:35:09 +03:00
  • 0940e899cf Merge branch 'main' into headless-mode MihailRis 2024-12-24 08:49:50 +03:00
  • 10491fbb61 add UVFace MihailRis 2024-12-24 08:49:20 +03:00
  • 272e41de50 disable writing to read-only entry points MihailRis 2024-12-24 08:13:08 +03:00
  • bc4aea67c9 add file.is_writeable MihailRis 2024-12-24 08:08:44 +03:00
  • d55d02ac9d add dev/tests/filesystem.lua MihailRis 2024-12-24 08:01:16 +03:00
  • ecbdb09eff Merge branch 'main' into headless-mode MihailRis 2024-12-24 05:48:02 +03:00
  • 59f13039f1
    Merge pull request #421 from MihailRis/particles-upgrade MihailRis 2024-12-24 05:47:24 +03:00
  • f1c7317c5a fix non-skipping particles MihailRis 2024-12-24 05:35:02 +03:00
  • faf4cfa735 update doc/*/particles.md MihailRis 2024-12-24 05:25:40 +03:00
  • 344df27f61 minor refactor MihailRis 2024-12-24 05:14:51 +03:00
  • 40ac604e58 many emitters test MihailRis 2024-12-24 05:00:17 +03:00
  • 52494a680c upgrade emitters garbage collection MihailRis 2024-12-23 17:26:22 +03:00
  • 78761a445a add leaf texture MihailRis 2024-12-23 16:54:39 +03:00
  • e899575a7a update Emitter randomizer MihailRis 2024-12-23 16:54:25 +03:00
  • 7f95306c65 add 'min_angular_vel', 'max_angular_vel' properties MihailRis 2024-12-23 16:48:07 +03:00
  • 6ac088f7b9 set default particles render distance to 32 MihailRis 2024-12-23 16:34:08 +03:00
  • 6be640458d fix particles lighting MihailRis 2024-12-23 16:26:45 +03:00