aboutsummaryrefslogtreecommitdiff
path: root/src/main (unfollow)
Commit message (Collapse)Author
2024-08-28Various tweakssowgro
- resize logo - add icon images to repo - add open folder button in level editor - add description back to level details
2024-08-28Fix sizing of tables, improve display of level details, improve logosowgro
2024-07-29Show level and difficulty loading errors in the guisowgro
2024-07-28Finalize level API and new Json librarysowgro
2024-07-23Improve level API and error handlingsowgro
2024-07-23Improve difficulty ordering and add songEnd and support multiple file types.sowgro
2024-07-22Refactor: pages now extend Pagesowgro
2024-07-21New json api and more refactoringsowgro
2024-07-20Begin level validation and more refactoringsowgro
2024-07-18New json api wrapper, refactor of non-gui classes.sowgro
2024-07-16Fix control editor and file writing for notes editorsowgro
2024-07-16Add customizable keybindingssowgro
2024-07-14Refactoring and SoundController improvementssowgro
2024-07-14NEW LEVEL EDITOR!!!!sowgro
2024-07-08Embed level utility into main windowsowgro
2024-07-08Change project structure, embed resources into jar and remove libraries from ↵sowgro
source control
2023-06-08small improvement to level validationsowgro
2023-06-08move resources out of src so they can be read from a jarsowgro
2023-06-06fix sound and project cleanupsowgro
2023-06-06Miss sound is muted if not in songplayerAidan Ross
2023-06-05add level priority, fix sfx volume, fix settings file readingsowgro
2023-06-05new apathetic empathy difficultyZach Jordan
2023-06-05seperate end song and start menu songsowgro
2023-06-05fix a dumb level validation bugsowgro
2023-06-05rewrote everything related to soundsowgro
2023-06-03add level validationsowgro
2023-06-02kinda working note writersowgro
2023-06-02bpm is now a doublesowgro
2023-06-02start note editor, new test levelsowgro
2023-06-02Finish levelUtility and project cleanupsowgro
2023-06-01finish gui level editorsowgro
2023-06-01early code for level editor guisowgro
2023-05-31same thing as last commitZach Jordan
2023-05-31i changed one (1) line of code to not hardcode bpmZach Jordan
2023-05-30finish metadata and leaderboard readingsowgro
2023-05-30more testingZach Jordan
2023-05-30testing stuffZach Jordan
2023-05-30finished difficulty stuff, hope it worksZach Jordan
2023-05-30finished difficulty json methods. i hope they work lmaoZach Jordan
2023-05-30working on difficulty stuff. difficulty should be ready, but leaderboard is ↵Zach Jordan
a wip.
2023-05-30add placeholder bpmsowgro
2023-05-30added music to file readersowgro
2023-05-30finished level metadata file reading.Zach Jordan
2023-05-30Early syncing tests with placeholder hit sounds and miss soundsAidan Ross
2023-05-28Removed unnecesary files in the gameplay class, as well as merged ↵Aidan Ross
gameplay.score with main.scoreController such that score and combo are now displayed properly on the screen
2023-05-26add default colors to Levelsowgro
2023-05-25Move levels outside of src, prepare for leaderboard writing and other small ↵sowgro
changes
2023-05-25add file reading system in levelcontrollersowgro
2023-05-25the main.Level() class is now declared in levelcontroller with the name of ↵Aidan Ross
the level being read in the assets folder, allowing for different songs in the list.
2023-05-25I think I fixed levelcontroller? I commented out some methods that werent ↵Aidan Ross
used I dont know if we need them but I found out what was wrong with the file reading