RimWorld

RimWorld

Work Tab (Continued)
Showing 1-10 of 23 entries
< 1  2  3 >
Update: Jul 12 @ 8:03pm

1.6.1

fix: Shift + scroll wheel fails to modify priority for entire column or row

Due to the Unity upgrade in RimWorld 1.6, Shift + scroll wheel is now interpreted as horizontal scrolling in tables, breaking the expected behavior. This issue does not occur in RimWorld 1.5.

Update: Jul 12 @ 1:05am

1.6 stable version

Update: Jun 23 @ 5:27am

1.5.16 1.6.0-beta

Fixed an issue in the Mech Work Tab mod where the copy-paste buttons were not functioning.

Update: Jun 11 @ 11:09pm

1.6.0-beta

Update: May 27 @ 3:05pm

1.5.15.3

Refactor priority access to use properties instead of methods.
Enhance manual priorities checkbox tips with dynamic max priority
Add the patch for Prison Labor mod. Enhance manual priorities checkbox tips with dynamic max priority
Try to fix the width of WorkType Columns.
Fix 'More Than Capable' mod compatibility

Update: May 17 @ 2:10am

1.5.15.2

Fix 'Force Do Job' mod compatibility.
Fixed the problem that the WorkGiverColumn header was too narrow.
Fixed the issue of 'Tried to get a resource "xxx" from a different thread. All resources must be loaded in the main thread.'
Revert "Change mod name".


Thanks @Moonshrooms @ChilloW for the feedback.

Update: May 16 @ 7:15am

1.5.15.1

🚀 Improved overall performance, especially in UI responsiveness.

Update: May 14 @ 9:25am

1.5.15

🆕 Major Update

Improvements:

🚀 Improved overall performance, especially in UI responsiveness.

🛠️ Fixed an issue where default priorities could exceed the maximum allowed priority.

🖱️ Fixed a bug where vertical scrollbars were missing and the last few rows' columns were not highlighted properly.

🔄 Completely rewrote the rendering logic for expanded columns to improve accuracy and mod compatibility.

➕ Added support for expanded columns in the vanilla Work tab (now works like HardworkingKz).

🤝 Improved compatibility with the Grouped Pawns Lists mod.

Let me know if you encounter any issues with the new column behavior — especially if you use other UI mods!

Update: May 5 @ 5:33am

1.5.14

Completely refactor PawnColumnWorker_WorkType and PawnColumnWorker_WorkGiver, extract the commonality of the two class into a base class.

Update: May 2 @ 12:51pm

1.5.13

Fix kemomimihouse HardworkingExt mod work tab column header click error.
Remove some unnecessary PawnColumnDef and use Harmony Patch to implement it.