~dcow90/myro-c++/extern-c

« back to all changes in this revision

Viewing changes to CHANGELOG.txt

  • Committer: John Hoare
  • Date: 2011-05-15 12:53:51 UTC
  • Revision ID: john@johnami.com-20110515125351-3bxpcijl3b98ss3t
Updated changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
2.3.0 (bzr-trunk)
2
2
 - Added Graphics Drawing Library
3
 
 - Switched from using FLTK to CImg library (included with myro-c++).
4
3
 - Changed it so the connect() functions on the robot can take a string to hard-code into your code the commport of your robot. 
 
4
 - show(Picture) is no longer blocking if a string title is given. 
5
5
 - Fixed Bug where robot.setName() dropped the 9th character. 
 
6
 - Switched from using FLTK to CImg library (included with myro-c++).
6
7
 
7
8
2.2.2 (2011-01-28)
8
9
 - Added askQuestion() and askQuestionVector() variant.