Releases: AnimatedSwine37/p5rpc.lib
Releases · AnimatedSwine37/p5rpc.lib
1.0.6
1.0.6
- Fix some functions causing crashes due to the
FlowContextstruct being too short (we're lucky anything worked lol)
1.0.5
- Update signatures to work with P5R version 1.0.4
1.0.4
- Fixed float arguments being truncated (thanks to SecreC. for finding this)
1.0.3
- Fix flow calls from the main thread softlocking the game
1.0.2
- Fix missing update support :(
1.0.1
- Add game enums
- Add support for yielding functions (like SKILL_ADD)
1.0.0
- The initial version of the mod!
1.0.5
1.0.4
Release (1.0.4) Summary
- Fixed float arguments being truncated (thanks to SecreC. for finding this)
Complete Changes
1.0.4 - 2024-01-09
Fixed
Commits
1.0.3
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
1.0.3 - 2022-12-29
Commits
1.0.2
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
1.0.2 - 2022-12-28
Commits
1.0.1
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
1.0.1 - 2022-12-28
Commits
1.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
1.0 - 2022-11-29
Commits
- Add .gitattributes, .gitignore, and README.md.
558528d - Add project files.
5b85744 - Handle function inputs and outputs
5714c19 - Export IP5RLib instead of individual interfaces
affd095 - Add sequence stuff
fe6e8e2 - Add GetSequenceInfo
2f8cf67 - Ensure FlowCaller is ready before calling functions
219d9f3 - Fix sequence struct not being checked for null correctly
f132ac9 - Add EventStarted event
6b2f4b5 - Remove debug sequence info print
3edf120 - Fix crash when flow functions are called by the game and mod at the same time
e40f5be - Fix arguments not being passed
8646dce - Move publish scripts to correct folders
75cd6a5 - Update README.md
fb5a6a9 - Setup needed .net 7.0 sdk on build
36c2854 - Make flow struct stuff internal as it isn't needed publicly
790eddf - Update package information
38bd9f8