Skip to content

Commit

Permalink
updated readme and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuecke committed Aug 8, 2013
1 parent ea3c8f5 commit 2ea2722
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ Still, this is software, and testing is a tricky business, so it's very possible
Changelog
=========

- Version 1.4a
- Improvements on turtles' awareness of each other. Previously turtles may have (with a very, very small chance) moved into and/or out of the way of other turtles in such a way that the blocked turtle may have wrongly diagnosed the reason for its movement failure. This should not happen anymore.

- Version 1.4
- **Important:** from now on you must use `lama.refuel()` instead of `turtle.refuel()`.
- Extended state validation to cases when the turtle isn't moving. This is achieved by also replacing `turtle.refuel()` and comparing the command ID we got from that to a newly generated one during initialization, where we'd expect a higher one. There's a slight chance for this to fail if a rollback only went back a couple of ticks. But if the game crashes so hard it can't save anymore it usually involves a lot more rollback.
Expand Down
2 changes: 1 addition & 1 deletion apis/lama
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ local state, private
-------------------------------------------------------------------------------

-- The current version of the API.
version = "1.4"
version = "1.4a"

-- Constants for a turtle's facing, used for turn() and get()/set(). Note that
-- these are adjusted in the initialization of the API if the setting
Expand Down

0 comments on commit 2ea2722

Please sign in to comment.