Skip to content

Instantly share code, notes, and snippets.

@bilderbuchi
Created March 21, 2014 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bilderbuchi/9685921 to your computer and use it in GitHub Desktop.
Save bilderbuchi/9685921 to your computer and use it in GitHub Desktop.
Merged PRs since 0.8.0
  • Nr 2879 by jedahan : fix tr1/memory compile issue on OS X 10.9 for makefiles
  • Nr 2878 by jvcleave : re-enabling the uniqueShader for the RPi due to large texture performanc...
  • Nr 2877 by NickHardeman : Fix for mesh resolution parameters.
  • Nr 2876 by NickHardeman : Fix for the drawing of ofDrawArrow
  • Nr 2870 by sphaero : debian/install_dependencies.sh: fixed -n option not being respected in apt-cache show
  • Nr 2868 by danoli3 : Fixes #2832 iOSVideoGrabber
  • Nr 2865 by bakercp : SFCI Doc-Sprint PR.
  • Nr 2852 by pizthewiz : fix tr1/memory compile issue on OS X 10.9
  • Nr 2851 by bakercp : Unhandled Exception fix in ofURLFileLoader.
  • Nr 2848 by ofTheo : fix for ofGetFrameRate() going to infinity at high fps on windows
  • Nr 2847 by ofTheo : Smallfixes081
  • Nr 2846 by NickHardeman : Added notes about compiling ios examples with storyboards or xibs
  • Nr 2845 by NickHardeman : fix for paramgroup example font and assimp model loader drawing bitmap text
  • Nr 2844 by NickHardeman : Check for texture in the modelNoise example and only cairo renderer with begin save as pdf
  • Nr 2843 by tgfrerer : fix critical issue w/ ofVbo shallow copies (custom attributes)
  • Nr 2842 by NickHardeman : iOS Example Fixes
  • Nr 2840 by jvcleave : fixes #2593 by disabling uniqueShader for Raspberry Pi
  • Nr 2839 by tgfrerer : fixes #2829 ofVbo custom attribute stride
  • Nr 2837 by admsyn : Remove ofMesh setName() in ofxAssimpModelLoader
  • Nr 2830 by ed-was-here : Update ofxAssimpModelLoader.cpp
  • Nr 2818 by saki7 : delete temporary buffer in ofAppGlutWindow
  • Nr 2815 by LeoColomb : Fixes OpenSSL openFrameworksRelease.props includes
  • Nr 2805 by danoli3 : iOS-Storyboard Example Fix for <iOS7
  • Nr 2804 by julapy : setting the root application path inside ofxiOSAppDelegate was messy
  • Nr 2803 by julapy : added iosStoryboardExample
  • Nr 2802 by admsyn : Fix iOS SoundEngine memory leak
  • Nr 2801 by ofTheo : bugfix / feature - detects when an OF app has been launched as a Retina ...
  • Nr 2797 by julapy : added UIViewControllerBasedStatusBarAppearance and set it to false, this ensures that status bar is hidden on iOS7.
  • Nr 2788 by falcon4ever : Bugfix android OFAndroidSoundPlayer
  • Nr 2784 by tgfrerer : fix ofShader include path behaviour
  • Nr 2781 by chuckleplant : replaced poco 1.4.6 libs with 1.4.3p libs for vs2012
  • Nr 2779 by bakercp : Documentation for ofColor.
  • Nr 2778 by ofTheo : Feature: Support for k4w and 1473 kinect with motor / accel / led control.
  • Nr 2775 by ofTheo : Bugfix for disconnecting 1473 and K4W devices on OS X.
  • Nr 2774 by abergmeier : Convert List into a table and add Emscripten
  • Nr 2766 by abergmeier : Minor changes for C++03 repo
  • Nr 2764 by admsyn : Fix <tr1/memory> error on osx, ios
  • Nr 2762 by fx-lange : fixed order in which opencv libraries get passed to the linker
  • Nr 2759 by tgfrerer : fix ofImageType retrieval issue in ofTexture.readToPixels()
  • Nr 2753 by miquelferrarons: (Android) Fix for issue #2662
  • Nr 2751 by ngbrown : Changes to ofGstVideo files to compile with 0.10 gstreamer and fixup file names in Win32
  • Nr 2750 by ngbrown : Fixed loadDialogBrowseCallback to return UNICODE string.
  • Nr 2746 by liamstask : ofBaseApp: remove mouseReleased(void) - the variant with x/y/button para...
  • Nr 2743 by falcon4ever : Android building script error when building from Windows
  • Nr 2742 by falcon4ever : Android assets unzipping fix
  • Nr 2737 by julapy : ios videoplayer fixes
  • Nr 2736 by jayvius : Modify ofVbo bind method to allow 2d vertices
  • Nr 2734 by iniwap : Bug fixed,Compile error in ofxAndroidSoundPlayer
  • Nr 2730 by joshuajnoble : addressing seg errors when clearing
  • Nr 2726 by LeoColomb : Fix filemode for some files
  • Nr 2724 by bakercp : Removed repeated include.
  • Nr 2722 by admsyn : Remove deprecated ofxCvMain.h
  • Nr 2720 by danthemellowman: Update ofApp.cpp
  • Nr 2718 by admsyn : [ios] use correct audio category for routing audio to speaker
  • Nr 2716 by joshuajnoble : enabling pointsprites for OpenGLES
  • Nr 2714 by mrbichel : Fixes #2713 | Added a check if a given parameter exists before trying to ...
  • Nr 2712 by joshuajnoble : Enabling GL_PROGRAM_POINT_SIZE in ofGLProgrammableRenderer
  • Nr 2705 by HalfdanJ : Fixes typo in ofxCvImage that broke getRoiPixelsRef, fixes #2520
  • Nr 2700 by jnakanojp : fix incorrect ofMatrix3x3 multiplication
  • Nr 2694 by tgfrerer : feature add read-only access to current Matrix Stack
  • Nr 2692 by tgfrerer : fix critical ModelViewMatrix issue when ofFbo::begin(setupScreen==false)
  • Nr 2691 by julapy : ofxiOSUIImageToOFTexture fix inside ofxiOSExtras
  • Nr 2651 by jedahan : remove setName from ofMesh
  • Nr 2648 by liamstask : [proposal] osx build: remove dependency on Carbon
  • Nr 2647 by admsyn : use cc.openframeworks.ofapp as identifier on osx
  • Nr 2645 by tuwuhs : Assign allocated flag to true after allocating offscreenGWorldPixels.
  • Nr 2641 by liamstask : osx makefile: fix typo, point CFBundleExecutable at the actual exe, and ...
  • Nr 2640 by jedahan : remove dead comment, TODO was done in
  • Nr 2638 by jedahan : add setHueAngle and getHueAngle
  • Nr 2633 by jedahan : fix slashes for paths in ofxKinect readme, fixes #2561, thanks @pierrep
  • Nr 2628 by igierard : ofxNetwork - small bug fixes with ofxNetwork
  • Nr 2617 by bakercp : Fixed unset variables in ofMouseEventArgs.
  • Nr 2611 by joshuajnoble : Changing blur shaders
  • Nr 2608 by tgfrerer : Fix gl programmable renderer of draw axis
  • Nr 2606 by julapy : fixed ofMaterial for opengl ES1
  • Nr 2604 by admsyn : remove early, unnecessary ESC check
  • Nr 2601 by julapy : fixed depth issue with ios assimp example.
  • Nr 2597 by tgfrerer : bind defaultShader in setup() for RPi/GLProgrammable
  • Nr 2584 by tgfrerer : fix log level for ofFBO allocation message
  • Nr 2575 by bangnoise : Fix install_dependencies.sh for Fedora
  • Nr 2574 by julapy : ES3 + xcode5 fix for missing GL_STENCIL_INDEX
  • Nr 2558 by julapy : texture cache fix for ofxiOSVideoPlayer
  • Nr 2552 by luteberget : ofFbo: convenience draw functions from ofBaseDraws
  • Nr 2541 by julapy : ios movie player example fix
  • Nr 2536 by bilderbuchi : project generator simple/linux: compile in release mode instead of debug
  • Nr 2532 by LeoColomb : Fix Warnings Level3
  • Nr 2523 by bilderbuchi : Gitignore overhaul
  • Nr 2521 by julapy : bug fix - template ofApp needs to extend ofxiOSApp
  • Nr 2518 by armadillu : tiny log fix in ofSerial
  • Nr 2512 by rbeitra : Fix for issue #2496 (ofColor == and != operators ignoring alpha)
  • Nr 2510 by bilderbuchi : Add .gitattributes file
  • Nr 2503 by julianadenauer : added ofParameter in the setup routine of ofxGuiGroup
  • Nr 2500 by bakercp : ofxAppEGLWindow fix
  • Nr 2499 by joshuajnoble : Adding HTML version of GLSL/Shading tutorial
  • Nr 2497 by bakercp : Fix for issue 2490.
  • Nr 2486 by LeoColomb : Delete emptyExample.vcxproj.orig
  • Nr 2483 by jvcleave : check if currentShader exists - prevents segfault
  • Nr 2467 by tgfrerer : add more sophisticated openGL capability checks.
  • Nr 2465 by julapy : shader tutorial examples
  • Nr 2463 by ToyoshiMorioka : Update setType
  • Nr 2462 by danomatika : updated ofxKinect readme & added ofxKinect to .gitignore addon includes
  • Nr 2459 by joshuajnoble : allowing ofXml get attribute to work with paths && non-paths.
  • Nr 2453 by danomatika : added Windows driver install info to kinectExample header
  • Nr 2451 by julapy : ios feature for getting / setting clipboard string.
  • Nr 2450 by wasawi : displacement map example
  • Nr 2446 by wasawi : 07_fbo
  • Nr 2442 by kylemcdonald : renamed all instances of testApp to ofApp
  • Nr 2440 by wasawi : Shader examples GL2 &GL3
  • Nr 2150 by LeoColomb : Improve Dialog Win32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment