Commit Graph

578 Commits

Author SHA1 Message Date
6a28aeb852 added fft library and began controls preferences. 2018-10-16 15:44:43 -05:00
bca4ad5791 Added physics and json parser 2018-09-20 11:04:32 -05:00
539a39e51f reorganized file structure; texture and fonts now have appropriate folder resolver; 2018-09-16 01:37:48 -05:00
7735445888 Loading screen base set up. 2018-09-15 14:05:14 -05:00
3779f220ff imrpoved UI system structure and added a basic text module for testing; Untested. 2018-09-15 13:15:32 -05:00
b0ecc4f457 fonts added per resolution 2018-09-13 11:33:57 -05:00
71600738d4 content system now has done check; cleaned assets; 2018-09-12 21:39:21 -05:00
e45d998c3a progress on automated asynchronous content management; ready for testing; began working on font generation system. 2018-09-12 16:34:44 -05:00
419fb6ab6b progress on asset management system 2018-09-12 01:32:05 -05:00
8d80913fe2 began implementing resize while further developing ui system 2018-09-11 16:26:38 -05:00
073f3a205d began working on main page; furthered UI structure 2018-09-11 13:22:15 -05:00
bce143efbb progress on adding base layer 2018-09-11 00:05:34 -05:00
10d9400342 switching to monogame begins here and now 2018-09-10 22:18:07 -05:00
9febf7ba15 attempt at fixing discrepancy between spectrum and actual data 2018-09-10 01:32:49 -05:00
d07ecc32f8 resize doesn't switch back to main page now 2018-09-10 01:29:35 -05:00
75387661d2 calls super function of draw for scrolling text 2018-09-07 11:24:15 -05:00
c1be4043d2 validation added to scrolling text 2018-09-07 11:17:35 -05:00
84b6a69dff particles are now smarter 2018-09-06 19:02:55 -05:00
93939da1aa Merge branch 'master' of /home/ydeng/git/RhythmBullet 2018-09-06 18:30:11 -05:00
d3c166c6d5 main menu particles fine tuning with visual debug 2018-09-06 18:29:50 -05:00
4b10f23f0b main menu particles now fades instead of instantly disappearing when
music pauses;
2018-09-06 15:07:12 -05:00
7130d9872c beat particle fx blindly changed. fingers crossed. 2018-09-06 07:55:04 -05:00
34616142c6 main menu particle effects 2018-09-06 01:53:54 -05:00
eb384e82ae analysis now functions; music starts playing instantly after pressing
the begin button
2018-09-05 19:55:48 -05:00
49a441132d more dynamic audio analyzer with optimizations; music selection page
progress;
2018-09-05 19:28:44 -05:00
eaca473dee volume and sound effects sliders don't use decimals 2018-09-05 09:45:01 -05:00
ab48262ff8 cleaned up imports; options page slight improvement; 2018-09-04 20:20:04 -05:00
1f1025dcce minor aesthetic change; pcm obtainer tweaked; 2018-09-04 04:59:43 -05:00
ec82f3a5ee clean up; music selection no longer wraps back to top; 2018-09-04 04:50:35 -05:00
eba5459ab3 splash screen more reasonable; resizing now functions as intended; 2018-09-04 04:33:25 -05:00
24dcabfb51 decent bloom system 2018-09-03 23:54:23 -05:00
3c3d925e5a combination fragment shader now uses exposure 2018-09-03 22:52:17 -05:00
cd551a2bc1 cleanup with minor tweaks 2018-09-03 21:59:37 -05:00
80d4132510 further adjustments on bloom 2018-09-03 20:39:26 -05:00
8fd8308d47 improved bloom system 2018-09-03 19:31:16 -05:00
d6b39c8d73 splash screen no longer dependent on asset loading; desktop platform
interface improved
2018-08-31 18:34:32 -05:00
6773abe942 no longer scrolls to currently playing first time 2018-08-29 23:30:50 -05:00
8e68157273 further optimized music selection screen 2018-08-29 23:18:49 -05:00
97afc449b2 fixed: crash from invalid buffer positioning, error from shutting thread
down before instantiation; removed old code;
2018-08-29 22:36:47 -05:00
b84a3d6280 cleaned up code; status bar on main menu shows more info; 2018-08-24 01:59:23 -05:00
b0b7be9141 music refresh works; minor visualizer logic change; 2018-08-24 01:29:10 -05:00
a6dc7c2559 refactor; visualizer tuning; main menu updates to use metadata once
loaded;
2018-08-23 23:51:33 -05:00
b97d772ee9 loading doesn't cause unavoidable lag (removed excessive blocking);
switched to a blocking queue list to manage album cover loading; threads
that should be daemons are daemons now;
2018-08-23 22:21:33 -05:00
211e37866e added a few synchronizing points 2018-08-22 19:58:22 -05:00
dc4db57281 better control system; album art loading more efficient; 2018-08-22 19:35:39 -05:00
d7008796f4 main difference: music selection screen now completely functional; other
refactoring and changes to make better use of the framework were made;
some cleanup happened;
2018-08-18 22:19:08 -05:00
fa8dd9622f fixed random values being obtained from PCM obtainer 2018-08-17 19:44:12 -05:00
50bc2bfdea cleaned 2018-08-17 14:10:18 -05:00
89e3abed63 visualizer now more flexible, leading to new visualizer design for main
page
2018-08-17 02:37:17 -05:00
1e98d34035 code cleanup 2018-08-16 23:25:36 -05:00