Skip to content

Releases: AnimatedSwine37/p5rpc.lib

1.0.6

23 Jan 07:20

Choose a tag to compare

1.0.6

  • Fix some functions causing crashes due to the FlowContext struct 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

15 Sep 00:44
1ab6d81

Choose a tag to compare

Release (1.0.5) Summary

  • Update signatures to work with P5R version 1.0.4

Complete Changes

1.0.5 - 2024-09-15

Commits

  • Update signatures to work with P5R 1.0.4 fb0e3d1
  • Bump version 8cc29c5
  • Update upload-artifact to v4 b64b902
  • Update changelog-template.hbs 1ab6d81

1.0.4

09 Jan 04:11

Choose a tag to compare

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

  • Fix: Missing source argument (I really hope) a5bcac0
  • Fix missing bracket (oops) ec08838
  • Use changelog template 88ea350
  • Bump library version cde2446

1.0.3

29 Dec 02:15

Choose a tag to compare

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

  • Fix: Not having source in nuget push (again) 761c01a
  • Fix:Incorrect semantic version 430e4dd
  • Fix: Flow calls from the main thread softlocking the game e5b2ba4
  • Bump version d023474

1.0.2

28 Dec 07:00

Choose a tag to compare

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

28 Dec 03:35

Choose a tag to compare

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

  • Add special thanks for P5ScriptHook 71cc0b5
  • Add game enums 308a905
  • Add support for yielding functions (like SKILL_ADD) 0b2fb69
  • Add: Push interfaces to nuget on tag a3da402
  • Bump version e6db174

1.0

29 Nov 02:01

Choose a tag to compare

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