Skip to content

Commit

Permalink
crazier merge
Browse files Browse the repository at this point in the history
  • Loading branch information
obviousjim committed May 6, 2014
2 parents 7a80193 + ce0af51 commit 1cc86b3
Show file tree
Hide file tree
Showing 4,516 changed files with 297,159 additions and 50,847 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -354,3 +354,13 @@ CloudsData/visualsystems/3DModelLoader/models*
/CloudsData/visualsystems_ignored_old

screencapture_*

/CloudsVisualSystemPlaylist/bin/data/index_save.txt

/CloudsVisualSystemEditor/bin/data/_VisualSystemsSkipped.txt

/CloudsData/sound/renders/

/CloudsVisualSystemEditor/bin/data/Selects/

/CloudsData/sound/_soundDiscard/
2,187 changes: 2,085 additions & 102 deletions CLOUDS/CLOUDS.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions CLOUDS/CLOUDS_SCREENING.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.openFrameworks</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
</dict>
</plist>
4 changes: 4 additions & 0 deletions CLOUDS/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
//--------------------------------------------------------------
int main(){
// set width, height, mode (OF_WINDOW or OF_FULLSCREEN)
<<<<<<< HEAD
ofSetupOpenGL(1024, 768, OF_WINDOW);
=======
ofSetupOpenGL(&window, 1280, 720, OF_WINDOW);
>>>>>>> master
ofRunApp(new testApp()); // start the app
}
6 changes: 6 additions & 0 deletions CLOUDS/src/testApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ void testApp::setup(){
ofSetVerticalSync(true);
ofSetFrameRate(60);
ofBackground(0);
<<<<<<< HEAD
//ofToggleFullscreen();

=======
// ofToggleFullscreen();

>>>>>>> master
player.setup();

}

//--------------------------------------------------------------
Expand Down
7 changes: 0 additions & 7 deletions CloudsData/HUD/01_MAIN_Outer.svg

This file was deleted.

8 changes: 0 additions & 8 deletions CloudsData/HUD/01_MAIN_inner.svg

This file was deleted.

7 changes: 0 additions & 7 deletions CloudsData/HUD/01_MAIN_innermost.svg

This file was deleted.

5,538 changes: 0 additions & 5,538 deletions CloudsData/HUD/CLOUDS_UI_v34_SVG-09.svg

This file was deleted.

50 changes: 0 additions & 50 deletions CloudsData/HUD/CLOUDS_UI_v42_xfr-01.svg

This file was deleted.

Loading

0 comments on commit 1cc86b3

Please sign in to comment.