Skip to content

Commit

Permalink
started release notes for next release (4.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Vaughan committed Dec 3, 2011
1 parent 379cfd6 commit 7978a47
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.txt
@@ -1,5 +1,5 @@


Copyright Richard Vaughan and contributors 1998-2010 Copyright Richard Vaughan and contributors 1998-2011
Part of the Player Project (http://playerstage.org) Part of the Player Project (http://playerstage.org)


License License
Expand Down
24 changes: 24 additions & 0 deletions RELEASE.txt
@@ -1,5 +1,29 @@
Version 4.1.0
-------------
- many bugfixes

- visualization options can be loaded from and saved to worldfiles

- API change: new World::Run() methed provides the same interface to
GUI and non-GUI worlds (by chmp@github)

- saved screenshots are numbered with leading zeros for convenience
when using movie-making tools (by mani-monaj@github)

- major performance enhancement: position updates now run in parallel
with sensor updates, using a double-buffer-style alternating pair of
occupancy grids

- several minor performance enhancements

- much faster debug visualization (occupancy grid and voxel views)


Richard Vaughan (rtv) vaughan@sfu.ca - XX TODO

Version 4.0.1 Version 4.0.1
------------- -------------

- Bugfixes - Bugfixes
- more sparing use of memory to support very large worlds (square kms!) - more sparing use of memory to support very large worlds (square kms!)


Expand Down

0 comments on commit 7978a47

Please sign in to comment.