MihailRis
|
1a246e2ae0
|
feat: menu pages dispatching
|
2025-01-16 07:40:34 +03:00 |
|
MihailRis
|
9cd3f3e4c8
|
add entity:get_player()
|
2025-01-16 06:50:01 +03:00 |
|
MihailRis
|
2a1684c126
|
fix page request arguments
|
2025-01-09 02:16:40 +03:00 |
|
MihailRis
|
0a1a16299e
|
move menu pages loader to Lua & add gui.load_document, file.ext(), file.prefix() & add core:gui_util module
|
2025-01-06 16:07:16 +03:00 |
|
MihailRis
|
bd9018dafe
|
add pack.assemble(...), app.config_packs(...)
|
2025-01-03 23:51:36 +03:00 |
|
MihailRis
|
9490d1f7ea
|
change default byte order in bit_converter to BE and fix byte manipulation functions
|
2024-12-30 06:29:52 +03:00 |
|
MihailRis
|
aad0ea84eb
|
convert tabs to spaces
|
2024-12-30 06:23:42 +03:00 |
|
MihailRis
|
4d1f44ada1
|
add core:tests_util module & add base_entities test
|
2024-12-29 22:42:24 +03:00 |
|
MihailRis
|
c9b69fdfb2
|
fix data_buffer:put_bytes
|
2024-12-22 02:32:00 +03:00 |
|
MihailRis
|
212cc486d4
|
optimize data_buffer:put_bytes for Bytearray
|
2024-12-22 02:22:00 +03:00 |
|
Onran
|
1058da074c
|
Add files via upload
|
2024-12-06 17:13:33 +09:00 |
|
Onran
|
657069cd48
|
migration to ByteArray + small fix
|
2024-12-02 14:57:26 +09:00 |
|
MihailRis
|
fae372d19f
|
feat: item models generation simple & remove core:item_models
|
2024-10-26 18:42:21 +03:00 |
|
MihailRis
|
8e269e3693
|
fix stdcomp.lua
|
2024-08-11 21:16:37 +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
|
e8a8fb3d60
|
add base:player_animator component
|
2024-07-23 22:55:34 +03:00 |
|
MihailRis
|
27a7d7eb44
|
add module 'item_models'
|
2024-07-23 22:23:25 +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
|
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
|
0df5d34e04
|
add logging functions to the library 'debug'
|
2024-07-16 12:32:00 +03:00 |
|
MihailRis
|
d5877a342f
|
feature: bone model overriding
|
2024-07-16 10:00:40 +03:00 |
|
MihailRis
|
8bb736bef0
|
add skeleton:is_visible(...), skeleton:set_visible(...)
|
2024-07-15 12:05:11 +03:00 |
|
MihailRis
|
055781eeaf
|
add skeleton:index(...) and player test model
|
2024-07-15 08:56:27 +03:00 |
|
MihailRis
|
035b51ff85
|
add entity:get_skeleton
|
2024-07-13 03:13:28 +03:00 |
|
MihailRis
|
ffb0ab2f05
|
add skeleton:get_texture
|
2024-07-13 01:51:50 +03:00 |
|
MihailRis
|
3b24982c0d
|
rename entity:set_rig to entity:set_skeleton
|
2024-07-13 01:25:32 +03:00 |
|
MihailRis
|
6214bf4a19
|
add rigidbody.get_linear_damping, .set_linear_damping
|
2024-07-13 00:05:10 +03:00 |
|
MihailRis
|
60f4f33180
|
rename rig to skeleton
|
2024-07-10 04:28:12 +03:00 |
|
MihailRis
|
0a14d6220a
|
add BodyType, fix crouching
|
2024-07-09 06:39:05 +03:00 |
|
MihailRis
|
371acf0008
|
add rigidbody.is_grounded
|
2024-07-09 04:41:37 +03:00 |
|
MihailRis
|
f4653878a2
|
add player.get/set_entity
|
2024-07-09 04:27:18 +03:00 |
|
MihailRis
|
9d98c40528
|
add rigidbody.set/is_vdamping
|
2024-07-09 02:55:02 +03:00 |
|
MihailRis
|
0d230f2449
|
add entity 'on_render' event
|
2024-07-07 22:59:15 +03:00 |
|
MihailRis
|
f0270d3391
|
feat: saving entities (WIP)
|
2024-07-05 05:16:31 +03:00 |
|
MihailRis
|
019a88ef84
|
add entity:get_component(...)
|
2024-07-04 20:54:45 +03:00 |
|
MihailRis
|
8f379f2ee7
|
feat: multiple components per entity support
|
2024-07-04 19:47:52 +03:00 |
|
MihailRis
|
a6aa42a521
|
add transform:get_size(), :set_size(...)
|
2024-07-04 06:18:11 +03:00 |
|
MihailRis
|
7c5f8107de
|
update drop-item model
|
2024-07-03 17:46:03 +03:00 |
|
MihailRis
|
48b5be6bc9
|
add drop-item model, new block functions
|
2024-07-03 16:34:09 +03:00 |
|
MihailRis
|
39d850a48c
|
add modeltree:set_texture
|
2024-07-03 03:33:39 +03:00 |
|
MihailRis
|
42ea88501d
|
add modeltree:get_matrix, :set_matrix
|
2024-07-02 22:13:16 +03:00 |
|
MihailRis
|
3fe66e134d
|
add modeltree:get_model(index)
|
2024-07-02 17:06:33 +03:00 |
|
MihailRis
|
8e08f79b54
|
add modeltree component
|
2024-07-01 22:09:52 +03:00 |
|
MihailRis
|
15496070e0
|
add "triggers" entity property
|
2024-06-30 23:14:02 +03:00 |
|
MihailRis
|
982c8b132d
|
add on_update event
|
2024-06-29 22:19:42 +03:00 |
|
MihailRis
|
f42cd9e567
|
fix entity removal
|
2024-06-29 21:20:12 +03:00 |
|
MihailRis
|
fc3994446a
|
update entity script semantics
|
2024-06-29 21:01:30 +03:00 |
|
MihailRis
|
c54be7b2b1
|
add standard components test
|
2024-06-28 18:57:40 +03:00 |
|