aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2013-05-09 10:24:09 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2013-05-09 10:24:09 +0000
commitac30ddb7d5dff0f88c0046edc67b92d8b1424640 (patch)
tree2558607daeeb3c379bd987827d081cad121abab6 /CHANGELOG.txt
parente1c925662babea0dc0c6ecda552d244b9039dc70 (diff)
separate change log and todo list
svn path=/trunk/externals/pmpd/; revision=17119
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
new file mode 100644
index 0000000..86b10bb
--- /dev/null
+++ b/CHANGELOG.txt
@@ -0,0 +1,27 @@
+from version to version
+
+- code refactorisation
+- all messages name switch to singular for messages uniformisation
+- add fonctionality to messages masses*L in order to add filter on masses Id (symbol only)
+- same for links*L messages
+- New messages linkEnd[1,2][X,Y,Z]T
+- new messages to replace get messages : (should be almost compatible) : massPos [Id], massSpeed [Id], massForce [Id]
+- new messages to replace get messages : linkPos [Id] gives the center of links, to be consistant with other linkPosL and linkPosT.
+- new messages to replace get : linkEnd [Id] : should be compatible with get linksPos
+- new messages testMass and testLink to get all masses or links that fit specifics conditions
+- new messages testMassT and testLinkT (idem as testMass and testLink but with table)
+- new messages testMassL and testLinkL (idem as testMass and testLink but with list)
+- new messages massDistance Id Id : return message : massesDistance float_Id float_Id distance
+- new messages setLCurrent Id [proportion] to change a link size depending on it's size and it's curent length
+- new message : forceXT [Id] table (same in other dimention), to add a force to many masses, value come from the table.
+- new message : setActive, setInactive for links
+- new statistics messages for links
+- new interactors messages
+- new message "setEnd[1,2]" to change a link connection
+- new message "overdamp" to amplifye forces that are opposed to movement
+- message to change masses a link is connected to
+- rename messages for consistency : [X,Y,Z]min/max -> min/max[X,Y,Z]
+- rename message posX to setPosX
+- debug "setL Id" with no arg : bad computation of link length (2d / 3d)
+- lot's of bugfix
+- switch to makefile template 1.0.14