RimWorld
D9 Framework
12개 중 1~10개 표시 중
< 1  2 >
업데이트: 2020년 8월 21일 @ 오전 10시 58분

v 1.3.1:
- Straight update to 1.2, no other changes.

업데이트: 2020년 7월 4일 @ 오후 2시 28분

v 1.3.0:
- Add Negative Fertility Patch
- Add IngredientValueGetter_Mass
- Remove unused Suppress Debug Warnings class

업데이트: 2020년 6월 29일 @ 오후 7시 25분

v 1.2.1:
- Add `PatchOperationRoyaltyInstalled`
- Remove `ForceAllowPlaceOverFix`

업데이트: 2020년 4월 21일 @ 오후 1시 11분

v 1.2.0:
- Add Carry Mass Framework thanks to ElminsterAU
- Correctly disable Force Allow Place patch by default
- Add explicit option for whether to print patched methods

업데이트: 2020년 4월 20일 @ 오후 7시 57분

v 1.1.3:
- Disable Force Allow Place Over Fix by default
- Correct an oversight where I forgot to label the button for turning it off

업데이트: 2020년 4월 20일 @ 오후 6시 27분

v 1.1.2:
- `PlaceWorker_Roofed` now only checks the placing location, rather than all contained cells, which is more consistent with the vanilla `PlaceWorker_NotUnderRoof`.
- Fixed an NRE with `PlaceWorker_RoofHanger`.
- `PlaceWorker_RoofHanger` now properly inherits from `PlaceWorker_Roofed`.
- ThingComps' debug tooltips now display if `Prefs.DevMode` instead of `D9FModSettings.DEBUG`.

업데이트: 2020년 4월 19일 @ 오후 7시 30분

v 1.1.1:
- Fix Force Allow Place Over Fix

업데이트: 2020년 4월 19일 @ 오전 11시 29분

v 1.1.0:
- Fix several issues with PlaceWorker_OnWall. Due to a vanilla bug, still doesn't work without a significant amount of XML configuration.
- Attempt to patch the above issue, doesn't seem to work but has no side-effects either.
- Remove Harmony dll from release and as such add a hard dependency to About.xml
- Add a LoadAfter for RimWorld Core and Royalty, just in case.

업데이트: 2020년 4월 11일 @ 오후 12시 26분

Remove incompatibility notice, given the situation is now resolved.

업데이트: 2020년 4월 10일 @ 오후 11시 33분

- Remove spurious 1.0 support
- Mark mod as incompatible with a mod which steals code from me