Commit Graph
3094 Commits
Author SHA1 Message Date
MihailRis bcdd02ffa2 Merge branch 'main' into release-0.24 2024-11-07 20:32:07 +03:00
MihailRisandGitHub 75bbf4703e Merge pull request #356 from Xertis/main
Correction of the button location in the content_menu
2024-11-07 20:30:20 +03:00
XertisandGitHub fe5a913870 Update content_menu.xml.lua 2024-11-07 20:19:10 +03:00
XertisandGitHub 8a637457a4 Update content_menu.xml 2024-11-07 20:17:55 +03:00
MihailRis 46a671f45e fix 2024-11-07 15:04:47 +03:00
MihailRis 7ad3139877 update CHANGELOG.md 2024-11-07 14:51:17 +03:00
MihailRis e28f340306 Merge branch 'main' into release-0.24 2024-11-07 14:48:33 +03:00
MihailRis 5faca685ec update doc/ru/scripting.md 2024-11-07 14:48:18 +03:00
MihailRisandGitHub bf762f0c22 Merge pull request #354 from Onran0/main
documentation update
2024-11-07 14:44:40 +03:00
OnranandGitHub b5153d1e8b added sleep function 2024-11-07 16:54:01 +09:00
OnranandGitHub 111802cfed typos fixed and other minor changes 2024-11-07 16:48:50 +09:00
OnranandGitHub e347338045 documentation about extensions
documentation on extensions to standard Lua libraries and global functions has been made
2024-11-07 16:38:51 +09:00
OnranandGitHub 6e850bfe24 typo fixed 2024-11-07 15:32:38 +09:00
MihailRis c80ad48f42 add assets.load_texture & update CHANGELOG.md 2024-11-07 07:58:31 +03:00
MihailRis 6e6de5fc24 fix utf8.tostring 2024-11-07 07:56:50 +03:00
MihailRis 04c25ef214 fix block model is not loading automatically 2024-11-07 07:30:47 +03:00
MihailRis 86b5f5d82b fix custom block models 2024-11-07 07:27:29 +03:00
MihailRis bbadaf7a19 update README.md 2024-11-07 05:48:54 +03:00
MihailRis 3f3a8d0b39 update doc/*/main-page.md 2024-11-07 05:48:04 +03:00
MihailRis a188a25a1d update CHANGELOG.md to 0.24 2024-11-07 05:44:41 +03:00
MihailRis 616c63b115 fix generator minimap checkbox 2024-11-07 05:07:56 +03:00
MihailRis cfa5365b95 rename 'show-content-access' to 'allow-content-access' 2024-11-07 00:22:46 +03:00
MihailRis ae6a323ff3 fix 'player.pick' is available when 'show-content-access' is false 2024-11-07 00:21:06 +03:00
MihailRisandGitHub e477ae51e5 Merge pull request #353 from MihailRis/update-docs
Update docs to 0.24
2024-11-06 21:46:57 +03:00
MihailRis c9f3328cf2 update block-properties.md 2024-11-06 21:35:33 +03:00
MihailRis d0545f36b2 add doc/ru/scripting/builtins/librules.md 2024-11-06 21:31:16 +03:00
MihailRis d27179b6c3 update std rules & add player.destroy binding 2024-11-06 21:28:12 +03:00
MihailRis df2f24d94e add doc/ru/particles.md 2024-11-06 20:49:51 +03:00
MihailRis 76d6b518a5 fix ParticlesPreset.serialize 2024-11-06 20:29:59 +03:00
MihailRis fdbe8ca9c6 move particles to gfx.particles 2024-11-06 20:18:57 +03:00
MihailRis 48add86120 update stdcmd.lua 2024-11-06 20:06:35 +03:00
MihailRisandGitHub a414aec473 Merge pull request #352 from MihailRis/add-rules
Add rules
2024-11-06 20:00:50 +03:00
MihailRis fd88015511 add rules.reset(name) 2024-11-06 19:39:40 +03:00
MihailRis 8c8c844dd4 feat: save rules 2024-11-06 19:37:20 +03:00
MihailRis 6602584c13 add more cheating-related rules 2024-11-06 18:54:20 +03:00
MihailRis 22fa082fc6 fix fatal error on editing texbox not having any consumer 2024-11-06 18:43:22 +03:00
MihailRis 5e9b290aea add 'cheat-commands' rule 2024-11-06 18:01:00 +03:00
MihailRisandGitHub 5b35c25ac2 Merge pull request #351 from ChancellorIkseew/windows-build-fix
Windows build bug fix
2024-11-06 17:33:58 +03:00
MihailRis 2e24d60404 add rules & add 'show-content-access' rule 2024-11-06 17:31:31 +03:00
MihailRis a50cb109c8 fix commands boolean type support 2024-11-06 17:29:50 +03:00
MihailRis 8e00e73b8e add utf8.encode(...) 2024-11-06 16:26:35 +03:00
ChancellorIkseew 16bc8d13c5 Update platform.cpp 2024-11-06 15:46:58 +10:00
MihailRis eea97337f5 add block coords to the debug panel 2024-11-06 03:17:42 +03:00
MihailRis 961773c9f9 fix potential null dereferences on incorrect block.* functions use & refactor 2024-11-06 02:55:37 +03:00
MihailRis 8ef7d43603 fix hands behaviour when paused 2024-11-06 00:52:33 +03:00
MihailRis 80e48ae302 add 'Show Generator Minimap' checkbox 2024-11-06 00:34:38 +03:00
MihailRis dc8bad2af6 fix: draw-group not copied 2024-11-05 23:12:53 +03:00
MihailRisandGitHub 1aeaa667c9 Merge pull request #350 from MihailRis/block-models-advanced
Improve block custom models
2024-11-05 22:43:36 +03:00
MihailRis 423ac2c44e add 'model-name' block property 2024-11-05 22:23:53 +03:00
MihailRis 64369fb189 fix custom model block particles when texture is not specified 2024-11-05 21:59:00 +03:00