forked from ku3i/simloidTCP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
change.log
24 lines (17 loc) · 814 Bytes
/
change.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2018-08-02: release 1.1.1
+ Added Gretchen
2018-01-19: release 1.1.0
+ Added non-default friction values to humanoids.
+ enable pausing tcp controller (pausing simulation from remote), refactorings, cleanup
+ better turn rate for camera, unary operator for vector3, show_time_stats to global conf.
+ Recording: command-line param and tcp command for enabling frame recording.
2018-01-05: release 1.0.0
+ renamed joints of tadpole, changed snakebot.
+ refactored creation of heightfield.
+ normalize vector only if length != 0
+ draw pyramids solid (non-alpha), whitespace.
+ Added compiler warnings.
+ replaced bzero by memset, translated comments, cleanup.
+ Create humanoid with additional hip roll joint.
+ Simloid transmits body names and ids
+ getting length of vector is const function.