MihailRis
|
effdac2d4d
|
add entities.def_hitbox function
|
2024-10-29 21:16:25 +03:00 |
|
MihailRis
|
3e86d49a7b
|
add utf8.upper, utf8.lower
|
2024-10-27 21:32:30 +03:00 |
|
MihailRis
|
7afdde5912
|
add world.get_generator
|
2024-10-26 22:46:26 +03:00 |
|
MihailRis
|
137e6fc767
|
add utf8.sub
|
2024-10-26 11:24:58 +03:00 |
|
MihailRis
|
bd60d05c3a
|
add utf8 library docs
|
2024-10-26 11:07:48 +03:00 |
|
MihailRis
|
b108c4710d
|
update events.md
|
2024-10-23 13:38:53 +03:00 |
|
Sergwest585
|
67f7006ad0
|
add get_binding_text() for script api
|
2024-10-20 01:22:49 +03:00 |
|
MihailRis
|
4844997c6a
|
add bjson library & update /doc/en/scripting/filesystem.md
|
2024-10-17 09:04:31 +03:00 |
|
MihailRis
|
c340eba358
|
update doc/en/**
|
2024-10-16 02:23:29 +03:00 |
|
MihailRis
|
917f47542f
|
move pack library docs to libpack.md
|
2024-10-16 01:37:01 +03:00 |
|
MihailRis
|
08ebfa15db
|
add read-only UI contentOffset property
|
2024-10-15 05:56:15 +03:00 |
|
MihailRis
|
4dfa235f12
|
add item.caption(...) function & move item library docs to libitem.md
|
2024-10-15 04:48:01 +03:00 |
|
MihailRis
|
57e397e692
|
update doc/*/scripting/builtins/libcameras.md
|
2024-10-15 04:38:18 +03:00 |
|
MihailRis
|
87cf6c41bc
|
update block.get_field, block.set_field and fields-related docs
|
2024-10-02 17:56:19 +03:00 |
|
MihailRis
|
221a34fa2e
|
add block data-fields to docs
|
2024-10-02 17:00:51 +03:00 |
|
REDxEYE
|
615dd23913
|
block.raycast: fix documentation
|
2024-08-20 18:17:11 +03:00 |
|
REDxEYE
|
a48d54aa27
|
block.raycast/entity.raycast: Updated docs to reflect changes
|
2024-08-20 15:33:29 +03:00 |
|
MihailRis
|
5b5abd1ab0
|
update doc/**/libplayer.md
|
2024-08-06 21:08:35 +03:00 |
|
MihailRis
|
24b3045c07
|
update doc/*/libplayer.md
|
2024-08-05 20:46:46 +03:00 |
|
MihailRis
|
811599b55a
|
fix docs typos
|
2024-08-05 20:39:16 +03:00 |
|
MihailRis
|
cba06c18ad
|
fix doc/**/user-input.md
|
2024-08-02 03:02:33 +03:00 |
|
MihailRis
|
f8907f7db1
|
add on_update, on_render to docs & change entities tps to 20
|
2024-08-01 16:04:27 +03:00 |
|
MihailRis
|
eefaafd1e7
|
update block.compose_state, block.decompose_state semantics
|
2024-07-31 14:56:42 +03:00 |
|
MihailRis
|
3a1ae57bbf
|
fix: mat4.decompose (-Wmaybe-uninitialized)
|
2024-07-31 14:45:09 +03:00 |
|
MihailRis
|
753fb6bf3b
|
add vec2.angle(...)
|
2024-07-29 16:54:57 +03:00 |
|
MihailRis
|
2b7b68f3c2
|
add 'static' entity body-type
|
2024-07-29 15:45:28 +03:00 |
|
MihailRis
|
d6696b54cb
|
add 'normal' argument to on_use_on_block event
|
2024-07-29 15:23:04 +03:00 |
|
MihailRis
|
26dcac0134
|
add doc/**/libplayer.md
|
2024-07-27 13:36:29 +03:00 |
|
MihailRis
|
adafc94fa1
|
add block.compose_state(...), block.decompose_state(...)
|
2024-07-27 13:23:35 +03:00 |
|
MihailRis
|
058daf6117
|
add camera:look_at optional interpolation parameter
|
2024-07-22 19:32:05 +03:00 |
|
MihailRis
|
e0cb57a10a
|
add quat Lua library
|
2024-07-22 19:05:27 +03:00 |
|
MihailRis
|
012e81d4c9
|
add doc/**/cameras.md & update cameras library
|
2024-07-22 16:50:03 +03:00 |
|
MihailRis
|
52c39d25d0
|
add skeleton:get_color(), skeleton:set_color(...)
|
2024-07-20 21:15:04 +03:00 |
|
MihailRis
|
02c9c4ced3
|
add mat4.from_quat(...) & update mat4.decompose(...)
|
2024-07-19 07:48:42 +03:00 |
|
MihailRis
|
3549c1f326
|
update entity methods set
|
2024-07-18 12:08:43 +03:00 |
|
MihailRis
|
d285ffb2f7
|
update entities library semantics
|
2024-07-18 11:54:37 +03:00 |
|
MihailRis
|
c9257ec127
|
add block.place(...), block.destruct(...)
|
2024-07-18 08:41:16 +03:00 |
|
MihailRis
|
8082048d39
|
update doc/**/libentities.md
|
2024-07-17 20:37:19 +03:00 |
|
MihailRis
|
5a3f28f2b5
|
add entities.name(...) and entity:get_name(...)
|
2024-07-17 20:15:45 +03:00 |
|
MihailRis
|
1eac343619
|
add entities.get_all(...), .get_all_in_box(...), .get_all_in_radius(...)
|
2024-07-17 14:51:55 +03:00 |
|
MihailRis
|
c9958c9718
|
add new input.* functions to docs
|
2024-07-16 17:52:18 +03:00 |
|
MihailRis
|
ef22b2d7e0
|
add entity events to docs
|
2024-07-16 14:29:56 +03:00 |
|
MihailRis
|
d5877a342f
|
feature: bone model overriding
|
2024-07-16 10:00:40 +03:00 |
|
MihailRis
|
055781eeaf
|
add skeleton:index(...) and player test model
|
2024-07-15 08:56:27 +03:00 |
|
MihailRis
|
e8e3626c63
|
add english version of vecn.md
|
2024-07-15 06:33:48 +03:00 |
|
MihailRis
|
9cdf3e29cc
|
add entities.raycast & update docs structure
|
2024-07-15 05:42:09 +03:00 |
|
MihailRis
|
4952de4716
|
add english version of the ecs.md
|
2024-07-13 10:51:21 +03:00 |
|
MihailRis
|
dc926ce4df
|
add mat4.look_at(...)
|
2024-07-11 03:31:48 +03:00 |
|
MihailRis
|
66dd54b548
|
add mat4.decompose
|
2024-06-21 19:43:45 +03:00 |
|
MihailRis
|
bcbec562ac
|
add mat4.determinant(...)
|
2024-06-19 14:38:50 +03:00 |
|