Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OxideMod/Oxide.CSharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: OxideMod/Oxide.CSharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 31 files changed
  • 3 contributors

Commits on Mar 24, 2025

  1. Refactor CompilerService to use MessageBroker [skip ci]

    Significant changes include:
    - Added new dependencies in CompilerService
    - Replaced ObjectStreamClient with MessageBroker for handling compiler messages
    - Updated methods to use the new MessageBroker instance instead of the old client
    - Modified ArrayPool usage to utilize shared pool
    - Created new classes, CompilerMessage and MessageType, under a new namespace 'CompilerStream'
    - Updated package reference version in Oxide.CSharp.csproj file
    
    This is not a finished commit!
    austinv900 authored and MrBlue committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    ad602dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fb9f53 View commit details
    Browse the repository at this point in the history
  3. Implement new compiler messaging

    scorteanucosmin authored and MrBlue committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    02c838e View commit details
    Browse the repository at this point in the history
  4. Fix compilation errors

    MrBlue committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    325e739 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2128242 View commit details
    Browse the repository at this point in the history
Loading