Commit Graph

  • b8473052bd Updated examples to glm (#6389) Roy Macdonald 2019-10-31 08:40:39 -04:00
  • a9eadffb5d Mingw64 support (#6413) Olivier XILLO 2019-10-30 10:10:08 +01:00
  • d8398128cf Add ofPolyline::removeVertex(...) (#6400) Christopher Baker 2019-10-25 03:57:16 -05:00
  • 951d1e0846 ofPixels.h/cpp remove move on return to allow copy ellision (#6407) Olivier XILLO 2019-10-24 16:25:52 +02:00
  • 6079447ba2 fix: can not make fullscreen on external display. (#6406) ISHII 2bit 2019-10-23 01:29:16 +09:00
  • ab3a139e7b add init for grabber was not init. (#6405) ISHII 2bit 2019-10-23 01:28:53 +09:00
  • 3884d4931d MSYS2 installation and compilation enhancements (#6408) Olivier XILLO 2019-10-22 16:48:52 +02:00
  • 04d05af01c bugfix glm regression when not passing argument to constructor. closes #6397 (#6409) Theodore Watson 2019-10-22 07:44:30 -07:00
  • 97213fbf18 single pr for glm fixes. closes #6397 (#6402) Theodore Watson 2019-10-19 14:46:11 -07:00
  • 9af3034612 Improvements in life cycle of Android Activity. (#6291) ivorne 2019-10-17 11:49:07 +02:00
  • bf2401186f fixes ofPolyline to prepare oF for glm 0.9.9.5 (#6366) Nicola Pisanti 2019-10-16 16:45:57 +02:00
  • 34a96307db Readme ci status per platform (#6391) Roy Macdonald 2019-10-15 12:59:48 -05:00
  • 2cae97c104 bugfix. fixes error with Xcode build due to depracted function error. (#6394) Theodore Watson 2019-10-15 10:04:51 -07:00
  • aa2f917ed2 Merge pull request #6392 from tgfrerer/wip-fix-ofxTCPManager Christopher Baker 2019-10-12 13:19:50 -06:00
  • 09ccd34d40 add missing explicit cast tgfrerer 2019-10-12 11:54:24 -06:00
  • fa63aa0cb8 added flag to xcode template to fix code signing errors. Closes #6383 (#6390) Theodore Watson 2019-10-12 11:00:09 -06:00
  • d5678cd389 Add SO_REUSEADDR option to ofxTCPManager and ofxTCPServer. (#5011) rafirstfruit 2019-10-12 17:46:06 +04:00
  • 7c06a8fd3c Merge pull request #6388 from bakercp/docs-ofUtils Christopher Baker 2019-10-11 22:07:11 -06:00
  • e211832d21 Merge pull request #6387 from bakercp/digitalcoleman_master_new Christopher Baker 2019-10-11 22:06:39 -06:00
  • 4da8cd19e3 Documentation spacing. Christopher Baker 2019-10-11 15:27:01 -06:00
  • fb4f33c2fd Add inline documentation of ofUTF8Iterator. Christopher Baker 2019-10-11 15:26:35 -06:00
  • 7fff51bf79 Add inline documentation to UTF8 string functions. Christopher Baker 2019-10-11 15:25:24 -06:00
  • 6b04fc3273 Merge pull request #6386 from bakercp/master Christopher Baker 2019-10-11 11:20:03 -06:00
  • 604891a157 Merge branch 'master' of https://github.com/openframeworks/openFrameworks Christopher Baker 2019-10-11 10:41:29 -06:00
  • 162795a156 Docs of3d graphics (#6385) Christopher Baker 2019-10-11 08:11:40 -06:00
  • 6cce0616c9 fix: Fix the indent (#6281) Ce Gao 2019-10-11 09:03:38 -05:00
  • b5a45ef426 Update main.cpp (#6037) Jan Zimmermann 2019-10-11 08:55:11 -05:00
  • d57cd8046b Whitespace. Christopher Baker 2019-10-10 21:38:06 -06:00
  • 28cbbab216 Capitalization. Christopher Baker 2019-10-10 21:24:47 -06:00
  • 3ef22bb342 Whitespace, punctuation and removing docs on deprecated functions. Christopher Baker 2019-10-10 19:47:26 -06:00
  • 39a4ba0b38 Whitespace. Christopher Baker 2019-10-10 19:45:15 -06:00
  • eed001c5f2 @digitalcoleman 's work! Christopher Baker 2019-10-10 19:43:35 -06:00
  • 9245e4ea81 Re-merge spaces. Christopher Baker 2019-10-10 18:57:39 -06:00
  • d868e118aa Merge branch 'master' of https://github.com/digitalcoleman/openframeworks into digitalcoleman_master_new Christopher Baker 2019-10-10 18:41:54 -06:00
  • 8fb6b5d2e7 Merge branch 'docs-ofBaseGLRenderer' of https://github.com/brannondorsey/openFrameworks Work from @brannondorsey Christopher Baker 2019-10-10 16:35:32 -06:00
  • 63411dbbdf download_libs: add double quotes to allow for folder names with spaces (#6374) kye shimizu 2019-10-01 23:23:13 +09:00
  • b34f9a936b add maven url to comply with v4:25 (#6373) kye shimizu 2019-09-30 18:30:09 +09:00
  • fa81f54a7e Fix doc (#6371) koki kaminoura 2019-09-23 17:28:34 +09:00
  • 88fe84c753 add Makefile to /templates/vscode (Windows PG does not copy Makefile by default) (#6369) Hiroshi Matoba 2019-09-12 09:32:03 +02:00
  • 25aa922ca1 update template.config files (#6368) Hiroshi Matoba 2019-09-12 09:30:59 +02:00
  • b9a4881ab5 bugfix AppStore configuration for osx - strips 32bit from dylibs and frameworks. closes #6358 (#6365) Theodore Watson 2019-09-02 18:44:43 -07:00
  • 04579e74e1 bugfix changes iOS template to allow simulator/device linking. (#6364) Theodore Watson 2019-09-02 18:39:12 -07:00
  • 95ccc98e52 bugfix fixes reversed touches when not using hardware orientation. closes #6317 (#6363) Theodore Watson 2019-09-02 11:35:02 -07:00
  • 459145efb2 small improovement for getResampledBySpacing (#6361) Jonas Fehr 2019-08-27 23:26:36 +02:00
  • 561a298524 bugfix needs to cd back to the dev/scripts folder to write lasthash.txt to the correct location (#6359) Theodore Watson 2019-08-25 05:04:01 -07:00
  • 7d4797f755 Merge pull request #6357 from ofTheo/bugfix-create_package-PG-name Theodore Watson 2019-08-20 10:34:36 -07:00
  • 18ef244a5e bugfix changes the create_package script to call the project generator executable generated by DebugNoOF ofTheo 2019-08-19 11:02:02 -07:00
  • 99e2741acc Bugfix - last commit hash written before build successful. (#6355) Theodore Watson 2019-08-19 00:51:03 -07:00
  • 14d0e0c9bb Merge pull request #6353 from ofTheo/bugfix-mojave-permissions Theodore Watson 2019-08-07 10:39:35 -07:00
  • b542807459 bugfix for mojave permissions issues with camera. closes #6193 ofTheo 2019-08-07 09:52:12 -07:00
  • ec9ba1508d MSYS2 : Remove setup of PATH env var in install_dependencies (#6349) Olivier XILLO 2019-07-29 11:27:45 +02:00
  • 575d5bcc01 Add default values for ofPath::Command members. (#6344) Christopher Baker 2019-07-27 04:52:36 -06:00
  • 7773c0267d making the default background color 60 (#6339) Lewis Lepton 2019-07-27 11:51:59 +01:00
  • 5fa86b5ca6 prepare glm 0.9.9 branch (#6338) Olivier XILLO 2019-07-27 12:51:27 +02:00
  • 97074921a6 Included missing header in ofImage.h required for instantination of ofImage_::clone() (#6314) thesstefan 2019-07-27 13:49:46 +03:00
  • de51b0ef21 Upgrade MSYS2 packages in appveyor (including GCC) (#6331) Olivier XILLO 2019-07-27 12:46:47 +02:00
  • 01c24ccbf7 Fix Uncaught TypeError: Runtime.dynCall (#6347) Zack Lee 2019-07-27 19:44:55 +09:00
  • eb444a58a4 Fix missing const in ofPath (#6341) Christopher Baker 2019-07-24 02:15:49 -06:00
  • 68eb8a7333 Fix typos (#6324) koki kaminoura 2019-07-02 18:32:22 +09:00
  • cb8e6126d2 Merge branch 'master' of github.com:openframeworks/openFrameworks Arturo Castro 2019-07-01 19:56:51 +02:00
  • bc87525fee ofVbo: emscripten: just set vao support to false instead of trying to dynamic load Arturo Castro 2019-07-01 19:56:21 +02:00
  • 2ecfa59110 ofColor: fix float scaling when copying different types Arturo Castro 2019-07-01 19:54:18 +02:00
  • 97b291e7ae Update the android ndk version to 21. (#6318) Lewis 2019-07-01 21:32:35 +08:00
  • 37ea29fb09 Merge branch 'master' of github.com:openframeworks/openFrameworks Arturo Castro 2019-07-01 12:48:53 +02:00
  • 84a7146ac5 Trying to fix linuxarmv7 ci Arturo Castro 2019-07-01 12:48:29 +02:00
  • 76deadbae5 Correctly parse escaped linker flags in addons for QTCreator. (#6323) Christopher Baker 2019-06-28 04:22:11 -06:00
  • 79dbcfb014 ofSoundBuffer: copying tick count and device id when calling copyTo (#6321) Roy Macdonald 2019-06-27 10:10:30 -04:00
  • c070afcb31 emscripten: fix problems with latest versions Arturo Castro 2019-06-26 12:13:24 +02:00
  • 8e70657729 ofxOscSender.setup() fix (#6287) Pascal Baltazar 2019-06-17 21:03:08 +02:00
  • cf6cc8d390 Implement ofMesh .save() of triangle strips (#6309) arturo 2019-06-17 21:00:44 +02:00
  • 88d2f9e0d7 ofSoundBuffer::copy from was not being set properly (#6312) Roy Macdonald 2019-06-17 14:59:47 -04:00
  • 19c454ad6b linuxarmv7: add -lm since tests are now failing on some missing math symbols Arturo Castro 2019-06-17 12:22:00 +02:00
  • 45d7055c4a Implement ofMesh .save() of triangle strips Abe Pazos 2019-06-14 00:02:22 +02:00
  • a7564f242a Fix Makefile Verbosity level (#6307) Christopher Baker 2019-06-07 01:59:56 -06:00
  • e71fc7449c Fix makefile errors when MAKEFILE_DEBUG is defined. (#6304) Christopher Baker 2019-06-06 02:11:22 -06:00
  • 63de87fbbc Feature add vscode template (#6298) Hiroshi Matoba 2019-06-05 08:43:04 +02:00
  • 1c1e15a5ec ofxSvg improved compatibility (#6303) Seb Lee-Delisle 2019-06-05 07:41:22 +01:00
  • 67076ab191 travis: fixing ccache Arturo Castro 2019-06-04 16:24:45 +02:00
  • 33f16b0d25 travis: fixing ccache install in linux Arturo Castro 2019-06-04 16:07:12 +02:00
  • 740b3214ac Merge branch 'master' of github.com:openframeworks/openFrameworks Arturo Castro 2019-06-04 14:31:02 +02:00
  • 24046a4484 travis: fix ccache install in linux tests Arturo Castro 2019-06-04 14:30:15 +02:00
  • 35ff092d64 update method for drawing slider bars (#6297) Tim Gfrerer 2019-05-23 14:48:00 +01:00
  • 860f2658cd Add handling of double precision position data in PLY model loader (#6292) Char 2019-05-19 06:01:46 -04:00
  • 9b8b6116c3 Merge branch 'master' of github.com:openframeworks/openFrameworks Arturo Castro 2019-05-16 16:01:24 +02:00
  • 64bc349bac fix cache install in ubuntu Arturo Castro 2019-05-16 16:00:50 +02:00
  • e559f15d87 Added missing ROOT variable to fedora install_dependencies.sh (#6286) Gabor Papp 2019-05-03 10:08:43 +02:00
  • 875c0f5caf Merge branch 'master' of github.com:bakercp/openFrameworks into stable Christopher Baker 2019-04-28 23:49:42 -06:00
  • 29b4d63875 Bugfix ofEasyCam (#6284) Theodore Watson 2019-04-27 07:49:18 -07:00
  • 2c036d023e fix setSpaceSize and getStringTexture (#6282) Caroline Record 2019-04-24 18:55:04 +09:00
  • 7554926d37 linuxarmv7: fix install ci Arturo Castro 2019-04-18 16:46:17 +02:00
  • a21b974d25 linuxarmv7: fix ci install phase Arturo Castro 2019-04-18 16:37:41 +02:00
  • 35657c2a8c Fix url for issue tracker (#6275) Melissa Holmes 2019-04-14 08:51:52 -04:00
  • 03bdce769d Merge branch 'master' of github.com:openframeworks/openFrameworks Arturo Castro 2019-04-09 14:31:56 +02:00
  • f7889ef087 ofTime: fix overflow when adding more than 2 seconds Arturo Castro 2019-04-09 14:29:44 +02:00
  • 2b2cc1330d ofEasyCam: setPosition actually sets the position no matter what other settings (#6265) Roy Macdonald 2019-04-01 07:35:27 -03:00
  • 521d7638ab Merge branch 'master' of github.com:openframeworks/openFrameworks Arturo Castro 2019-03-29 10:45:44 +01:00
  • e157173464 Linux: Default to poco from system Arturo Castro 2019-03-29 10:43:46 +01:00
  • 279921c7fe Merge branch 'master' of https://github.com/openframeworks/openFrameworks Christopher Baker 2019-03-24 11:38:20 -06:00
  • 332c926808 Feature ofxRectangleSlider (#5793) Roy Macdonald 2019-03-23 14:13:52 -03:00
  • 048c18827b better install_dependencies support for linuxmint. (#6263) Christopher Baker 2019-03-23 05:27:05 -06:00