aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAge
* some new pictures and stuffZach Jordan2023-06-02
|
* early code for level editor guisowgro2023-06-01
|
* leaderboard sort by score by default, and fix gameOver diff titlesowgro2023-05-31
|
* Merge branch 'main' of https://gitlab.sowgro.net/guitarheros/guitarheroZach Jordan2023-05-31
|\
| * The music is still out of synccccAidan Ross2023-05-31
| |
* | same thing as last commitZach Jordan2023-05-31
| |
* | i changed one (1) line of code to not hardcode bpmZach Jordan2023-05-31
|/
* fix cut off text in tablesowgro2023-05-30
|
* finish metadata and leaderboard readingsowgro2023-05-30
|
* more testingZach Jordan2023-05-30
|
* testing stuffZach Jordan2023-05-30
|
* finished difficulty stuff, hope it worksZach Jordan2023-05-30
|
* finished difficulty json methods. i hope they work lmaoZach Jordan2023-05-30
|
* Merge branch 'main' of https://gitlab.sowgro.net/guitarheros/guitarheroZach Jordan2023-05-30
|\
| * Bit of progress on reading in the bpm and nuimbeatsAidan Ross2023-05-30
| |
| * Merge branch 'main' of https://gitlab.sowgro.net/guitarheros/guitarherosowgro2023-05-30
| |\
| | * Merge branch 'main' of https://gitlab.sowgro.net/guitarheros/guitarheroAidan Ross2023-05-30
| | |\
| | * | add cancel() to songPlayer class, which can be called to stop the music and ↵Aidan Ross2023-05-30
| | | | | | | | | | | | | | | | the gameloop
| * | | add placeholder bpmsowgro2023-05-30
| | |/ | |/|
* / | working on difficulty stuff. difficulty should be ready, but leaderboard is ↵Zach Jordan2023-05-30
|/ / | | | | | | a wip.
* | commentsowgro2023-05-30
| |
* | Merge branch 'main' of https://gitlab.sowgro.net/guitarheros/guitarherosowgro2023-05-30
|\ \
| * | Merge branch 'main' of https://gitlab.sowgro.net/guitarheros/guitarheroZach Jordan2023-05-30
| |\|
| * | finished level metadata file reading.Zach Jordan2023-05-30
| | |
* | | added music to file readersowgro2023-05-30
| |/ |/|
* | 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
|
* Merge branch 'main' of https://gitlab.sowgro.net/guitarheros/guitarheroAidan Ross2023-05-26
|\
| * add default colors to Levelsowgro2023-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
* merge some stuffsowgro2023-05-25
|\
| * 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.
* | add file reading system in levelcontrollersowgro2023-05-25
|/
* I think I fixed levelcontroller? I commented out some methods that werent ↵Aidan Ross2023-05-25
| | | | used I dont know if we need them but I found out what was wrong with the file reading
* These are zachs changes to level controllerAidan Ross2023-05-25
|
* Merge branch 'main' of https://gitlab.sowgro.net/guitarheros/guitarheroAidan Ross2023-05-25
|\
| * changes to level classZach Jordan2023-05-25
| |
| * changes to level classZach Jordan2023-05-25
| |
| * Merge branch 'main' of https://gitlab.sowgro.net/guitarheros/guitarheroZach Jordan2023-05-25
| |\
| | * fix keys when running gameplayer in guisowgro2023-05-25
| | |
| * | metadata for test level and a json readerZach Jordan2023-05-25
| |/
| * rename gameplay packagesowgro2023-05-25
| |
* | deleted all the files we dont needAidan Ross2023-05-25
|/
* fixed all the mistakes i just made whoopsAidan Ross2023-05-25
|
* Renamed everything to be better and fixed arches on SongPlayerAidan Ross2023-05-25
|
* add testSongPlayer (copy of newSongPlayer) to test the song player inside ↵sowgro2023-05-24
| | | | levelSurround