Commit Graph

1596 Commits

Author SHA1 Message Date
e1941ccba5 Revert "Update EyeTune.WindowsUniversal.Application.vcxproj"
This reverts commit 927671be59.
2019-10-31 19:57:40 -04:00
a321baf3f7 Update EyeTune.WindowsUniversal.Application.vcxproj.filters 2019-10-31 19:54:39 -04:00
739f0a5077 Update projectM.WindowsUniversal.SharedLibrary.vcxproj 2019-10-31 19:54:34 -04:00
7603187bde Update Package.appxmanifest 2019-10-31 19:54:26 -04:00
dc28bbd855 Update EyeTune.WindowsUniversal.Application.vcxproj 2019-10-31 19:54:22 -04:00
3183061445 Update EyeTune.WindowsUniversal.Application.sln 2019-10-31 19:47:43 -04:00
927671be59 Update EyeTune.WindowsUniversal.Application.vcxproj 2019-10-31 19:45:34 -04:00
ec07b301b1 Update publish_eyetune_build.sh 2019-10-31 19:45:05 -04:00
2660bd295d fix presets sorting 2019-10-31 19:03:25 -04:00
d0fd9e29b5 logs 2019-10-31 14:34:14 -04:00
49623fb022 Update publish_eyetune.sh 2019-10-31 14:32:38 -04:00
9fd6939e61 Create publish_eyetune_build.sh 2019-10-31 14:32:33 -04:00
d8f6571b5f Update publish_eyetune.sh 2019-10-31 14:25:11 -04:00
cdb7d10c16 Create publish_eyetune.sh 2019-10-31 14:22:38 -04:00
17b096c95f Create publish_eyetune.bat 2019-10-31 14:22:33 -04:00
568e1f99bc Revert "Revert "Update EyeTune.WindowsUniversal.Application.vcxproj""
This reverts commit b196f3fd8a.
2019-10-31 12:51:32 -04:00
b196f3fd8a Revert "Update EyeTune.WindowsUniversal.Application.vcxproj"
This reverts commit 5790725de2.
2019-10-31 12:45:59 -04:00
5790725de2 Update EyeTune.WindowsUniversal.Application.vcxproj 2019-10-31 12:40:44 -04:00
9382b895c1 Update EyeTune.WindowsUniversal.Application.sln 2019-10-31 12:32:45 -04:00
834e789695 Update Package.appxmanifest 2019-10-31 12:32:42 -04:00
fdc0aa4f98 Update Package.StoreAssociation.xml 2019-10-31 12:32:38 -04:00
9150e1efdb Update EyeTune.WindowsUniversal.Application.vcxproj 2019-10-31 12:32:34 -04:00
00812fdb0a Update presets_eyetune.vcxitems 2019-10-31 12:31:27 -04:00
911d24ae06 Create presets_community.vcxitems 2019-10-31 12:31:23 -04:00
b396a9c7eb Update EyeTuneApp.cpp 2019-10-31 12:31:18 -04:00
1a33cb944f Create presets_eyetune.vcxitems 2019-10-31 12:16:40 -04:00
3af797e1f4 rework windows store build for msvc 2019 toolchain 2019-10-31 12:00:31 -04:00
727b489bcf rework for windows build 2019-10-25 18:05:54 -04:00
b1cd38618e Update EyeTune.Shared.vcxitems 2019-10-21 18:59:55 -04:00
e2a7531d2f typo fix 2019-10-05 21:23:42 +03:00
d1314d0512 There was a bug that existed in open GL ES 2.0 implementations and random textures (#239)
* There was a bug that existed in open GL ES 2.0 implementations
where glTexImage2D could not convert GL_RGB formed textures into GL_RGBA
while generating the noise textures.   The GL error
was GL_INVALID_OPERATION(0x502)
This probably made the noise textures blank.
So a new class was added that has the alpha channel for the values.

* Added a fudge for render farming milkdrop where we control the time and the ticks.

* User defined time: Got rid of testing code

* Attempt to fix WIN32 compile - it doesnt use or need the ability to control the time

* Got rid of debug - got rid of minor warning

* projectM.hpp - type in ifdef
projectM_SDL_main.cpp - there is code added to make the initial random number dependent on the time of day, making
the sequence of visualizers more unexpected.  But the posix command time does not exist in Win32 land, so we disable it.
2019-10-01 10:01:45 +03:00
0996a06b4c grab max PCM samples per audio callback - maybe it makes it more responsive. fix fullscreen->windowed. add ctl-q to quit. 2019-09-23 23:06:07 +03:00
77a100790a use travis to select clang/gcc, upgrade xcode (#240)
* use travis to select clang/gcc, upgrade xcode

* where does this go

* where does this go

*             - libc++-dev

* bleh

* config

* test

* enable SDL for all travis builds (because -test depends on it)

* libsdl2 dep

*       - libc++-dev dep
2019-09-19 22:50:46 +03:00
bd20f9352c Set file dialogs to not be native (#232) 2019-07-23 09:25:38 +03:00
b34e058c76 Update EyeTune.WindowsUniversal.Application.vcxproj 2019-07-07 21:01:53 -04:00
924524fb86 Update EyeTune.WindowsUniversal.Application.vcxproj 2019-07-07 19:42:41 -04:00
09e90ee28a move milkdrop source to nest folder 2019-07-07 19:25:12 -04:00
1c02be0560 Initial commit 2019-07-07 19:13:38 -04:00
5f3c6e54ac !STEREOSCOPIC_SBS 2019-06-06 14:07:25 -04:00
214e0f96d6 update windows store app with fullscreen toggle 2019-06-06 10:12:34 -04:00
aff8ace194 Update pmSDL.hpp
WASAPI_LOOPBACK requires WIN32
2019-06-04 13:17:25 -04:00
213d2507a7 windows audio capture for sdl2 2019-06-04 12:48:37 -04:00
5d73c7bac1 STEREOSCOPIC_SBS 2019-06-01 11:55:15 -04:00
f648967da5 Update .gitignore 2019-05-23 20:49:34 -04:00
c97833262b updates windows store app, release for all platforms
arm x86 x64
2019-05-23 18:07:28 -04:00
412cd7432c build all platforms for windows store 2019-05-23 16:57:15 -04:00
b3a6a0cc1c experimental presets 2019-05-23 16:57:15 -04:00
8df593eee6 Include all presets into windows universal package 2019-05-17 12:25:28 -04:00
48b194a10d Add NSMicrophoneUsageDescription for macOS - required to capture audio input 2019-05-11 22:41:46 +03:00
e85bf0386d remove Cg framework 2019-05-11 19:16:47 +03:00