Skip to content

Commit

Permalink
Merge pull request #50 from taiyu-len/heightmap_cleanup
Browse files Browse the repository at this point in the history
Cleanup heightmap_c; add bounds checking; fix get_interpolated_value.

Closes #13
  • Loading branch information
HexDecimal committed Apr 14, 2020
2 parents 494a266 + dfacba3 commit 790b3f5
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 213 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ since `1.7.0`.
### Fixed
- `FOV_DIAMOND` and `FOV_RESTRICTIVE` algorithms are now reentrant.
[#48](https://github.com/libtcod/libtcod/pull/48)
- Heightmap functions will crash less often when given out-of-bounds parameters.
[#13](https://github.com/libtcod/libtcod/issues/13)
[#50](https://github.com/libtcod/libtcod/pull/50)

## [1.16.0-alpha.8] - 2020-04-03
### Fixed
Expand Down

0 comments on commit 790b3f5

Please sign in to comment.