From ac30ddb7d5dff0f88c0046edc67b92d8b1424640 Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Thu, 9 May 2013 10:24:09 +0000 Subject: separate change log and todo list svn path=/trunk/externals/pmpd/; revision=17119 --- CHANGELOG.txt | 27 +++++++++++++++++++++++++++ TODO.txt | 34 ++++------------------------------ 2 files changed, 31 insertions(+), 30 deletions(-) create mode 100644 CHANGELOG.txt 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 diff --git a/TODO.txt b/TODO.txt index 1001e78..e2d023a 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,33 +1,7 @@ -DONE : -- 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 - TODO : -closestNeighbor -linkEndL + +closestNeighbor $1(Id) $2(number of neighbor message +linkEndL message, like linkEndT, but for list add creation parametter to fix maximum number of link and mass -iBox3d / iBox2d ? +iBox3d / iBox2d interactor -- cgit v1.2.1