Skip to content

Conversation

@jstzwj
Copy link
Contributor

@jstzwj jstzwj commented Sep 20, 2017

No description provided.

if (chunkPosX < 0) chunkPosX -= 1;
if (chunkPosZ < 0) chunkPosZ -= 1;
return new ChunkWorldPos(chunkPosX, chunkPosZ);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix alignment.

@sunnycase sunnycase changed the title Add some documents [WIP] Add some documents Nov 15, 2017
sunnycase and others added 11 commits November 15, 2017 02:53
* Add docker deployment

* edit appveyor.xml

* update appveyor.xml

* update appveyor.yml

* update appveyor.yml

* update appveyor.yml

* update appveyor.yml

* update appveyor.yml

* update appveyor.yml

* add travis ci

* update travis.yml

* update for travis

* update for travis

* update travis.yml

* update

* update

* update case

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* update

* ok!

* turn off non master upload
* repair camera & rebuild block texture loader

* Add ECS for Client

* Add some components

* Use async with WWW

* disable parallel build for appveyor

* Remove logs
@codecov
Copy link

codecov bot commented Nov 22, 2017

Codecov Report

Merging #72 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #72   +/-   ##
====================================
  Coverage       0%    0%           
====================================
  Files          57    57           
  Lines         996   996           
====================================
  Misses        996   996

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4c5a3f9...ffe430d. Read the comment docs.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this can be merged as documents are quite useful,,,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants