Skip to content

Conversation

Hunman
Copy link

@Hunman Hunman commented May 16, 2017

Our group's sollutions for issue #90 and #94

Combination of pull request #103 and #104

geryxyz and others added 15 commits February 16, 2017 14:58
Character is no longer an enum
Changes in program:
 - Character is no longer an enum, but a class
 - BasicBlock constructors are no longer public
 - To get a block, use the static get() or userBlock() methods of the BasicBlock class
 - blocks.csv is rather massively extended
 - Program is prepared to accept any new block without change in program code (you have to extend only the blocks.csv)

Changes in output:
 - The "frame" of the stairs is now in same matterial as the topBlock (Floor.prepareStairs)
 - The ceiling of the floor uses the external_character instead of character (still uses Character.getTopBlock)
 - Borders of namespaces changed from stone bricks to stone brick slabs (signs moved accordingly)
Changes in program:
 - Character is no longer an enum, but a class
 - BasicBlock constructors are no longer public
 - To get a block, use the static get() or userBlock() methods of the BasicBlock class
 - blocks.csv is rather massively extended
 - Program is prepared to accept any new block without change in program code (you have to extend only the blocks.csv)

Changes in output:
 - The "frame" of the stairs is now in same matterial as the topBlock (Floor.prepareStairs)
 - The ceiling of the floor uses the external_character instead of character (still uses Character.getTopBlock)
 - Borders of namespaces changed from stone bricks to stone brick slabs (signs moved accordingly)
Now it uses the right method
Final cleanup and preparing for merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants