Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
914 commits
Select commit Hold shift + click to select a range
f7672a2
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
arturoc Oct 26, 2011
6278154
Merge pull request #781 from gimlids/develop
ofTheo Oct 27, 2011
6fa6fac
Merge branch 'master' of github.com:openframeworks/openFrameworks int…
arturoc Oct 28, 2011
c00ecb8
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
arturoc Oct 28, 2011
c10702b
Merge branch 'develop' of github.com:atduskgreg/openFrameworks into d…
Oct 30, 2011
a7336cd
move function for checking if a point is inside of a polygon from ofM…
Oct 30, 2011
3caea45
add include member functions to ofPolyline and return ofInsidePoly to…
Oct 30, 2011
6b28853
Merge pull request #801 from atduskgreg/polyline-include
ofTheo Oct 31, 2011
37f322f
Merge branch 'develop' into feature-ofSoundPlayerGetVolume
Nov 8, 2011
f9e0eae
Added getVolume() to ofOpenALSoundPlayer, but Xcode kept whinging abo…
Nov 8, 2011
2010957
closes #804. fixes an oversaturation bug, overbrightness bug, desatur…
kylemcdonald Nov 10, 2011
edfbadc
ofClamp() instead of MIN for fixing brightness and contrast
kylemcdonald Nov 10, 2011
ec5ff0e
Merge pull request #805 from kylemcdonald/develop
ofTheo Nov 10, 2011
e077887
createProjects.py: executable permissions
arturoc Nov 10, 2011
cb8afbf
Makefile: fix dependency generation for gcc 4.6
arturoc Nov 10, 2011
3659db9
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
arturoc Nov 10, 2011
a3424ef
android: getOFActivityObject
arturoc Nov 10, 2011
14dc2ad
ofxAssimpModelLoader: normalization factor
arturoc Nov 10, 2011
736021c
ofxNetwork: disconect on EABORTCONN
arturoc Nov 10, 2011
5566b55
Merge branch 'master' of github.com:openframeworks/openFrameworks
arturoc Nov 10, 2011
b72b0b3
Merge branch 'master' of github.com:openframeworks/openFrameworks int…
arturoc Nov 10, 2011
df9b344
makefile OF: fix dependencies in gcc 4.6
arturoc Nov 10, 2011
33d1a27
Merge branch 'master' of github.com:openframeworks/openFrameworks int…
arturoc Nov 10, 2011
87bbe56
Reverting to pure virtual function as now there are errors on Win
gameoverhack Nov 11, 2011
f956dec
android: fix ofGetLastFrameTime
Nov 13, 2011
fbe0167
android: fixing timing issues
arturoc Nov 13, 2011
b00ecff
ofFbo: added option to use texture for the depth buffer instead of a …
arturoc Nov 13, 2011
93c6076
ofShader: added option to pass a texture by id + texture target
arturoc Nov 13, 2011
d9a33fc
Fixing ofxIphoneSoundPlayer issues
Nov 14, 2011
7eae93a
Merge branch 'feature-ofSoundPlayerGetVolume' of github.com:gameoverh…
Nov 14, 2011
3906a1e
Fixed ofxIphoneKeyboard rotation and position correction for all orie…
Nov 14, 2011
be1ee6d
Fixed setOrientation to correct values on iPad2; needs checking on ot…
Nov 14, 2011
1e4db9e
Fixed _x value for OFXIPHONE_ORIENTATION_PORTRAIT on updateOrientation
Nov 14, 2011
64f4733
Simplifying init, updateOrientation and setFrame calls...little bit m…
Nov 14, 2011
1c64fe3
Removed extraneous cout
Nov 14, 2011
4b4b126
ofFbo: added an option to not setup screen
arturoc Nov 16, 2011
b609d56
ofGLRenderer: fixed ofPush/PopView
arturoc Nov 16, 2011
a3fdd16
ofPixels: simpler, faster swapRGB
arturoc Nov 16, 2011
8ef9572
Merge branch 'add_zlib_to_systemlibs' of git://github.com/joaquimroch…
arturoc Nov 16, 2011
0a5f653
ofPixels: fix swapRgb Closes #812
arturoc Nov 17, 2011
b480735
Consistent support for playerTex in ofVideoPlayer
obviousjim Nov 20, 2011
533968d
getOriginalDirectory() added to ofDirectory
obviousjim Nov 21, 2011
560eb82
Merge pull request #817 from obviousjim/develop
arturoc Nov 21, 2011
fb52134
adding window entry
Nov 28, 2011
d9572ca
Merge branch 'develop' of git://github.com/openframeworks/openFrameworks
Nov 28, 2011
3cfdbc2
Merge pull request #824 from joshuajnoble/master
arturoc Nov 28, 2011
288bf36
not working
Nov 30, 2011
c6925c7
Correct missing OF_ROOT occurences in Makefile.
bilderbuchi Dec 2, 2011
2d6cdde
Merge pull request #827 from bilderbuchi/develop
arturoc Dec 2, 2011
cf266de
Fixed OF codeblocks projects for Linux that needing updating.
Dec 3, 2011
7c7051d
Fixed #830
Dec 3, 2011
048627a
Fixed makefile cleanDebug and cleanRelease targets.
Dec 3, 2011
af9614e
Removed accidental debug output
Dec 3, 2011
4b969a7
Merge branch 'master' of github.com:openframeworks/openFrameworks int…
arturoc Dec 3, 2011
5cf3a45
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
arturoc Dec 3, 2011
763edf4
ofAppRunner: removed unused variables
arturoc Dec 16, 2011
48087db
ofPolyline: fix getArea, was crashing on less than 2 points
arturoc Dec 16, 2011
9fc0d78
added changelog
kylemcdonald Dec 20, 2011
b48b826
cleaning formatting for md
kylemcdonald Dec 20, 2011
ff78a53
renamed changes, starting to add 007, no more markdown
kylemcdonald Dec 20, 2011
dffb9a1
added 007 changes
kylemcdonald Dec 20, 2011
804bfa3
Merge pull request #847 from kylemcdonald/develop
arturoc Dec 20, 2011
c1cede9
rearranged the commit log, added a section for 0071... needs to be fi…
kylemcdonald Dec 21, 2011
084e8de
Merge pull request #848 from kylemcdonald/develop
ofZach Dec 21, 2011
9051c15
ofGraphics: moved texture functions to ofTexture
arturoc Dec 22, 2011
399ab3c
Replace printf occurences by ofLog in /libs/openFrameworks.
bilderbuchi Dec 24, 2011
f70dec2
Update changes.txt
ofZach Dec 28, 2011
75a7a38
ofBuffer: fix size on empty buffers
arturoc Dec 28, 2011
cd7de35
vs2010 template
arturoc Dec 28, 2011
226b4f7
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
arturoc Dec 28, 2011
6ee9f51
ofPolyline: an overloaded version of bezierTo wasn't passing curveRes…
arturoc Dec 30, 2011
9f7ea31
Merge branch 'master' of github.com:openframeworks/openFrameworks int…
arturoc Dec 30, 2011
c305c38
Fix a small error.
bilderbuchi Dec 31, 2011
6e7d325
Convert conditional printfs to oLog, too.
bilderbuchi Dec 31, 2011
9cb7949
Correct applyTranslation parameters. Closes #796
bilderbuchi Dec 31, 2011
fb0bae8
fixes xcode projects getting rebuilt all the time. Closes #860
ofTheo Dec 31, 2011
bec6dd7
ofSystemSaveDialaog: linux was not returning the path. Closes #864
arturoc Jan 4, 2012
3641388
disabled texture generation in ofxCvContourfinder, since its not used…
Jan 10, 2012
b577525
makefile: merged with latest changes
arturoc Jan 11, 2012
7e5ce51
Makefile.examples: added armv7 target
arturoc Jan 11, 2012
e7100e6
Makefile examples: go back to modular makefile
arturoc Jan 11, 2012
ccee724
arm: remove glut
arturoc Jan 11, 2012
fa8619a
config.make: arm changed float abi to hard
arturoc Jan 11, 2012
3e48503
Merge branch 'FEATURE_add_linuxarmv7l_wip-imx53' of http://github.com…
arturoc Jan 11, 2012
133ec05
ofSphere no GLUT - moved into renderers
NickHardeman Jan 12, 2012
bad4355
openGL ES check for quad strip
NickHardeman Jan 12, 2012
9a44997
Corrected call to glNormalPointer
NickHardeman Jan 14, 2012
4c8f9b3
Merge branch 'develop' of git://github.com/openframeworks/openFrameworks
timscaffidi Jan 15, 2012
e263a9b
switched from GST_STATE_PLAYING to GST_STATE_READY in get_device_data()
timscaffidi Jan 15, 2012
2216e8f
Merge pull request #870 from timscaffidi/bugfix-gstVideoGrabberInit
arturoc Jan 15, 2012
85eff56
poco android: update binaries to v4
Jan 16, 2012
871a26c
ofUtils: removed poco define required for compatibility with poco 3 i…
Jan 16, 2012
8ca84ee
ofConstants: android, added GL constant for compatibility with NDK7
Jan 16, 2012
f5f3e72
arm: add back deleted libraries + armhf libs binaries
Jan 18, 2012
cc98521
scripts: update arm installed_dependencies + default config.make
Jan 18, 2012
f9225a2
ofFbo: allocate depth texture as ofTexture
Jan 18, 2012
128d81f
Center fmod panning
okjake Jan 20, 2012
48232a0
Merge pull request #867 from HalfdanJ/develop
arturoc Jan 20, 2012
9b35f87
Merge pull request #859 from bilderbuchi/fix-beginEPS-796
arturoc Jan 20, 2012
bffe087
Merge pull request #808 from gameoverhack/feature-ofSoundPlayerGetVolume
arturoc Jan 20, 2012
4f7016f
ofGstGrabber: priority to rgb and yuv over jpeg formats
Jan 20, 2012
67c692b
ofPixels: mirror and rotate90 not in place versions
Jan 20, 2012
b00e878
Update comment specifying possible pan values
okjake Jan 20, 2012
408ab5d
ofPixels: faster rotateTo
Jan 20, 2012
b8354c2
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
Jan 20, 2012
c6e5986
Merge pull request #874 from okjake/develop
arturoc Jan 21, 2012
1f47f82
ofPixels: rotate90 faster + reuse rotate90To
Jan 21, 2012
5d67865
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
Jan 21, 2012
69c65c0
ofPixels: rotate90, set new width/height
Jan 21, 2012
2ea567a
ofPixels: added check for in place call in xTo methods
Jan 21, 2012
89d48be
ofImage::update: reallocate texture if pixels size have changed
arturoc Jan 22, 2012
d26c688
ofMesh: operator>> and << load and save in ply format
arturoc Jan 25, 2012
76dcabe
ofMesh: fix color and tex coords parsing, ply saving
arturoc Jan 25, 2012
5d2be96
ofMesh: fix color coords parsing, ply loading
arturoc Jan 25, 2012
1a9d3f2
Tiny bug in closeMovie fixed by resetin width and height to 0; if we …
Feb 2, 2012
71ed8a3
ofMesh: load/save. Closes #881
arturoc Feb 3, 2012
9bbbf9e
ofPixels: simpler, faster swapRGB
arturoc Nov 16, 2011
53dd099
ofPixels: fix swapRgb Closes #812
arturoc Nov 17, 2011
272ccd3
Merge branch 'master' of github.com:openframeworks/openFrameworks int…
arturoc Feb 3, 2012
1859bee
ofTween. Closes #882
arturoc Feb 3, 2012
2de9ffa
eclipse project: set compile language to english
arturoc Feb 3, 2012
745eae2
added more versions of ofPixels (char,short,int,uint,long,ulong,double)
elliotwoods Feb 4, 2012
bd96cf0
also ofColor
elliotwoods Feb 4, 2012
6cf55ff
ios sound stream now correctly handles multiple inputs, fixes #890
danomatika Feb 4, 2012
325fd8e
cleaned up and commented ios sound stream
danomatika Feb 4, 2012
ffa5848
removed ofTween to send a pull request
arturoc Feb 4, 2012
c3d7454
ios sound stream max buffer size set to 4096 as before
danomatika Feb 4, 2012
b6d28f6
ofMain.h remove ofTween include
arturoc Feb 7, 2012
0e3e3af
only update packages related to OF
Feb 7, 2012
f4a59f3
Merge branch 'master' of https://github.com/openframeworks/openFramew…
kylemcdonald Feb 9, 2012
2547a40
Merge branch 'develop' of https://github.com/openframeworks/openFrame…
kylemcdonald Feb 9, 2012
34496e0
fixed color saving, fixed normal saving. removed operator>>/<< in fav…
kylemcdonald Feb 9, 2012
f4265f4
Merge pull request #854 from bilderbuchi/remove-printfs
ofTheo Feb 9, 2012
ccb982c
Merge pull request #869 from NickHardeman/ofSphereDevelop
ofTheo Feb 9, 2012
00a6124
Merge pull request #887 from gameoverhack/bugfix-ofQuicktimePlayer
ofTheo Feb 9, 2012
3b4192b
Merge pull request #888 from gameoverhack/bugfix-setOrientation
ofTheo Feb 9, 2012
be8b50a
Merge pull request #892 from elliotwoods/feature-extraofPixelsTypes
ofTheo Feb 9, 2012
c22b2ec
Merge pull request #889 from gameoverhack/bugfix-ofxIphoneKeyboard
ofTheo Feb 9, 2012
1642048
Merge pull request #893 from danomatika/develop
ofTheo Feb 9, 2012
f0070f5
little fix to set the glview transparent in iOS. Now it works correctly.
roymacdonald Feb 9, 2012
ef2e470
Merge pull request #904 from kylemcdonald/fix-ofMesh-save
ofTheo Feb 9, 2012
27e9c8e
Merge pull request #905 from roymacdonald/f0070f57284de67abd408086367…
ofTheo Feb 9, 2012
0d87fc3
fixed compile errors from ofQuickTime debug messages
kylemcdonald Feb 10, 2012
213dce7
added fixes for ofSerial converting OF_LOG_NOTICE to ofLogNotice()
kylemcdonald Feb 10, 2012
168dd3d
Merge pull request #911 from kylemcdonald/fix-ofQuickTime-errors
ofTheo Feb 10, 2012
8bfde75
ofFbo: solves problem with culling + stencil_depth in texture option
arturoc Feb 12, 2012
6102a31
ofPixels::setFromAlignedPixels: use normal setFromPixels if stride an…
arturoc Feb 12, 2012
b0789b5
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
arturoc Feb 12, 2012
7d57707
Merge pull request #899 from benben/develop
arturoc Feb 12, 2012
aa34ebc
ofFbo: GL_DEPTH_COMPONENT32 was breaking openGL ES
arturoc Feb 13, 2012
fd469de
ofFbo: remove GL_DEPTH_COMPNENT32 from renderbuffer too
arturoc Feb 13, 2012
5b1f22a
ofFbo::Settings: added depthInternalFormat
arturoc Feb 13, 2012
bb5a738
ofFbo: fix incorrect openGL ES ifdef
arturoc Feb 16, 2012
0330f62
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
arturoc Feb 16, 2012
42b1805
ofFbo: depth component as unsigned byte by default
arturoc Feb 17, 2012
01019af
ofMesh: load was opening files as WriteOnly and overwritting
arturoc Feb 17, 2012
48fa4b3
ofMesh: load, return before clean routine
arturoc Feb 18, 2012
db594da
ofGstVideoGrabber: avoid ffmpegcolorspace if not needed
arturoc Feb 22, 2012
59b8972
ofGstUtils: getMin/Max pipeline latency methods
arturoc Feb 22, 2012
ce94c05
don't clear the image on load so it reuses pixels and texture if it's…
arturoc Feb 22, 2012
9ff376a
ofxAndroidsoundPlayer: added getVolume
arturoc Feb 22, 2012
2ee770e
simplified ofMesh::getCentroid()
kylemcdonald Feb 22, 2012
a340cbd
Merge pull request #927 from kylemcdonald/fix-ofMesh-getCentroid
arturoc Feb 23, 2012
9162d26
ofCamera::setupPerspective to setup a camera with the same
arturoc Feb 23, 2012
639b15b
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
arturoc Feb 23, 2012
9a010ce
OF eclipse project files updated
arturoc Feb 23, 2012
7b995db
remove jack from makefiles, no pkg config in latest ubuntu update
arturoc Feb 23, 2012
f6c0b12
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
arturoc Feb 23, 2012
91d7683
moving apps -> examples
arturoc Feb 23, 2012
85cf75b
remove unneded .gitkeep
arturoc Feb 23, 2012
0e83945
first shot at rearranging everything
kylemcdonald Feb 23, 2012
1835553
project generator in dev apps
ofZach Feb 23, 2012
cc64cad
renamed iphone to ios
kylemcdonald Feb 23, 2012
3329c48
removing ds stores
ofZach Feb 23, 2012
2e325bd
modified the scripts for the new location
ofZach Feb 23, 2012
c998a7a
removing printfs and couts for debugging
ofZach Feb 23, 2012
a02b48b
Merge pull request #935 from kylemcdonald/fix-example-structure
arturoc Feb 23, 2012
7eeaac0
Quaternion Examples
obviousjim Feb 23, 2012
582caf8
default log level is now OF_LOG_NOTICE, fixes #858; removed space pad…
danomatika Feb 23, 2012
4661610
removing project files
obviousjim Feb 23, 2012
cb7b23d
Merge pull request #939 from obviousjim/develop-examples
arturoc Feb 23, 2012
db6f36b
initial version of ascii video
ofZach Feb 23, 2012
375f959
added ofLog::setAutoSpace, fixes #761
danomatika Feb 23, 2012
cefdcd4
added orientation example
kylemcdonald Feb 23, 2012
13b49ae
fixed bad formatting (spaces instead of tabs)
danomatika Feb 23, 2012
cb4512e
start of fboTrailsExample
ofZach Feb 23, 2012
7871fdc
Camera Ribbon example
obviousjim Feb 23, 2012
fbb851d
updating pull request to get rid of .gitignore and added a comment
obviousjim Feb 23, 2012
12d2bcf
restructured into same dirs as OF core
kylemcdonald Feb 23, 2012
d5e6924
simple multiTexturing Shader example
patriciogonzalezvivo Feb 23, 2012
88ae782
removed all project files
kylemcdonald Feb 23, 2012
84ced15
Merge pull request #942 from patriciogonzalezvivo/develop
arturoc Feb 23, 2012
0c9b528
Merge pull request #941 from obviousjim/develop-examples
arturoc Feb 23, 2012
934c20a
Merge pull request #943 from kylemcdonald/examples-kyle
arturoc Feb 23, 2012
6d15ee4
gitignore: ignore project files
arturoc Feb 23, 2012
ea59b0b
added vboExample that shows the difference between a ofMesh and ofVbo…
kylemcdonald Feb 23, 2012
6eb3433
now works against examples
ofZach Feb 23, 2012
11e166a
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
ofZach Feb 23, 2012
e9f9d85
3d model loading and distortion example
obviousjim Feb 23, 2012
5bf32ae
trying to make OSX libs not get rebuilt
ofZach Feb 23, 2012
e89efc8
Mesh from Camera example
obviousjim Feb 23, 2012
8443991
Merge pull request #944 from obviousjim/develop-examples
arturoc Feb 23, 2012
c7a962c
added point cloud example
kylemcdonald Feb 23, 2012
e62ed85
Merge branch 'develop' into examples-kyle
kylemcdonald Feb 23, 2012
9d5100a
Merge branch 'develop' of https://github.com/openframeworks/openFrame…
kylemcdonald Feb 23, 2012
a34b945
fixed ofApp->testApp
kylemcdonald Feb 23, 2012
cbbddc8
Merge pull request #946 from kylemcdonald/examples-kyle
arturoc Feb 23, 2012
74a693a
Simple Color Key example
obviousjim Feb 23, 2012
11f5a38
Merge pull request #947 from obviousjim/develop-examples
arturoc Feb 23, 2012
02a927a
small generator changes
ofZach Feb 23, 2012
57e2047
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
ofZach Feb 23, 2012
f57b67b
added ofBackgroundGradient with three modes
kylemcdonald Feb 24, 2012
cf8fa4d
committed image for greenscreen
obviousjim Feb 24, 2012
0e9cb11
Merge branch 'develop' of https://github.com/openframeworks/openFrame…
kylemcdonald Feb 24, 2012
c52b8f6
Merge pull request #950 from obviousjim/develop-examples
arturoc Feb 24, 2012
c788192
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
ofZach Feb 24, 2012
3cd3567
ofGetTargetPlatform & ofSystem
arturoc Feb 24, 2012
a3ba5aa
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
arturoc Feb 24, 2012
bc1aefd
texture data by reference fix
obviousjim Feb 24, 2012
3e3239b
Merge pull request #951 from obviousjim/develop-examples
arturoc Feb 24, 2012
8a83bca
ofFbo: revert flipped texture
arturoc Feb 24, 2012
e7ff2b5
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
arturoc Feb 24, 2012
a620006
project generator now makes a new file where we want
ofZach Feb 24, 2012
80303f0
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
ofZach Feb 24, 2012
2258830
project creator fixes
ofZach Feb 24, 2012
45b1766
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
ofZach Feb 24, 2012
09ee85b
removed cached matrices, added ofDrawBitmapStringHighlight
kylemcdonald Feb 24, 2012
270cf4a
added pointPicker example
kylemcdonald Feb 24, 2012
9441971
Merge branch 'develop' of https://github.com/openframeworks/openFrame…
kylemcdonald Feb 24, 2012
9a8f0e0
Merge pull request #953 from kylemcdonald/examples-kyle
arturoc Feb 24, 2012
5adb2a1
ofxGui!
arturoc Feb 24, 2012
fda46a9
better build location. less rebuilding of the lib on xcode 4
ofZach Feb 24, 2012
1f5ceb1
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
arturoc Feb 24, 2012
3bd515f
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
ofZach Feb 24, 2012
a09fc41
gitignore: ignore linux and eclipse project files
arturoc Feb 24, 2012
0df82c0
ofConstants: include algorithm
arturoc Feb 24, 2012
d320b14
added const get getTextureData()
obviousjim Feb 24, 2012
46c6a5e
typo fix
obviousjim Feb 24, 2012
915f73d
Merge pull request #954 from obviousjim/develop-examples
arturoc Feb 24, 2012
da94df2
gradients for the gui example
ofZach Feb 24, 2012
d970ee8
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
ofZach Feb 24, 2012
1d4351a
guiExample: moved to addons + events example
arturoc Feb 24, 2012
62e8441
addons gitignore: added !ofxGui
arturoc Feb 24, 2012
0208f90
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
arturoc Feb 24, 2012
566a867
guiExample: activate sound
arturoc Feb 24, 2012
7a4d598
Merge pull request #937 from danomatika/develop
arturoc Feb 24, 2012
123291d
Merge branch 'develop' into damian_linuxarm7
arturoc Feb 24, 2012
81d555e
start of a cross platform cwd / path for doing the relative paths well
ofZach Feb 24, 2012
743248c
Merge branch 'develop' of github.com:openframeworks/openFrameworks in…
arturoc Feb 24, 2012
a3fc0df
linuxarmv7 of project directory
arturoc Feb 24, 2012
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
80 changes: 50 additions & 30 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,29 @@ addons/**
#xcode files
*.pbxuser
*.perspectivev3
examples/*/*/*.xcodeproj
examples/*/*/Project.xcconfig
examples/*/*/openFrameworks-Info.plist
examples/*/*/ofxiphone-Info.plist
examples/*/*/iPhone_Prefix.pch


