Commit Graph
43 Commits
Author SHA1 Message Date
MihailRis 50a388c539 fix: access to deleted Sensor 2024-08-01 17:10:30 +03:00
MihailRis 2b7b68f3c2 add 'static' entity body-type 2024-07-29 15:45:28 +03:00
MihailRis 5874abff98 fix Entities.hasBlockingInside 2024-07-10 06:40:10 +03:00
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 b4cf00a8f1 add rigidbody.set/get_gravity_scale 2024-07-09 02:24:00 +03:00
MihailRis f52a435aea add Hitbox.gravityMultiplier 2024-07-09 02:14:14 +03:00
MihailRis f3201b7742 fix: player flight linearDamping, add verticalDamping (bool) 2024-07-08 23:53:25 +03:00
MihailRis 736e5b95b6 add radial triggers 2024-07-04 06:09:29 +03:00
MihailRis 5769be8ec8 add triggers 2024-06-30 16:25:08 +03:00
MihailRis eb2be5e8b6 add entity events: on_spawn, on_despawn 2024-06-28 12:16:31 +03:00
MihailRis 779d44b034 fix: player step height 2024-06-10 19:20:26 +03:00
MihailRis 9211e835db fix: input.add_callback and blocks placing when shift pressed 2024-06-05 18:32:43 +03:00
MihailRis 6d933ac263 converting block states to a bitfield 2024-05-31 11:13:36 +03:00
MihailRis 997cff04d1 physics-related fixes 2024-05-19 09:17:43 +03:00
MihailRis 47c6e35a0b fix 2024-05-19 08:40:43 +03:00
MihailRis 9522aedeec quick check with linters 2024-05-10 12:34:05 +03:00
MihailRis 3c6089225f cleanup 2024-05-06 17:35:05 +03:00
MihailRis 1627e21c1d the final rename 2024-05-06 03:38:19 +03:00
Sergwest 9b0cc01e68 allows to put non-square blocks next to yourself 2024-03-19 20:34:49 +03:00
MihailRis 5c89202f3f step height > 0 top collision fix 2024-01-27 04:51:57 +03:00
MihailRis 2580b9dc2f jump climbing fix 2024-01-27 01:24:56 +03:00
MihailRis 6d60cc8276 small fix 2024-01-13 21:33:36 +03:00
MihailRis 9fd675895d physics: step height 2024-01-13 21:20:25 +03:00
MihailRis 6817e613f8 Collision inside of blocks fix test 2024-01-12 20:47:15 +03:00
A-lex-Ra d671188680 small refactoring 2024-01-05 13:13:02 +06:00
MihailRisandGitHub 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
Ara e45d85bc5a minimize defines 2023-12-04 22:50:00 +06:00
MihailRis 1d5037893c General refactor 2023-11-30 04:30:40 +03:00
MihailRis de134dc2e5 PhysicsSolver minor refactor, changed crouch speed 2023-11-30 00:18:31 +03:00
MihailRis c30dc594b2 crouch fix 2023-11-29 22:27:39 +03:00
MihailRis efacb041b5 blocks hitboxes physics 2023-11-29 21:22:42 +03:00
MihailRisandGitHub 754c5b80d0 voxels renderer rebuilt, WorldFiles fix 2023-11-02 13:23:52 +03:00
lllzebralll 8e68a47712 refactoring 2022-12-08 21:20:45 +03:00
MihailRis 8a073e4e8a world-wide commit to ruin everything 2022-10-28 22:44:32 +03:00
MihailRisandGitHub 76abbf86b0 Merge pull request #6 from MihailRis/part-11
Part 11
2022-03-12 23:32:25 +03:00
MihailRisandGitHub 07e2fe8b3b Fixed 'onground' && turning-off flight mode if onground 2022-03-06 02:38:20 +03:00
MihailRisandGitHub e0225286a2 Add files via upload 2022-03-06 02:36:44 +03:00
MihailRisandGitHub 20015dab72 Fixed 'onground' && turning-off flight mode if onground 2022-03-06 02:30:11 +03:00
MihailRisandGitHub b6c328fe1d Added flight mode ('F' button) 2022-03-04 17:44:14 +03:00
MihailRisandGitHub 1dd9a72fb3 Fixed zoom, changed camera shaking parameters 2022-03-04 16:53:55 +03:00
MihailRisandGitHub 10931372cc Fixed PhysicsSolver, added zoom, linear_damping 2022-03-03 21:36:23 +03:00
MihailRisandGitHub 1a00a11917 All changes made for 10th part of tutorial
voxel_engine.cpp - changed structure, added character controls, physics
almost all files are modified (including shaders)
+ new source directory - physics
2021-08-04 01:45:04 +03:00