WIP : Brad_GraphPiece #25

Closed
BrokenBrad wants to merge 13 commits from Brad_GraphPiece into master
Member

been working on the events concerning the pieces and for the moment i have the rotation and the dragging . they're still are very rudimentary but it works tho .

been working on the events concerning the pieces and for the moment i have the rotation and the dragging . they're still are very rudimentary but it works tho .
BrokenBrad added 4 commits 2023-03-27 01:36:05 +02:00
WIP:piece graphics
All checks were successful
continuous-integration/drone/push Build is passing
49d2c5d7ab
progress with the rotation system but still not finished , it works tho
All checks were successful
continuous-integration/drone/push Build is passing
5911d88918
new progress , succeded in moving the node with the mouse still not
All checks were successful
continuous-integration/drone/push Build is passing
895b20b680
finished tho
new progress , succeded in moving the node with the mouse still not
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
bb5e2ff401
finished tho
tonitch changed target branch from Shape_Piece_Map to master 2023-03-27 15:43:09 +02:00
Owner

nice work,
but you put everything in a folder called piece/. the problem is that it is not int project structure and gradle will never build or use it in any way.

you should replace /app/src/main/java/school_project/Controller.java with your file and everything will be good ;)
@BrokenBrad

nice work, but you put everything in a folder called `piece/`. the problem is that it is not int project structure and gradle will never build or use it in any way. you should replace `/app/src/main/java/school_project/Controller.java` with your file and everything will be good ;) @BrokenBrad
tonitch added this to the Cats Organized Neatly project 2023-03-28 00:30:18 +02:00
Mat_02 approved these changes 2023-03-30 11:26:24 +02:00
Dismissed
Mat_02 left a comment
Member

lgtm

lgtm
BrokenBrad added 1 commit 2023-03-30 11:47:37 +02:00
progress
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
a99a53868b
BrokenBrad added 1 commit 2023-03-30 11:52:00 +02:00
progress
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
5bfb2aba9b
Owner

nice work,
but you put everything in a folder called piece/. the problem is that it is not int project structure and gradle will never build or use it in any way.

you should replace /app/src/main/java/school_project/Controller.java with your file and everything will be good ;)
@BrokenBrad

up

> nice work, > but you put everything in a folder called `piece/`. the problem is that it is not int project structure and gradle will never build or use it in any way. > > you should replace `/app/src/main/java/school_project/Controller.java` with your file and everything will be good ;) > @BrokenBrad up
BrokenBrad added 1 commit 2023-03-30 23:58:13 +02:00
Ajouter 'app/src/main/java/school_project/Piece.java'
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
90f25b1c26
BrokenBrad added 1 commit 2023-03-30 23:58:55 +02:00
Supprimer 'app/src/main/java/school_project/Controller.java'
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
70fef807d5
BrokenBrad added 1 commit 2023-03-30 23:59:30 +02:00
Mise à jour de 'app/src/main/java/school_project/Controller.java'
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
fbbda476b4
BrokenBrad added 1 commit 2023-03-31 00:20:49 +02:00
Mise à jour de 'app/src/main/java/school_project/Controller.java'
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
d4f254139c
tonitch reviewed 2023-03-31 08:21:05 +02:00
@ -10,1 +17,4 @@
import javafx.animation.RotateTransition;
import javafx.stage.Stage;
import javafx.util.Duration;
public class Piece extends Application{
Owner

Il faut que le nom de ta classe soit le nom du fichier.
Donc il faut public class Controller extends Application{

Il faut que le nom de ta classe soit le nom du fichier. Donc il faut `public class Controller extends Application{`
BrokenBrad added 1 commit 2023-04-04 15:20:43 +02:00
Mise à jour de 'app/src/main/java/school_project/Controller.java'
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
78e50549d0
tonitch added 1 commit 2023-04-06 18:15:40 +02:00
Fixing Branch
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
a6fc46a0ea
tonitch dismissed Mat_02’s review 2023-04-06 18:22:05 +02:00
Reason:

Not Finished

tonitch added 1 commit 2023-04-06 18:25:13 +02:00
fixup! Fixing Branch
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
37cc19f49a
Owner

outdated

outdated
tonitch closed this pull request 2023-05-12 11:05:20 +02:00
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

Pull request closed

Sign in to join this conversation.
No description provided.