Commit Graph
3716 Commits
Author SHA1 Message Date
MihailRisandGitHub 6cb0d315a8 Merge pull request #414 from Ygrik2003/Fix-usage-vcpkg-for-windows-and-add-cmake-preset-for-vscode
Fix usage vcpkg for windows and add cmake preset for vscode
2024-12-26 19:58:28 +03:00
MihailRis f8c0862587 fix: console not opening 2024-12-26 12:27:21 +03:00
MihailRis 13c36f4629 feat: player.delete() function and update documentation 2024-12-26 05:47:18 +03:00
Stepanov Igor 6fec970bce Delete clang preset besause need cmake compatibility with msys2 2024-12-25 19:21:50 +03:00
Stepanov Igor ffd7473549 Revert "Try refactor"
This reverts commit f8225eff1e.
2024-12-25 18:55:47 +03:00
MihailRis c1b311f3c4 refactor: change pointer parameters to references for Level and Content in various classes 2024-12-25 18:53:53 +03:00
Stepanov Igor f8225eff1e Try refactor 2024-12-25 18:50:49 +03:00
Stepanov Igor 59933943b8 Add comment 2024-12-25 18:23:02 +03:00
Stepanov Igor c18c210fe0 Return old behavior 2024-12-25 18:21:46 +03:00
Stepanov Igor 398206653b Try Fix 2024-12-25 17:47:18 +03:00
Stepanov Igor c6a89720a4 idk 2024-12-25 17:30:23 +03:00
Stepanov Igor 3b65c39472 Fix typo 2024-12-25 17:26:58 +03:00
Stepanov Igor b902b2db3b Fix problem 2024-12-25 17:23:45 +03:00
Stepanov Igor 54c51b5e64 Check msys2 perf 2024-12-25 17:20:18 +03:00
MihailRis ef2c0b2370 update doc/*/scripting/user-input.md 2024-12-25 16:42:40 +03:00
Stepanov Igor c17c6b6e93 Merge branch 'headless-mode' into Fix-usage-vcpkg-for-windows-and-add-cmake-preset-for-vscode 2024-12-25 15:51:26 +03:00
MihailRis cb5d191d2f add performance test 2024-12-25 15:45:38 +03:00
MihailRis ed7dc1f901 feat: add app.save_world() function and update documentation 2024-12-25 15:15:11 +03:00
Stepanov Igor 9b0d1fdd52 Merge branch 'headless-mode' into Fix-usage-vcpkg-for-windows-and-add-cmake-preset-for-vscode 2024-12-25 14:58:24 +03:00
MihailRis 96577ee041 add input.add_callback("key:...") support 2024-12-25 14:08:22 +03:00
MihailRis 5e76cdfadc rename engine.hpp/cpp to Engine.hpp/cpp & move Engine, Time and mainloop classes to 'engine' folder 2024-12-25 12:13:03 +03:00
MihailRis 357e4f8607 refactor: extract post-runnables to a separate class 2024-12-25 11:04:12 +03:00
MihailRis e98132f4da update doc/en/scripting/builtins/libapp.md 2024-12-25 10:42:45 +03:00
MihailRis b927c19f4f Merge branch 'main' into headless-mode 2024-12-25 10:28:47 +03:00
MihailRis bb038653d6 fix UVFace.rotate 2024-12-25 10:28:31 +03:00
MihailRis 36bfa215c1 add app library docs 2024-12-25 07:27:53 +03:00
MihailRis 8179b9c249 add app.get_setting 2024-12-25 07:01:26 +03:00
MihailRis be0945b4a5 add app.get_version, app.get_setting_info 2024-12-25 06:52:30 +03:00
MihailRis 686ace37f1 fix: app.sleep_until max_ticks ignored 2024-12-25 06:10:38 +03:00
MihailRis ad6a6666da rename test library to app & rename app.name to app.script 2024-12-25 06:06:55 +03:00
MihailRis deb85ba2d8 Merge branch 'main' into headless-mode 2024-12-25 05:31:54 +03:00
Stepanov Igor 17460be026 Fix builds 2024-12-25 03:07:14 +03:00
Stepanov Igor 231f761569 Remove unused copy 2024-12-25 03:05:02 +03:00
Stepanov Igor 7792ecfe9e Fix msvc build 2024-12-25 03:03:01 +03:00
Stepanov Igor e7d36ef4f5 Fix static compilation 2024-12-25 02:43:59 +03:00
Stepanov Igor 5dbfd5ba10 Try add static libs 2024-12-24 23:06:59 +03:00
MihailRis 560288b5c3 update util::PseudoRandom.setSeed 2024-12-24 20:00:49 +03:00
MihailRis c3e16f27ac Merge branch 'main' into headless-mode 2024-12-24 15:56:14 +03:00
MihailRis 65b8835698 update doc/*/block-properties.md (model-name) 2024-12-24 15:53:26 +03:00
Stepanov Igor f73bc1b06b Merge branch 'headless-mode' into Fix-usage-vcpkg-for-windows-and-add-cmake-preset-for-vscode 2024-12-24 13:23:41 +03:00
Stepanov Igor ba7fd7c5bb Try do all libs as static for clang windows build 2024-12-24 13:22:46 +03:00
MihailRis b4abecc764 refactor 2024-12-24 11:31:54 +03:00
MihailRis e153e1fbd7 add player.is_loading_chunks, .set_loading_chunks 2024-12-24 10:35:09 +03:00
MihailRis 0940e899cf Merge branch 'main' into headless-mode 2024-12-24 08:49:50 +03:00
MihailRis 10491fbb61 add UVFace 2024-12-24 08:49:20 +03:00
MihailRis 272e41de50 disable writing to read-only entry points 2024-12-24 08:13:08 +03:00
MihailRis bc4aea67c9 add file.is_writeable 2024-12-24 08:08:44 +03:00
MihailRis d55d02ac9d add dev/tests/filesystem.lua 2024-12-24 08:01:16 +03:00
MihailRis ecbdb09eff Merge branch 'main' into headless-mode 2024-12-24 05:48:02 +03:00
MihailRisandGitHub 59f13039f1 Merge pull request #421 from MihailRis/particles-upgrade
Particles upgrade & fixes
2024-12-24 05:47:24 +03:00