All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.6 - 2024-11-21
- fix keepPaintAfterUpgradeOption
- fix NullArgumentException raised from TileEntity.GetUpgradeMaterialsForPos()
1.0.5 - 2024-11-19
- Fix KeyNotFoundException raised when modifying the structure while the repair / upgrade processes
- Fix crate emptying after update
- Fix windows blocks reparing / upgrading
- (internal) change the way to repair repair blocks, by uning vanilla Block.DamageBlock()
1.0.4 - 2024-09-17
- Add pdb file into the release to make easier the debugging process
- Add skill book progress infos
1.0.3 - 2024-08-13
- Fix progression.xml: hammer and nailgun was not craftable after level 50.
- Impossible to enable auto repair during blood moon.
- Dynamic properties from xml are now stored in static field instead of loading them with the method 'Init'
1.0.2 - 2024-07-13
- Fix Xui Method not found error by rebuilding binaries for b317.
1.0.1 - 2024-06-27
- Prevents crates wiping by ignoring the upgrade of crates. (hotfix)
1.0.0 - 2024-06-24
- The
upgrade on
button was not persistant, and was set to off at each game restart
- The mod is now compatible with version 1.0 of the game
- A21 is not supported anymore
0.1.1 - 2024-06-09
- Fix performances issues due to useless stats refresh
0.1.0 - 2024-06-09
- On dedicated servers, the structure was analysed three times at each refresh.
- Spike blocks at stage dmg=0 or dmg=1 were upgraded for free
- The xml parameter
NeedsMaterials
was renamed toNeedsMaterialsForRepair
- The default xml parameter
AutoTurnOff
was set to true
- new batch script to start a local dedicated server
- Add possibility to upgrade structures with a dedicated button
- Add the number of upgradable blocks in the stats pannel of the UI
- Add the total time (repairing + upgrading) in the stats pannel of the UI
- New xml parameter
UpgradeRate
- New xml parameter
NeedsMaterialsForUpgrade
- New xml parameter
KeepPaintAfterUpgrade
0.0.3 - 2024-06-04
- Fix translation of the refresh button
- Fix repair timer for dedicated servers
- Fix the UI header text
0.0.2 - 2024-06-03
- The block will not generate corrupted chunk anymore
0.0.1 - 2024-06-02
- Implement the repairation blocks algorithm
- Create a dedicated UI for the block
- Set the repairation algorithm parametrizable from xml files