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

Coverity merge #1128

Merged
merged 57 commits into from Jun 26, 2014

Conversation

Projects
None yet
5 participants
@worktycho
Member

worktycho commented Jun 26, 2014

No description provided.

Howaner and others added some commits Jun 16, 2014

Added pig riding.
Now you can ride a pig using a carrot on a stick.
Fixed invalid iterator
Fixes CID 60408
Fixed missing break
Fixes CID 68409
Fixed another daylight sensor bug
Additionally fixed unpowering across chunks.
Merge pull request #1105 from Howaner/Blocks
Added door and fence gate sounds.
@madmaxoft

This comment has been minimized.

Show comment
Hide comment
@madmaxoft

madmaxoft Jun 22, 2014

Member

Parenthesis around the comparison

Member

madmaxoft commented on src/FurnaceRecipe.cpp in c476fc3 Jun 22, 2014

Parenthesis around the comparison

madmaxoft and others added some commits Jun 23, 2014

Added a (disabled) block meta mirror / rotate test code.
This will perform basic sanity checks on block metadata mirroring and rotating. cMetaRotator must disable its asserts in order for this to work.
Fixed crashes in HopperEntity.
Some of the coords were off and some functions were assuming too much.
Fixes the crash reported in http://forum.mc-server.org/showthread.php?tid=1497
Fixed BlockInfo initialization.
Now cBlockInfo is initialized in the getter, instead of "at any time during startup", which included "after it was already needed".
Merge pull request #1125 from Howaner/Entities
Add entity health saving.
BlockInfo is now a proper C++ singleton.
It is properly initialized before it is ever used.
Merge pull request #1126 from mc-server/BlockInfoInit
BlockInfo is now a proper C++ singleton.
FurnaceRecipe parser: Made the parser more forgiving.
Errors don't cause a stop in the parsing, but rather just skip the offending line.
Merged branch 'howaner/Bow'.
Removed the pickup collection broadcast due to bad code.

worktycho added a commit that referenced this pull request Jun 26, 2014

@worktycho worktycho merged commit dd1c107 into coverity_scan Jun 26, 2014

1 of 2 checks passed

continuous-integration/travis-ci The Travis CI build is in progress
Details
continuous-integration/appveyor AppVeyor build succeeded
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment