Commit Graph

379 Commits

Author SHA1 Message Date
b4f84816ce minor cleaning 2018-02-04 23:00:31 -06:00
b9f70e0c9d re-organized visualizer setup for future ease of use 2018-02-04 22:36:16 -06:00
7f51ca2c55 began working on game screen; changing entity system; clean up assets 2018-02-04 21:16:36 -06:00
1fbdefaecd changing to a different way of handling entities (no longer using scene2d) 2018-02-01 14:59:51 -06:00
08fb879b1f visualizer tuning 2018-01-30 14:45:00 -06:00
c70d161337 minor tuning to visualizer 2018-01-30 12:49:03 -06:00
c3a13d20fa main menu background progress 2018-01-29 14:33:20 -06:00
b1f0a30f5d forgot to remove the methods deleted last time... 2018-01-17 23:07:44 -06:00
8f0eedd1c5 added comments; removed collision detector vfx and sfx 2018-01-17 23:07:07 -06:00
439307d619 removed 'simple' entities 2018-01-17 23:01:57 -06:00
21473bcb0d minor changes to gradients 2018-01-17 22:53:39 -06:00
6c1981d60b cancel button for analysis page 2018-01-17 14:03:25 -06:00
bdbb6f7fd4 resize main page widget position changed 2018-01-15 18:36:23 -06:00
7ca69899b3 change all logging to the gdx system; removed unused debug outputs 2018-01-15 18:12:07 -06:00
da76c05435 will not reload everytime minimized; minor visualizer tweaks; fixed non shuffle out of bounds issue; progress on analysis page 2018-01-15 15:55:51 -06:00
36eb547943 fixed issue caused by misunderstanding(?) of samplerate 2018-01-15 13:50:30 -06:00
b07c9ffd44 adjustments for visualizer 2018-01-13 01:24:32 -06:00
03966d124a improvements on visualizer in terms of synchronization 2018-01-10 23:07:55 -06:00
7b8f442f98 visualizer now directly grabs data from openal.. slightly less synched for better efficiency? 2018-01-09 23:22:59 -06:00
b6da79adc2 more restructuring that makes more sense 2018-01-05 20:52:07 -06:00
aa4a0f3166 cleaned up, visualizer will use reflection to obtain output [planned, not implemented] 2018-01-04 23:46:26 -06:00
f292d6f81c cleaning up and preparing for reflection visuals and music synchronization 2018-01-03 22:39:43 -06:00
15a35f65dc change in structure for different platform support; major change 2018-01-03 16:58:58 -06:00
cebf36dff9 UNTESTED; basic mp3spi setup done; more efficient way of skipping bytes now; syncing of playback and read implemented 2017-12-15 23:56:38 -06:00
677ada45b6 reworked the reading system as previous system was not working; not yet
tested;
2017-12-15 12:28:11 -06:00
25142029af failed attempt since there is difficulty to seek using mp3 2017-12-11 21:59:32 -06:00
95c49602ca more progress 2017-12-11 16:26:26 -06:00
fa93634b9e progress on better system for audio managers 2017-12-11 00:44:43 -06:00
51ce146611 random access files now used to sync visualizer with song (optimization) 2017-12-10 01:45:10 -06:00
8023987148 minor optimizations + page reload now funtions properly 2017-12-09 00:36:49 -06:00
2fc434cc29 minor optimizations; removed some deprecated things 2017-12-08 15:04:47 -06:00
fbbd079154 progress towards optimizations 2017-12-08 00:19:33 -06:00
6f59e2f236 moar optimizations! (hopefully...) 2017-12-07 19:13:43 -06:00
a858fa9159 Progress on mission 'async everything' 2017-12-07 16:47:50 -06:00
a41923fa12 optimization 2017-12-05 16:07:26 -06:00
86a606c44e minor optimizations 2017-12-05 15:03:23 -06:00
6fe280044d music selection page now functions with new method of loading 2017-12-05 11:59:34 -06:00
c41c941338 asynch song loading functional now 2017-12-05 10:42:06 -06:00
8f03c3310d disposing assets that weren't properly disposed 2017-12-05 09:16:01 -06:00
72b91a53fe proper time formatting 2017-12-03 20:04:33 -06:00
516ed746d7 recursive music search added and tested 2017-12-03 18:44:05 -06:00
316c419b99 fixed previously stated issue 2017-12-03 13:39:29 -06:00
7d0f3a365d removed creative screen; re-organized analysis system; analysis page progress; problems with analysis system needs to be fixed 2017-12-03 01:43:50 -06:00
07cc783624 aesthetic rework 2017-11-27 18:37:10 -06:00
b81656d187 text shortening now works better 2017-11-26 21:41:46 -06:00
247885d5cf alphabetically ordered files 2017-11-26 13:50:35 -06:00
6aa03bd344 minor changes to aesthetics, added rated difficulty to selection screen 2017-11-24 23:37:44 -06:00
4c86b17807 added some debug information in options page 2017-11-24 17:32:28 -06:00
f591a8e60e minor layout changes 2017-11-24 17:18:57 -06:00
60c1c2b2d7 optimizations by replacing nested loops to one main loop 2017-11-24 16:56:23 -06:00
9829748a03 song info displayed on the right side of the music selection page 2017-11-24 16:50:33 -06:00
27606f3c8f aesthetic changes 2017-11-24 13:44:00 -06:00
83ca297920 cleaned up code slightly 2017-11-23 21:37:25 -06:00
ee08e149c6 plays music when music is selected whether originally paused or not 2017-11-23 21:17:09 -06:00
8cebf891a0 music selection screen now changes song; currently playing song is now highlighted on screen open; 2017-11-23 20:14:17 -06:00
6cc9288c13 better scroll control 2017-11-21 21:40:10 -06:00
30f7df2ad0 arrow key music selection now functions 2017-11-11 20:24:48 -06:00
16992e1345 set keyboard focus on change to music selection page 2017-11-07 17:19:18 -06:00
e65769f392 began up down arrow keys implementation on the music selection screen 2017-10-31 23:01:14 -05:00
5f2dd6ef75 selection now highlighting 2017-10-30 18:33:46 -05:00
49f454a21f previous button now loops to the end if at the beginning 2017-10-30 12:43:19 -05:00
29e0dfbcc8 removed 800x480 resolution (lol nobodies going to need that...) 2017-10-29 19:33:17 -05:00
f506e934ab added text shortening label 2017-10-29 18:13:21 -05:00
67684e8634 better music selection alignment (progress) 2017-10-28 23:02:55 -05:00
8d8ef15ce4 mainpage ui improved 2017-10-26 22:38:23 -05:00
a1278eed9b main page ui changes, working on song name scroll text 2017-10-24 20:11:49 -05:00
92d122616f currently working with music selection page being worked on 2017-10-24 18:10:41 -05:00
54e9a90ac4 improvements on music selection screen 2017-10-18 22:51:02 -05:00
bef014c047 more progress on play music selection page 2017-10-18 21:27:07 -05:00
9c2fa0f04b began deprecating custom events, switching to java observer event system; progress on music selection page 2017-10-17 23:37:36 -05:00
2294b0f9f8 moved options to left of main page 2017-10-17 13:31:27 -05:00
ca8e4c16d7 multiple adjustements made for ui resizing 2017-10-16 15:32:41 -05:00
0cab95a3fb cleaned up imports 2017-10-16 00:16:05 -05:00
76ed2cb74a added gradient background to main menu 2017-10-16 00:14:59 -05:00
69f40f5468 fixed crash issue with shader options checkbox; changed checkbox disabled texture 2017-10-15 19:33:46 -05:00
879921e5aa placement adjustement 2017-10-15 14:44:58 -05:00
160f87b801 main menu now displays current song name; visualizer made slightly more efficient 2017-10-15 01:55:03 -05:00
f345e1de8c forgot to add this important file... 2017-10-14 16:56:07 -05:00
871e667707 added proper menu screen controller for music playback; changed valid bin range for visualizer 2017-10-14 16:49:02 -05:00
d75f9692de beat particle effect values changed again, visualizer average range lowered 2017-10-14 00:43:18 -05:00
3454f80413 minor changes to beat particle effect, added proper music directory update, added song count, visualizer better centered, other minor value changes 2017-10-14 00:33:24 -05:00
31ad6f4a10 fixed visualizer width, changed scroll bar skin, changed functioning of shader options 2017-10-13 19:09:17 -05:00
36e121fef0 added enhanced glow option 2017-10-13 10:58:27 -05:00
6595c0fdb1 help from pjrader1 on discord with FBO and Scissorstacks fixed FBO issue 2017-10-12 21:39:06 -05:00
f548c4828f functioning main menu with scissor issue 2017-10-12 14:54:35 -05:00
9da3670d04 working on scissorstack issue, before breaking everything 2017-10-11 23:45:51 -05:00
29e4b7e901 options have been added back 2017-10-10 00:51:36 -05:00
3845b7495b color adjustements 2017-10-09 20:25:54 -05:00
9629b7edd7 added play, option, and quit buttons 2017-10-09 20:04:42 -05:00
05a701b643 game screen blur level added 2017-10-08 19:48:03 -05:00
6d135e3b2b glow shader works better, changed way of loading assets, default song set up 2017-10-08 19:07:34 -05:00
4c329e8d8f added particles and improved main menu aesthetically 2017-10-08 01:41:25 -05:00
67f9105922 another attempt to better remedy song transition for visualizer 2017-10-07 01:08:12 -05:00
8cbefb1f0f smoothed out bar height changes, used locks to better remedy song transition bar height issue 2017-10-07 01:01:29 -05:00
087b709a02 functional (i think?) 2017-10-06 23:52:56 -05:00
2801adbd6e async functioning now 2017-10-06 21:05:05 -05:00
29e8d550dd qRevert "smooth rise of bars"
This reverts commit 23df4f887c24325ea39d0bb9a3f2695366ec0c80.
2017-10-06 18:17:43 -05:00
8962ab97eb progress on asynchronous song property loading 2017-10-06 15:59:02 -05:00
99dbbb41f7 smooth rise of bars 2017-10-05 00:33:10 -05:00
74e3a999c3 smooth descent of bars now after all averaging 2017-10-04 15:31:05 -05:00