-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
[WIP] Add some documents #72
base: master
Are you sure you want to change the base?
Conversation
doc/terrain/TerrainGeneration.md
Outdated
if (chunkPosX < 0) chunkPosX -= 1; | ||
if (chunkPosZ < 0) chunkPosZ -= 1; | ||
return new ChunkWorldPos(chunkPosX, chunkPosZ); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix alignment.
* 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
* add retry * update * ok
* 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 Report
@@ Coverage Diff @@
## master #72 +/- ##
====================================
Coverage 0% 0%
====================================
Files 57 57
Lines 996 996
====================================
Misses 996 996 Continue to review full report at Codecov.
|
There was a problem hiding this 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,,,
No description provided.