Skip to content

Releases: Garethp/Rider-RimworldDevelopment

2023.4

28 Dec 17:04
9c00833
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Adding support for Rider/Resharper 2023.3

2023.3.1

20 Sep 17:38
a1e31e5
Compare
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

Version 2023.3

17 Sep 13:15
934c428
Compare
Choose a tag to compare

Rider

  • Rimworld XML will now exist as it's own project
  • Mods that your mod depends on will be automatically loaded (including Core and DLC)
  • Added some new problem analyzers to catch simple typing errors in Rimworld XML
  • Enabled spell checking for XML
  • Add a new Settings Page to allow a user to manually configure their Rimworld location
  • Enables automatic smart completion for XML in Visual Studio, although it's broken entirely in ReSharper 2023.2

ReSharper

  • Added some new problem analyzers to catch simple typing errors in Rimworld XML
  • Add a new Settings Page to allow a user to manually configure their Rimworld location
  • Enables automatic smart completion for XML in Visual Studio, although it's broken entirely in ReSharper 2023.2

2023.2.1

04 Sep 09:37
4650f32
Compare
Choose a tag to compare

2023.2.1

  • Fixed an issue for non-Rimworld projects that caused a hang on solution wide analysis

2023.2

04 Sep 09:28
Compare
Choose a tag to compare

2023.2

  • Add a Run Configuration for Rimworld
  • On Windows, running the above configuration in Debug Mode will automatically copy in files from UnityDebug and attach the debugger to the Rimworld process
  • Add a new Rimworld Mod template to the New Solution screen

2023.1.3

19 Aug 20:11
Compare
Choose a tag to compare

2023.1.3

  • Fix a rare crash in Rider when opening a non-Rimworld project and Rider locks up being unable to find the Rimworld DLL file

2023.1.2

19 Aug 17:47
Compare
Choose a tag to compare

2023.1.2

  • Update to be compatible with Rider 2023.2

2023.1.1

28 Apr 14:42
08987a9
Compare
Choose a tag to compare

2023.1.1

  • Created a large performance improvement by moving the XML DefTags into an implementation of SimpleICache