0ef8ddffbd
Merge pull request #2 from projectM-visualizer/master
...
merge from master fork
2019-01-03 09:35:35 -08:00
45d8d3474a
Merge pull request #141 from mbellew/PresetOutputs-bug
...
bug calling switchPreset() while a smooth transition is still in progress
2019-01-03 11:30:18 +02:00
fcfb8ebf90
fix bug when calling switchPreset() while a smooth transition is still in progress
2019-01-02 18:30:56 -08:00
9d82515a9b
xcode cleanup
2019-01-01 13:27:57 +02:00
0ab97816b3
Merge pull request #132 from opencollective/opencollective
...
Activating Open Collective
2019-01-01 12:26:01 +01:00
6eb8bbd172
Added backers and sponsors on the README
2018-12-24 09:13:34 -08:00
e1440691ac
Merge pull request #127 from segfault16/mac-readme
...
Update brew packages needed for Mac OS X build
2018-12-09 16:45:56 +00:00
735700f5a5
Update brew packages needed for Mac OS X build
2018-12-09 14:07:00 +01:00
7d279db9bb
Merge pull request #123 from projectM-visualizer/gles_fixes
...
DX to openGL/openGLES transpilation fixes
2018-11-23 12:27:57 +01:00
d9f65d9211
Disable OGL debug for GLES build
...
Memory leak fix
2018-11-21 18:39:52 +01:00
94ece761ff
Merge pull request #122 from projectM-visualizer/build_warnings_cleanup
...
Build warnings cleanup
2018-11-21 18:33:35 +01:00
271f1f2f68
- Matrix assignment: DX to GL adaptation
...
- GLES fix
2018-11-20 20:34:36 +01:00
64d62429fb
Assignement -> Assignment
2018-11-20 20:29:09 +01:00
0e4436026e
easy asan activation
2018-11-20 19:21:34 +01:00
069c005c5b
audio emoji is back
2018-11-20 19:19:59 +01:00
18de78fd71
using std::abs
2018-11-19 19:06:19 +01:00
10ee34683e
DX to openGL/openGLES transpilation fixes
2018-11-17 13:13:25 +01:00
116025f272
std::abs usage
2018-11-17 12:55:34 +01:00
d4d74f6d05
Build warnings cleanup
2018-11-17 11:42:28 +01:00
4e37c109f0
memleak fix
2018-11-17 11:41:59 +01:00
9fea09b23e
Merge pull request #112 from notspiff/add_runtime_datadir
...
added: allow specifying datadir in settings on runtime
2018-10-15 16:27:59 +03:00
b56a1c848d
fixup! added: allow specifying datadir in settings on runtime
2018-10-15 15:24:14 +02:00
7bf0a3f35d
added: allow specifying datadir in settings on runtime
2018-10-04 16:33:47 +02:00
a282403cac
update xcode
2018-09-30 15:46:01 +03:00
dd27a53889
readme, comments
2018-09-30 15:37:45 +03:00
47286f1b34
Merge pull request #106 from projectM-visualizer/no-glew
...
No GLEW
2018-09-30 15:22:36 +03:00
5e456e28ec
Merge pull request #107 from projectM-visualizer/glsl
...
Include config.h for libraries
2018-09-23 15:04:23 +02:00
b1fe1637f4
Merge pull request #103 from growingant/patch-2
...
update Makefile.am
2018-09-23 14:31:09 +02:00
527ba32c29
Merge pull request #102 from growingant/patch-1
...
update Makefile.am
2018-09-23 14:30:31 +02:00
608173e848
Glew and FTGL cleanup
2018-09-23 13:37:06 +02:00
c2993679b3
remove glew and ftgl from travis deps
2018-09-22 12:05:07 +03:00
567b6e5cdc
bye glew
2018-09-22 11:52:30 +03:00
68844b7d46
Removing GLEW
2018-09-22 11:39:19 +03:00
1216c5d05f
update Makefile.am
...
Include generated config.h so that USE_GLES macro can be imported and then source files can be compied with <GLES3/gl3.h> when USE_GLES is set
2018-09-19 10:09:17 +08:00
fda07b9b23
update Makefile.am
...
Include generated config.h so that USE_GLES macro can be imported and then source files can be compied with <GLES3/gl3.h> when USE_GLES is set
2018-09-19 10:05:51 +08:00
c7b2508fb5
Merge pull request #26 from projectM-visualizer/glsl
...
Re-enable shaders on modern platforms by transpiling HLSL to GLSL on the fly.
Better GLES support.
Running successfully on embedded systems with GLES and shaders. Compiles and almost runs with emscripten now (#92 ).
Mega props 👏 => @deltaoscarmike <= 👏
2018-09-08 11:09:28 +03:00
ca3877151f
removing incredibly outdated FAQ
2018-09-03 00:06:44 +03:00
b377e5f734
How2build
2018-09-03 00:06:08 +03:00
9f8db27a3b
Fix for glsl threading crash #97 2/?
2018-09-02 20:05:30 +02:00
73dc5ccbd9
Fix for glsl threading crash #97
2018-09-02 19:54:08 +02:00
7e9ff24080
Merge branch 'glsl' of github.com:projectM-visualizer/projectm into glsl
2018-08-26 17:14:52 +02:00
01ea43f5dc
Fix unlock FPS flag
...
Add comments for test flags
2018-08-25 20:19:10 +02:00
3b3d469cdf
Fix issue #76 Qt build fails on linux
2018-08-23 22:06:31 +02:00
d6bb6f96f4
Fix issue #94 build error
2018-08-23 21:55:07 +02:00
11ce7f85a6
Merge branch 'master' into glsl
2018-08-23 20:18:46 +02:00
69ab9fb44e
Fix issue #85 : projectM_resetGL not resizing as expected
2018-08-23 20:08:13 +02:00
9d9d4c33e9
fixing itunes stuff a little
2018-08-22 22:34:54 +02:00
57d1c0d446
Merge branch 'glsl' of github.com:projectM-visualizer/projectm into glsl
2018-08-22 22:34:38 +02:00
bfa33f0bee
Fix native presets
2018-08-22 21:20:13 +02:00
fd0a987259
Small fixes
2018-08-22 21:05:42 +02:00