#codeblocks files
apps/*/*/*.layout
apps/*/*/*.depend
apps/*/*/bin/clickToLaunch*
apps/*/*/bin/libs
apps/*/*/obj
apps/examples/*/*.cbp
apps/examples/*/*.workspace
apps/addonsExamples/*/*.cbp
apps/addonsExamples/*/*.workspace
examples/*/*/*.layout
examples/*/*/*.depend
examples/*/*/bin/clickToLaunch*
examples/*/*/bin/libs
examples/*/*/obj
examples/*/*/*.cbp
examples/*/*/*.workspace

#vs files
examples/*/*/*.sln
examples/*/*/*.vcxproj
examples/*/*/*.vcxproj.user

#rule to avoid non-official apps going into git
#see apps/.gitignore
#rule to avoid non-official examples going into git
#see examples/.gitignore
apps/**

#codeblocks OF lib files
Expand All @@ -37,33 +46,41 @@ libs/openFrameworksCompiled/project/*/*.layout
#linux temporary files
*~

#vs2010 user files
*.sdf
*.opensdf
*.suo

#eclipse build folders
#Mac OS X
addons/Debug Mac OS X
addons/Release Mac OS X
libs/openFrameworks/Debug Mac OS X
libs/openFrameworks/Release Mac OS X
apps/*/*/Debug Mac OS X
apps/*/*/Release Mac OS X
.DS_Store
examples/*/*/Debug Mac OS X
examples/*/*/Release Mac OS X
xcuserdata
project.xcworkspace
.DS_Store

