nint22 / dwarfcraft

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

Dwarves need to fall #171

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A dwarf should fall if the space below him/her gets removed

Original issue reported on code.google.com by nin...@gmail.com on 10 Mar 2012 at 1:02

GoogleCodeExporter commented 9 years ago
This is very important, some of the dwarves, after breaking a block below them, 
get stuck in the air because path-finding freaks out from the weird source block

Original comment by nin...@gmail.com on 10 Mar 2012 at 2:49

GoogleCodeExporter commented 9 years ago
Implemented for all entities

Original comment by nin...@gmail.com on 11 Mar 2012 at 12:36

GoogleCodeExporter commented 9 years ago
Re-opening, big issue in the path planner

Original comment by nin...@gmail.com on 11 Mar 2012 at 1:54

GoogleCodeExporter commented 9 years ago
All entities now center on their location, not the block center. This allows 
more finite control of dwarf movement.

Original comment by nin...@gmail.com on 11 Mar 2012 at 9:02

GoogleCodeExporter commented 9 years ago
Updating the path planner so all coordinates are based on top-box centers (and 
no longer just cube positions)

Original comment by nin...@gmail.com on 11 Mar 2012 at 9:02

GoogleCodeExporter commented 9 years ago
Note: the path planner is left alone, but the executing path has been modified 
in the entity system.

Original comment by nin...@gmail.com on 12 Mar 2012 at 10:27

GoogleCodeExporter commented 9 years ago
Fixed; ton of effort to get this working

Original comment by nin...@gmail.com on 13 Mar 2012 at 2:06