Releases: toppers/hakoniwa-core-cpp-client
Releases · toppers/hakoniwa-core-cpp-client
v2.0.0
v1.3.1
v1.3.0
v1.2.0
v1.1.0
アップデート機能
- PDU通信をMMAPで行えるようになりました
- Windowsでのビルドおよび動作ができるようになりました
- 最新の箱庭アセットAPIの言語バインディングを始めました
- https://github.com/toppers/hakoniwa-core-cpp-client/tree/main/bindings
- v1.1.0 では、Python の対応ができており、以下でサンプルコードを公開しています。
- https://github.com/toppers/hakoniwa-core-cpp-client/blob/main/examples/hello_world/hello_world.py
v1.0.6
v1.0.5
v1.0.4
v1.0.3
箱庭コア機能(hakoniwa-core-cpp含む)は、以下のライブラリを利用します。
- nlohmann/json
- ライセンス:MIT License
- ソースコード:https://github.com/nlohmann/json
- ライセンスの全文:https://opensource.org/licenses/MIT
- PythonLibs
- ライセンス: Python Software Foundation License
- ソースコード: https://www.python.org/downloads/source/
- ライセンスの全文: https://docs.python.org/3/license.html
- glibc & pthread
- ライセンス:GNU Lesser General Public License v2.1
- ソースコード:https://www.gnu.org/software/libc/
- ライセンスの全文:https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
変更差分:
- #17
- etc(tiny bug fixes)
v1.0.2
Features and bug fix.
- #17 add raw member for binary access by tmori was merged 3 days ago
- #16 bug fixed for primitive array unpack by tmori was merged 4 days ago
- #15 bug fixed for float array by tmori was merged last week
- #14 Robo parts by tmori was merged 2 weeks ago
- #10 Add CI build-process by mitsut was merged on Feb 26