Daniel Collin
9e9d6b6d56
Fully implemented support for channel mute
...
Closes #97
2014-09-19 10:02:42 +02:00
Daniel Collin
8e494a71ab
Mork WIP on #96
2014-09-15 20:48:28 +02:00
Daniel Collin
7c1323a3c2
Added rootElement to XML files
...
Closes #91
2014-09-14 10:28:18 +02:00
Daniel Collin
4d13534798
Fixed broken color loading on Win32
2013-07-01 11:51:20 +02:00
Konsta 'sooda' Hölttä
c630ed9caf
ogl_editor: set bookmarks NULL when freeing them
...
trackData's bookmarks are realloc()'d later when bookmarks are added if
the pointer is not null, and realloc gets upset if it's freed already.
2013-06-23 20:59:33 +03: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
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
9e7818b6dd
Fixed crash when loading a file while demo is running
...
Also fixed that loading of folded that was broken.
Closes #61
2013-01-07 23:36:24 +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
ed55845ac3
Implemented saving of bookmarks
...
Closes #52
2013-01-04 15:24:31 +01:00
Daniel Collin
74bd0fba9c
Implemented support for unicode on Win32
...
Closes #51
2013-01-01 12:25:48 +01:00
Daniel Collin
8c00cec3ac
Support for saving fold status of groups
...
Closes #38
2012-12-31 14:18:51 +01:00
Daniel Collin
0350811701
Fixed so loaded keys are sent to demo
...
Closes #33
2012-12-30 21:54:18 +01:00
Daniel Collin
f4c315c137
Fixed issue that Start/Endrow wasn't saved and loaded
...
Closes #37
2012-12-30 12:29:41 +01:00
Daniel Collin
e37c271ccb
Some more cleanup
2012-12-30 11:55:33 +01:00
Daniel Collin
5dc96476fe
Minor cleanup
2012-12-30 11:49:33 +01:00
Daniel Collin
23d0cb2fc9
Fixed broken formatting of the rocket files (xml)
...
Closes #35
2012-12-30 11:47:19 +01:00
Daniel Collin
c6f52ad6c3
Various fixes
2012-12-27 20:42:22 +01:00
Daniel Collin
f1044ab3a7
Use hex for colors
2012-11-25 09:46:04 +01:00
Daniel Collin
990ae399a1
Restore dialogs
2012-11-23 23:02:46 +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
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
d03bd9e991
Added linking of the groups when loading .rocket files
2012-11-11 21:38:50 +01:00
Daniel Collin
d33792841c
Data restructuring and preparing for group support
2012-11-11 19:39:31 +01:00
Daniel Collin
fcff3edc9e
Implemented load/save for tracking folding and colors
2012-11-11 15:35:47 +01:00
Daniel Collin
8ac2c68b99
Fix crash bug when loading data without colors
2012-11-10 22:15:43 +01:00
Daniel Collin
177190d690
WIP on folding (also made some cleanup in the track rendering)
2012-11-10 17:48:37 +01:00
Daniel Collin
5fffecc270
Merge and Win32 compile fixes
2012-11-08 15:06:21 +01:00
Daniel Collin
b2642100f5
Win32 compile fixes
2012-11-08 14:43:46 +01:00
Daniel Collin
33e09bd251
Fixed so the track data is cleared when loading new one
...
Closes #30
2012-11-04 12:57:34 +01:00
Daniel Collin
d120a27fdc
Added basic save support
2012-10-28 20:32:45 +01:00
Daniel Collin
cf1eeb27b3
Added save dialog
2012-10-28 20:03:21 +01:00
Daniel Collin
275dbf68ec
Can now load XML files to the rocket data
2012-10-28 15:56:01 +01:00
Daniel Collin
2c88f2470b
Preparation for proper save
2012-10-28 14:24:33 +01:00
Daniel Collin
c8b656c03c
Separated createTrack to own c/h as we need to call it from more places that Editor.c
2012-10-28 13:57:31 +01:00
Daniel Collin
c4cd4355d8
Separated away save/load of xml to separate file. Added 60 Hz
2012-10-25 21:51:21 +02:00