Skip to content

Commit

Permalink
Merge pull request #29 from jecrell/master
Browse files Browse the repository at this point in the history
Merge master into dev
  • Loading branch information
jecrell authored Oct 28, 2022
2 parents 589724d + 57dbd4f commit 6d5abeb
Show file tree
Hide file tree
Showing 328 changed files with 446 additions and 22,216 deletions.
133 changes: 89 additions & 44 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,36 +1,61 @@
# Windows image file caches
#About/PublishedFileId.txt # shouldn't be ignored; needed to ensure same Steam workshop item is updated (and is ignored outside of Steam anyway)
Source/DiscordWebhookToken.txt
updateinfo
RimworldModReleaseTool.exe

# Ensure RimWorld/Unity assemblies are ignored
Assemblies/Assembly-CSharp*.dll
Assemblies/UnityEngine.*dll*
Assemblies/Unity.*dll
Assemblies/Mono.*dll
Assemblies/mscorlib.dll
Assemblies/System.*dll
Assemblies/TextMeshPro-*.dll
Assemblies/ISharpZipLib.dll
Assemblies/NAudio.dll
Assemblies/NVorbis.dll


## Ignore Windows temporary/cache files
## Get latest from https://github.com/github/gitignore/blob/master/Global/Windows.gitignore

# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
Desktop.ini
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

#folders we don't need
[Oo]bj/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

# =========================
# Operating System Files
# =========================

# OSX
# =========================
## Ignore macOS temporary/cache files
## Get latest from https://github.com/github/gitignore/blob/master/Global/macOS.gitignore

# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

Expand All @@ -41,6 +66,7 @@ $RECYCLE.BIN/
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
Expand All @@ -49,23 +75,6 @@ Network Trash Folder
Temporary Items
.apdisk

[Oo]bj/
About/PublishedFileId.txt
Assemblies/Assembly-CSharp.dll
Assemblies/UnityEngine.dll
Assemblies/Assembly-CSharp-firstpass.dll
Assemblies/UnityEngine.UI.dll
Assemblies/TextMeshPro-1.0.55.56.0b11.dll
Assemblies/NAudio.dll
Assemblies/NVorbis.dll
Source/Dependencies
Source/DiscordWebhookToken.txt
updateinfo


# Prevents node or other packages.

packages/

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
Expand All @@ -82,17 +91,24 @@ packages/
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Mono auto generated files
mono_crash.*

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/

# Visual Studio 2015/2017 cache/options directory
.vs/
Expand All @@ -106,9 +122,10 @@ Generated\ Files/
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# NUNIT
# NUnit
*.VisualState.xml
TestResult.xml
nunit-*.xml

# Build Results of an ATL Project
[Dd]ebugPS/
Expand All @@ -123,6 +140,9 @@ project.lock.json
project.fragment.lock.json
artifacts/

# ASP.NET Scaffolding
ScaffoldingReadMe.txt

# StyleCop
StyleCopReport.xml

Expand Down Expand Up @@ -189,9 +209,6 @@ _ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# JustCode is a .NET coding add-in
.JustCode

# TeamCity is a build add-in
_TeamCity*

