78 Commits

Author SHA1 Message Date
mathieu _alkama_ m
c6241bfb75 Fix: Avoid adding values (through ref) to uninitialised variable 2015-12-13 13:11:19 +01:00
mathieu _alkama_ m
ccf278d144 Fixing indentations and a few formatting issues 2015-12-13 13:07:36 +01:00
mathieu _alkama_ m
a5cee4157f Have the OpenGL editor work with the newest sync library codebase. 2015-12-13 10:05:39 +01:00
mathieu _alkama_ m
0384575ab4 Hitting the right path for the sync library includes. 2015-12-13 10:05:39 +01:00
Daniel Collin
5d8314fe5c More code to prevent data edit in muted mode 2014-09-18 19:35:00 +02:00
Daniel Collin
c05bb51b86 First version of mute implemented
Part of work for #97
2014-09-18 16:54:30 +02:00
Daniel Collin
88c36967a5 Implemented scroll view
Closes #104
2014-09-16 18:00:36 +02:00
Daniel Collin
4cff77a1bb Added loop marker
Closes #96
2014-09-16 15:40:36 +02:00
Daniel Collin
3b354f16ca Added pattern if loop and bookmarks overlap
Part of #96 work
2014-09-16 14:13:27 +02:00
Daniel Collin
8e494a71ab Mork WIP on #96 2014-09-15 20:48:28 +02:00
Daniel Collin
59363f452f Fixed ui rendering bug
Closes #106
2014-09-15 19:22:07 +02:00
Daniel Collin
179d76399f Fixed *really* bad scrolling bug
Closes #92
2014-09-14 16:57:08 +02:00
Daniel Collin
18ddf785ad Implemented highlight of current track
Closes #105
2014-09-14 13:40:00 +02:00
Daniel Collin
c5e2a5076a Fixes scrolling issues with collapsed tracks
This was caused by incorrect calculation of groupSize width

Closes #87
2013-10-18 19:07:28 +02:00
Daniel Collin
5e2743d9b8 No color picking while playing
Change so color picking can't be used during playback as this causes
some issues. Would be nice to support it but at least this doesn't screw
everything up.

Closes #76
2013-07-01 12:10:12 +02:00
Daniel Collin
3f3e15e4e4 Win32 compile fix 2013-07-01 10:57:11 +02:00
Daniel Collin
ab20103966 Support add track while running
Finally fixed so groups/tracks won't be broken if a new track is being added while the editor is open and demo is being reloaded

Closes #74
2013-07-01 02:12:25 +02:00
Daniel Collin
143379804c Various fixes
* Removed concept of one entry groups. Now all groups has an array of tracks (even if just one) as it simplifies the code
* Rewrote the scrolling handling when auto selecting a new track. The new code should be more robust and doesn't rely on track ordering
2013-06-30 23:28:14 +02:00
Daniel Collin
7319e6a8ca WIP on adding new tracks from demo while editor is running 2013-06-29 22:15:45 +02:00
Daniel Collin
1721d53d4c Fixed scrolling big with folded tracks
Closes #73
2013-06-29 17:08:53 +02:00
Konsta 'sooda' Hölttä
650bb4e01d ogl_editor: letter case fixes
Make it compile on linux where filenames are case sensitive
2013-06-23 15:42:22 +03:00
Konsta 'sooda' Hölttä
731ae7c046 ogl_editor: no gl header includes in linux
gl headers in TrackView.c seem to be unnecessary
2013-06-23 15:42:22 +03:00
Daniel Collin
aeddba394f Added highlightRowStep
This is used to change the the highlighted row number in the UI which might be useful depending on if the music has a non-regular BPM or similar issue.

Right now it's not possible to change it in the UI so the best way to change it right now is to save a .rocket file, open it in a text editor and change the "highlightRowStep" on the <tracks tag

Closes #85
2013-03-25 11:38:45 +01:00
Daniel Collin
b8169418f2 Fixed include paths as emgui was moved. Fixed some more stuff in tundra scripts to remove deprecated warning 2013-01-07 11:36:23 +01:00
Daniel Collin
c37f7f57dc Fixed some brokeness in border rendering
Closes #60
2013-01-06 23:05:51 +01:00
Daniel Collin
b35639dfba Fixed missing lines in track view
Closes #55
2013-01-04 19:03:29 +01:00
Daniel Collin
74bd0fba9c Implemented support for unicode on Win32
Closes #51
2013-01-01 12:25:48 +01:00
Daniel Collin
421e8c47c3 Fully implemented bookmark support
Closes #36
2012-12-31 13:36:36 +01:00
Daniel Collin
cf2edb5145 WIP on Bookmark support 2012-12-31 01:03:39 +01:00
Daniel Collin
660c4b418a Fixed issues that row numbers would use wrong font now and then
Closes #42
2012-12-30 11:57:24 +01:00
Daniel Collin
b0c29d2ed9 Fixed issue that last selected item wasn't highlighted
Closes #43
2012-12-30 11:56:01 +01:00
Daniel Collin
8c1aba73a4 Fixed issue that some non-grouped channels would render the name with wrong font 2012-12-29 18:17:20 +01:00
Daniel Collin
c6f52ad6c3 Various fixes 2012-12-27 20:42:22 +01:00
Daniel Collin
28cd240b2e Lots of work on getting proper scrolling and track selection 2012-11-26 23:08:53 +01:00
Daniel Collin
bb784965d5 Latest 2012-11-26 00:07:30 +01:00
Daniel Collin
5f1b90ee93 Lots of various fixes 2012-11-25 14:53:33 +01:00
Daniel Collin
f7984f0d1d Added color selection for tracks
Closes #26
2012-11-25 11:01:07 +01:00
Daniel Collin
0208c68c3f Tweaked the position of tracks when folded 2012-11-24 17:47:01 +01:00
Daniel Collin
baf1ae03de Handle focus 2012-11-24 17:37:25 +01:00
Daniel Collin
83e62e15eb Misc cleanup and rendering of selection 2012-11-24 15:16:48 +01:00
Daniel Collin
d8b9adbf8d Moved some files around. Made glfw compile on windows, added main function to windows/glfw 2012-11-23 18:57:33 +01:00
Daniel Collin
081cb8cd3e Latest with various fixes 2012-11-22 20:34:52 +01:00
Daniel Collin
d7b2916e15 Fixed correct size of groups and correct size of selection marker 2012-11-22 17:19:09 +01:00
Daniel Collin
46fb889216 WIP on grouping 2012-11-21 23:37:54 +01:00
Daniel Collin
bd4dd1e358 WIP on group support 2012-11-14 22:42:16 +01:00
Daniel Collin
db839cd75c Improved group rendering and made some cleanup 2012-11-12 21:35:53 +01:00
Daniel Collin
65b6b3a3e9 Fixed compile errors 2012-11-12 08:55:50 +01:00
Daniel Collin
324d3dbd84 Grouping WIP 2012-11-11 22:16:50 +01:00
Daniel Collin
d33792841c Data restructuring and preparing for group support 2012-11-11 19:39:31 +01:00
Daniel Collin
8a8594a21f Now using embedded arrow images 2012-11-11 16:03:03 +01:00