Commit Graph

549 Commits

Author SHA1 Message Date
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
901594608c removed deprecated code; platform based, window manager created; cleaned
code and files;
2018-08-16 13:49:44 -05:00
7fb42a63f8 resize tested and many issues fixed; horizontal visualizer scales to
height;
2018-08-15 23:17:04 -05:00
7a810299ce deselection 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;
2018-08-11 21:10:43 -05:00
8bea317ea8 keybind efficiency by removing excessive object creation; removed a few
extra imports;
2018-08-11 18:11:48 -05:00
b083e5f187 keybind key icon textures changed; removed useless code from old
visualizer;
2018-08-11 17:27:37 -05:00
30567e086c proper disposal issue fixed; error while screen is not paused but not
renrendering (ex. dragging window) fixed;
2018-08-11 16:15:47 -05:00
f2a60ea490 visualizer works in a basic manner, disposing needed, gui needs
tweaking, visualizer bar rate could be adjusted;
2018-08-11 02:23:38 -05:00
4a7f4962e2 minor file location refactor, openAL sourceID reflected correctly now 2018-08-09 01:08:33 -05:00
0d2b48f0c2 removed a debug line, playing notifier now properly functions 2018-08-09 00:19:15 -05:00
5b388e8403 now actually randomly selects song on launch 2018-08-08 23:32:25 -05:00
324e3afe5a multiple order changes with notifiers and other method calls; added
copying of default music file to special directory;
2018-08-07 23:53:48 -05:00
56d0ac2f51 visualizer bars properly rendered; removed overlapping play calls; +
minor fixes and changes
2018-08-06 15:56:16 -05:00
83d09ab2b9 bloom shader now works; back buttons on graphics and keybinds page now
go back to options page;
2018-08-05 22:30:45 -05:00
e824fe8b8b scaling of textures fixed for various pages; last fix was scroll text
updating;
2018-08-05 22:23:50 -05:00
fe1eeecbc1 began testing, working through various errors, ended on constant
reloading in the game manager;
2018-08-05 00:03:53 -05:00
59cfa277ab removed 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;
2018-08-03 22:21:39 -05:00
a39f3a25ac added detailed display on screen (untested) 2018-08-03 21:41:18 -05:00
b857ffe4bd changed to integer state system for notifier in music controller; music
selection page rewritten making better use of framework objects.
Untested (still)
2018-08-03 13:17:01 -05:00
45da676d0d progress on untested framework 2018-08-02 09:21:25 -05:00
590cb39902 restructured way of handling the relationship between screens and pages 2018-07-26 13:17:35 -05:00
7dff918802 Finished basic visualizer and mass refactoring on the audio analyzer to
be compatible with the structure
2018-07-23 00:15:31 -05:00
0dce05050a Restructuring starting from the launcher up to obtaining PCM data from
the audio backend is complete but untested.
2018-07-22 12:35:08 -05:00
7782a6a44b decided on not using custom tag due to limitations of formatting;
completed (untested) both wav and mp3 metadata objects.
2018-07-21 01:11:22 -05:00
0da840b691 added LGPL library as completely separated link; changed from mp3agic to
jaudiotagger;
2018-07-20 15:24:49 -05:00
810db62c18 added some comments for how the metadata interface should be used. 2018-07-19 19:05:23 -05:00
02a65651ea completed proper save mechanism for custom metadata 2018-07-08 20:50:08 -05:00
466f1cfc3e started wav metadata, removed extra property from rbmetadata 2018-07-08 18:40:39 -05:00
2588b1e4a3 mp3 metadata complete 2018-07-08 18:36:39 -05:00
31bc3eb273 removed apache tika; outline for audio metadata done; 2018-07-02 02:02:58 -05:00