Skip to content

Releases: Garethp/Rider-RimworldDevelopment

2025.1.0

22 Jun 22:18

Choose a tag to compare

2025.1.0

Features

  • Add support for [ParentName=""] attributes
  • Makes the New Mod template modular, so you can pick which features you want in your class
  • Bundled Zetrith's Remodder plugin into this plugin

Bug Fixes

  • Update the built-in mod template for Rimworld 1.6
  • Automatically detect a user-install Harmony DLL version for use in debugging, if available

2024.1.7

09 May 17:59
12ab2ed

Choose a tag to compare

2024.1.7

Bug Fixes

  • Solved some incompatibilities for ReSharper

2024.1.6

09 May 00:02

Choose a tag to compare

2024.1.6

New Features

  • The ReSharper plugin should be getting updated again, now automatically with releases
  • On Linux it will now look for Steam in more locations

Bug Fixes

  • New project templates have been added back in
  • Resolved some exceptions thrown in Linux/OSX versions when looking for Steam paths

2024.1.5

08 May 12:27
6802e57

Choose a tag to compare

2024.1.5

Bug Fixes

  • Make dependency matching compare ModIds in a case-insensitive manner

2024.1.4

04 May 16:02
db8e963

Choose a tag to compare

2024.1.4

Bug Fixes

  • Add support for Rider 2025.1

2024.1.3

09 Mar 14:05
38f31a7

Choose a tag to compare

2024.1.3

Bug Fixes

  • Add support for Rider 2024.3

2023.4

28 Dec 17:04
9c00833

Choose a tag to compare

Rider and ReSharper

New Features

  • Adding Find Usages for XML Defs
  • Adding support for Custom Def Classes
  • Adding a Generate option for XML Def Properties

Bug Fixes

  • Fixes various issues that prevented some classes (especially those in lists) from being loaded properly

2023.3.3

22 Dec 02:24

Choose a tag to compare

Rider

Bug Fixes

  • Adding a missing key to the settings page in plugin.xml
  • Changed the class for Rider's DocumentationProvider for the change in Rider 2023.3

Massive thanks to @feldoh and @LinnielDW for reporting this error

ReSharper

The only changes affect Rider, so there's no ReSharper release for this version

2023.3.2

20 Dec 18:21

Choose a tag to compare

  • Adding support for Rider/Resharper 2023.3

2023.3.1

20 Sep 17:38
a1e31e5

Choose a tag to compare

  • Fixed a rare crash when the plugin was completely unable to find Rimworld
  • Fixed automatic Rimworld detection when Rimworld is installed through Steam on the C: drive
  • Fixed some false positives on error checking in XML
  • Added more mod folders to the XML Project that gets added automatically