#Linux
addons/Debug Linux
addons/Release Linux
libs/openFrameworks/Debug Linux
libs/openFrameworks/Release Linux
apps/*/*/Debug Linux
apps/*/*/Release Linux
apps/*/*/Debug Linux64
apps/*/*/Release Linux64
apps/examples/*/Makefile
apps/examples/*/config.make
apps/addonsExamples/*/Makefile
apps/addonsExamples/*/config.make
examples/*/*/Debug Linux
examples/*/*/Release Linux
examples/*/*/Debug Linux64
examples/*/*/Release Linux64
examples/*/*/Makefile
examples/*/*/config.make
*.pyc

#eclipse
examples/*/*/.cproject
examples/*/*/.project
examples/*/*/.settings

#Android
addons/Debug Android
addons/Release Android
Expand All @@ -72,12 +89,15 @@ libs/openFrameworks/Release Android
libs/openFrameworks/Release
libs/openFrameworks/Debug
libs/openFrameworks/Release_arm7
apps/*/*/Debug Android
apps/*/*/Release Android
apps/*/*/Debug
apps/*/*/Release
apps/*/*/Release_arm7
apps/*/*/test link
apps/*/*/obj
apps/*/*/bin
examples/*/*/Debug Android
examples/*/*/Release Android
examples/*/*/Debug
examples/*/*/Release
examples/*/*/Release_arm7
examples/*/*/test link
examples/*/*/obj
.csettings
paths.make
!examples/android/*/.cproject
!examples/android/*/.project
!examples/android/*/.settings
32 changes: 0 additions & 32 deletions _OF_PROJECTS_README.txt

This file was deleted.

5 changes: 5 additions & 0 deletions addons/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,10 @@
!ofxXmlSettings/**
!ofxAndroid
!ofxAndroid/**
!ofxAssimpModelLoader
!ofxAssimpModelLoader/**
!ofxGui
!ofxGui/**
!ofxGui/*/**
ofxAndroid/ofAndroidLib/bin
ofxAndroid/ofAndroidLib/gen
9 changes: 9 additions & 0 deletions addons/ofxAccelerometer/src/ofxAccelerometer.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

#include "ofTypes.h"
#include "ofPoint.h"
#include "ofEvents.h"

typedef void (*ofxAccelCB)(ofPoint&); // typedef for accelerometer callback

Expand Down Expand Up @@ -116,8 +117,10 @@ class ofxAccelerometerHandler {
}

if(callback) callback(accelReal);
ofNotifyEvent(accelChanged,accelReal,this);
}

ofEvent<ofPoint> accelChanged;

protected:
ofxAccelCB callback;
Expand Down Expand Up @@ -181,3 +184,9 @@ class ofxAccelerometerHandler {
};

extern ofxAccelerometerHandler ofxAccelerometer;

template<class T>
void ofxRegisterAccelEvents(T * listener){
ofAddListener(ofxAccelerometer.accelChanged,listener,&T::accelerationChanged);
}

2 changes: 2 additions & 0 deletions addons/ofxAndroid/libs/miniunzip/miniunz.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ int do_extract(
int opt_overwrite,
const char* password);

int do_compress(int argc,char * argv[]);

#endif /* MINIUNZ_H_ */
Loading