Releases: open-dis/open-dis-cpp
Releases · open-dis/open-dis-cpp
v1.1.0
What's Changed
- One byte chunk refactor by @crhowell3 in #81
- Singal PDU dataLength should be in bits, not bytes (DIS 6) by @intothevoid in #85
- Check against repeated includes in installed CMake config file by @interistaadastra in #91
- Add missing PDU types by @phoppermann in #88
- Fix a couple typos by @Huell-Howitzer in #95
- UaPDU beam data length (DIS 6) by @jcassagnol-public in #69
- Add missing include by @dksmiffs in #99
- Bind Winsock in Windows builds by @pgsocks in #100
- Fix start stop pdu by @GigiElt in #102
- Add PduTypes by @GigiElt in #103
- feat: add conversion function for euler angles by @GigiElt in #101
- Prepare 1.1 release by @leif81 in #105
New Contributors
- @crhowell3 made their first contribution in #81
- @intothevoid made their first contribution in #85
- @interistaadastra made their first contribution in #91
- @Huell-Howitzer made their first contribution in #95
- @jcassagnol-public made their first contribution in #69
- @dksmiffs made their first contribution in #99
- @pgsocks made their first contribution in #100
- @GigiElt made their first contribution in #102
Full Changelog: v1.0.1...v1.1.0
v1.0.1
v1.0.0
What's Changed
- Setup Travis CI builder by @leif81 in #2
- Pointing broken HawkNL link to internet archive by @rodneyp290 in #5
- dynamic buffer for variable datum DIS6 by @dilavni in #9
- Restructure software by @plata in #13
- Add virtual destructors for interfaces by @plata in #20
- SDL2 examples port by @rodneyp290 in #22
- Fixed misspelling by @craffty in #24
- Bug squashing by @rodneyp290 in #26
- fixed sample always sending 0 sized udp packages due to missing packe… by @swither in #27
- Fix Compiler Warnings + Minor Corrections + OpenDIS7 build target by @rodneyp290 in #31
- Add mechanism to register custom PDU banks by @phoppermann in #32
- CMake Build System by @rodneyp290 in #37
- Appveyor plus cmake enhancements by @rodneyp290 in #41
- Fix typo in ReceiverPdu class by @harry-harris-27 in #42
- Add multiple PDU types to PDUBank and PDUFactory classes by @vilasfe in #43
- Fixed ArticulationParameters size into calculation of EntityStatePdu marshalled size by @DPD85 in #49
- missing EXPORT_MACRO with PduBank by @shadow88s in #50
- Revert "Fixed ArticulationParameters size into calculation of EntityStatePdu marshalled size" by @leif81 in #53
- IFF PDU has been added for DIS 7 by @semihkurt in #57
- Replace Include Guards with #pragma once (Issue #51) by @rodneyp290 in #59
- Secure processing of PDUs (avoid potential segfault) by @phoppermann in #60
- Inside SystemIdentifier, changeOptions class is incorrect and unneces… by @semihkurt in #61
- ElectromagneticEmissionsPdu is modified according to the document for DIS 7 by @semihkurt in #62
- fix IFFPdu bugs by @CarlosSprekelsen in #66
- Fix mistakes in PR#59 (trailing _ on pragma once) by @rodneyp290 in #67
- Modernize and modularize cmake build system for more robust usage by @wadehunk in #73
- Unit test resurrection by @wadehunk in #74
- Utilities reorganization based on DIS version by @wadehunk in #76
New Contributors
- @leif81 made their first contribution in #2
- @rodneyp290 made their first contribution in #5
- @dilavni made their first contribution in #9
- @plata made their first contribution in #13
- @craffty made their first contribution in #24
- @swither made their first contribution in #27
- @phoppermann made their first contribution in #32
- @harry-harris-27 made their first contribution in #42
- @vilasfe made their first contribution in #43
- @DPD85 made their first contribution in #49
- @shadow88s made their first contribution in #50
- @semihkurt made their first contribution in #57
- @CarlosSprekelsen made their first contribution in #66
- @wadehunk made their first contribution in #73
Full Changelog: https://github.com/open-dis/open-dis-cpp/commits/v1.0.0