-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Cloud branch #276
Open
alexreigle
wants to merge
75
commits into
fogleman:master
Choose a base branch
from
mbozada:CloudBranch
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Cloud branch #276
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Acts as a single place to look up and keep track of User Stories and tasks.
Reviewed and updated tasks and user stories as part of our Sprint Review.
TNT Texture is added to texture.png, and the code to locate that texture has been added. We can now place TNT blocks in the game.
Split DS 4.1 into two User Stories, providing a better definition of completion.
Update UserStories.md
DS 6.1 and DS 6.2
Added a 3x3x3 block deletion when LEFT-clicking on a TNT block. This closed US5.1.3, but I want to improve the explosion "radiu" from where it's currently at.
Per pull request "DS_2_3 (Doxy standards) and DS_2_4 (gitignore update)"
DS_2_3 (Doxy standards) and DS_2_4 (gitignore update)
Update Dev from Master
Updated SprintTracker.md to include velocity from completed tasks of Sprint 2.
Added new tasks and struck through completed or now-trivial tasks discussed during Sprint Review.
They're annoying to update.
US 5, Tasks: US 5.1.1, US 5.1.2, US 5.1.3
Ice Block Texture Added
Added Snow Block.
Cloud branch
US5.2.1 - Chain Trigger for TNT
…es in C++ successfully. The Cloud header and source have been added.
…the clouds up and down with time. There is now a problem with overloading the C function inside a file I've tried to convert to C++.
Correct wording of task
…r, Clouds Class Implmented (US 1.1.2, US 2.2.4, US 2.2.2).
For some reason, the project was stuck between git commit changes(?). I selected one version of them, and turned off "Fog" in its current form.
…d clouds converted to C++. The build is stable enough to begin testing cloud functions (inside map.cpp).
…t sorting out github version control problems and conversion from C to C++.
… Cloud blocks as of now.
Re-point previously assigned tasks. Added Refactoring tasks.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Creates fog - clouds/fog blocks are visible, destructible, and solid.