Skip to content

Commit

Permalink
preparing version 4.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rtv committed Dec 29, 2011
1 parent 4af2fbf commit 62a6c7f
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 16 deletions.
11 changes: 11 additions & 0 deletions INSTALL.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Stage INSTALL.txt
=================

These are the Stage installation instructions, both quick and longer
versions. They are intended for experienced programmers. This is not a
tutorial.

For release notes see RELEASE.txt
For introduction and license see README.txt


Quick start: Build Stage from RTV's Github
------------------------------------------

Expand Down
8 changes: 8 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Stage README.txt
================

This is the Stage README file, containing an introduction, license and
citation information.

For release notes see RELEASE.txt
For installation notes see INSTALL.txt

Copyright Richard Vaughan and contributors 1998-2011
Part of the Player Project (http://playerstage.org)
Expand Down
35 changes: 19 additions & 16 deletions RELEASE.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
Version 4.1.0
-------------
- many bugfixes
Stage RELEASE.txt
==================

- support for basic dynamics: position models simulate acceleration
and have a new acceleration control mode.
These are the Stage release notes.

- visualization options can be loaded from and saved to worldfiles
For introduction and license see README.txt
For installation notes see INSTALL.txt

- 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
Version 4.1.0
-------------
* many bugfixes
* support for basic dynamics: position models simulate acceleration
and have a new acceleration control mode.
* 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
* 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)
* several minor performance enhancements
* much faster debug visualization (occupancy grid and voxel views)
* build scripts are more portable


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

Version 4.0.1
-------------
Expand Down

0 comments on commit 62a6c7f

Please sign in to comment.