Commit graph

25 commits

Author SHA1 Message Date
Sara 988a87712b player animation speed set to 8fps 2023-11-12 16:05:20 +01:00
Sara c86904dd45 player now animates 2023-11-12 14:01:09 +01:00
Sara fb53954205 reformatted player input calls 2023-11-11 12:57:44 +01:00
Sara 86ba2b8c29 implemented new input system 2023-11-05 23:12:56 +01:00
Sara 78e4558786 input listeners now take object arguments 2023-11-02 21:00:02 +01:00
Sara a1add96b9b changed player collision bevels to 45-degree angles with 0.01 radius 2023-11-02 19:39:37 +01:00
Sara a6d50decc7 player now has a constructor and implements drop 2023-11-02 14:27:14 +01:00
Sara d52ae5fe45 changed jump speed and reordered collision shape points for player 2023-10-25 23:25:23 +02:00
Sara def06c4018 changed shape of player collision shape 2023-10-25 20:25:49 +02:00
Sara 75e5feecf2 player can only adjust movement when on the ground 2023-10-25 14:11:43 +02:00
Sara 32e6068f2a simplified player spawn function 2023-10-25 12:17:45 +02:00
Sara 3263c87cca implemented jump 2023-10-25 00:14:35 +02:00
Sara 4047d04686 renamed physics_entity_solve_contacts (was default_contact_solver) 2023-10-24 23:18:13 +02:00
Sara e86fa1bdef implemented collision constraint solver 2023-10-24 23:14:30 +02:00
Sara f373fada26 added custom collision solvers 2023-10-22 11:25:44 +02:00
Sara aa9a51dc76 improvements to collision solvers 2023-10-19 13:51:17 +02:00
Sara 37b1fc3228 implemented velocity verlet integration 2023-10-18 22:51:56 +02:00
Sara ed274c415f IT FUCKING WORKS (collision resolution is now working) 2023-10-18 13:21:02 +02:00
Sara 74369d88fe more debugging for collision sovler 2023-10-17 17:17:16 +02:00
Sara c7e6b2aa29 progress on physics 2023-10-16 21:31:48 +02:00
Sara 6cc16cf1f8 moved input code to player.c 2023-10-14 20:55:21 +02:00
Sara 878b4c5595 added debugging logs for player collision 2023-10-08 23:10:27 +02:00
Sara 4e966b42a8 player now implements SpriteEntity 2023-10-08 23:10:13 +02:00
Sara 7337592855 added behaviour entity type 2023-10-07 22:58:51 +02:00
Sara c136bc1494 implemented basic player struct with impl for behaviour physics and transformable 2023-10-07 18:42:09 +02:00