6a28aeb852added fft library and began controls preferences.Recrown2018-10-16 15:44:43 -0500
bca4ad5791Added physics and json parserRecrown2018-09-20 11:04:32 -0500
539a39e51freorganized file structure; texture and fonts now have appropriate folder resolver;Recrown2018-09-16 01:37:48 -0500
7735445888Loading screen base set up.Recrown2018-09-15 14:05:14 -0500
3779f220ffimrpoved UI system structure and added a basic text module for testing; Untested.Recrown2018-09-15 13:15:32 -0500
b0ecc4f457fonts added per resolutionRecrown2018-09-13 11:33:57 -0500
71600738d4content system now has done check; cleaned assets;Recrown2018-09-12 21:39:21 -0500
e45d998c3aprogress on automated asynchronous content management; ready for testing; began working on font generation system.Recrown2018-09-12 16:34:44 -0500
419fb6ab6bprogress on asset management systemRecrown2018-09-12 01:32:05 -0500
8d80913fe2began implementing resize while further developing ui systemRecrown2018-09-11 16:26:38 -0500
073f3a205dbegan working on main page; furthered UI structureRecrown2018-09-11 13:22:15 -0500
bce143efbbprogress on adding base layerRecrown2018-09-11 00:05:34 -0500
10d9400342switching to monogame begins here and nowRecrown2018-09-10 22:18:07 -0500
9febf7ba15attempt at fixing discrepancy between spectrum and actual dataRecrown2018-09-10 01:32:49 -0500
d07ecc32f8resize doesn't switch back to main page nowRecrown2018-09-10 01:29:35 -0500
75387661d2calls super function of draw for scrolling textRecrown2018-09-07 11:24:15 -0500
c1be4043d2validation added to scrolling textRecrown2018-09-07 11:17:35 -0500
d6b39c8d73splash screen no longer dependent on asset loading; desktop platform interface improvedRecrown2018-08-31 18:34:32 -0500
6773abe942no longer scrolls to currently playing first timeRecrown2018-08-29 23:30:50 -0500
8e68157273further optimized music selection screenRecrown2018-08-29 23:18:49 -0500
97afc449b2fixed: crash from invalid buffer positioning, error from shutting thread down before instantiation; removed old code;Recrown2018-08-29 22:32:44 -0500
b84a3d6280cleaned up code; status bar on main menu shows more info;Recrown2018-08-24 01:59:23 -0500
b0b7be9141music refresh works; minor visualizer logic change;Recrown2018-08-24 01:29:10 -0500
a6dc7c2559refactor; visualizer tuning; main menu updates to use metadata once loaded;Recrown2018-08-23 23:51:33 -0500
b97d772ee9loading 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;Recrown2018-08-23 22:21:33 -0500
211e37866eadded a few synchronizing pointsRecrown2018-08-22 19:58:22 -0500
dc4db57281better control system; album art loading more efficient;Recrown2018-08-22 19:35:39 -0500
d7008796f4main difference: music selection screen now completely functional; other refactoring and changes to make better use of the framework were made; some cleanup happened;Recrown2018-08-18 22:19:08 -0500
fa8dd9622ffixed random values being obtained from PCM obtainerRecrown2018-08-17 19:44:12 -0500
7fb42a63f8resize tested and many issues fixed; horizontal visualizer scales to height;Recrown2018-08-15 23:17:04 -0500
7a810299cedeselection process now functions with the new keybind system; visualizer progress (completely functional, one issue: windows drag causes spike due to delta); all round minor cleanup and small changes;Recrown2018-08-11 21:10:43 -0500
8bea317ea8keybind efficiency by removing excessive object creation; removed a few extra imports;Recrown2018-08-11 18:11:06 -0500
b083e5f187keybind key icon textures changed; removed useless code from old visualizer;Recrown2018-08-11 17:27:37 -0500
30567e086cproper disposal issue fixed; error while screen is not paused but not renrendering (ex. dragging window) fixed;Recrown2018-08-11 16:15:47 -0500
f2a60ea490visualizer works in a basic manner, disposing needed, gui needs tweaking, visualizer bar rate could be adjusted;Recrown2018-08-11 02:21:05 -0500
0d2b48f0c2removed a debug line, playing notifier now properly functionsRecrown2018-08-09 00:19:15 -0500
5b388e8403now actually randomly selects song on launchRecrown2018-08-08 23:32:25 -0500
324e3afe5amultiple order changes with notifiers and other method calls; added copying of default music file to special directory;Recrown2018-08-07 23:53:48 -0500
56d0ac2f51visualizer bars properly rendered; removed overlapping play calls; + minor fixes and changesRecrown2018-08-06 15:54:35 -0500
83d09ab2b9bloom shader now works; back buttons on graphics and keybinds page now go back to options page;Recrown2018-08-05 22:30:06 -0500
e824fe8b8bscaling of textures fixed for various pages; last fix was scroll text updating;Recrown2018-08-05 22:23:50 -0500
fe1eeecbc1began testing, working through various errors, ended on constant reloading in the game manager;Recrown2018-08-05 00:03:53 -0500
59cfa277abremoved old, unused code; music controls now updated to use new framework; circular visualizer updated; moved visualizers to core for all platforms and accounted for different platform PCM reading with interface for visualizer in core;Recrown2018-08-03 22:21:39 -0500
a39f3a25acadded detailed display on screen (untested)Recrown2018-08-03 21:41:18 -0500
b857ffe4bdchanged to integer state system for notifier in music controller; music selection page rewritten making better use of framework objects. Untested (still)Recrown2018-08-03 13:17:01 -0500
45da676d0dprogress on untested frameworkRecrown2018-08-02 09:21:25 -0500
590cb39902restructured way of handling the relationship between screens and pagesRecrown2018-07-26 13:17:35 -0500
7dff918802Finished basic visualizer and mass refactoring on the audio analyzer to be compatible with the structureRecrown2018-07-23 00:15:31 -0500
0dce05050aRestructuring starting from the launcher up to obtaining PCM data from the audio backend is complete but untested.Recrown2018-07-22 12:35:08 -0500
7782a6a44bdecided on not using custom tag due to limitations of formatting; completed (untested) both wav and mp3 metadata objects.Recrown2018-07-21 01:11:22 -0500
0da840b691added LGPL library as completely separated link; changed from mp3agic to jaudiotagger;Recrown2018-07-20 15:24:49 -0500
810db62c18added some comments for how the metadata interface should be used.Recrown2018-07-19 19:05:23 -0500
02a65651eacompleted proper save mechanism for custom metadataRecrown2018-07-08 20:50:08 -0500
466f1cfc3estarted wav metadata, removed extra property from rbmetadataRecrown2018-07-08 18:40:39 -0500
0f296bfe1cRefactored (name change); minor data logic improvement; structure change;Recrown2018-06-14 21:20:13 -0500
55cac998edproper synchronization for reading samples; change to sample processor interface to avoid creating unnessecary io streams; minor cleanup;Recrown2018-06-14 20:01:23 -0500
78324045f0Minor restructuring done; furthered functionality of the audio system; further work on thread-safety of the classes.Recrown2018-06-14 00:48:29 -0500
31b2278e9bcustom audio system tailored for music based game now has the WAV sample reader with pan and volume controls.Recrown2018-06-12 23:27:13 -0500
45e3b55d84new sync system for visualizerRecrown2018-05-22 23:30:52 -0500
0fdc65796dvisualizer should now be stable (with proper new buffer system)Recrown2018-05-18 01:25:02 -0500
874ef52bb9cleaned up some code in visualizerRecrown2018-04-15 14:18:35 -0500
62dc7381c6Circular visualizer now has function organized circle vertice order; sorting comparator moved to local method;Recrown2018-04-15 02:59:35 -0500
bfcad74529made more visualizer code accessible for other platforms by using interfaceRecrown2018-03-21 23:26:09 -0500
2aa498e292changed shader options to slider; did some cleaning;Recrown2018-03-18 00:21:27 -0500
f35691536badded loading message to music selection page; removed 2 bars since for some reason left and right has one extra bar on both sides at 1366x768Recrown2018-03-17 00:20:00 -0500
c3f00fe5b6removed song counter on options page, made sure background will resize to non standard resolutionsRecrown2018-03-17 00:10:26 -0500
5ae598db36background now renders! yay.Recrown2018-03-16 17:56:42 -0500
8fd727e7d6fixed music selection page bug where after resize and metadata loading, application would crashRecrown2018-03-16 17:33:14 -0500