Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Khapov/review #1

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
97e306a
rewrote logic
NaNeG Apr 13, 2021
e1bb5f0
added note queue
NaNeG Apr 17, 2021
d83bf75
changed textures, added long note logic
NaNeG Apr 18, 2021
24d898a
Прибрался в коде, удалил часть логов
SergeyLiyasov Apr 20, 2021
9adbb4b
Добавлен фон, ноты вынесены на отдельный слой
SergeyLiyasov Apr 21, 2021
53fb68e
new buttons and notes
NaNeG Apr 21, 2021
be05a39
Абстрагировал GameManager от логики подсчёта очков, переместив её в …
SergeyLiyasov Apr 22, 2021
a7c1038
Класс спавнера нот, интерфейсы ридера и синхронайзера
SergeyLiyasov Apr 27, 2021
2228de7
Added manual music synchronization and test class
NaNeG May 3, 2021
9febf3a
added scenes
NaNeG May 3, 2021
1f9faba
Исправил стилистические ошибки, удалил лишние элементы
SergeyLiyasov May 4, 2021
2693cac
Some spawner progress
NaNeG May 5, 2021
fd59891
Added flawed but working note spawn logic
NaNeG May 5, 2021
ffd0b9d
Исправлен спавн нот
SergeyLiyasov May 6, 2021
6e3bfc7
Working version of spawner
NaNeG May 7, 2021
33da20f
Изменен характер движения нот
SergeyLiyasov May 7, 2021
5ba9f69
Merge branch 'working-note-spawner' into corrected-style
SergeyLiyasov May 7, 2021
286577e
Сцена
SergeyLiyasov May 7, 2021
7e19c6f
Added some adjustments to offset and audio playback
NaNeG May 7, 2021
a6af9a8
Adjusted some more settings and offset
NaNeG May 8, 2021
180da9b
Удалён Scroller. Поддержка спавна любых нот.
SergeyLiyasov May 9, 2021
3fa43b2
Добавлен примитивный NoteReader
SergeyLiyasov May 9, 2021
750bb36
cherry-pick с 2 последних коммитов, но без сбилденной игры
SergeyLiyasov May 11, 2021
9605167
Суммарный счёт и комментарий к попаданию отображаются на экране
SergeyLiyasov May 11, 2021
ef53ec8
Reader способен читать из файла
SergeyLiyasov May 11, 2021
f214a07
final synchronizer version and long note middle spawn
NaNeG May 12, 2021
c4a39ae
forgot to update scene as always
NaNeG May 12, 2021
b9c3e17
added menus
NaNeG May 16, 2021
23c0348
Реализовал отображение хвоста длинной ноты
SergeyLiyasov May 17, 2021
756ed14
Merge branch 'main-and-song-selection-menus' into cherry-pick-result
SergeyLiyasov May 17, 2021
424198a
added working volume and scroll speed sliders
NaNeG May 17, 2021
e58a8c0
Пофиксил SortingLayer у LongNoteTail
SergeyLiyasov May 17, 2021
c3119f8
added search bar placeholder, music is now mp3 format
NaNeG May 18, 2021
72d8de6
added working search bar for full song names
NaNeG May 18, 2021
fcb7df3
made search bar working with substring
NaNeG May 18, 2021
ea1ac1d
Ноты создают частицы в зависимости от точности попадания
SergeyLiyasov May 18, 2021
fa42420
Merge remote-tracking branch 'grish_co/cherry-pick-result' into cherr…
SergeyLiyasov May 18, 2021
306ceb4
изменения, сделанные на паре
SergeyLiyasov May 19, 2021
573d7b3
added quality of life changes and changed build settings
NaNeG May 19, 2021
5fc868a
added pause and ending screens
NaNeG May 20, 2021
eb6ec89
added binary search option for song searching
NaNeG May 21, 2021
6738b1b
added mp3 search inside song folder and fixed long note bug
NaNeG May 21, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added Assets/Materials/Arrows/downReceptor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
96 changes: 96 additions & 0 deletions Assets/Materials/Arrows/downReceptor.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/Arrows/downReceptorD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
96 changes: 96 additions & 0 deletions Assets/Materials/Arrows/downReceptorD.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/Arrows/leftReceptor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
96 changes: 96 additions & 0 deletions Assets/Materials/Arrows/leftReceptor.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/Arrows/leftReceptorD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
96 changes: 96 additions & 0 deletions Assets/Materials/Arrows/leftReceptorD.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Materials/Arrows/rightReceptor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading