beta.r3js.org
Theunis J. Botha 2017-02-14 09:49:10 +01:00
parent dc0678601b
commit 4d5461609c
2 changed files with 76 additions and 0 deletions

View File

@ -20068,3 +20068,79 @@ sudo ln -s /usr/share/gamewheel/config/progress_dot_on16.png
exit
vim .bashrc
exit
g
cd config/
ls
git status
git commit -am "updated logo"
git push
exit
ls
g
exit
g
exit
g
exit
g
gl
git diff
git status
find . -name "*.orig" | xargs rm
git commit -am "server side load"
git push
git pull
git push
cd ..
cd 3d-pong/
git status
vim .gitignore
git status
git add .gitignore
git commit -am "connection management hell"
git push
exit
g
cd 3d-pong/
grep "roomWaitingCount" * -R
grep "roomWaitingCount" * -Rl | xargs sed -i "s/roomWaitingCount/connectionCount/g"
git commit -am "ok - so - connection management ok outside of running game"
git push
git diff HEAD
exit
ps
r
d
e1
d
ps
r
st
d
e1
r
d
ps
d
e1
r
d
ps
r
d
e1
r
d
ps
r
exit
l
cd 3d-pong
git diff
git commit -am "update matrixworld in order to process physics server side"
git push
exit
cd Downloads/WebStorm-145.597.6/
cd bin/
./webstorm.sh
exit

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB