222 Commits

Author SHA1 Message Date
MihailRis
abc3e47feb world.lua script 2024-01-26 18:37:10 +03:00
MihailRis
a4a5aef422 skybox: added moon and stars 2024-01-26 02:49:42 +03:00
MihailRis
b42a517cc6 lua: file.write fix 2024-01-26 01:41:32 +03:00
MihailRis
04a9c2045e lua: file library 2024-01-25 16:04:02 +03:00
MihailRis
b7fbb8621a content-pack id validation + refactor 2024-01-25 03:40:08 +03:00
MihailRis
5687e55094 default load-speed set to 4 + minor refactor 2024-01-24 20:43:52 +03:00
MihailRis
58fbb96f2c chunks controller & lighting optimizations 2024-01-24 20:22:21 +03:00
MihailRis
5d931eacc6 additional optimizations 2024-01-24 19:59:12 +03:00
MihailRis
4ea36f8996 experimental optimizations 2024-01-24 18:23:48 +03:00
MihailRis
e457e3da39 lua: 'core' prefix support + minor refactor 2024-01-23 23:52:42 +03:00
MihailRis
5c36f59b4f added time.uptime() and sleep(timesec) 2024-01-22 18:38:46 +03:00
MihailRis
5188ee7bd8 on_blocks_tick event 2024-01-22 14:28:39 +03:00
MihailRis
31eda1abb2 lua: world.get_total_time + set_block_user_bits fix 2024-01-22 09:52:26 +03:00
MihailRis
ff7f18fa7b added stdlib.lua + lua errors handling update 2024-01-22 08:14:52 +03:00
MihailRis
5142f3b4e7 Inventory (WIP part I) 2024-01-21 15:23:46 +03:00
MihailRis
fe5cab0db0 small fix 2024-01-20 23:44:35 +03:00
MihailRis
1938ccc803 increased world loading speed and ui scroll 2024-01-19 03:53:30 +03:00
MihailRis
097e6fde2f removed debug profiling 2024-01-18 00:55:46 +03:00
MihailRis
6214e1a507 randomTick sped up with faster rand implementation 2024-01-17 23:41:11 +03:00
MihailRis
d7f2771da4 lua: pack.get_folder(pack_name) + shader fix 2024-01-17 23:10:06 +03:00
MihailRis
45315a1801
Merge pull request #117 from A-lex-Ra/main
fix redundant model dependency in player interaction
2024-01-17 16:38:57 +03:00
MihailRis
377c8e5029 the big refactor + extracted data classes from coders/json to data/dynamic 2024-01-17 16:32:53 +03:00
A-lex-Ra
3473aeb309 replace target fix 2024-01-17 19:26:09 +06:00
MihailRis
3837cdcf95 binary json format introduced + specification 2024-01-16 19:05:27 +03:00
@clasher113
100f87056c Camera rotation fix 2024-01-15 18:48:36 +02:00
MihailRis
cec8d75b7d added content error message screen on world creation 2024-01-14 20:10:50 +03:00
MihailRis
0b48a77e2d world.set_day_time fix 2024-01-14 17:37:42 +03:00
MihailRis
beddfb5359 scripting prevent-default fix 2024-01-14 15:00:11 +03:00
MihailRis
3183513e55 luaL_openlib replacement fix 2024-01-13 20:48:24 +03:00
MihailRis
5569bd711e added bazalt_breaker + scripting fix 2024-01-13 14:07:49 +03:00
MihailRis
40987f16b6 small lua fix 2024-01-13 11:16:44 +03:00
MihailRis
444a2061c5 lua: player functions update 2024-01-12 14:18:29 +03:00
MihailRis
faabb8178a New scripting features 2024-01-12 12:16:54 +03:00
MihailRis
9760cff8f4 Refactor 2024-01-10 16:41:51 +03:00
MihailRis
abd28514e4 Content error messages 2024-01-09 20:19:46 +03:00
MihailRis
c9576f1fc4 Minor item refactor 2024-01-09 12:58:35 +03:00
MihailRis
b5739c678f Items intruduced (part II) 2024-01-09 00:49:17 +03:00
MihailRis
4a57e71e81 Items intruduced (WIP) 2024-01-08 01:11:22 +03:00
A-lex-Ra
d671188680 small refactoring 2024-01-05 13:13:02 +06:00
MihailRis
ee691f8c3f script states renamed to user bits 2024-01-04 15:34:51 +03:00
MihailRis
06f66ffd71 Voxel changed from 16 bit to 32 bit + new lua functions 2024-01-04 15:27:07 +03:00
MihailRis
0d36f52bdd Lua: added get_player_rot, set_player_rot 2024-01-03 16:53:33 +03:00
MihailRis
d2ace01c07 minor refactor 2023-12-30 00:02:17 +03:00
MihailRis
e7e7bbbe59 leak fix 2023-12-29 23:59:33 +03:00
MihailRis
188e2b81b7 Block interaction prevention feature (Shift key) 2023-12-29 23:57:27 +03:00
MihailRis
9ebbe1029d New block properties and lua functions 2023-12-29 21:18:14 +03:00
MihailRis
d2a40d31a4 scripting: get_player_pos, set_player_pos 2023-12-29 00:46:26 +03:00
MihailRis
2c75a0bee4 scripting: on_interact (right click on block) callback 2023-12-29 00:31:21 +03:00
quflax
4d281ff03b dasdasdasdas 2023-12-27 15:01:18 +02:00
MihailRis
acce49f188
Scripting WIP (#70)
* Scripting introduced

* AppImage workflow fixes

* AppImage workflow simplified

* README.md update

* README.md update

* small fix
2023-12-25 05:26:03 +03:00