Project Zomboid

Project Zomboid

Inventory Tetris B42 Patch
Visar 1–7 av 7 poster
Uppdatering: 13 okt @ 6:58

v1.1.1
Fixed: Wallet Fix

Uppdatering: 12 okt @ 10:34

Uppdatering: 11 okt @ 13:40

v1.1.0
Complete modular refactor of codebase for improved maintainability
Added comprehensive resize fix system consolidating
Implemented enhanced logging system (disabled by default)
Added version display in inventory UI
Improved KeyringFix
Fixed scrollbars disappearing during window resize
Resolved inventory pane dimension mismatches and scrollView height calculation issues
Improved ISInventoryPane lifecycle management (new, createChildren, setWidth/setHeight, prerender)
Enhanced anchor handling for dynamic resizing

Uppdatering: 9 okt @ 18:26

v1.0.3
Removed manual weight/capacity checking that conflicted with disableCarryWeightOnContainer
Added ModScope stub for improved mod compatibility and crash prevention
Enhanced error handling to prevent crashes when dependencies are missing

Eliminated redundant OnGameBoot handler and ISInventoryPage re-patching
Removed aggressive 300-attempt tick listener

Uppdatering: 9 okt @ 2:46

v1.0.2
Fixes issue preventing proper item transfers to keyring containers

ByPassCapacity mod no longer required

Uppdatering: 8 okt @ 1:59

v1.0.1

- Completely encapsulated patch system in local scope to prevent global pollution
- Implemented multi-stage application: immediate, boot, game start, and tick-based fallbacks
- Added defensive programming with pcall() for module loading and dependency validation
- Enhanced instance re-patching to update existing ISInventoryPage UI elements
- Improved logging with consistent prefixes and version tracking
- Fixed duplicate event handlers

Uppdatering: 7 okt @ 3:06

Added patches for

ISInventoryPane:createChildren()
ISInventoryPage:updateLootButtonsForTetrisSearch()