Commit Graph
401 Commits
Author SHA1 Message Date
MihailRis c94c2697e7 rename Trigger to Sensor 2024-07-09 07:37:20 +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 848de01448 move built-in components to separate cpp files 2024-07-09 02:36:14 +03:00
MihailRis b4cf00a8f1 add rigidbody.set/get_gravity_scale 2024-07-09 02:24:00 +03:00
MihailRis cb37d3b00c refactor libentity.cpp 2024-07-09 02:20:22 +03:00
MihailRis 3cafc39555 Merge branch 'main' into entities 2024-07-08 23:29:48 +03:00
Cogi Asd 175cfdf488 fix func 2024-07-08 23:15:53 +03:00
Cogi Asd e55d6a36e3 fix func in libvecn 2024-07-08 22:48:05 +03:00
MihailRis 19c6a82ab2 refactor Entities load + loading velocity 2024-07-08 22:47:01 +03:00
Cogi Asd 783050c488 ref: func in libvecn.cpp 2024-07-08 22:29:29 +03:00
Cogi Asd 48f5926f1d small fix in libvecn.cpp 2024-07-08 22:13:16 +03:00
Cogi Asd ae62494dd2 final overload for functions 2024-07-08 22:10:55 +03:00
Cogi Asd c8dc491e4e add: overloading for functions in libvecn.cpp 2024-07-08 21:43:54 +03:00
Cogi Asd 75344023d8 ref: name in libworld.cpp & docs 2024-07-08 21:29:16 +03:00
Cogi Asd 59c50e727b reverse: libplayer 2024-07-08 20:36:56 +03:00
Cogi Asd e7501a17ac ref: libcore, libvecn 2024-07-08 20:20:37 +03:00
MihailRis 3cd0261f3b refactor and cleanup player controller 2024-07-08 19:43:13 +03:00
Cogi Asd 97b0d99ce6 upd: docs for vectors, libvecn.cpp 2024-07-08 19:36:09 +03:00
MihailRis 487ba84517 implement player entity 2024-07-08 18:45:35 +03:00
Cogi Asd 98504b9f48 add docs for vectors 2024-07-08 17:11:36 +03:00
Cogi Asd 18ed0e6353 update vectors 2024-07-08 16:12:42 +03:00
Cogi Asd 9c45f187f8 ref vectors 2024-07-08 14:54:19 +03:00
Cogi Asd 9a43940baf ref stdcmd.lua, libvecn.cpp 2024-07-08 14:32:59 +03:00
Cogi Asd a039b2f667 small ref libvecn.cpp 2024-07-08 12:33:28 +03:00
Cogi Asd 42b753d485 ref set/get_vel_time() 2024-07-08 12:26:01 +03:00
Cogi Asd aed072d3b0 add docs for libcore.cpp 2024-07-08 11:37:22 +03:00
MihailRis 49aa64a033 change rigs role from assets to content units 2024-07-08 05:03:09 +03:00
MihailRis 7dfda981a8 remove Player.hitbox (WIP) 2024-07-08 03:51:46 +03:00
Cogi Asd 7a1c035f01 add: lua func 2024-07-07 23:53:27 +03:00
MihailRis 0d230f2449 add entity 'on_render' event 2024-07-07 22:59:15 +03:00
MihailRis 85c485c9a3 add input.is_active and .is_pressed 2024-07-07 22:33:13 +03:00
MihailRis c8666910ce feat: loading entities (WIP) 2024-07-05 22:51:03 +03:00
MihailRis 08cc78289d add entity on_save event and SAVED_DATA variable 2024-07-05 18:35:46 +03:00
MihailRis f0270d3391 feat: saving entities (WIP) 2024-07-05 05:16:31 +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 e6c3775286 improve drop visuals 2024-07-03 21:09:38 +03:00
MihailRis 4b084dffad add aabb drop models support 2024-07-03 19:21:05 +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 1c4e13dc67 add block.get_textures 2024-07-03 05:15:15 +03:00
MihailRis 39d850a48c add modeltree:set_texture 2024-07-03 03:33:39 +03:00
MihailRis 5b154b57b3 implement actual items dropping 2024-07-02 23:36:38 +03:00
MihailRis 42ea88501d add modeltree:get_matrix, :set_matrix 2024-07-02 22:13:16 +03:00
MihailRis 0082a3444e update component parent environment to the pack environment 2024-07-02 20:01:29 +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