Commit Graph

  • e32685b19d fixing appveyor config arturo castro 2018-04-13 10:21:28 +02:00
  • ededea2c78 update nightlybuilds and release scripts to not generate vs2015 packages arturo castro 2018-04-13 10:18:23 +02:00
  • 815dc0ebde appveyor: use vs2017 arturo castro 2018-04-13 10:17:27 +02:00
  • 28b02e8d91 updated vs projects to 2017 Arturo Castro 2018-04-13 10:12:09 +02:00
  • d32f82f63d ofxPoco: fix libraries for linux arm arturo castro 2018-04-13 09:06:28 +02:00
  • 37c77e6512 ofConstants: don't define OF_USE_LEGACY_VECTOR_MATH if it's already defined arturo castro 2018-04-13 00:04:33 +02:00
  • bbddce40ae Merge branch 'master' of github.com:openframeworks/openFrameworks arturo castro 2018-04-13 00:03:46 +02:00
  • bacdb86a8d remove ssl from makefile and add it to ofxPoco arturo castro 2018-04-13 00:03:07 +02:00
  • ed8a952dc9 Merge pull request #5966 from openframeworks/bugfix-shader-macos Theodore Watson 2018-04-12 08:58:20 -07:00
  • 2b83c450dd missing shader fix ofTheo 2018-04-12 08:56:20 -07:00
  • 90308debb2 fixes unitialized shader var. closes #5954 ofTheo 2018-04-12 08:55:18 -07:00
  • de8b77fb06 fftExample: used fixed array instead of over allocating to 8192 arturo castro 2018-04-12 11:16:28 +02:00
  • 5060a99f00 Merge pull request #5961 from arturoc/fix-armv6_poco arturo 2018-04-10 16:17:07 +02:00
  • 05db4f9000 linuxarmv7 install_dependencies: remove extra poco arturo 2018-04-10 16:16:40 +02:00
  • 93eda74faf ofxPoco: remove poco json from linux armv6 which doesn't seem to be present arturo castro 2018-04-10 15:52:08 +02:00
  • c52c348dbf ofxPoco: fix addon library includes arturo castro 2018-04-10 15:43:20 +02:00
  • 9708b2515c linuxarmv6 ci: fix toolchain download arturo castro 2018-04-10 14:54:49 +02:00
  • dcad2b2c9c ofxPoco: use poco libraries from system for linux arm arturo castro 2018-04-10 11:32:37 +02:00
  • f895f86e2f linuxarmv6 & 7 try to use poco from repositories arturo castro 2018-04-10 11:27:13 +02:00
  • a8811cee2b Merge pull request #5956 from prisonerjohn/hotfix/key-maps arturo 2018-04-09 21:20:22 +02:00
  • c67cd48a9e Merge pull request #5942 from danomatika/master arturo 2018-04-09 21:10:59 +02:00
  • 0518990e89 Merge pull request #5960 from oxillo/improved_copy_dlls arturo 2018-04-09 21:04:48 +02:00
  • 77d1784a4c Merge pull request #5959 from oxillo/bugfix-windowingExamples arturo 2018-04-09 21:02:58 +02:00
  • 0ce2f78e12 Merge pull request #5957 from Wolftronics-SBC/master arturo 2018-04-09 21:02:12 +02:00
  • 9f57c1b321 fix wrong typedef order danomatika 2018-04-09 03:36:10 +02:00
  • d2050550d5 Added default return so that function always returns a value. Elie Zananiri 2018-04-08 19:54:06 -04:00
  • 0401232f64 ofGLUtils: tiny argument name fix danomatika 2018-04-09 01:50:00 +02:00
  • dd933ba78e fixed wrong argument type danomatika 2018-04-09 01:46:18 +02:00
  • 4774bdfb39 moved font direction into global enum ofTrueTypeFontDirection, uglier but matches rest of the API as this was the only enum class danomatika 2018-04-09 01:32:36 +02:00
  • 59fcc11ea0 moved Settings structs into global namespace: ofFboSettings, ofMaterialSettings, ofShaderSettings, ofAppEGLWindowSettings, ofTrueTypeFontSettings; deprecated ofFbo::Settings & ofAppEGLWindow::Settings structs danomatika 2018-04-09 01:06:31 +02:00
  • c677178df6 Converting special keys from GLUT_KEY_xx to OF_KEY_xx in GLUT window key callbacks. Elie Zananiri 2018-04-08 18:19:30 -04:00
  • 236e912ea5 Replaced code point range by private use values. Elie Zananiri 2018-04-08 17:34:58 -04:00
  • 4b638a2354 replace uses of deprecated ofGetGl* functions with ofGetGL* danomatika 2018-04-08 23:16:03 +02:00
  • 55f264aef4 ofGLUtils: deprecate ofGetGl* functions in favor of ofGetGL* versions danomatika 2018-04-08 22:54:59 +02:00
  • b525ff67a1 ofFboBeginMode class enum -> ofFboMode enum with OF_FBOMODE_* naming danomatika 2018-04-08 20:42:13 +02:00
  • 82cd4a4477 added ofMathConstants.h to osx Xcode project danomatika 2018-04-08 13:50:28 +02:00
  • 0b6110ecfc Merge remote-tracking branch 'upstream/master' danomatika 2018-04-08 13:37:33 +02:00
  • 16f705c1fe ofBuffer function argument now use buffer and size to avoid reserved _* names danomatika 2018-04-08 11:40:18 +02:00
  • eef2e13abe add ntldd to the required packages oxillo 2018-04-08 10:55:27 +02:00
  • 022a316a98 Use ntldd to build the list of required dlls based on release executable copy dlls from mingw32 to bin oxillo 2018-04-08 10:54:58 +02:00
  • 798c5b4b8f use ofWindowSettings.setSize() to set width and height of window oxillo 2018-04-08 06:33:43 +02:00
  • 0923d80308 use ofWindowSettings.setSize() to set width and height of window oxillo 2018-04-08 06:30:25 +02:00
  • 1391937d65 ofParameter: escape # to _ Farkas Zoltán 2018-04-07 23:36:44 +02:00
  • 211803b3eb linuxarmv6: fix gles lib detection arturo castro 2018-04-07 11:34:42 +02:00
  • 9587cf0b10 linuxarmv6: fix stretch dfetection for gles libraries arturo castro 2018-04-07 11:33:45 +02:00
  • 9cf0ebaae5 Changed values for non-visible keys to use unused Unicode points. This resolves conflicts with keys that had the same value (like OF_KEY_F5 and OF_KEY_UP). Elie Zananiri 2018-04-06 15:45:21 -04:00
  • 61e302b128 ofBuffer function argument naming consistent as _buffer and _size, prefer std::size_t and std::string in ofFileUtils function declarations danomatika 2018-04-06 18:27:34 +02:00
  • e984a71042 Merge pull request #5928 from danoli3/iOS/GLKit arturo 2018-04-06 11:31:03 +02:00
  • ed995a2206 Fix Tab Corruption Daniel Rosser 2018-04-06 16:23:49 +10:00
  • 6215bd50d0 Fix Tabs instead of spaces being used for OSX / iOS Project. Daniel Rosser 2018-04-06 11:20:57 +10:00
  • a7c3586e9d oF Core Frameworks iOS / tvOS Added to xcconfig Daniel Rosser 2018-04-04 17:59:22 +10:00
  • 55b02cc78d tvOS Template Update Daniel Rosser 2018-04-04 17:59:07 +10:00
  • 967d534ba8 Build Only Active Architecture in Debug Builds. In line with the iOS standard and the core oF project Daniel Rosser 2018-03-27 02:58:06 +11:00
  • c5e9184bbd Fix Custom Delegate Daniel Rosser 2018-03-27 02:41:18 +11:00
  • 64e4685487 Regression for Custom Delegate Daniel Rosser 2018-03-27 02:33:00 +11:00
  • 082da1eae1 tvOS Fix Daniel Rosser 2018-03-14 21:42:10 +11:00
  • 7ffc4b414c iOS App Window Include Daniel Rosser 2018-03-10 14:59:49 +11:00
  • f4eea0c55b Multi Touch Settings passed to UIView Daniel Rosser 2018-03-10 14:54:23 +11:00
  • 591296c3ab ScreenSize call Daniel Rosser 2018-03-10 14:17:22 +11:00
  • fd5eeb479c Projects to XML format and iOS emptyExample Updated Daniel Rosser 2018-03-10 12:06:15 +11:00
  • 65eefa791f GLKit tvOS Daniel Rosser 2018-03-10 11:39:58 +11:00
  • 7e441f0ec9 Upgrade oF iOS Project (iOS 8+ (minimum deployment target Xcode 9.2, required AppStore)) Daniel Rosser 2018-03-10 10:18:22 +11:00
  • 9b45efdba5 Sharegroup Daniel Rosser 2018-03-10 01:48:59 +11:00
  • e468808f84 GLKit Core Daniel Rosser 2018-03-10 01:39:14 +11:00
  • e6517b2a2f WindowControllerType Daniel Rosser 2018-03-08 19:37:26 +11:00
  • e9a0aa2eac GLKit iOS Daniel Rosser 2018-03-07 03:00:48 +11:00
  • 3839a79f70 Merge pull request #5952 from openframeworks/bugfix-ios-orient Theodore Watson 2018-04-05 13:49:17 -07:00
  • 800cf906d0 Merge pull request #5950 from openframeworks/bugfix-fbo-ios Theodore Watson 2018-04-05 13:48:03 -07:00
  • a83be03892 bugfix ios viewport issue closes #5627 ofTheo 2018-04-05 11:50:38 -07:00
  • 5a800c75f1 better fix for the issue. sets the current framebuffer id to the default framebuffer id for iOS. ofTheo 2018-04-05 11:04:05 -07:00
  • ff33a81f74 bugfix for iOS fbo call in setup killing rendering. Closes #5872 ofTheo 2018-04-05 10:34:59 -07:00
  • fe6380c078 Merge pull request #5949 from openframeworks/bugfix-ios-rebuilding Theodore Watson 2018-04-05 08:59:38 -07:00
  • 52d4de4923 Merge pull request #5947 from prisonerjohn/hotfix/cvblob-point arturo 2018-04-05 09:11:51 +02:00
  • 8ca67ab871 commented ofGetEnv() danomatika 2018-04-05 01:58:55 +02:00
  • 877d4cf00e prefer full sine/cosine to sin/cos in doc comments danomatika 2018-04-05 01:26:30 +02:00
  • d51bb3709b Bugfix. iOS Rebuiling. Closes #5895 Added build flags to prevent indexing while building which means ios projects get rebuild every time. ofTheo 2018-04-04 15:12:19 -07:00
  • 43465a40cf Converted ofxCvBlob points from ofPoint to ofDefaultVec3. Elie Zananiri 2018-04-04 11:32:57 -04:00
  • 6e4a974c45 Merge pull request #5946 from hamoid/patch-2 arturo 2018-04-01 16:54:03 +02:00
  • b396718c1a More fixes for QtCreator 4.6.0 Abe Pazos 2018-04-01 16:39:12 +02:00
  • 42f16cb185 nightlybuilds: fix error in mail sender arturo castro 2018-04-01 16:06:09 +02:00
  • b5ca9cf5fe linuxarmv6: fixes for raspbian strech arturo castro 2018-04-01 15:15:19 +02:00
  • 0bb98f5cd7 Merge branch 'master' of github.com:openframeworks/openFrameworks arturo castro 2018-04-01 15:02:21 +02:00
  • 9656f94f2b qtcreator: fixes for windows arturo castro 2018-04-01 12:14:34 -03:00
  • 729669589f create_package: fix pg project creation for vs arturo castro 2018-04-01 15:01:34 +02:00
  • 824c6a93b0 qtcreator: updated to work with qt creator 4.6.0 arturo castro 2018-04-01 13:29:12 +02:00
  • 0e806391ee ofURLFileLoader: fix post requests arturo castro 2018-04-01 12:27:29 +02:00
  • b4c765afd6 create_package: download libs before creating project files. arturo castro 2018-04-01 12:01:30 +02:00
  • 5b52e5253c Merge pull request #5944 from hamoid/patch-1 arturo 2018-04-01 11:55:30 +02:00
  • 643a8a56b5 ofxOsc: consistent indentation danomatika 2018-03-31 18:20:32 +02:00
  • d6d339582b Include glm in ofPolyline.h, clean indentation Abe Pazos 2018-03-31 17:38:02 +02:00
  • f8f5bde52c osc example cleanups and modernization danomatika 2018-03-31 12:24:23 +02:00
  • b08038e35f ofxOSC: clarified/cleaned up some commenting, removed unneeded OFXOSC_TYPE_BUNDLE as it's a meta object that contains messages and is not an argument danomatika 2018-03-31 11:33:53 +02:00
  • ff685c28b5 ofxOsc: corrected single line doxygen comments danomatika 2018-03-31 08:50:36 +02:00
  • 2372227528 don't need to include pugiXML header directly danomatika 2018-03-30 23:01:32 +02:00
  • d831a313e3 warning fix by setting default return value danomatika 2018-03-30 11:29:49 +02:00
  • a262a88555 ofMesh/ofVbo: have*Changed shouldn't be public arturo castro 2018-03-29 10:08:48 +02:00
  • 8ad7fb82f7 ofBufferObject: fix a missing instance of wrong DSA detection arturo castro 2018-03-28 18:03:42 +02:00
  • bac0427780 Merge branch 'master' of github.com:openframeworks/openFrameworks arturo castro 2018-03-28 16:57:16 +02:00
  • 787f58b2e4 ofBufferObject: fix DSA detection, we need to check correct version of GLEW arturo castro 2018-03-28 16:56:13 +02:00
  • 8165d853d0 Merge pull request #5939 from prisonerjohn/hotfix/rpi-shadersrc arturo 2018-03-28 14:27:22 +02:00