Stepland
c6fd2e8a2c
the timeline now looks PIXEL-PERFECT
2019-04-06 22:48:18 +02:00
Stepland
a3758f2846
fixed https://github.com/Stepland/F.E.I.S./issues/3
...
refactored Widgets into a folder to avoid huge files and circular dependency problems
2019-04-06 22:35:17 +02:00
Stepland
27138b653f
Another fix for https://github.com/Stepland/F.E.I.S./issues/1 , fixed a bug that would make long notes disappear too early if a negative offset was set
2019-04-04 18:04:13 +02:00
Stepland
a105e2c5fc
- Refactored the way long notes are draw to not use the old silly approach to rotating stuff, fix attempt for https://github.com/Stepland/F.E.I.S./issues/1
2019-04-04 00:32:59 +02:00
Stepland
e7e118fe9d
- Scrolling with the mouse wheel now makes the editor move back & forth in time
...
- Renamed EditActions to EditorStateActions to encompass a wider range of reusable actions
- Moved tinyfiledialogs to /include
2019-04-02 17:08:23 +02:00
Stepland
7b985e297a
Merge remote-tracking branch 'origin/master'
2019-03-29 11:29:41 +01:00
Stepland
94d328ef37
second fix attempt for #2
2019-03-29 11:25:22 +01:00
Stepland
83a682c2de
Update README.md
2019-03-29 10:46:45 +01:00
Stepland
74c897a844
Update README.md
2019-03-28 23:52:19 +01:00
Stepland
5b0f1b8330
Update README.md
2019-03-28 23:51:24 +01:00
Stepland
94a677511c
fix attempt for https://github.com/Stepland/F.E.I.S./issues/2
2019-03-28 22:06:44 +01:00
Stepland
bba736da08
- Refactored edition actions into a separate namespace for reusability
...
- Direct consequence of the previous : smooth addition of the Edit Menu
2019-03-28 10:54:50 +01:00
Stepland
713bb70c91
Fixed a small bug that would close F.E.I.S if you tried opening another chart from the "Recent files" menu
2019-03-28 10:07:19 +01:00
Stepland
cbc1bad568
oops forgot files
2019-03-28 02:17:15 +01:00
Stepland
3ede6172c9
- LN EDITING OMG
...
- Preferences persistency system
- sooo much extra stuff
2019-03-28 02:16:29 +01:00
Stepland
e964a1b9f2
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# EditorState.cpp
2019-03-27 20:39:32 +01:00
Stepland
8d44098063
- Tab selection in linear view
...
- Cut/Copy/Paste selected notes
- LN displayed correctly in the Linear View
- bunch of other small stuff
2019-03-27 20:37:30 +01:00
Stepland
c363374d0b
Small fixes avoiding segfaults
2019-03-27 14:41:16 +01:00
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
f6e225e6a4
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# .gitignore
# CMakeLists.txt
2019-03-02 13:52:42 +01:00
Stepland
792592d812
Merge remote-tracking branch 'origin/feature-undo+redo' into feature-undo+redo
...
# Conflicts:
# CMakeLists.txt
# EditorState.cpp
# EditorState.h
# main.cpp
2019-03-02 13:47:45 +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
5724292d66
Appended .gitignore
2019-03-01 22:24:41 +01:00
Stepland
9107bbdb3d
History implementation !
...
Needs testing
2019-02-23 01:27:01 +01:00
Stepland
70233383ac
Now it compiles fine on linux ?
...
(cherry picked from commit bcfdfb60a9
)
2019-02-23 00:48:00 +01:00
Stepland
bcfdfb60a9
Now it compiles fine on linux ?
2019-02-19 10:20:41 +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
c049e03984
New dev branch !
2019-02-13 00:44:46 +01:00
Stepland
bec7834130
LONG NOTES YAY
2019-02-09 16:05:46 +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
9d629c15f8
no this is the actual fix
2019-01-18 14:02:55 +01:00
Stepland
f692d1bec1
fixed a segfault when selecting a chart in the list
2019-01-18 13:48:44 +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
b62a883d98
small fix for the recent files menu
2019-01-17 21:18:49 +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