Commit graph

173 commits

Author SHA1 Message Date
Laureηt 939ceaed4a feat!: camera now follows arrows and players 2021-04-23 17:03:40 +02:00
Laureηt ce3b1e265a feat: bow cancel function 2021-04-23 16:26:17 +02:00
Laureηt ed9e805c88 feat: added revolving planets (and moons) 2021-04-23 16:17:09 +02:00
Laureηt 5b591e3f8e feat!:turn system finally finished
returned to old computeForce using Vectors2
2021-04-23 15:53:10 +02:00
Laureηt f82147cbcc fix: moved FPS and MouseInfo in view 2021-04-22 17:54:51 +02:00
Laureηt ea826d2ca7 feat: remove BaseActor, some cleaning necessary 2021-04-22 17:53:00 +02:00
Laureηt eb0a6a6253 feat: used Entities instead of Actors 2021-04-22 17:43:41 +02:00
Laureηt 6cd727c09d refacto: more Entities work 2021-04-22 17:29:49 +02:00
Laureηt 463e513d71 feat: created Entities 2021-04-22 16:11:50 +02:00
Laureηt a4ed374a4c fix: Entity.java 2021-04-22 14:20:17 +02:00
Laureηt 20315c3ee2 fix: java compatibility to version 8 2021-04-17 22:01:34 +02:00
Laureηt 315f3c9eba fix: minor changes 2021-04-17 17:57:54 +02:00
Pierre-Eliot Jourdan 9b92364f12 Upload New File 2021-04-16 13:16:08 +00:00
Laureηt 715e5971ae fix: turn system, kinda broken and ugly 2021-04-16 14:30:25 +02:00
Laureηt eff5fc1f99 feat: added a debugMode checkbox to settings 2021-04-16 13:57:02 +02:00
Laureηt 0355d98baf fix: slight improvments 2021-04-16 13:48:57 +02:00
Laureηt 91008f575b feat: improved the menus, turn system still broken by me 2021-04-16 13:43:59 +02:00
Laureηt bcfdc1e5d5 fix: changed "playing" for "active" 2021-04-13 21:57:53 +02:00
Laureηt f57d2da53d refacto: verifyLanding of Arrow 2021-04-13 21:55:14 +02:00
Laureηt 6b74d3ad7c fix: changed a couple of methods 2021-04-13 21:24:36 +02:00
Laureηt 696735af14 fix: reapplied changes 2021-04-13 21:08:25 +02:00
Laureηt 1cd41cc5e3 Merge branch 'master' of git.inpt.fr:tobgang/sagittarius 2021-04-13 20:50:32 +02:00
Laureηt 16d8631635 test conflict 2021-04-13 20:50:28 +02:00
Damien 2c5b66eb65 Ca marche ? 2021-04-13 19:45:49 +02:00
Laureηt 41a997b1d0 feat: MouseInfo now extends BaseActor 2021-04-13 19:29:47 +02:00
Laureηt fd222f1dc7 fix: some javadoc 2021-04-13 19:19:05 +02:00
Laureηt ec764c56fb fix: separated angle and rotation in Player 2021-04-13 19:12:18 +02:00
Laureηt b279519b55 feat: created BaseActor + factorized some code 2021-04-13 18:43:41 +02:00
Laureηt 613dc0a757 fix: rolled back to when Planet didn't contain Moons 2021-04-12 20:45:09 +02:00
Laureηt f9c1f258bc fix: arrow position 2021-04-10 12:22:48 +02:00
Laureηt bbf9a24092 fix: files re-structuring 2021-04-09 17:00:16 +02:00
Laureηt 59a3cfe85b fix: Trajectory prediction is BACK !:: 2021-04-09 16:58:32 +02:00
Laureηt 1d887cad5c fix: typo, I'm stupid 2021-04-09 16:56:29 +02:00
Laureηt 0301d8af71 fix: almost working, physics is still broken 2021-04-09 16:45:43 +02:00
Laureηt 6a95fe7d3a fix: Bow & Arrow partially working 2021-04-09 16:30:24 +02:00
Laureηt c70d2beace fix: moved G in SagittariusGame 2021-04-09 16:28:37 +02:00
Laureηt 26e3b5f9ad feat: changed Planet to Group
Moons now go in Planet's Group
2021-04-09 15:49:33 +02:00
Laureηt c56c5e92df fix: remove unused HUD.java 2021-04-09 15:10:58 +02:00
Laureηt afb5c05a60 feat: added a Moon to the level 2021-04-09 15:10:39 +02:00
Laureηt aa6969651d fix: changed resolution 2021-04-09 15:10:10 +02:00
Laureηt 41d8518890 fix: BaseGame not needed (for now?) 2021-04-09 15:09:47 +02:00
Laureηt 56bde9124c feat: modifed GameScreen according to last commits 2021-04-09 15:03:24 +02:00
Laureηt 51495f7509 chore: added one getter to BaseScreen 2021-04-09 14:56:36 +02:00
Laureηt ccbdd559e1 fix: Player debug drawing 2021-04-09 14:55:36 +02:00
Laureηt f921f922c0 feat: added cursor coordinates diplay 2021-04-09 14:55:03 +02:00
Laureηt efe5635e05 feat: added FPS counter 2021-04-09 14:53:55 +02:00
Laureηt eecefbe8a5 fix: moved BaseGame.java 2021-04-09 13:31:56 +02:00
Laureηt 80e2ffa8e3 fix: changed deltaTime to dt 2021-04-09 12:01:00 +02:00
Laureηt 9bc8b487ae refactor!: Created BaseScreen and BaseGame
the game runs now, still kinda broken
Entity was redundant of Actor
2021-04-09 11:57:52 +02:00
Laureηt 38e5ed9bc7 refactor: rewriting of Moon 2021-04-08 23:10:07 +02:00