Commit Graph

215 Commits

Author SHA1 Message Date
ae332d09df bump version, map H to F1 for help 2014-06-18 23:51:52 -07:00
5eeff32529 some emscripten setting overrides 2014-06-18 02:43:57 -07:00
7749f8def5 OSX keyboard input support working now 2013-08-12 22:39:09 -07:00
de67720594 reverting accidental addition of build files (you suck, xcode) 2013-08-12 21:19:25 -07:00
d7847628a9 native preset linking, Cg linking on OSX 2013-08-12 18:00:09 -07:00
4658eb9abb pass through keydown/keyup events (not quite working) 2013-08-12 00:15:21 -07:00
a10ee1db81 Fix Cg linking on OSX 2013-08-12 00:14:45 -07:00
279c365c98 setting up presets/shaders/config/fonts for osx package install 2013-08-11 22:23:13 -07:00
f837dcded6 Renderer needs CoreFoundation, libprojectM needs openGL 2013-08-11 20:16:58 -07:00
3e8a48f166 update authors, fix indentation 2013-08-11 20:09:13 -07:00
c4eacc01da enable linking of CoreFoundation and openGL on OSX 2013-08-11 19:49:20 -07:00
61404d0777 better error message for file io issues 2012-11-16 23:09:34 -05:00
2c6c6fef62 more logical fix to bug by using exist left / right args
e Please enter the commit message for your changes. Lines starting
2012-11-13 23:47:06 -05:00
2d1b7c6d3d safe guard against expressions like x = 2*sin(bas)+5* 2012-11-13 23:26:35 -05:00
b87f1ad8a3 encapsulate factory/preset alloc in one method.
throw typed exception in allocate()
2012-11-11 23:11:21 -05:00
a52df7331c fix to CMakeLists.txt (kudos to lydia) 2012-10-15 21:17:43 -04:00
7c5ec60d92 bump version number
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1400 6778bc44-b910-0410-a7a0-be141de4315d
2012-05-19 16:09:51 +00:00
e6564116fa change projectM version in libprojectM CMakeLists
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1398 6778bc44-b910-0410-a7a0-be141de4315d
2012-05-19 16:01:25 +00:00
b2c0fcd7bb Add possibility to use system fonts & fix font-loading bug in renderer
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1396 6778bc44-b910-0410-a7a0-be141de4315d
2012-04-14 14:26:11 +00:00
e8734303a1 trivial: Set correct projectM version in libprojectM.pc
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1395 6778bc44-b910-0410-a7a0-be141de4315d
2012-04-04 09:35:01 +00:00
ace5e5e7fe Allow to render to a texture through its own fbo
WHEN NOT using this "projectM::renderToTexture":
projectM now also handles the case where the user is using its own couple texture/fbo rendering.

Thanks to Julien Isorce for the patch!


git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1394 6778bc44-b910-0410-a7a0-be141de4315d
2012-04-03 21:48:25 +00:00
12a658291b disable N-ary stuff due to bug
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1393 6778bc44-b910-0410-a7a0-be141de4315d
2012-03-27 04:43:23 +00:00
ea024727cf typo
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1392 6778bc44-b910-0410-a7a0-be141de4315d
2012-03-27 04:30:42 +00:00
43fde4a6dd N-ary print function
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1391 6778bc44-b910-0410-a7a0-be141de4315d
2012-03-27 04:27:33 +00:00
001e306791 return what you're printing
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1390 6778bc44-b910-0410-a7a0-be141de4315d
2012-03-27 04:16:31 +00:00
8f958ed0eb print function
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1389 6778bc44-b910-0410-a7a0-be141de4315d
2012-03-27 03:19:42 +00:00
cba34ec7f3 free gen_expr upon per pixel destroy
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1387 6778bc44-b910-0410-a7a0-be141de4315d
2012-01-31 03:24:17 +00:00
0023eb77f8 memory leak fix
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1386 6778bc44-b910-0410-a7a0-be141de4315d
2012-01-31 02:06:21 +00:00
cbf76cca44 Fix projectM in-tree build
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1385 6778bc44-b910-0410-a7a0-be141de4315d
2012-01-17 23:25:07 +00:00
855aba5ebc Some more cmake changes to do version changes easier.
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1384 6778bc44-b910-0410-a7a0-be141de4315d
2012-01-05 22:18:56 +00:00
87e1863b97 Fix compilation on Windows
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1382 6778bc44-b910-0410-a7a0-be141de4315d
2012-01-05 21:31:03 +00:00
6e7860f6fa core: Fix compilation on MacOS
Thanks to Clementine devs for the patch!


