nint22 / dwarfcraft

Automatically exported from code.google.com/p/dwarfcraft
Other
0 stars 0 forks source link

Get dwarfs to move correctly with steps (moves only half steps) #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
 --- Should be done at two levels: run-time check, and while path planning
 --- Any way to get the path to render a little better ?

Original issue reported on code.google.com by nin...@gmail.com on 5 Jan 2012 at 11:30

GoogleCodeExporter commented 9 years ago
Issue 95 has been merged into this issue.

Original comment by nin...@gmail.com on 8 Jan 2012 at 10:30

GoogleCodeExporter commented 9 years ago
Path planner updated; now working on run-time checking to allow dwarf movement 
through half blocks.

Original comment by nin...@gmail.com on 9 Jan 2012 at 2:03

GoogleCodeExporter commented 9 years ago
Issue with source and sink not being the correct blocks. A dwarf / entity 
should always be either above a solid block, or IN a half-block.

Original comment by nin...@gmail.com on 9 Jan 2012 at 4:01

GoogleCodeExporter commented 9 years ago
Possibly all fixed, but needs more testing...

Original comment by nin...@gmail.com on 9 Jan 2012 at 5:13

GoogleCodeExporter commented 9 years ago
Dwarfs not moving up towards valid positions.

Original comment by nin...@gmail.com on 9 Jan 2012 at 8:24

GoogleCodeExporter commented 9 years ago
Issues with going up / down are fixed; though there is an issue with resetting 
the final path.

Original comment by nin...@gmail.com on 9 Jan 2012 at 9:04

GoogleCodeExporter commented 9 years ago
Resolution for final path construction: need to use a "came from" list, and 
rebuild the path; adds another Hefty constant. Thinking of other solutions...

Also, path planner takes forever to solve some simple paths.. researching into 
it.

Original comment by nin...@gmail.com on 9 Jan 2012 at 9:08

GoogleCodeExporter commented 9 years ago
Fixed path generation; going to mine still slow / broken...

Original comment by nin...@gmail.com on 9 Jan 2012 at 9:52

GoogleCodeExporter commented 9 years ago
Resolved - forgot to check if in step block

Original comment by nin...@gmail.com on 9 Jan 2012 at 9:55