Commit Graph

2657 Commits

Author SHA1 Message Date
luca castagnini
9785badf09 restore accidentally removed Linux #ifdef case 2020-03-04 10:03:16 +01:00
luca castagnini
209545a360 remove a std::cout used for debug 2020-03-04 09:46:05 +01:00
luca castagnini
71827e4fb4 musikcube port for OpenBSD. Compiled with:
doas pkg_add cmake boost libogg libvorbis ffmpeg curl libmicrohttpd lame libev taglib
cmake .
make
doas make install
2020-03-04 09:21:25 +01:00
casey langen
6d61ff8333 Oops, repaired Window::Clear after recent ncurses 6.2 fixes. 2020-03-02 22:53:01 -08:00
casey langen
801a1405c6 Work around PDCurses/ncurses differences. 2020-03-01 20:15:19 -08:00
casey langen
296fea18f6 Work around PDCurses/ncurses differences. 2020-03-01 18:54:19 -08:00
casey langen
2a5d947998 Oops, fixed merge conflict typo. 2020-03-01 18:52:58 -08:00
casey langen
64ef948347 Merge branch 'master' into clangen/upstream-pdcurses 2020-03-01 18:51:58 -08:00
casey langen
9ed5dfd904 Work around weird bug in ncurses 6.2 2020-03-01 16:56:14 -08:00
casey langen
7a68bb1d44 Renames for clarity. 2020-03-01 12:47:45 -08:00
casey langen
035137d3b8 Fixed a couple other null pointer dereferences. 2020-03-01 12:45:49 -08:00
casey langen
10998add43 Fixed NULL dereference. 2020-03-01 00:16:29 -08:00
casey langen
f7039b9a25 Merge branch 'master' into clangen/upstream-pdcurses 2020-02-29 23:28:15 -08:00
casey langen
2e415a17b2 Tweaked HttpServer to allow for multiple simultaenous connections, and
be smart about waiting for existing blocking transcoders.
2020-02-29 17:15:16 -08:00
casey langen
7a398e75a7 Hopefully work around annoying prev() bug in ExoPlayer if track download
takes too long.
2020-02-29 12:09:09 -08:00
casey langen
e5f5fbee93 Upgraded to Android Studio 3.6. 2020-02-29 11:36:09 -08:00
casey langen
f23de4515a Merge branch 'master' into clangen/upstream-pdcurses 2020-02-27 23:00:21 -08:00
casey langen
eccc78defc Ensure we update the playback state if we seek while paused. 2020-02-27 22:59:44 -08:00
casey langen
cd4d31bfe1 Merged upstream PDCurses changes. 2020-02-18 22:56:09 -08:00
casey langen
fdced4b5c0 Added a bunch of cruft to time command line builds on Windows. 2020-02-18 22:56:09 -08:00
casey langen
f470091640 Merged upstream PDCurses changes. This seems to fix some wincon bugs
when running the app in a powershell instance.
2020-02-18 22:56:09 -08:00
casey langen
9cb6040491 Support true color mode in Terminal.app for known-good versions. 2020-02-18 22:55:44 -08:00
casey langen
0193fb303f Fixed IBufferProvider handling in the C SDK. 2020-02-16 23:11:44 -08:00
casey langen
b88909d148 Let's store all session settings in a separate file to make it easier to
backup app settings without context-specific information.
2020-02-15 23:42:27 -08:00
casey langen
0966aa57af Added missing argument 2020-02-15 07:37:47 +00:00
casey langen
e02845f2be Updated archive-rpi.sh script 2020-02-15 07:19:43 +00:00
casey langen
b962af4954 PCH tweaks to hopefully improve build time. 2020-02-14 22:47:48 -08:00
casey langen
255383af10 Suppressed a couple implicit type conversion warnings and updated
solution to only build minimal set of projects for -Con variations.
2020-02-14 14:57:14 -08:00
casey langen
db315da44c Bumped submodule commit hash. 2020-02-14 10:52:13 -08:00
casey langen
b0f3ba5899 Upgraded ExoPlayer and to Firebase Crashlytics. 2020-02-13 22:22:44 -08:00
casey langen
d57937eb2d Let's not crash if no output drivers are present. 2020-02-13 19:35:15 -08:00
casey langen
04691132f3 Disable color theme selection on windows console builds -- not
supported.
2020-02-12 22:12:09 -08:00
casey langen
5e528797a5 Simplify DLL target dependencies. 2020-02-11 22:05:52 -08:00
casey langen
1c8b0c22d1 More windows build script updates. 2020-02-11 21:26:22 -08:00
casey langen
f2c1629507 Added some new DLL targets for musikcore and link against it with
core_c_demo
2020-02-10 22:32:05 -08:00
casey langen
7d01d587a3 Revert "Separate DLL targets for musikcore, and a couple build script tweaks."
This reverts commit 351253fa5c.
2020-02-10 19:53:51 -08:00
casey langen
7d90c73ebc Also include lib file in build-win.bat. 2020-02-10 19:49:03 -08:00
casey langen
351253fa5c Separate DLL targets for musikcore, and a couple build script tweaks. 2020-02-09 22:01:32 -08:00
casey langen
96ac7748fc
Merge pull request #314 from clangen/clangen/wincon
Add suport for Windows console.
2020-02-09 13:00:00 -08:00
casey langen
5d905e1a53 Version bump for next release. 2020-02-09 12:40:40 -08:00
casey langen
c5f227ab1a Don't install the global keyboard hook if we're running in pure console
mode.
2020-02-09 12:39:56 -08:00
casey langen
697e27d2e3 Updated Windows build scripts. 2020-02-09 12:34:45 -08:00
casey langen
5bad7b59f4 Updated Windows archive scripts. 2020-02-09 00:51:24 -08:00
casey langen
22c2e03a8f Experimental changes to support building as a standard Win32 console app
(instead of a Win32 app emulating console behavior).
2020-02-08 22:37:36 -08:00
casey langen
6d9c7d590a
Merge pull request #311 from clangen/clangen/musikcore_c
Experimental C bindings.
2020-02-03 22:51:06 -08:00
casey langen
954357ab37 Programming is hard. 2020-02-02 17:07:33 -08:00
casey langen
ca92052ad1 Actually maybe for real fix indexer track count events? 2020-02-02 17:04:56 -08:00
casey langen
d5ad390a77 Corrected count consistency problem in Indexer 2020-02-02 16:19:12 -08:00
casey langen
a74eb597ad Added mcsdk_env_init and mcsdk_env_release 2020-02-02 16:10:26 -08:00
casey langen
34c7afcb6a Test for player mixpoints. 2020-02-02 14:17:33 -08:00