Commit Graph

  • 20c8153363 chore: var and test names not saved RuiAlonso 2022-03-07 16:23:21 +0100
  • 8901bcec70 chore: var names and lambda method for identity element RuiAlonso 2022-03-07 16:20:01 +0100
  • d6f7bb853d test: names for tests RuiAlonso 2022-03-07 16:19:18 +0100
  • 37d1327446 feat: used right and left constructors alestiago 2022-03-07 14:43:15 +0000
  • bceee15a8e feat: included right and left constructors alestiago 2022-03-07 14:42:36 +0000
  • d94026a8e2 feat: implemented calculateRequiredSpeed alestiago 2022-03-07 14:27:46 +0000
  • 0827924955 chore: add to props #11 Allison Ryan 2022-03-07 08:10:59 -0600
  • ad8499d173 test: coverage for maths methods RuiAlonso 2022-03-07 14:33:01 +0100
  • 53a22f1f1d fix: added assert to maths RuiAlonso 2022-03-07 14:32:36 +0100
  • 71033266ca fix: fixed precision value for calculateArc method RuiAlonso 2022-03-07 14:25:21 +0100
  • 8f6bad7a6f test: tests for maths methods RuiAlonso 2022-03-07 14:12:33 +0100
  • 0577945b31 feat: implemented Flipper in PinballGame alestiago 2022-03-07 12:54:46 +0000
  • b256f7b7ac feat: implemented Flipper alestiago 2022-03-07 12:51:31 +0000
  • 43f3e47f87 feat: explicitely imported Anchor alestiago 2022-03-07 12:47:39 +0000
  • 9ccf85c2ef doc: documented Path component RuiAlonso 2022-03-07 13:27:13 +0100
  • aeb289fce6 fix: changed paths area default color to transparent RuiAlonso 2022-03-07 13:04:28 +0100
  • c693e9a109 chore: analysis errors fixed on tests RuiAlonso 2022-03-07 12:52:58 +0100
  • 53f24643b7 test: tests for Path component RuiAlonso 2022-03-07 12:50:12 +0100
  • b0e8a3be14 feat: created path component to paint pathways for the ball RuiAlonso 2022-03-07 12:49:48 +0100
  • 09464347ef feat: added maths local dependency RuiAlonso 2022-03-07 12:49:16 +0100
  • 4e2f56a70c feat: created maths package for calculate curves RuiAlonso 2022-03-07 12:48:24 +0100
  • ca18de6172 refactor: one theme for entire game Allison Ryan 2022-03-04 12:15:32 -0600
  • fee6a000a4
    Merge pull request #10 from VGVentures/feat/plunger Allison Ryan 2022-03-04 11:22:25 -0600
  • f0db7c720d docs: character themes update Allison Ryan 2022-03-04 11:16:13 -0600
  • f802e592f5 Merge branch 'main' into feat/character-theming Allison Ryan 2022-03-04 11:14:47 -0600
  • 1651676462 test: same position #10 Allison Ryan 2022-03-04 11:12:13 -0600
  • ea3b126b62
    Update lib/game/components/plunger.dart Allison Ryan 2022-03-04 11:06:09 -0600
  • 3ef9cb878b test: provide mock game bloc Allison Ryan 2022-03-04 10:52:23 -0600
  • 7421acf4a0 fix: workflow Allison Ryan 2022-03-04 10:27:05 -0600
  • 5d583fb07e chore: add workflow Allison Ryan 2022-03-04 10:21:55 -0600
  • 0e98a74b17 refactor: move themes to package Allison Ryan 2022-03-04 10:17:12 -0600
  • bb1663111f refactor: suggestions Allison Ryan 2022-03-04 08:39:29 -0600
  • d66261581f Merge branch 'main' into feat/plunger Allison Ryan 2022-03-04 08:13:10 -0600
  • 9891931ffe
    feat: anchor component (#12) Alejandro Santiago 2022-03-04 13:48:48 +0000
  • a9452b6f89 docs: included Ball method comment alestiago 2022-03-04 13:45:08 +0000
  • f54e171cce docs: included ignore comment alestiago 2022-03-04 13:42:06 +0000
  • 1cbc5ce1c5 feat: included public_member_api_docs lint rule alestiago 2022-03-04 13:28:54 +0000
  • 8d764b9685
    Merge pull request #9 from VGVentures/feat/game-over-mechanics Erick 2022-03-04 10:20:32 -0300
  • 5a2ee2c2ac feat: applying suggestions #9 Erick Zanardo 2022-03-04 09:25:09 -0300
  • 6c4090d092 chore: fixed white space difference #12 alestiago 2022-03-04 12:06:55 +0000
  • 9fc554927d
    Apply suggestions from code review Erick 2022-03-04 09:03:41 -0300
  • a499885daf
    docs: improved Anchor doc comment Alejandro Santiago 2022-03-04 12:02:16 +0000
  • 5b984b2754 docs: included initialize example alestiago 2022-03-04 11:17:40 +0000
  • 7a16b557d7 feat: implemented Anchor component alestiago 2022-03-04 11:10:25 +0000
  • 8f3fc4b248 test: remove grouping Allison Ryan 2022-03-03 15:31:24 -0600
  • 5a44f0abf3 test: character themes Allison Ryan 2022-03-03 15:07:29 -0600
  • 5c095e8f93 feat: add theme cubit Allison Ryan 2022-03-03 15:01:44 -0600
  • 2e28cd1a1d docs: fix typo Allison Ryan 2022-03-03 14:30:01 -0600
  • 64d4677b3f chore: remove modifications to game Allison Ryan 2022-03-03 14:20:03 -0600
  • 85936df74e test: joint tests Allison Ryan 2022-03-03 14:18:29 -0600
  • 4ccd172b4f feat: pr suggestions Erick Zanardo 2022-03-03 17:05:09 -0300
  • adcc43d04a
    Apply suggestions from code review Erick 2022-03-03 17:00:08 -0300
  • 902d3092ee fix: plunger tests Erick Zanardo 2022-03-03 16:40:27 -0300
  • 7048618ce5 test: plunger and joint Allison Ryan 2022-03-03 13:16:52 -0600
  • 45a5b5c320 Merge branch 'feat/game-over-mechanics' of github.com:VGVentures/pinball into feat/game-over-mechanics Erick Zanardo 2022-03-03 15:52:17 -0300
  • d5c84acd8e feat: making use of isLastBall on ball component Erick Zanardo 2022-03-03 15:27:43 -0300
  • 174cbae1bf
    Update lib/game/pinball_game.dart Erick 2022-03-03 15:11:40 -0300
  • ca989eac8d feat: addressing PR comments Erick Zanardo 2022-03-03 15:05:11 -0300
  • dba7761e01 feat: addressing PR comments Erick Zanardo 2022-03-03 14:49:48 -0300
  • 0eac420e83 feat: add themes Allison Ryan 2022-03-03 08:11:14 -0600
  • fbbd04d91b
    Apply suggestions from code review Erick 2022-03-03 09:16:45 -0300
  • 8865c2f32e fix: lint Erick Zanardo 2022-03-02 18:35:42 -0300
  • ad6afddf15 fix: rebasing issues Erick Zanardo 2022-03-02 18:24:45 -0300
  • 92590b9c82 docs: plunger issue comments Allison Ryan 2022-03-02 15:23:07 -0600
  • 518e183ad8 feat: game over mechanics Erick Zanardo 2022-03-02 18:18:25 -0300
  • 6cf2ccb5e0 Merge branch 'main' into feat/plunger Allison Ryan 2022-03-02 15:05:08 -0600
  • 403d997f17
    refactor: renamed method parameter hasPoints to scorePoints (#8) Alejandro Santiago 2022-03-02 20:11:00 +0000
  • 68f523cd5e refactor: renamed method parameter hasPoints to scorePoints #8 alestiago 2022-03-02 20:07:57 +0000
  • afeaf4a058
    feat: implemented `ScorePoints` mixin and callback (#7) Alejandro Santiago 2022-03-02 19:59:43 +0000
  • de5c1a3acd
    refactor: used real class names instead of Mock class names #7 Alejandro Santiago 2022-03-02 19:35:43 +0000
  • f5b14436db refactor: fixed analyzer warnings alestiago 2022-03-02 19:23:15 +0000
  • 0f3cf23bd0 docs: changed PR url to issue url alestiago 2022-03-02 19:21:53 +0000
  • 506e44a63b docs: improved BallScorePointsCallback doc comment alestiago 2022-03-02 19:20:26 +0000
  • 5900562a05 feat: registered BallScorePointsCallback in PinballGame alestiago 2022-03-02 19:18:06 +0000
  • 9b7302ab2d feat: rewrote test for mixin only extending BodyComponent alestiago 2022-03-02 18:48:44 +0000
  • aa40ed5b25 feat: set ScorePoints mixin on BodyComponent alestiago 2022-03-02 18:39:54 +0000
  • 5f04e23932 docs: included doc comments alestiago 2022-03-02 18:39:29 +0000
  • f6e15a3f26 chore: included TODO comment alestiago 2022-03-02 18:15:32 +0000
  • 149ee8c197 feat: included test for end method alestiago 2022-03-02 18:15:15 +0000
  • 5074f49530 refactor: renamed BallHasScoreCallback to BallScorePointsCallback alestiago 2022-03-02 17:29:34 +0000
  • fbf9b39ee3 feat: implemented ScorePoints mixin alestiago 2022-03-02 17:27:01 +0000
  • 7338b95ef5 feat: plunger Allison Ryan 2022-03-02 08:42:11 -0600
  • 18e1f950ad
    feat: implement GameBloc (#3) Alejandro Santiago 2022-03-02 14:37:50 +0000
  • 5d3428f7ba refactor: added trailing commas #3 alestiago 2022-03-02 14:14:43 +0000
  • 92e554f411 refactor: changed factory constructor for named constructor alestiago 2022-03-02 13:58:56 +0000
  • 3e318d3c0d
    Merge branch 'main' into feat/basic-game-bloc Alejandro Santiago 2022-03-02 13:51:24 +0000
  • 0d27b7f762
    feat: included initial Ball body component (#6) Alejandro Santiago 2022-03-02 13:47:46 +0000
  • 3da8229d1a refactor: reused flameTester #6 alestiago 2022-03-02 13:43:18 +0000
  • 32d88e717c refactor: modified exists test alestiago 2022-03-02 13:28:52 +0000
  • a75dc53513 refactor: replaced vector instances alestiago 2022-03-02 13:19:28 +0000
  • 8f56b98a63 chore: moved test to correct directory alestiago 2022-03-02 13:12:59 +0000
  • 51b9941b19 feat: included loads correctly test alestiago 2022-03-02 10:05:56 +0000
  • 5fdc628f47 feat: included initial ball body component alestiago 2022-03-02 10:00:01 +0000
  • be299bcd51
    chore: included dependecy on flame_test (#5) Alejandro Santiago 2022-03-02 09:40:37 +0000
  • 49b38cfdba chore: included dependecy on flame_test #5 alestiago 2022-03-02 09:36:47 +0000
  • 1751889447
    Merge branch 'main' into feat/basic-game-bloc Alejandro Santiago 2022-03-02 09:11:35 +0000
  • 0a01e3b5fb
    chore: updating flame, flame_forge2d and flame_bloc versions (#4) Erick 2022-03-02 06:10:50 -0300
  • b65a673d82 refactor: sorted pub dependencies #4 alestiago 2022-03-02 09:07:54 +0000
  • 7936d11f39 refactor: removed const from equality comparison alestiago 2022-03-02 09:03:09 +0000
  • 33120a6743 refactor: moved linter ignore comment alestiago 2022-03-02 09:00:52 +0000