Commit Graph
21 Commits
Author SHA1 Message Date
no 5b5960d554 Handling of the inputs done. Determines what the characters next frames will be depending on what th player has input. 2021-06-07 17:38:35 +02:00
no 67d4c9be53 Added lots of parameters to Entity and Character so it woul be easier to handle actions during gameplay. 2021-06-07 15:55:04 +02:00
no 2b0adacbcb Merge remote-tracking branch 'origin/master' 2021-06-03 13:22:57 +02:00
no 621c2222c0 Merge branch 'master' of https://gitlab.istic.univ-rennes1.fr/fautin/jeu-de-combat 2021-06-03 01:42:22 +02:00
no e83aabf56f Added functions to link gamepad inputs (as recognized by the engine) and the inputs defined in the gameplay classes. 2021-06-02 16:00:20 +02:00
no ab03782425 Merge branch 'master' of https://gitlab.istic.univ-rennes1.fr/fautin/jeu-de-combat 2021-06-02 14:27:12 +02:00
no 2fd3dc61d9 change dsome things inmatch, added the start of amain function. 2021-06-01 21:02:11 +02:00
no 6ac7b22a02 Merge branch 'Gameplay' of https://gitlab.istic.univ-rennes1.fr/fautin/jeu-de-combat.git into Gameplay 2021-05-27 15:29:51 +02:00
no 44503c5f44 added nextFrameBuffer with basic functions 2021-05-27 15:29:20 +02:00
no de54803edf created projectile class 2021-05-27 15:00:43 +02:00
no dfdf9b5d9e improved attack comments 2021-05-27 15:00:20 +02:00
no bbdcf7f1d2 Merge branch 'Gameplay' of https://gitlab.istic.univ-rennes1.fr/fautin/jeu-de-combat.git into Gameplay 2021-05-27 14:30:15 +02:00
no 31d5cad0fc Added base Attack class parameters. 2021-05-27 14:26:14 +02:00
no 2710c91b00 Added Handling of Inputs recognition. 2021-05-27 14:13:02 +02:00
no e02acbcf5c Started adjusting the handling of Inputs 2021-05-27 13:43:42 +02:00
no d6c35e24c5 slight adjustmentson the inputbuffer 2021-05-27 13:03:29 +02:00
no cc811c93a2 Completed match constructor. 2021-05-27 01:17:41 +02:00
no 4719b3e9f2 Added base for general entities and characters (sub-class of entity) 2021-05-27 01:11:59 +02:00
no 296ec9c821 Ordered files and folders a bit 2021-05-27 00:54:28 +02:00
no b3f762ca3c started making the base Match constructor. 2021-05-27 00:37:04 +02:00
no abac835b84 changed inputBuffer and added base function to have it work.
First creation of the Match
2021-05-27 00:06:12 +02:00