upload path histroty

beta.r3js.org
-=yb4f310 2017-05-16 19:41:59 +02:00
parent afa6689dd5
commit b3084128e8
2 changed files with 200 additions and 3 deletions

View File

@ -2658,3 +2658,200 @@ cd root/root/test/l
cd root/root/test/
ls
exit
m
exit
a
c
vim ./start
s
ls
vim ./start
s
cd blender-node/
git remote -v
git remote add cybafelo git@github.com:cybafelo/blender-node.git
git remote -v
git pull cybafelo
git checkout v2_v3_stable
npm install
r
cd ..
./status_all
cd config/
git diff
c
cd config/
git diff
git commit -am "history"
git push
gl
gulp
3d
gulp
3d
git commit -am "ok - so loading ok again - now will get rid of editor and games as concrete objects - they become entities"
git push
gl
git commit -am "ok - so loading ok again - now will get rid of editor and games as concrete objects - they become entities"
git push
cd ..
cd 3d-editor/
cd src/
grep "divCanvasEditor" * -R
grep "divEditorCanvas" * -R
exit
s
3d
git diff
git commit -am "input controls again"
git push
gl
git diff
git commit -am "input controls again"
git push
exit
cd Downloads/
mkdir duke
cd duke
mv ../Duke\ Nukem\ 3D\ \(1996\)\(3D\ Realms\).zip .
unzip Duke\ Nukem\ 3D\ \(1996\)\(3D\ Realms\).zip
ls
cd ten/
ls
cd ..
ls
dosbox
exit
,
m
exit
3d
gulp
exit
gl
gulp
exti
exit
c
gl
git status
exit
c
./status_all
exit
3d
git diff
git commit -am "input system awesome - ecs really taking off"
git push
exit
gl
git diff
git commit -am "awesome input system and editor controls component"
git push
exit
3d
gulp
git diff
git commit -am "h4 - images to textures streamlined"
git push
exit
gl
gulp
exit
s
m
exit
c
./status_all
exit
3d
cd src/
cd index.html/
ls
grep "h3" * -R
grep "h3 " * -R
grep "h3 " * -Rl | xargs sed -i "s/h3 /h2 /"
grep "\/h3 " * -Rl | xargs sed -i "s/\/h3 /\/h2 /"
grep "/h3 " * -Rl | xargs sed -i "s/\/h3 /\/h2 /"
grep "h3" * -R
grep "\/h3" * -R
grep "\/h3" * -Rl | xargs sed -i "s/\/h3/\/h2/"
grep "\/h2" * -Rl | xargs sed -i "s/\/h2/\/h4/"
grep "h2 " * -Rl | xargs sed -i "s/h2 /h4 /"
grep "h4 " * -Rl | xargs sed -i "s/h4 /h3 /"
grep "\/h4" * -Rl | xargs sed -i "s/\/h4/\/h3/"
grep "h3 " * -Rl | xargs sed -i "s/h3 /h4 /"
grep "\/h3" * -Rl | xargs sed -i "s/\/h3/\/h4/"
r
3d
cd src/
grep "createUploadButton" * -R
r
grep "loadImage" * -R
cd ..
cd game-lib/
cd src/
grep "loadImage" * -R
git diff
git commit -am "remove parent entities from linked objects"
git push
cd ..
ls
cd .
cd ..
cd 3d-editor/
git diff
git commit -am "so sweet texture editing..."
git push
3d
gulp
s
m
gl
gulp
c
cd 3d-editor/
cd src/
grep "getComponent" * -R
cd ..
cd //
gl
grep "getComponent" * -R
cd src/
grep "getComponent" * -R
grep "\bgetComponent\b" * -R
grep "\bgetComponent\b" * -Rl | xargs sed -i "s/\bgetComponent\b/getComponents/g"
git diff
exit
3d
git diff
git commit -am "upload path"
git push
cd ..
cd game-lib/
git branch -a
git diff
git diff facebook
a
s
pm2
m
ex
gl
git diff
git commit -am "helper functinon
c
3d
gulp
gl
gulp
gnome-calculator
3d
git diff
git commit -am "gui style updates"
git push
gl
git diff
git commit -am "toApiObject"
git push
exit

View File

@ -23,11 +23,11 @@ var config = {
account: 'root',
subAccount: 'root',
nameOfTheGame: 'test'
},
uploadPath: '/uploads'
}
},
api16: {
url: protocol + '://' + user + '-api-v1.' + domain
url: protocol + '://' + user + '-api-v1.' + domain,
uploadPath: '/uploads'
},
tools: {
url: protocol + '://' + user + '-tools.' + domain,