aboutsummaryrefslogtreecommitdiff
path: root/src/gameplay (follow)
Commit message (Collapse)AuthorAge
* So turns out missMute was broken this entire timeAidan Ross2023-06-07
|
* Somehow, the linear interpolator on the note animation got lost at some ↵Aidan Ross2023-06-07
| | | | | | point so I put that back in. Also, I fixed a centering issue in the distanceToGoal() method that caused some perfect hits to register as good.
* fix sound and project cleanupsowgro2023-06-06
|
* Miss sound is muted if not in songplayerAidan Ross2023-06-06
|
* small tweakssowgro2023-06-06
|
* improve level surround contrast, add key labelssowgro2023-06-05
|
* update metadata for levels with diff prioritysowgro2023-06-05
|
* new apathetic empathy difficultyZach Jordan2023-06-05
|
* Syncing Issues fixed and added Q as a beat timer in the terminal.Aidan Ross2023-06-05
|
* rewrote everything related to soundsowgro2023-06-05
|
* Background switching for songs, and a little bit of testing with the level ↵Aidan Ross2023-06-03
| | | | editor
* I just realized my syncing fix broke the editor so that's fixed nowAidan Ross2023-06-03
| | | | ft. Ed Sheeran
* Added some menuing sounds and made the hitsounds less obnoxiousAidan Ross2023-06-03
|
* SYNCING ISSUES COMPLETELY FIXED and theres not even any workarounds this ↵Aidan Ross2023-06-03
| | | | time it just works also songs now start on beat zero in the notes.txt file
* SYNCING IS FIXED!!!!Aidan Ross2023-06-02
|
* Merge branch 'main' of https://gitlab.sowgro.net/guitarheros/guitarheroZach Jordan2023-06-02
|\
| * kinda working note writersowgro2023-06-02
| |
| * bpm is now a doublesowgro2023-06-02
| |
| * Finish levelUtility and project cleanupsowgro2023-06-02
| |
* | some new pictures and stuffZach Jordan2023-06-02
|/
* The music is still out of synccccAidan Ross2023-05-31
|
* Bit of progress on reading in the bpm and nuimbeatsAidan Ross2023-05-30
|
* Merge branch 'main' of https://gitlab.sowgro.net/guitarheros/guitarheroAidan Ross2023-05-30
|\
| * commentsowgro2023-05-30
| |
* | add cancel() to songPlayer class, which can be called to stop the music and ↵Aidan Ross2023-05-30
|/ | | | the gameloop
* add comment about game over screensowgro2023-05-30
|
* Early syncing tests with placeholder hit sounds and miss soundsAidan Ross2023-05-30
|
* Early music testing + added red flash when missing a noteAidan Ross2023-05-28
|
* Removed unnecesary files in the gameplay class, as well as merged ↵Aidan Ross2023-05-28
| | | | gameplay.score with main.scoreController such that score and combo are now displayed properly on the screen
* update on file reading and reading color from metadataAidan Ross2023-05-26
|
* Starting to test with reading in notes from a fileAidan Ross2023-05-26
|
* Move levels outside of src, prepare for leaderboard writing and other small ↵sowgro2023-05-25
| | | | changes
* the main.Level() class is now declared in levelcontroller with the name of ↵Aidan Ross2023-05-25
| | | | the level being read in the assets folder, allowing for different songs in the list.
* These are zachs changes to level controllerAidan Ross2023-05-25
|
* fix keys when running gameplayer in guisowgro2023-05-25
|
* rename gameplay packagesowgro2023-05-25