Expand All @@ -202,6 +219,9 @@ _TeamCity*
.axoCover/*
!.axoCover/settings.json

# Coverlet is a free, cross platform Code Coverage Tool
coverage*[.json, .xml, .info]

# Visual Studio code coverage results
*.coverage
*.coveragexml
Expand Down Expand Up @@ -249,6 +269,8 @@ PublishScripts/

# NuGet Packages
*.nupkg
# NuGet Symbol Packages
*.snupkg
# The packages folder can be ignored because of Package Restore
**/[Pp]ackages/*
# except build/, which is used as an MSBuild target.
Expand All @@ -273,12 +295,14 @@ BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx
*.appxbundle
*.appxupload

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/
!?*.[Cc]ache/

# Others
ClientBin/
Expand Down Expand Up @@ -322,6 +346,9 @@ ServiceFabricBackup/
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
*- [Bb]ackup.rdl
*- [Bb]ackup ([0-9]).rdl
*- [Bb]ackup ([0-9][0-9]).rdl

# Microsoft Fakes
FakesAssemblies/
Expand Down Expand Up @@ -357,10 +384,6 @@ paket-files/
# FAKE - F# Make
.fake/

# JetBrains Rider
.idea/
*.sln.iml

# CodeRush personal settings
.cr/personal

Expand Down Expand Up @@ -401,11 +424,33 @@ ASALocalRun/

# Local History for Visual Studio
.localhistory/
*.ide-shm
*.ide-wal
Source/.vs/JecsTools/v15/.suo
Source/.vs/JecsTools/v15/.suo
Source/.vs/JecsTools/v15/Server/sqlite3/storage.ide-shm
Source/.vs/JecsTools/v15/.suo
Source/DiscordWebhookToken.txt
updateinfo

# BeatPulse healthcheck temp database
healthchecksdb

# Backup folder for Package Reference Convert tool in Visual Studio 2017
MigrationBackup/

# Ionide (cross platform F# VS Code tools) working folder
.ionide/

# Fody - auto-generated XML schema
FodyWeavers.xsd

# JetBrains Rider
.idea/
*.sln.iml


## Ignore Visual Studio Code workspace and settings
## Get latest from https://github.com/github/gitignore/blob/master/Global/VisualStudioCode.gitignore

.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# Local History for Visual Studio Code
.history/
Binary file removed .vs/slnx.sqlite
Binary file not shown.
Binary file modified 1.3/Assemblies/AbilityUserAI.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompActivatableEffect.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompAnimated.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompBalloon.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompBigBox.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompDeflector.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompDelayedSpawner.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompExtraSounds.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompInstalledPart.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompLumbering.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompOverlays.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompOversizedWeapon.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompSlotLoadable.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/CompToggleDef.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/PawnShields.dll
Binary file not shown.
Binary file modified 1.3/Assemblies/ThinkNodes.dll
Binary file not shown.
21 changes: 11 additions & 10 deletions 1.3/Languages/Japanese/Keyed/Grapple.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>

<JTGrapple_Success>捕縛に成功</JTGrapple_Success>
<JTGrapple_Failed>捕縛に失敗</JTGrapple_Failed>
<JTGrapple_DownedGrapple>倒れている相手:捕縛に成功</JTGrapple_DownedGrapple>
<JTGrapple_SneakGrapple>奇襲攻撃の相手:捕縛に成功</JTGrapple_SneakGrapple>
<JTGrapple_PrisonerGrapple>拘束中の相手:捕縛に成功</JTGrapple_PrisonerGrapple>
<JTGrapple_SleepingGrapple>睡眠中の相手:捕縛に成功</JTGrapple_SleepingGrapple>

<?xml version="1.0" encoding="utf-8"?>
<LanguageData>

<JTGrapple_Success>捕縛に成功</JTGrapple_Success>
<JTGrapple_Failed>捕縛に失敗</JTGrapple_Failed>
<JTGrapple_DownedGrapple>倒れている相手:捕縛に成功</JTGrapple_DownedGrapple>
<JTGrapple_SneakGrapple>奇襲攻撃の相手:捕縛に成功</JTGrapple_SneakGrapple>
<JTGrapple_PrisonerGrapple>拘束中の相手:捕縛に成功</JTGrapple_PrisonerGrapple>
<JTGrapple_SleepingGrapple>睡眠中の相手:捕縛に成功</JTGrapple_SleepingGrapple>
<JTGrapple_PetGrapple>屠畜中の動物:捕縛に成功</JTGrapple_PetGrapple>

</LanguageData>
Binary file modified 1.4/Assemblies/0JecsTools.dll
Binary file not shown.
Binary file modified 1.4/Assemblies/AbilityUser.dll
Binary file not shown.
Binary file modified 1.4/Assemblies/AbilityUserAI.dll
Binary file not shown.
Binary file modified 1.4/Assemblies/CompActivatableEffect.dll
Binary file not shown.
Binary file modified 1.4/Assemblies/CompAnimated.dll
Binary file not shown.
Binary file modified 1.4/Assemblies/CompBalloon.dll
Binary file not shown.
Binary file modified 1.4/Assemblies/CompBigBox.dll
Binary file not shown.
Binary file modified 1.4/Assemblies/CompDeflector.dll
Binary file not shown.
Binary file modified 1.4/Assemblies/CompDelayedSpawner.dll
Binary file not shown.
Binary file modified 1.4/Assemblies/CompExtraSounds.dll
Binary file not shown.
Binary file modified 1.4/Assemblies/CompInstalledPart.dll
Binary file not shown.
Binary file modified 1.4/Assemblies/CompLumbering.dll
Binary file not shown.
Binary file modified 1.4/Assemblies/CompOverlays.dll
Binary file not shown.
Binary file modified 1.4/Assemblies/CompOversizedWeapon.dll
Binary file not shown.
Binary file modified 1.4/Assemblies/CompSlotLoadable.dll
Binary file not shown.
Binary file modified 1.4/Assemblies/CompToggleDef.dll
Binary file not shown.
Binary file modified 1.4/Assemblies/PawnShields.dll
Binary file not shown.
Binary file modified 1.4/Assemblies/ThinkNodes.dll
Binary file not shown.
1 change: 1 addition & 0 deletions 1.4/Languages/Japanese/Keyed/Grapple.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
<JTGrapple_SneakGrapple>奇襲攻撃の相手:捕縛に成功</JTGrapple_SneakGrapple>
<JTGrapple_PrisonerGrapple>拘束中の相手:捕縛に成功</JTGrapple_PrisonerGrapple>
<JTGrapple_SleepingGrapple>睡眠中の相手:捕縛に成功</JTGrapple_SleepingGrapple>
<JTGrapple_PetGrapple>屠畜中の動物:捕縛に成功</JTGrapple_PetGrapple>

</LanguageData>
17 changes: 15 additions & 2 deletions About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
</li>
</modDependencies>
<description>1.3.0.5 (10-09-2022)
<description>1.4.0.0 (10-21-2022)

Adds modding components to RimWorld: vehicles, spell casting, weapon slots, oversized weapons, and more!

Expand Down Expand Up @@ -76,13 +76,26 @@ Michael Fisher, Storm D Bain, Luke Salinas, WonkyWoo WeebHoo, Daniel Schott, Rai
========================
Changelog
========================
1.4.0.0 (10-21-2022)
========================
Initial update for RimWorld 1.4 of JecsTools

1.3.0.5 (10-09-2022)
========================
Updated assemblies for RimWorld 1.4 unstable support.
- JecsTools BackstoryDef now inherits new RimWorld BackstoryDef setup. Once again based on erdelf's work.

1.3.0.4 (08-08-2022)
========================
damageTypesToExclude was not working correctly and has been fixed. Grappling a pet will always succeed which should prevent some fustration. Credit for this update goes to Gefallener from our RoM Discord.

1.3.0.3b (07-31-2021)
====================
Workaround for mod lists that contain other mods with an outdated copy of CompOversizedWeapon that's loaded before ours

1.3.0.3 (07-30-2021)
========================
Due to comptability issues, the patch for Enable Oversized Weapons will require additional work. Reverting back to the previous version.
Due to compatibility issues, the patch for Enable Oversized Weapons will require additional work. Reverting back to the previous version.

1.3.0.2 (07-29-2021)
========================
Expand Down
10 changes: 9 additions & 1 deletion About/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.4.0.0 (10-21-2022)
========================
Initial update for RimWorld 1.4 of JecsTools

1.3.0.5 (10-09-2022)
========================
Updated assemblies for RimWorld 1.4 unstable support.
Expand All @@ -7,9 +11,13 @@ Updated assemblies for RimWorld 1.4 unstable support.
========================
damageTypesToExclude was not working correctly and has been fixed. Grappling a pet will always succeed which should prevent some fustration. Credit for this update goes to Gefallener from our RoM Discord.

1.3.0.3b (07-31-2021)
====================
Workaround for mod lists that contain other mods with an outdated copy of CompOversizedWeapon that's loaded before ours

1.3.0.3 (07-30-2021)
========================
Due to comptability issues, the patch for Enable Oversized Weapons will require additional work. Reverting back to the previous version.
Due to compatibility issues, the patch for Enable Oversized Weapons will require additional work. Reverting back to the previous version.

1.3.0.2 (07-29-2021)
========================
Expand Down
2 changes: 1 addition & 1 deletion About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>JecsTools</identifier>
<version>1.3.0.5</version>
<version>1.4.0.0</version>
<dependencies />
<incompatibleWith />
<manifestUri>https://raw.githubusercontent.com/jecrell/JecsTools/master/About/Manifest.xml</manifestUri>
Expand Down
2 changes: 1 addition & 1 deletion About/PatreonURL.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://www.patreon.com/posts/54071148
https://www.patreon.com/posts/73617775
2 changes: 1 addition & 1 deletion About/Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0.5
1.4.0.0
Binary file removed Assemblies/0Harmony.dll
Binary file not shown.
Binary file removed Assemblies/0JecsTools.dll
Binary file not shown.
Binary file removed Assemblies/AbilityUser.dll
Binary file not shown.
Binary file removed Assemblies/AbilityUserAI.dll
Binary file not shown.
Binary file removed Assemblies/CompActivatableEffect.dll
Binary file not shown.
Binary file removed Assemblies/CompAnimated.dll
Binary file not shown.
Binary file removed Assemblies/CompBalloon.dll
Binary file not shown.
Binary file removed Assemblies/CompBigBox.dll
Binary file not shown.
Binary file removed Assemblies/CompDeflector.dll
Binary file not shown.
Binary file removed Assemblies/CompDelayedSpawner.dll
Binary file not shown.
Binary file removed Assemblies/CompExtraSounds.dll
Binary file not shown.
Binary file removed Assemblies/CompInstalledPart.dll
Binary file not shown.
Binary file removed Assemblies/CompLumbering.dll
Binary file not shown.
Binary file removed Assemblies/CompOverlays.dll
Binary file not shown.
Binary file removed Assemblies/CompOversizedWeapon.dll
Binary file not shown.
Binary file removed Assemblies/CompSlotLoadable.dll
Binary file not shown.
Binary file removed Assemblies/CompToggleDef.dll
Binary file not shown.
Binary file removed Assemblies/CompVehicle.dll
Binary file not shown.
Binary file removed Assemblies/PawnShields.dll
Binary file not shown.
Binary file removed Assemblies/ThinkNodes.dll
Binary file not shown.
11 changes: 0 additions & 11 deletions Defs/AbilityDefs/Abilities_Base.xml

This file was deleted.

Loading

0 comments on commit 6d5abeb

Please sign in to comment.