git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1381 6778bc44-b910-0410-a7a0-be141de4315d
2012-01-05 21:07:42 +00:00
562700a643 core: Fix crash on Windows
Thanks to Clementine devs for the patch!


git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1380 6778bc44-b910-0410-a7a0-be141de4315d
2012-01-05 21:06:13 +00:00
f4306c0cd0 core: Fix FBO fallback memleak
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1379 6778bc44-b910-0410-a7a0-be141de4315d
2012-01-05 21:03:53 +00:00
62627138ab trivial: More cmake magic
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1378 6778bc44-b910-0410-a7a0-be141de4315d
2012-01-05 21:01:37 +00:00
acb200345b renderer: Improve font error-handling
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1377 6778bc44-b910-0410-a7a0-be141de4315d
2012-01-05 18:35:53 +00:00
7e16fbccec Again some linking order fixes
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1375 6778bc44-b910-0410-a7a0-be141de4315d
2012-01-05 16:38:06 +00:00
b12ca1e02d Remove more unused headers
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1374 6778bc44-b910-0410-a7a0-be141de4315d
2012-01-05 16:25:13 +00:00
f5ebce9a74 Configure files in binary build directory
Makes out-of-tree-build much nicer :)


git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1371 6778bc44-b910-0410-a7a0-be141de4315d
2012-01-03 18:11:26 +00:00
fef203c3fb trivial: Cleanup cmake
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1369 6778bc44-b910-0410-a7a0-be141de4315d
2012-01-03 17:51:58 +00:00
36a13b163f Fix projectM build process
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1368 6778bc44-b910-0410-a7a0-be141de4315d
2012-01-01 19:04:00 +00:00
d082cbabbe Fix some build errors which occur on some machines
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1367 6778bc44-b910-0410-a7a0-be141de4315d
2012-01-01 17:52:07 +00:00
0edab86a1f Unbind FBO when done
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1366 6778bc44-b910-0410-a7a0-be141de4315d
2012-01-01 17:49:47 +00:00
e1a80f7676 another crucial fix by mastertrenten.
--this line, and those below, will be ignored--

M    src/libprojectM/MilkdropPresetFactory/BuiltinFuncs.hpp


git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1364 6778bc44-b910-0410-a7a0-be141de4315d
2011-11-03 05:24:02 +00:00
574021d29a fix to parser in cases like 1.0-1.0-2.0
(thanks to mastertrenten)


git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1363 6778bc44-b910-0410-a7a0-be141de4315d
2011-11-03 05:11:18 +00:00
4af1ca5d0f support for +/- keys to edit ratings.
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1362 6778bc44-b910-0410-a7a0-be141de4315d
2011-10-28 02:57:24 +00:00
a3b2820a69 fixed r1355 regression of implicit cast from int (rather than char) into a string buffer.
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1360 6778bc44-b910-0410-a7a0-be141de4315d
2011-08-31 14:36:51 +00:00
8a5920c803 copy null string terminator.
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1359 6778bc44-b910-0410-a7a0-be141de4315d
2011-08-29 01:33:29 +00:00
a353959f6b fix fps value bug (kudos to pete), made some methods public
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1358 6778bc44-b910-0410-a7a0-be141de4315d
2011-08-29 01:08:12 +00:00
8340623233 trivial: Cleanup some files
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1357 6778bc44-b910-0410-a7a0-be141de4315d
2011-07-05 17:52:43 +00:00