Skip to content

Releases: PULSAR-Modders/pulsar-mod-loader

PML v0.10.0.16

19 Sep 04:18
Compare
Choose a tag to compare

Commits

  • c68b8af: -Added ComandHelpers under utilities for help identifying specific objects. (DragonFire47)
  • 2007f8e: Merge branch 'master' of https://github.com/PULSAR-Modders/pulsar-plugin-loader (DragonFire47)
  • e527f76: Added null check (DragonFire47)
  • a238d8a: Loading Libraries! (BadRyuner) #24
  • 127cd2a: Set up NuGet to keep Harmony up to date. (DragonFire47)
  • bb1a3f8: Enabled Documentation (DragonFire47)
  • 5bdff4d: -Harmony 2.0.4 causes issues with references between harmony and Mono.Cecil, Removed harmony nuget subscription in favor of lib reference to Harmony 2.0.2. (DragonFire47)
  • 33e5bb6: Added pages for help command (18107)
  • 399ea51: Changed file Name from CommandHelpers to HelperMethods (DragonFire47)
  • 91444fd: Merge branch 'master' of https://github.com/PULSAR-Modders/pulsar-plugin-loader (DragonFire47)
  • 0321d32: Added page number usage example (18107)
  • 3809bb7: Added documentation (18107)
  • f9f740c: Merge branch 'master' of https://github.com/PULSAR-Modders/pulsar-plugin-loader (18107)
  • 67dac8f: Changed clipboard to use GUIUtility (18107)
  • 9d5b811: -Removed Soundfix.cs, as the devs fixed the sound issue in game. (DragonFire47)
  • 11b5f28: Merge branch 'master' of https://github.com/PULSAR-Modders/pulsar-plugin-loader (DragonFire47)
  • ce61c32: Added more GetPlayer methods (18107)
  • 48b245e: Modified command alias prefix, added mod name to help (18107)
  • b556a9d: Mod name looks nicer (18107)
  • 4e566e8: -Fixed issue with when DebugMode setting is loaded. (DragonFire47)
  • c42f43e: Added a public help command (18107)
  • 56ecf7e: Merge branch 'master' of https://github.com/PULSAR-Modders/pulsar-plugin-loader (18107)
  • 5f46cb4: Removed screenshot command (18107)
  • 6825ba1: Added separate public and private command classes (18107) #25
  • e90ccfb: Separated private and public commands. (18107) #25
  • 80bc26a: Removed unused imports (18107) #25
  • 6cad98c: Added null checks to Messaging.Notification (DragonFire47)
  • 7f4ebc0: -Removed unnecessary reference from DebugModeCommand (DragonFire47)
  • d65144a: Removed debug loggers, Attempted a fix for an exception when players leave and join. (DragonFire47)
  • 25c87d2: Merged ChatExtensions (18107) #26
  • e6dfcb5: Added Ctrl+arrows (18107) #26
  • 839c292: Fixed colored shadow in currently typing (18107) #26
  • 197a2c3: Improved AutoComplete (18107) #26
  • 187bd7c: Refactored code (18107) #26
  • cc4e1ce: Added undo/redo (18107) #26
  • e0438a7: Refactor (18107) #26
  • e8daa24: Improved chat history (18107) #26
  • 8800c5b: Bug fixes (18107) #26
  • 2789196: Improved help message (18107) #26
  • 520f605: Added welcome message (18107) #26
  • d901d41: Fixed sending empty messages (18107)
  • 77cde50: Added command to list plugins (18107)
  • 69ce3b4: Made help commands more consistent (18107)
  • c83724d: Changed name of HostApproved MPFunction to HostRequired (DragonFire47)
  • 208841a: Merge branch 'master' of https://github.com/PULSAR-Modders/pulsar-plugin-loader (DragonFire47)
  • 524f900: Changed Plugin directory name from "Plugins" to "Mods" to reduce confusion of users. (DragonFire47)
  • 7a4f03e: Added code to move files from old plugins directory to new mods directory, and delete the old directory. (DragonFire47)
  • 316a46e: -Small string and variable modifications in Injector (DragonFire47)
  • c3d24bf: -Added null checks to DebugReadout and Messaging.CS. (DragonFire47)
  • c274c31: Added component and Item stuff from ContentMod (DragonFire47) #27
  • e126a41: -Added content category, copied files from DragonReactor. (DragonFire47) #27
  • 289773a: Fixed issue with obscured floats inputted to objects requiring floats. (DragonFire47) #27
  • 1b1ce33: -cleaned code. (DragonFire47) #27
  • a4ba172: Hopefully fixed ServerTakeBiscuitPatch transpiler. (DragonFire47) #27
  • af6ee3d: -Some progress on update method. (DragonFire47) #27
  • 0fa475d: -Now working, however there are a few bugs to work on. (DragonFire47) #27
  • edb4301: -Fixed second half of PLFluffyOven.Update() transpiler. (DragonFire47) #27
  • 78f2496: -Set default icontexture for FBRecipeModules. (DragonFire47) #27
  • 5bd5055: Removed commented code in preparation for ppl merge. (DragonFire47) #27
  • ab5bc03: Set default cargo visual IDs (DragonFire47) #27
  • e2ba19c: -Updated Libs, (DragonFire47)
  • 6868afc: -Fixed PlayerRemoved event, fix found by BadRyuner (DragonFire47)
  • f2119fc: Fixed chat shadow transpiler (18107)
  • 35fecde: All Credit for this commit goes to BadRyuner. (DragonFire47)
  • 317d61d: -Small change to message when client attempts joining a game with mods it shouldn't have/without mods it should have. (DragonFire47)
  • 8146c20: -Added De-Registration to chat commands. (DragonFire47)
  • 92fe350: -Removed Managed/Unmanaged Libs creation from injector (DragonFire47)
  • f94fa45: Improved comment formatting (18107)
  • 229b3d2: Added functions to allow mods to be disabled (18107)
  • 297a5cc: Added default game locations for Linux and OSX (18107)
  • a095458: Added dialog box for Windows. Requires System.Windows.Forms.dll to be included to not cause errors on Linux and OSX. (18107)
  • 5e26e4a: Added confirmation for default install path (18107)
  • 986bbf6: Rename namespace (18107)
  • fe06c08: Added placeholder dll for non windows systems (18107) #30
  • 3d51826: renamed plugin to mod (18107)
  • 12f73ca: renamed folders (18107)
  • a521732: rename plugin to mod (18107)
  • 82f114d: Merge branch 'rename' into master (18107) #30
  • ab1e4a4: renamed PulsarModBootstrapper to PulsarModLoaderInstaller (18107) #31
  • 3027de4: fix basic example (18107) #31
  • ec1e3c5: rename plugin to mod (18107) #31
  • 6afd28f: Create Mods folder when installing PML (18107)
  • 9eaebe6: removed reference to old plugins folder (18107)
  • 0647a3e: Added better detection of Pulsar directory for steam users (18107)
  • 4666b72: rename PPL to PML (18107)

