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: rwmt/MultiplayerAPI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rwmt/MultiplayerAPI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: development
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 36 files changed
  • 4 contributors

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    f4c0de9 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    c580796 View commit details
    Browse the repository at this point in the history
  2. Convert line endings

    Zetrith committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    cdf75be View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Updates and additions to API (#9)

    - Added CanUseDevMode bool property to check if the current player has access to dev mode
    - Added sync method/delegate register method for lambdas/local funcs
    - Added SetHostOnly for sync methods/delegates to bring them on par with sync fields
    - For sync methods/delegates, added transforming arguments, target, and (only for delegates) fields
    - Added ExposeFields for sync delegates
    - Added SetPreInvoke/SetPostInvoke for sync delegates (it was possible to use them before by casting ISyncDelegate to ISyncMethod)
    - Added CancelIfNoSelectedMapObjects and CancelIfNoSelectedWorldObjects for sync delegates, matching sync methods
    - Marked CancelIfNoSelectedObjects as obsolete with a message to use CancelIfNoSelectedMapObjects instead (still works as before) as it's more descriptive
    - Minor changes to XML documentation
    SokyranTheDragon authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    5807388 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    0405bb3 View commit details
    Browse the repository at this point in the history
  2. Refactor: move all types into own files

    Add RealPlayerFaction getter
    Remove IsArbiter from IPlayerInfo
    Improve some docs
    Zetrith committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    64985a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2025

  1. Updated for 1.6 (#12)

    * - Updated to 0.6
    - Renamed WorldRenderedNow To WorldRendered
    
    * Changed WorldRendered to WorldSelecte
    
    * Updated Krafs.Rimworld
    Reznal authored Jul 13, 2025
    Configuration menu
    Copy the full SHA
    2840872 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. Address deprecation

    notfood committed Jul 14, 2025
    Configuration menu
    Copy the full SHA
    c9a8860 View commit details
    Browse the repository at this point in the history
Loading