Allison Ryan
1e804694ff
feat: google letter animation sequence ( #431 )
...
Co-authored-by: Tom Arra <tarra3@gmail.com>
3 years ago
Jorge Coca
326265c640
perf: compress new app backgrounds ( #435 )
3 years ago
Allison Ryan
43beb3db39
feat: add rollover sounds ( #430 )
...
* feat: rollover sounds
* style: trailing comma
3 years ago
Jorge Coca
bac790db95
fix: share links open in mobile ( #428 )
3 years ago
Erick
bab088faea
feat: setting background music to 60% for better tuning ( #424 )
...
* feat: setting background music to 60% for better tuning
* better code
3 years ago
Allison Ryan
37f35dc60f
feat: google bonus ball and multiball sync ( #425 )
3 years ago
Tom Arra
e97806bb8d
fix: update repo name ( #427 )
3 years ago
Tom Arra
ad62079c56
fix: use real url ( #426 )
3 years ago
Allison Ryan
5bc02eb570
fix: disable backgrounds on mobile ( #411 )
...
* fix: disable backgrounds on mobile
* refactor: inject platform helper
* refactor: make platformHelper public
* fix: suggestion
3 years ago
Allison Ryan
a20c2141e5
fix: commas in share score ( #423 )
3 years ago
Erick
1316712383
fix: prevent overlapping background music ( #422 )
...
* fix: prevent overlaping background music
* coverage
3 years ago
Allison Ryan
48c5c80b38
feat: add `GoogleRollovers` ( #407 )
...
* feat: add google rollovers
* fix: spelling
* refactor: move zIndex to parent
* chore: remove unnecessary wrapper
* fix: CI
* refactor: PR revisions
* refactor: suggestions
* style: remove parentheses
Co-authored-by: Jorge Coca <jorgecoca@users.noreply.github.com>
3 years ago
Erick
ea33c1c889
feat: adding leaderboard pagination buttons ( #420 )
...
* feat: adding leaderboard pagination buttons
* lint
* cspell
3 years ago
Tom Arra
96beecfc82
feat: update backgrounds to cropped fade ones ( #421 )
3 years ago
Allison Ryan
d601af7307
feat: add kicker audio group ( #418 )
...
* feat: add kicker audio group
* refactor: add RandomABAudio
3 years ago
Jorge Coca
18d40aa85d
perf: increase artificial load time and compress pinball_theme assets ( #419 )
3 years ago
Allison Ryan
a1329ec354
chore: set max score ( #408 )
3 years ago
Jorge Coca
ff5e538ac1
perf: compress pinball_ui and pinball_components assets ( #417 )
3 years ago
Allison Ryan
cc73a52428
fix: add bumper noise to cow bumper ( #415 )
3 years ago
Jorge Coca
d088a6ce11
perf: compress bonus animation assets for web ( #414 )
3 years ago
Jorge Coca
4a199aa908
perf: remove Info icon and use material icon instead ( #413 )
3 years ago
Allison Ryan
8b40a642ec
feat: add cow moo sound ( #412 )
3 years ago
Rui Miguel Alonso
80da24b43c
feat: social networks `ShareDisplay` ( #406 )
...
* feat: share screen and tests
* chore: assets gen
* feat: added share repository
* feature: injecting sharerepository
* feat: share url
* feat: state for showing ShareDisplay at Backbox
* test: tests for sharing links
* test: backbox tests
* Update lib/game/components/backbox/displays/share_display.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update lib/game/components/backbox/displays/share_display.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update lib/game/components/backbox/displays/share_display.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update test/game/components/backbox/backbox_test.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update test/game/components/backbox/displays/share_display_test.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update test/game/components/backbox/displays/share_display_test.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update test/game/components/backbox/backbox_test.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update test/game/components/backbox/backbox_test.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* refactor: moved down social networks icons
* refactor: url and text for share
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
3 years ago
Allison Ryan
c3094850fd
feat: add arcade backgrounds ( #405 )
...
* feat: add arcade backgrounds
* chore: lighter assets
* chore: swap for smaller assets
3 years ago
Alejandro Santiago
b06f4bd6e9
refactor: grouped BumperNoiseBehavior ( #409 )
...
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
3 years ago
Tom Arra
b345c56134
fix: use snake case for goldens ( #400 )
3 years ago
Alejandro Santiago
d0b9bc204f
refactor: moved Shapes to pinball_flame ( #410 )
...
* refactor: moved Shapes to pinball_flame package
* refactor: simplified BezierCurveShape test
* test: properly used isA matcher
3 years ago
Rui Miguel Alonso
fdb9075738
feat: `GameOverInfoDisplay` on game over `Backbox` ( #359 )
...
* feat: info screen ui
* feat: info screen ui
* feat: replay button
* feat: added replay button and game flow
* feat: game over info display flow at backbox
* test: fixed tests and coverage
* test: fix tests and coverage
* chore: info display doc"
* refactor: text component name
* Update lib/game/components/backbox/bloc/backbox_state.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update lib/game/components/backbox/bloc/backbox_state.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update lib/game/components/backbox/bloc/backbox_state.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update test/game/components/backbox/displays/info_display_test.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update test/start_game/widgets/start_game_listener_test.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update test/start_game/widgets/start_game_listener_test.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update test/game/view/widgets/replay_button_overlay_test.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update test/game/components/backbox/displays/info_display_test.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update lib/game/components/backbox/displays/info_display.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update lib/game/components/backbox/displays/info_display.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update lib/game/components/backbox/displays/info_display.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update lib/game/components/backbox/displays/info_display.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update lib/game/view/widgets/replay_button_overlay.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update lib/l10n/arb/app_en.arb
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update test/game/components/backbox/backbox_test.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update test/game/components/backbox/bloc/backbox_bloc_test.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* Update lib/l10n/arb/app_en.arb
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* refactor: changed names and removed replaying
* refactor: removed restart logic changes for another pr
* feat: link underscore
* chore: test fixed, names changed
* chore: unused import
* feat: add replayButtonOverlay at GameOverInfoDisplay
* feat: added open source url url launcher
* feat: launch url and test
* chore: removed comments
* fix: remove overlay for Replay to merge info screen
* chore: unused import
* test: load images bug fix
* Update lib/game/components/backbox/displays/game_over_info_display.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* refactor: removed props from state for sharing only score
* feat: moved open links to info display and added link to OS
* test: fixed merge tests
* chore: unused imports and annotation missed
* Update lib/game/components/backbox/bloc/backbox_state.dart
* chore: tappables added to cspell
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
Co-authored-by: Tom Arra <tarra3@gmail.com>
3 years ago
Tom Arra
5ebddd37c2
fix: add spell check for md files ( #404 )
...
* fix: add spell check for all files
* attempting stuff
* try again
* markdown only
* update words
* final words
3 years ago
Alejandro Santiago
12bc209524
refactor: removed FireEffect ( #402 )
3 years ago
Tom Arra
2c4c7a36a9
fix: update readme and remove flavors ( #403 )
...
* fix: update readme and remove flavors
* update blog url
3 years ago
Alejandro Santiago
46557f718e
refactor: removed SparkyTurboChargeActivated event ( #401 )
3 years ago
Tom Arra
ce39bc1471
feat: add cspell ( #399 )
...
* feat: add cspell
* revert main and add spell check as a different flow
* check all files
* all files again
* another regex
* dart files
* more changes
* actually checkout the repo
* adding words
* more words
* more words and starting to change code
* more words
* more words
* more words
* more words
* more words
* fixing words
* fixing words
* adding and fixing
* fixes and words
* word fixes
* fixes and words
3 years ago
Erick
6aef28ed8c
feat: final screen for the initials submission error ( #393 )
3 years ago
Erick
75feeaae26
feat: adding leaderboard error screen ( #398 )
...
* feat: adding leaderboard error screen
* Update lib/game/components/backbox/displays/leaderboard_failure_display.dart
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
3 years ago
Erick
52085fdfd3
refactor: renaming to `PinballPlayer` to `PinballAudioPlayer` ( #396 )
...
* refactor: renaming to
* fix merge
* lint
* suggestions
* suggestions
* suggestions
3 years ago
Jorge Coca
f517f7e4a3
fix: more information dialog divider has fixed width ( #397 )
3 years ago
Alejandro Santiago
8920689de4
refactor: removed RampScoringSensor ( #395 )
3 years ago
Jorge Coca
28a3c15fe2
refactor: improve performance of loading screen and load I/O Pinball asset ( #394 )
3 years ago
Alejandro Santiago
2284f57ac2
fix: made Flippers start from bottom position ( #392 )
3 years ago
Alejandro Santiago
f7f8661d81
feat: implemented `ScoreComponentScalingBehavior` ( #391 )
...
* feat: implemented ScoreComponentScalingBehavior
* fix: adjusted score ZIndex
* refactor: removed unused class
* refactor: adjusted goldens path
3 years ago
Alejandro Santiago
fd87afb23b
refactor: renamed `DashNestBumper` to `DashBumper` ( #381 )
...
* refactor: renamed DashNestBumper to DashBumper
* refactor: PR suggestions
* refactor: renamed stories
* refactor: renamed test names
* test: renamed test name
* docs: improved bumper docs
* docs: improve docs
* refactor: renamed stories
3 years ago
Felix Angelov
75527d1fe1
refactor: AndroidSpaceshipBonusBehavior use FlameBlocListener ( #371 )
3 years ago
Erick
8d4b031350
feat: adding remaining bonus sfx ( #390 )
3 years ago
Erick
7fb634bf96
feat: pre fetch leaderboard ( #389 )
3 years ago
Allison Ryan
7f7c14477d
chore: new `TopDinoWall` asset ( #387 )
...
* fix: move sparky computer sensor
* chore: asset with brighter spotlight
* chore: asset with brighter spotlight
* chore: revert change
3 years ago
Jorge Coca
e55ce8f7e2
fix: how to play dialog text style uses headline4 ( #388 )
3 years ago
Erick
9d184fedf9
feat: adding mobile controls ( #377 )
...
* feat: adding mobile controls
* adding tests for pinball dpad button
* feat: tests
* lint
* Apply suggestions from code review
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
* suggestions
Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
3 years ago
Allison Ryan
bba5316dfd
fix: move `SparkyComputer` sensor ( #386 )
3 years ago
Alejandro Santiago
0b22b712b0
refactor: removed `ControlledFlipper` ( #343 )
...
* feat: implemented Flippers behaviors
* test: tested Flipper behaviors
* refactor: fixed typo
* refactor: removed unecessary import
* feat: removed and added behavior depending on game status
* test: renamed test
* test: changed golden path
* refactor: removed TODOs
3 years ago