-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 from original (#1) #6346
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* ofQTKitVideoGrabber: fix includes * ofAppEGLBasewindow: fix includes * fixing include optimization for osx mk, ios and linux arm * fixing ofAppEGLWindows includes * osx: don't use basename, seems to crash * ofxiOS: fix includes optimizations for tvOS * osx: trying to fix crash on tests script with basename * trying to fix osx basename crashing by upgrading coreutils * ofAppNoWindow: init events pointer * Fixes for includes optimizations on windows * unit tests: fixes for includes optimizations * fix vs project for includes optimizations * fixes for msys2 and vs includes optimizations * removemissing binary lib from repo * ofxUnitTests fixes for appveyor after includes optimizations * ofxUnitTests: fixes for includes optimizations * linux run_tests: don't use gdb to run examples by default * fix network tests on vs * testing qbs linux builds * fixing qbs ci tests * qbs ci tests: cache linuxbrew * linux ci qbs: don't try to install qbs if it still exists * travis: fix linux qbs * qbs ci: testing cache * Fixes .gitignore template stripping #5792 * fixes for qbs ci tests * fixing qbs ci tests * fix travis for qbs cache * fixing qbs builds * fixing qbs ci tests * fixing qbs ci tests * fix qbs ci tests * fixing qbs ci cache * fixing qbs ci builds * fixing qbs ci builds * fixing qbs builds * fixing qbs builds * fix qbs builds * comment out qbs builds by now * [Docs] - openframewroks/openframeworks - README.md - minor tweaks (spelling, grammar, syntax, writing) [Docs] - openframewroks/openframeworks - README.md - minor tweaks (spelling, grammar, syntax, writing) * add missing ofBaseApp.cpp file into xcode prj * Added make_preferred() to paths where necessary. * travis: fixing binary upload * fixing travis upload libs in osx * fixing binaries upload * fixing binaries uploads * fixing binaries upload on ci tests * add ccache to ci tests to make them faster * adding ccache to ci tests * fixing ccache in ci tests for linux arm * fixing ccache for linux arm * fixing ccache in ci tests for osx makefiles * makefiles: don't set CC, CXX.. if already set in env var * [Docs] - openFrameworks/openFrameworks - README.md - minor tweaks - changing small details in markdown language [Docs] - openFrameworks/openFrameworks - README.md - minor tweaks - changing small details in markdown language * fixing ccache for linux arm, osx, ios and tvos * fixing ccache for armv7 * fix osx ccache and add parallel builds for run tests * fixing ccache for ios, tvos and checking armv7 * testing ccache on armv7 * fixing ccache for osx, ios, tvos and linux armv7 * fixing osx ccache * fix ccache config for armv7 and android * fixing osx ccache * fix travis config wrongly commited from older version * fix ccache for osx * refactor ccache config for osx based targets to ccache.sh script * fixing osx based targets ccache * adding ccache to emscripten * fix ccache in osx * adding gradle cache for android * fixing ccache for osx * fix ccache for emscripten * fixing ci cache for android and emscripten * fix makefiles * fixing ccache and adding to android * makefiles: fix includes for local freetype * fixing android builds after applying ccache * travis: show cache status at the end * fix cache for armv7 * ccache won't work for android with the experimental gradle plugin * makefiles: bring back recursive search paths * fix ccache builds for emscripten ios and tvos * exec permissions for ios and tvos install scripts * fixing ccache script for ios * fix a problem in linux arm7 that happens intermitently * ccache fix for osx * fix ci tests for armv7 * add ccache to msys2 * appveyor: trying to enable ccache for msys2 * fixing ccache for msys2 * fixing msys2 ccache * fixing appveyor * emscripten: trying to install latest ccache from .deb * fixing msys2 ccache and output stats at end * ccache: correct settings for msys2 * testing newest ccache for emscripten * fixing ccache for msys2 * fixing msys2 ccache * fixing msys2 ccache * fix msys2 ccache * fixing ccache for msys2 * msys2 run_tests: -j2 * appveyor: fixing msys2 ccache * Update .appveyor.yml * reset ccache stats before compiling * trying to cache objs for emscripten instead of using ccache * appveyor: debuging ccache * debugging ccache on appveyor * fixing ccache * testing emscripten cache * fixing emscripten cache * debuging emscripten ci cache * fixing appveyor ccache * fixing ccache for emscripten * fixing emscripten cache * appveyor: fixing cache msys2 * fixing emscripten ccache * travis: run ccache -s at beginning too to check that cache was downloaded correctly * travis: install latest ccache for linux * fix travis config syntax * trigger new build * fixing emscripten ci * Fix emscripten install * emscripten: trying to update emscripten to check if we can use ccache * trying to fix ccache on emscripten * disable ccache for emscripten by now since it's not working * add back ofBaseTypes which includes each modules base types to not break so much code * fix download_libs scripts to work with new packages bundles * upload_of_lib.sh: fix upload for osx * linuxarmv7 fixing ci tests * armv7 ci: quiet wget * fixing armv7 ci * fixing linuxarmv7 ci tests * upload_lib: fix uploading library after tests on osx * fix linuxarmv7 ci install script * fixing linuxarmv7 ci install script * linuxarmv7 ci tests: fix age detectin for cached image * fixing linux armv7 ci tests cache age detection on install * fixes for linux armv7 ci tests install better checks for cache age and use absolute paths * ci upload_of_lib: fix android final binary upload * Fixing hideCursor() for Fullscreen on Linux This should behave well on all other platforms as well. On Linux the cursor does not disappear in fullscreen, guessing this has to do with how GLFW_CURSOR_HIDDEN is handled internally, in window mode it work fine but in fullscreen GLFW_CURSOR_DISABLED is necessary. * ofPath: don't tesselate empty paths + fix tessellation cache logic. Closes #5859 * create_package: output dots while compiling PG * create_package: download linux lib from ci server instead of compiling full OF when building PG * create_package: Compile PG in debug [ci skip] * create_package: debug problem when compiling PG * create_package: detect if we are on server (very naive) and log to logs or console [skip ci] * create_package: remove latest OF library before downloading it * nightly builds: don't include commit hash in download page it can be incorrect cause we are downloading the library from the server * nightlybuilds: bring back the commit hash [skip ci] we only download the OF library to compile the PG but the commit hash is the correct one * create_package: android doesn't need paths.make anymore [skip ci] * create_packages: create packages for vs 2015 & 2017 * create_package: remove reference to eclipse docs * linuxarmv7 ci: echo dots while downloading so it doesn't timeout * create_package: fix download_libs parameters [skip ci] * linuxarmv7 ci tests: fix install phase, bring back wget logs to avoid timeout * linux64 -> linux64gcc4 * travis: use gcc4 suffix for download_libs * addons ci: download gcc4 package for linux [skip ci] * ofxPoco: addon_config remove extra quotes that where breaking the addon [skip ci] * nightlybuilds: send mail on completion * nightly builds: add mail address for reports * ofAppGLFWWindow: better handling of window mode Fixes #5861 Also fixes a problem where setting GAME_MODE using a window settings struct would change the screen resolution to 1024x768 when the size wasn't set. To fix this we are making width and height in window settings protected which will break some code but the fix is pretty straightforward, just use setSize instead of directly assigning values to width and height * ofAppGlutWindow: fix window settings after changing width/height to protected * ofAppRunner.h: fixes for windowSettings width/height protected * EGL window: changes for widnow settings width/height protected * ofAppEmscriptenWindow: fixes for window settings width/height as protected * fontShapesExample: get character as fill and contour. Fixes: #5863 * fonstShapesExample: use contour to draw font point by point * remove deprecated ofTtfCharacter and just use ofPath instead Closes #4942 * fix for OS X OF_TTF_SANS default on 10.13 closes #5865 * soundBufferExample: use a sound stream object instead of global * ofNodeExample: fix starting pov * fix download_libs.ps1 script + script was deleting temporary libs folder "32", "64" repeatedly meaning only the libs from the very last .zip slice of libs would survive the cull. Since the temporary folders "32/64" get deleted automatically as they are part of the "cull list" when preparing the libs directory for upgrade this additional delete routine is not needed in the first place. + also added an echo to instruct users on how to install libs for visual studio 2017, instead of the default, visual studio 2015. + also added an echo telling users that that the script finished successfully. * set vs2017 as default platform + platform libraries for vs2017 will be installed if script called without paramters. + echo message on how to override this default behaviour in case users want to install legacy vs2015 libraries. * remove http request from regex example * scale image * remove obsolete example * cleanup * flip plane primitive tex coordinates * flip sphere primitive tex coordinates * flip ico sphere primitive tex coordinates * flip cylinder primitive tex coordinates * flip cone primitive tex coordinates * flip box primitive tex coordinates * update 3d primitive example * fix ofCamera-drawFrustum + fixes bug when drawing ofCamera Frustum which appeared recently. + simplifies code drastically + adds comments focusing on the "how" rather the "what". * fix ortho projection matrix calc + ortho matrix must not use viewport offset for its own calculations, only viewport dimensions. This is in line for how projection is calculated for perspective matrices, where only the aspect ratio of the viewport is used. * modernise advanced3DExample + remove redundant sub-class of ofCamera, OrthoCam + clarify some variable names + clean up camera assignments + mention built-in frustum draw method in code comment * fix save screen Use pbo only in programmable renderer to avoid problems with intel Draw image on image saver example * imageSaveExample: remove images from data folder * create_package: don't include transformFeedbackExample in osx or linux arm * PG latest commit * apothecary latest commit * remove reference to OrthoCam.h + removes a leftover reference to deleted header file * fix box primitive winding order aligns box primitive triangle winding order so that it is consistent with the winding order of other primitives, that is, when viewed through an ofCamera, and GL_CULL_FACE is enabled with glFrontFace(GL_CW) it will look correct, the front faces visible, the back faces invisible. All other oF primitives appear to follow this convention. * ofImage: add return value to save image * ofImage: fix save image returning false after some correct cases * Fix for SSL certificate issue when load a URL * Add unimplemented methods to ofTexture * Remove unused methods * ofAppGLFWWindow: the size reported on setup was wrong. Fixes #5904 * ofAppGLFWWindow: calculate pixel scale even in fullscreen but don't try to position the window * ofAppGLFWWindow: don't reposition window if in fullscren or gamemode * Add gradle wrapper to android studio templates * gradlew in templates didn't have execution permissions * Fixes #2449 ofxiOSKeyboard position * Fixes #4596 - Medium P to High P for Shader Floating Point Precision * Fixes Update and Draw being called before Setup
Hey, no idea what this is, the title doesn't explain anything and it's conflicting on a ton of files. I'm going to close it but feel free to keep commenting on this issue |
Sorry It was my mistake. Please ignore this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ofQTKitVideoGrabber: fix includes
ofAppEGLBasewindow: fix includes
fixing include optimization for osx mk, ios and linux arm
fixing ofAppEGLWindows includes
osx: don't use basename, seems to crash
ofxiOS: fix includes optimizations for tvOS
osx: trying to fix crash on tests script with basename
trying to fix osx basename crashing by upgrading coreutils
ofAppNoWindow: init events pointer
Fixes for includes optimizations on windows
unit tests: fixes for includes optimizations
fix vs project for includes optimizations
fixes for msys2 and vs includes optimizations
removemissing binary lib from repo
ofxUnitTests fixes for appveyor after includes optimizations
ofxUnitTests: fixes for includes optimizations
linux run_tests: don't use gdb to run examples by default
fix network tests on vs
testing qbs linux builds
fixing qbs ci tests
qbs ci tests: cache linuxbrew
linux ci qbs: don't try to install qbs if it still exists
travis: fix linux qbs
qbs ci: testing cache
Fixes .gitignore template stripping don't strip gitignore/.gitignore from script/templates when building releases #5792
fixes for qbs ci tests
fixing qbs ci tests
fix travis for qbs cache
fixing qbs builds
fixing qbs ci tests
fixing qbs ci tests
fix qbs ci tests
fixing qbs ci cache
fixing qbs ci builds
fixing qbs ci builds
fixing qbs builds
fixing qbs builds
fix qbs builds
comment out qbs builds by now
[Docs] - openframewroks/openframeworks - README.md - minor tweaks (spelling, grammar, syntax, writing)
[Docs] - openframewroks/openframeworks - README.md - minor tweaks (spelling, grammar, syntax, writing)
add missing ofBaseApp.cpp file into xcode prj
Added make_preferred() to paths where necessary.
travis: fixing binary upload
fixing travis upload libs in osx
fixing binaries upload
fixing binaries uploads
fixing binaries upload on ci tests
add ccache to ci tests to make them faster
adding ccache to ci tests
fixing ccache in ci tests for linux arm
fixing ccache for linux arm
fixing ccache in ci tests for osx makefiles
makefiles: don't set CC, CXX.. if already set in env var
[Docs] - openFrameworks/openFrameworks - README.md - minor tweaks - changing small details in markdown language
[Docs] - openFrameworks/openFrameworks - README.md - minor tweaks - changing small details in markdown language
fixing ccache for linux arm, osx, ios and tvos
fixing ccache for armv7
fix osx ccache and add parallel builds for run tests
fixing ccache for ios, tvos and checking armv7
testing ccache on armv7
fixing ccache for osx, ios, tvos and linux armv7
fixing osx ccache
fix ccache config for armv7 and android
fixing osx ccache
fix travis config wrongly commited from older version
fix ccache for osx
refactor ccache config for osx based targets to ccache.sh script
fixing osx based targets ccache
adding ccache to emscripten
fix ccache in osx
adding gradle cache for android
fixing ccache for osx
fix ccache for emscripten
fixing ci cache for android and emscripten
fix makefiles
fixing ccache and adding to android
makefiles: fix includes for local freetype
fixing android builds after applying ccache
travis: show cache status at the end
fix cache for armv7
ccache won't work for android with the experimental gradle plugin
makefiles: bring back recursive search paths
fix ccache builds for emscripten ios and tvos
exec permissions for ios and tvos install scripts
fixing ccache script for ios
fix a problem in linux arm7 that happens intermitently
ccache fix for osx
fix ci tests for armv7
add ccache to msys2
appveyor: trying to enable ccache for msys2
fixing ccache for msys2
fixing msys2 ccache
fixing appveyor
emscripten: trying to install latest ccache from .deb
fixing msys2 ccache and output stats at end
ccache: correct settings for msys2
testing newest ccache for emscripten
fixing ccache for msys2
fixing msys2 ccache
fixing msys2 ccache
fix msys2 ccache
fixing ccache for msys2
msys2 run_tests: -j2
appveyor: fixing msys2 ccache
Update .appveyor.yml
reset ccache stats before compiling
trying to cache objs for emscripten instead of using ccache
appveyor: debuging ccache
debugging ccache on appveyor
fixing ccache
testing emscripten cache
fixing emscripten cache
debuging emscripten ci cache
fixing appveyor ccache
fixing ccache for emscripten
fixing emscripten cache
appveyor: fixing cache msys2
fixing emscripten ccache
travis: run ccache -s at beginning too to check that cache was downloaded correctly
travis: install latest ccache for linux
fix travis config syntax
trigger new build
fixing emscripten ci
Fix emscripten install
emscripten: trying to update emscripten to check if we can use ccache
trying to fix ccache on emscripten
disable ccache for emscripten by now since it's not working
add back ofBaseTypes which includes each modules base types to not break so much code
fix download_libs scripts to work with new packages bundles
upload_of_lib.sh: fix upload for osx
linuxarmv7 fixing ci tests
armv7 ci: quiet wget
fixing armv7 ci
fixing linuxarmv7 ci tests
upload_lib: fix uploading library after tests on osx
fix linuxarmv7 ci install script
fixing linuxarmv7 ci install script
linuxarmv7 ci tests: fix age detectin for cached image
fixing linux armv7 ci tests cache age detection on install
fixes for linux armv7 ci tests install
better checks for cache age and use absolute paths
ci upload_of_lib: fix android final binary upload
Fixing hideCursor() for Fullscreen on Linux
This should behave well on all other platforms as well.
On Linux the cursor does not disappear in fullscreen, guessing this has to do with how GLFW_CURSOR_HIDDEN is handled internally, in window mode it work fine but in fullscreen GLFW_CURSOR_DISABLED is necessary.
Closes #5859
create_package: output dots while compiling PG
create_package: download linux lib from ci server instead of compiling full OF when building PG
create_package: Compile PG in debug [ci skip]
create_package: debug problem when compiling PG
create_package: detect if we are on server (very naive) and log to logs or console [skip ci]
create_package: remove latest OF library before downloading it
nightly builds: don't include commit hash in download page
it can be incorrect cause we are downloading the library from the
server
we only download the OF library to compile the PG but the commit hash
is the correct one
create_package: android doesn't need paths.make anymore [skip ci]
create_packages: create packages for vs 2015 & 2017
create_package: remove reference to eclipse docs
linuxarmv7 ci: echo dots while downloading so it doesn't timeout
create_package: fix download_libs parameters [skip ci]
linuxarmv7 ci tests: fix install phase, bring back wget logs to avoid timeout
linux64 -> linux64gcc4
travis: use gcc4 suffix for download_libs
addons ci: download gcc4 package for linux [skip ci]
ofxPoco: addon_config remove extra quotes that where breaking the addon
[skip ci]
nightlybuilds: send mail on completion
nightly builds: add mail address for reports
ofAppGLFWWindow: better handling of window mode
Fixes #5861
Also fixes a problem where setting GAME_MODE using a window settings
struct would change the screen resolution to 1024x768 when the size
wasn't set.
To fix this we are making width and height in window settings protected
which will break some code but the fix is pretty straightforward, just use
setSize instead of directly assigning values to width and height
ofAppGlutWindow: fix window settings after changing width/height to protected
ofAppRunner.h: fixes for windowSettings width/height protected
EGL window: changes for widnow settings width/height protected
ofAppEmscriptenWindow: fixes for window settings width/height as protected
fontShapesExample: get character as fill and contour.
Fixes: #5863
fonstShapesExample: use contour to draw font point by point
remove deprecated ofTtfCharacter and just use ofPath instead
Closes #4942
fix for OS X OF_TTF_SANS default on 10.13 closes Mac OF_TTF_SANS changed #5865
soundBufferExample: use a sound stream object instead of global
ofNodeExample: fix starting pov
fix download_libs.ps1 script
meaning only the libs from the very last .zip slice of libs would
survive the cull.
Since the temporary folders "32/64" get deleted automatically as they
are part of the "cull list" when preparing the libs directory for
upgrade this additional delete routine is not needed in the first place.
also added an echo to instruct users on how to install libs
for visual studio 2017, instead of the default, visual studio 2015.
also added an echo telling users that that the script finished
successfully.
platform libraries for vs2017 will be installed if script called
without paramters.
echo message on how to override this default behaviour in case users
want to install legacy vs2015 libraries.
remove http request from regex example
scale image
remove obsolete example
cleanup
flip plane primitive tex coordinates
flip sphere primitive tex coordinates
flip ico sphere primitive tex coordinates
flip cylinder primitive tex coordinates
flip cone primitive tex coordinates
flip box primitive tex coordinates
update 3d primitive example
fix ofCamera-drawFrustum
only viewport dimensions.
This is in line for how projection is calculated for perspective
matrices, where only the aspect ratio of the viewport is used.
Use pbo only in programmable renderer to avoid problems with intel
Draw image on image saver example
imageSaveExample: remove images from data folder
create_package: don't include transformFeedbackExample in osx or linux arm
PG latest commit
apothecary latest commit
remove reference to OrthoCam.h
aligns box primitive triangle winding order so that it is consistent
with the winding order of other primitives, that is, when viewed through
an ofCamera, and GL_CULL_FACE is enabled with glFrontFace(GL_CW) it will
look correct, the front faces visible, the back faces invisible.
All other oF primitives appear to follow this convention.
ofImage: add return value to save image
ofImage: fix save image returning false after some correct cases
Fix for SSL certificate issue when load a URL
Add unimplemented methods to ofTexture
Remove unused methods
ofAppGLFWWindow: the size reported on setup was wrong.
Fixes #5904
but don't try to position the window
ofAppGLFWWindow: don't reposition window if in fullscren or gamemode
Add gradle wrapper to android studio templates
gradlew in templates didn't have execution permissions
Fixes ofxiOSKeyboard need fix y poision? #2449 ofxiOSKeyboard position
Fixes ES2 glsl precision #4596 - Medium P to High P for Shader Floating Point Precision
Fixes Update and Draw being called before Setup