Commit Graph

36 Commits

Author SHA1 Message Date
Stepland
e6d4267385 oops forgot these 2019-03-26 17:34:35 +01:00
Stepland
4366eed22e LINEAR VIEW FUCK YEAH 2019-03-26 00:04:29 +01:00
Stepland
50e6f76af3 Density Graph on the timeline, show collisions in red 2019-03-25 19:16:45 +01:00
Stepland
3a51248042 Pitch control (playback speed factor) (from 0% to 200%) 2019-03-24 23:19:06 +01:00
Stepland
c9eb2bcba9 Option to play another sfx for chords 2019-03-24 22:57:02 +01:00
Stepland
a314f1efe5 New features :
- Note collisions are now highlighted in red, sometimes highlights weird spots but otherwise totally serviceable as is

Small fixes :
- The timeline now correctly scrubs to before the song starts
- Claps now do happen after rewinding with the arrow keys
2019-03-24 21:51:33 +01:00
Stepland
ddc6ff8bb3 Basic memon schema versioning support
bumped default memon save format to 0.1.0
updated json.hpp
2019-03-24 15:13:13 +01:00
Stepland
1cd33d214a Undo / Redo Notifications 2019-03-02 16:12:57 +01:00
Stepland
3ab8e02fd4 NOTIFICATION SYSTEM YASS BIHHH
- created as global object in the main function
- holds a default of ten notifications on screen
2019-03-02 16:06:33 +01:00
Stepland
3694a8f8a5 Undoing or Redoing a Note Toggle action now scrolls to the removed/added note position 2019-03-02 14:27:36 +01:00
Stepland
d623ff74ae Undo/Redo feature done !
- History cannot give back its last previous state
- HistoryAction.cpp has everything you need to define actions stored in history
- Added a History dialog showing the contents of the history
2019-03-02 13:47:26 +01:00
Stepland
07def1295f History template class to ease the implementation on an Undo/Redo feature :
- Holds an arbitrary large collection of elements,
- You can go backwards or forwards in history,
- Pushing a new element clears the forward history,
2019-02-13 00:52:52 +01:00
Stepland
20d50b439f BPM & offset settings in the "Properties" Menu 2019-02-09 06:26:57 +01:00
Stepland
88fb92f8a4 Renamed note trail to note tail everywhere because it makes more sense,
also fixed tail_pos_correct(),  it was just plain old wrong
2019-01-19 17:12:41 +01:00
Stepland
e267802159 fixed a bug that would incorrectly load an empty marker instead of the one selected in the menu 2019-01-18 01:55:41 +01:00
Stepland
2fcd858b4d Fixed a bug that crashed the app when Using the "Close" Menu Item
Markers now default to loading the first valid folder in the assets
2019-01-18 01:25:29 +01:00
Stepland
ff55b28109 YOU CAN NOW EDIT NOTES WITH THE MOUSE
THIS MEANS WE'RE IN 0.1.0 :toot:
2019-01-17 19:39:59 +01:00
Stepland
871cf85d9a Marker and Marker ending state menus + selection 2019-01-17 15:37:15 +01:00
Stepland
8ff199a7f7 Clap sound
SO CLOSE TO 0.1.0 !!!!
2019-01-17 03:02:37 +01:00
Stepland
cb0e1846d4 Music Volume controls
Clap Volume controls
Arrow naviagtion (←→ snap, ↑↓ position)

!!! 0.1.0 SOON !!!
2019-01-17 01:08:38 +01:00
Stepland
6ee1e9271c Switched to using events for shortcuts 2019-01-16 22:10:20 +01:00
Stepland
5e057aad4b added some TODOs 2019-01-16 19:20:15 +01:00
Stepland
c9c6d361ab Chart Properties
My god this is turning into some fine spaghetti code
2019-01-16 19:12:01 +01:00
Stepland
4320e1a1f7 Chart deletion 2019-01-16 13:28:05 +01:00
Stepland
76f3d1ae4f Chart creation dialog
Chart list view
Chart correctly ordered according to difficulty name
2019-01-16 01:59:02 +01:00
Stepland
3dbfc2820c Non tested notes drawing code 2019-01-14 21:43:56 +01:00
Stepland
750533d991 PLAYBACK WITH OFFSET IS NOW A THING 2019-01-14 04:20:30 +01:00
Stepland
8fde1e40c6 Fixed the condition under which the audio playback would trigger 2019-01-14 01:17:40 +01:00
Stepland
3b65d1d4f0 Playfield ! 2019-01-13 22:29:29 +01:00
Syméon CARLE
68a65ccbf8 Timeline
Keyboard Shortcuts
Recent Files
2019-01-13 03:53:42 +01:00
Syméon CARLE
b174ad2cb7 Jacket display in properties
Play/Pause with the Spacebar
Playback Status box
2019-01-12 17:16:20 +01:00
Syméon CARLE
6acc34add9 Premier bout de gestion musicale 2019-01-12 03:13:30 +01:00
Stepland
ce9d38d364 Ouverture relative du fichier musique 2019-01-05 00:07:52 +01:00
Stepland
1c2b957f3f Tout petit cycle ouverture / sauvegarde 2019-01-03 23:20:35 +01:00
Stepland
0f316b223d Dear ImGui is WORKING OMFG 2019-01-02 23:38:47 +01:00
Syméon Carle
2f0a027d15 Commit initial, petites fonctions 2017-08-17 19:10:53 +02:00