Skip to content

Releases: PULSAR-Modders/pulsar-mod-loader

PPL v0.7.0.60

09 Feb 22:01
94937b9
Compare
Choose a tag to compare
Merged PPL and PPL.CE

PPL v0.6.8.59

09 Feb 20:51
7ce6a95
Compare
Choose a tag to compare
Merge branch 'master' of tomr-github:TomRichter/pulsar-plugin-loader

PPL v0.6.7.58

18 Jan 11:03
38b1400
Compare
Choose a tag to compare

Changes

  • @18107 Fixed audio spam after alt tabbing back to the game.

PPL v0.6.6.57

14 Jan 00:11
2c07e36
Compare
Choose a tag to compare
Merge pull request #18 from 18107/master

Added another operand check mode, added debug output

PPL v0.6.5.56

13 Jan 21:54
8cd1519
Compare
Choose a tag to compare

Changed

  • Fixed PatchBySequence() failing to check first operand.
  • Fixed PatchBySequence() sometimes failing to display "no match" logs.

PPL v0.6.4.55

11 Jan 02:06
cfeaefe
Compare
Choose a tag to compare
Fixed PatchBySequence crashing on null operands, and not copying labe…

PPL v0.6.3.54

10 Jan 01:31
050af37
Compare
Choose a tag to compare

Changed

  • Fixed faulty operand check logic.
  • PatchBySequence() now copies instructions on insert, avoiding potential contamination if instruction objects are modified after that call.

PPL v0.6.2.53

09 Jan 06:15
24cbe6b
Compare
Choose a tag to compare

Changed

  • Fixed PatchBySequence() spamming false positive "failed to find" messages.

PPL v0.6.1.52

08 Jan 10:35
796fce9
Compare
Choose a tag to compare
Added missing assemblies for autobuilds

PPL v0.5.1.50

06 Jan 06:59
3657d52
Compare
Choose a tag to compare
Added PatchBySequence tests; fixed sequence not found