Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update openframeworks #33

Merged
merged 129 commits into from
Aug 28, 2014
Merged

update openframeworks #33

merged 129 commits into from
Aug 28, 2014

Conversation

yty
Copy link
Owner

@yty yty commented Aug 28, 2014

Leave a comment

bakercp and others added 30 commits April 3, 2014 17:26
Offending files found via:
$ find . -type f -name '*.h' -o -name '*.cpp' -o -name '*.mm' -o -name '*.m' -exec grep -l "NSAutoreleasePool" {} \;

While it would appear as though a lot of code has changed, really it is largely due to an extra level of indentation required by @autoreleasepool. Additionally, all lines touched should be normalized to use tabs instead of spaces - I'm not a fan of tabs, but I'd rather be consistent than not.

One API change made in ofSystemAlertDialog() to migrate off a mega deprecated NSAlert API.

One file was updated that targets iOS, seemingly missed in #2888.
when using glDrawElements the index buffer never gets bound. By adding
it to the bind method it gets added to the VAO state when VAO is used
or bound when not. To test use a VBO and and a mesh with setMesh and
draw with drawElements
solved issue with glDrawElements
…o bugfix-Makefile-project-source-paths-with-spaces-v2
incremented index in ofTrueTypeFont::getStringBoundingBox
arturoc and others added 27 commits August 23, 2014 19:51
Update String Functions, Include UTF-8 Support
unloadSound() did not previously close file descriptors which would eventually lead to a crash when too many file descriptors where open (about 1000 for Raspberry Pi).

OpenAL sources must be deleted before buffers otherwise it will result in **Illegal Operation**.
Close file descriptors and fix OpenAL issue
use iterators instead of deprecated ofBuffer line methods
Added thread locking, fixed getPosition, setPosition, unloadSound and proper OpenAL error fetching.
adds support for 16 bit GL channels to ofGLUtils
ofBuffer: remove unimplemented method
Fixed numerous issues and added locking
add half float gl type support to ofGLUtils
adds some missing integer / unsigned integer formats, half-float data types
adds some missing image types to ofGLUtils
yty added a commit that referenced this pull request Aug 28, 2014
@yty yty merged commit 99b1d04 into yty:master Aug 28, 2014
yty pushed a commit that referenced this pull request Nov 24, 2014
add linuxarmv6l to poco formula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.