Commit Graph
100 Commits
Author SHA1 Message Date
MihailRis f262c0f297 fix libplayer.md 2024-11-27 18:25:54 +03:00
MihailRis 4b42369c31 update PLAYER_AIR_DAMPING value to 8 2024-11-26 12:56:31 +03:00
MihailRisandGitHub d29621d42f Merge pull request #378 from MihailRis/user-properties
User properties
2024-11-26 11:37:45 +03:00
MihailRis b74b280009 add ui 'id' read-only property 2024-11-26 11:27:52 +03:00
MihailRis 1cd890ff88 add config/user-props.toml combined object 2024-11-26 11:21:04 +03:00
MihailRis b3ac1bd8f4 update base:drop component 2024-11-26 11:01:29 +03:00
MihailRis 51eadd397c fix 2024-11-26 09:44:17 +03:00
MihailRis c97f26b06e introduce 'base:durability' property 2024-11-26 09:43:27 +03:00
MihailRis 0ba0584c5d add function inventory.move_range 2024-11-26 09:32:53 +03:00
MihailRis f6ab0de5af update Inventory::move 2024-11-26 08:53:32 +03:00
MihailRis af185a5a40 update cracks 2024-11-26 08:53:14 +03:00
MihailRis a5a9a4b9ce update base pack 2024-11-26 08:40:15 +03:00
MihailRis d9277e1b31 mip-mapping related fixes 2024-11-25 15:39:34 +03:00
MihailRis 7ddf3f7537 minimize chunks overdraw 2024-11-25 13:12:47 +03:00
MihailRis 97cf597a01 update WorldRenderer::renderHands 2024-11-25 12:31:10 +03:00
MihailRis b7b11d9b2a set player tick rate to 60 2024-11-25 08:38:32 +03:00
MihailRis ea295e3d43 reduce drop model sizes 2024-11-25 08:24:00 +03:00
MihailRis f4e1f4cfaf Merge branch 'main' into user-properties 2024-11-25 08:18:29 +03:00
MihailRisandGitHub 8f95964faa Merge pull request #383 from MihailRis/new-inventoryview-features
New InventoryView features
2024-11-25 07:31:40 +03:00
MihailRis e34620b9bd update doc/*/xml-ui-layouts.md 2024-11-25 07:21:11 +03:00
MihailRis 69df0eba1b add 'taking' and 'placing' xml properties to slot and slots-grid 2024-11-25 07:12:40 +03:00
MihailRis 4e25362f9b set slot tooltip delay to 0 & refactor 2024-11-24 17:56:14 +03:00
MihailRis e8ee3e04b1 fix disabled slots display 2024-11-24 17:47:28 +03:00
MihailRis 81775f3304 update base:drop component 2024-11-24 17:21:19 +03:00
MihailRis bc17abc8b3 add module 'base:util' & fix attack 2024-11-24 15:02:17 +03:00
MihailRis f095edda7a Merge branch 'main' into user-properties 2024-11-24 12:58:09 +03:00
MihailRis 1a00a91b60 fix: commands repository not reset before world open 2024-11-24 12:54:05 +03:00
MihailRis 9ed80ec835 disable traceback lines with non-existing files 2024-11-24 12:09:46 +03:00
MihailRisandGitHub 5039bdfc63 Merge pull request #381 from MihailRis/update-docs
Update docs
2024-11-23 16:46:37 +03:00
MihailRis 761a19a960 add doc/en/3d-text.md 2024-11-23 16:36:47 +03:00
MihailRis 72ae0d5d55 add doc/ru/3d-text.md 2024-11-23 16:22:08 +03:00
MihailRis 9ac22f86e1 update default 3d text 'perspective' value 2024-11-23 16:20:07 +03:00
MihailRis c8a08628be add gfx.particles docs reference to scripting.md 2024-11-23 15:23:52 +03:00
MihailRis 8c0d360543 add doc/*/scripting/builtins/libbase64.md 2024-11-23 15:11:17 +03:00
MihailRis 89578ff257 add json and toml libraries docs reference to scripting.md 2024-11-23 14:56:06 +03:00
MihailRis bcf920a251 add xray_opacity support to projected 3d text 2024-11-23 14:16:58 +03:00
MihailRis 6ec33ab98c fix stdlib.lua 2024-11-23 14:14:19 +03:00
MihailRisandGitHub cd4c92790f Merge pull request #379 from MihailRis/player-names
Player names
2024-11-23 08:21:25 +03:00
MihailRis dc22fec584 fix msvc build 2024-11-23 08:10:18 +03:00
MihailRis e1579f0c25 add player_name text3d preset 2024-11-23 08:00:35 +03:00
MihailRis 65e5063326 add player names display 2024-11-23 07:41:44 +03:00
MihailRis acc4d2540d add player name 2024-11-23 05:38:18 +03:00
MihailRis 97a4741a73 fix 2024-11-23 05:23:23 +03:00
MihailRis 7027bd6f28 add Players 2024-11-23 05:14:12 +03:00
MihailRis 5f496eecb2 Merge branch 'main' into player-names 2024-11-23 04:25:05 +03:00
MihailRisandGitHub 6f9e4c35c3 Merge pull request #380 from clasher113/main
sorted meshes: check for frustum
2024-11-23 04:24:43 +03:00
MihailRis 404fa3d0e2 fix msvc build 2024-11-22 16:28:53 +03:00
MihailRis bd2acd5766 refactor players 2024-11-22 16:17:13 +03:00
MihailRis 7f41f95013 add version to world info 2024-11-22 14:08:01 +03:00
MihailRis f2e7a54180 add on_replaced block event and on_block_replaced world event 2024-11-22 12:31:45 +03:00
MihailRis cd630463b3 add block.properties, item.properties (experimental) 2024-11-22 11:08:36 +03:00
MihailRisandGitHub b40c8c4b4c Merge pull request #377 from MihailRis/update-scripts-lifetime
Update scripts lifetime
2024-11-22 10:12:55 +03:00
MihailRis ea2f7ede0d update doc/*/scripting/builtins/libblock.md 2024-11-22 10:02:18 +03:00
MihailRis a200c3988b feat: load entity components after content load 2024-11-22 09:51:34 +03:00
MihailRis 0ec081a3ae feat: load world scripts after content load 2024-11-22 09:47:43 +03:00
MihailRis 8543be87df add block.materials table 2024-11-22 09:36:48 +03:00
MihailRis a641099d36 feat: load block and item scripts after content load 2024-11-22 08:56:59 +03:00
MihailRisandGitHub 4c0c6dd51a Merge pull request #374 from MihailRis/block-cracks
Block Cracks & update Player
2024-11-21 07:37:09 +03:00
MihailRis 1c7a7cedcc remove space between Worlds and Settings buttons 2024-11-21 07:36:53 +03:00
MihailRisandGitHub 51b0172611 Merge pull request #376 from callfishxt/main
Add worlds menu
2024-11-21 07:32:59 +03:00
MihailRis 3cd3fe94de update doc/*/scripting/events.md 2024-11-21 07:25:31 +03:00
MihailRis 61b1aa8e3d add gfx.blockwraps library & add on_player_tick world event 2024-11-21 06:48:23 +03:00
MihailRis 2ba90625ce add player.is_instant_destruction, .set_instant_destruction 2024-11-21 05:02:45 +03:00
MihailRis 005bcfb436 minor controllers refactor 2024-11-20 18:03:39 +03:00
MihailRis 9e02f1122f add BlockWrapsRenderer (WIP) 2024-11-20 14:42:53 +03:00
MihailRis 14b596140d add player.is_infinite_items, .set_infinite_items 2024-11-20 13:19:49 +03:00
MihailRis f4f479d389 move 'devtools:console' binding handler to __vc_on_hud_open 2024-11-20 12:15:09 +03:00
MihailRis e842b217da add 'args' parameter to hud.show_overlay 2024-11-20 11:10:05 +03:00
MihailRis 02578a6276 simplify local modules loading 2024-11-20 07:49:21 +03:00
MihailRis eb9a89ed96 fix first console open 2024-11-20 06:56:48 +03:00
MihailRis 4edab4a89a add 'cracks' separate atlas to base 2024-11-20 04:58:56 +03:00
MihailRis 784f93666c add 'separate' atlas type & get rid of assets loading entries duplicates 2024-11-20 04:30:19 +03:00
MihailRis 0144709e03 add 'u_alphaClip' to entity shader 2024-11-19 14:33:14 +03:00
MihailRis 495e444d1f fix MainBatch::cube 2024-11-19 13:30:52 +03:00
MihailRis e70d30b9a2 feat: auto patch invalid inventory id pre 0.25 2024-11-19 12:18:59 +03:00
MihailRis 371fdaedce fix World::nextInventoryId 2024-11-19 12:04:56 +03:00
MihailRis 6f6c2a916a fix block inventory unbinding 2024-11-19 11:46:04 +03:00
MihailRis 24d198b236 update some xml templates 2024-11-19 10:41:57 +03:00
MihailRisandGitHub cb27bd0fba Merge pull request #373 from MihailRis/update-particles
Update particles
2024-11-19 10:16:20 +03:00
MihailRis b66fb87427 Merge branch 'main' into update-particles 2024-11-19 10:15:42 +03:00
MihailRis a015d74af5 update file library warnings 2024-11-19 10:04:26 +03:00
MihailRis c543575150 replace '<string>' source name with '[string]' 2024-11-19 09:53:15 +03:00
MihailRis 134deb0ae6 fix typo 2024-11-19 09:39:46 +03:00
MihailRis 6e0434c5c8 import '\t' to editor as 4 spaces 2024-11-19 08:56:07 +03:00
MihailRisandGitHub 6736613dc2 Merge pull request #372 from MihailRis/console-tabs
Console Tabs
2024-11-19 08:41:44 +03:00
MihailRis 78ea12aa26 add console on_open 'mode' argument 2024-11-19 08:30:50 +03:00
MihailRis e80b10dbda fix logContainer size 2024-11-19 08:17:56 +03:00
MihailRis b9d085c1b3 minor refactor 2024-11-19 08:04:30 +03:00
MihailRis 53c54dc91d fix xml text escapes handling 2024-11-19 07:41:26 +03:00
MihailRis f9f150f0aa fix entity component script source path in lua traceback 2024-11-19 07:35:38 +03:00
MihailRis 29d8c4bbb8 add Lua traceback inspector (WIP) && add chat prototype 2024-11-19 07:32:03 +03:00
MihailRis 66be215101 add advanced lua errors handler & fix hud script source path in traceback 2024-11-19 07:26:28 +03:00
MihailRis 2412699b89 add 'scroll-step' property to container 2024-11-19 06:46:54 +03:00
MihailRis 5c005b4f9a remove extra frames from on_deprecated_call traceback 2024-11-19 06:01:59 +03:00
MihailRis c5c9ef379e add textbox:lineAt and textbox:linePos 2024-11-19 05:57:46 +03:00
MihailRis 6a466cf1ec fix DrawContext 2024-11-19 05:57:02 +03:00
MihailRis 2bc6cbda2e fix \' escape parsing 2024-11-19 04:38:36 +03:00
MihailRis 2cf51a6941 add 'line-numbers' property to textbox & make TextBox extend Container instead of Panel 2024-11-19 04:21:05 +03:00
MihailRis 9dc09e920c remove extra frames from debug.get_traceback result 2024-11-18 14:48:05 +03:00
MihailRis 3146bf0133 fix 2024-11-18 14:44:44 +03:00