0.9.7

02 Nov 01:14
6759e43
Compare
Choose a tag to compare

Commits

  • [6759e43]: Fixed build version not parsing (Tom Richter)

0.9.5

01 Nov 22:14
50fa7ff
Compare
Choose a tag to compare

Commits

  • [2802c11]: Updated MSBuild post-build events (Tom Richter)
  • [50fa7ff]: Update build.yml (TomRichter)

0.9.4

16 Oct 05:45
a693e1b
Compare
Choose a tag to compare

Commits

  • [a693e1b]: Switched AppVeyor for GH Actions (Tom Richter)

PPL v0.9.3.85

15 Oct 02:20
Compare
Choose a tag to compare
Made fixes for Appveyor release, modified Update class in GUIMain to …

PPL v0.9.2.83

04 Jul 23:23
Compare
Choose a tag to compare
Removed unused line from MMH, Improved error message with MPMC, fixed…

PPL v0.9.1.82

18 Jun 04:09
Compare
Choose a tag to compare
Commented/moddified Log messages. PPL should be ready for 0.9.1

PPL v0.9.0.81

17 Jun 04:59
Compare
Choose a tag to compare

Updated Libs, Removed commented code from the Injector and InjectionTools, Implimented Serverside check of mods when clients first join. PPL is ready for 0.9.0

PPL v0.8.2.79

17 May 19:19
Compare
Choose a tag to compare
Made Changes to CenterPrint, Shiplog, notification, and chatmessage.

PPL v0.8.1.78

21 Apr 12:03
Compare
Choose a tag to compare
Revert "Revert "Removed Reference to Harmony for PulsarInjector""

This reverts commit 688eb6a6732533d284d2b0dc82935368e7877441.