Skip to content

Commit

Permalink
improve changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HubLot committed Jun 19, 2024
1 parent 041006f commit 782f547
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
**Dev**

**1.1**

- Declare and add `MDDriver_sendCustomInt/Float` in UnityMol-MDDriver API
- Add new `IIMD_get_nb_custom_int/float` dedicated function for `MDDriver_getNbCustomInt/Float`
- Modify `MDDriver_getCustomInt/Float` to return actual size of recieved data
- Add `IMDCustomData` structure for custom data
- **TO DO: Use this structure as an argument in associated custom data functions**
- Show 'no force' warning only for `IMDmsg` log level > 0
- In `IIMD_treatprotocol`, activate `vmd_new_custom_float` flag when recieve custom data in server side & fix `vmd_custom_int` allocation
- Adapt `IIMD_send_custom_int/float` to send custom data from client side to server
- Update `clienttest.c` & `servertest.c` for custom data
- Improve custom data architecture:
- Declare and add `MDDriver_sendCustomInt/Float` in UnityMol-MDDriver API
- Add `IMDCustomData` structure for custom data
- Show 'no force' warning only for `IMDmsg` log level > 0
- In `IIMD_treatprotocol`, activate `vmd_new_custom_float` flag when recieve custom data in server side & fix `vmd_custom_int` allocation
- Adapt `IIMD_send_custom_int/float` to send custom data from client side to server
- Update `clienttest.c` & `servertest.c` for custom data

**1.0**

Expand Down

0 comments on commit 782f547

Please sign in to comment.