User Tools

Site Tools


changelog

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
changelog [2021/06/10 10:46] polymorphgameschangelog [2024/02/06 13:55] (current) – 1.9.7.8 mathieu
Line 1: Line 1:
 ====== Changelog ====== ====== Changelog ======
  
-===== Foundation Preview 1.7.1.0610 =====+===== Foundation 1.===== 
  
-==== Texture loading ====+==== 1.9.0 ====
  
-Some ''[[api:texture|TEXTURE]]'' properties have been changed, depending on their use, to a new type: ''[[preview:api:atlas_cell|ATLAS_CELL]]''.+  * Introduction of [[migration#sub-buildings_and_building_functions|sub-buildings]] 
 +  * Rework of [[migration#building_part_list|lists of building parts]] 
 +  * Full rework of [[migration#unlockables|unlockables]] and the [[migration#estates_and_progression|progression system]] 
 +  * Refactor of [[migration#quests|quests]] and [[migration#events|events]] 
 +  * Added [[annotations#cloneable|data instance cloning]] 
 +  * Fixed modding bugs and crashes
  
-Therefore, we added a way to explicitly choose the type of an asset to load, when calling ''[[mod-management-functions#registerassetid|registerAssetId]]''. Specifying the type is optional, ''TEXTURE'' will be inferred for texture assets if absent.+==== Changelog ====
  
-This third parameter is currently only used for image assets.+  * [[changelog:1.9|Full Changelog]] 
 +  * [[changelog:1.9.7.8.0206|1.9.7.8.0206 Changelog]] 
 +  * [[changelog:1.9.7.6.1218|1.9.7.6.1218 Changelog]] 
 +  * [[changelog:1.9.7.5.1215|1.9.7.5.1215 Changelog]] 
 +  * [[changelog:1.9.7.4.1214|1.9.7.4.1214 Changelog]] 
 +  * [[changelog:1.9.6.6.1002|1.9.6.6.1002 Changelog]] 
 +  * [[changelog:1.9.6.2.0914|1.9.6.2.0914 Changelog]] 
 +  * [[changelog:1.9.5.1.0724|1.9.5.1.0724 Changelog]] 
 +  * [[changelog:1.9.5.0.0711|1.9.5.0.0711 Changelog]] 
 +  * [[changelog:1.9.4.5.0519|1.9.4.5.0519 Changelog]] 
 +  * [[changelog:1.9.4.3.0511|1.9.4.3.0511 Changelog]] 
 +  * [[changelog:1.9.3.3.0419|1.9.3.3.0419 Changelog]] 
 +  * [[changelog:1.9.3.1.0417|1.9.3.1.0417 Changelog]] 
 +  * [[changelog:1.9.2.6.0320|1.9.2.6.0320 Changelog]] 
 +  * [[changelog:1.9.2.5.0308|1.9.2.5.0308 Changelog]] 
 +  * [[changelog:1.9.2.4.0227|1.9.2.4.0227 Changelog]] 
 +  * [[changelog:1.9.1.3.0112|1.9.1.3.0112 Changelog]] 
 +  * [[changelog:1.9.1.2.1221|1.9.1.2.1221 Changelog]] 
 +  * [[changelog:1.9.1.0.1215|1.9.1.0.1215 Changelog]] 
 +  * [[changelog:1.9.0.38.1201|1.9.0.38.1201 Changelog]] 
 +  * [[changelog:1.9.0.37.1117|1.9.0.37.1117 Changelog]] 
 +  * [[changelog:1.9.0.35.1109|1.9.0.35.1109 Changelog]] 
 +  * [[changelog:1.9.0.33.1027|1.9.0.33.1027 Changelog]] 
 +  * [[changelog:1.9.0.31.1019|1.9.0.31.1019 Changelog]] 
 +  * [[changelog:1.9.0.22.0928|1.9.0.22.0928 Changelog]] 
 +  * [[changelog:1.9.0.21.0919|1.9.0.21.0919 Changelog]] 
 +  * [[changelog:1.9.0.10.0812|1.9.0.10.0812 Changelog]] 
 +  * [[changelog:1.9.0.8.0810|1.9.0.8.0810 Changelog]] 
 +  * [[migration#foundation_1907|Migration Guide]]
  
-<file lua> +===== Foundation 1.8 =====
-mod:registerAssetId("test_img1.png", "TEST_IMAGE_1") -- without type specified, loads as a TEXTURE asset +
-mod:registerAssetId("test_img2.png", "TEST_IMAGE_2", "TEXTURE") -- loads as a TEXTURE asset +
-mod:registerAssetId("test_img3.png", "TEST_IMAGE_3", "ATLAS_CELL") -- loads as an ATLAS_CELL asset +
-</file>+
  
-**Technical Info:**  Atlas Cells are images packed in a large unique texture (commonly called atlas)This is especially useful for the GUI engine, allowing to draw most of the interface without having to switch the active binded texture.+==== 1.8.1 ====
  
-===== Foundation Preview 1.6 =====+  * Expose [[annotations#single-property_type|single-property types]] 
 +  * Expose ''[[api:component#enabled|COMPONENT.Enabled]]'' property 
 + 
 +==== 1.8.0 ==== 
 + 
 +  * Introduction of building part cost bundles. See [[migration#resource_bundles|Migration Guide]] 
 +  * Add ability to create custom mandates. See ''[[api:mandate_type|MANDATE_TYPE]]'' 
 +  * Add lua debugging tools support. See [[debugging-mods|Debugging mods]] 
 +  * Add ability to add resource stockpiles as part of a workplace (with ''[[api:comp_resource_stockpile|COMP_RESOURCE_STOCKPILE]]'') or as a separate building part (with ''[[api:building_function_resource_stockpile|BUILDING_FUNCTION_RESOURCE_STOCKPILE]]''
 +  * Feedback components (''[[api:comp_building_part#FeedbackComponentListToActivate|COMP_BUILDING_PART.FeedbackComponentListToActivate]]'') placed on workplace parts are now only enabled when the workplace is active. Other feedback components are active when any workplace is active. 
 +  * Villager's back attach slot now follows the villager's animation 
 + 
 +==== Changelog ==== 
 + 
 +  * [[changelog:1.8|Full Changelog]] 
 +  * [[changelog:1.8.1.7.0216|1.8.1.7.0216 Changelog]] 
 +  * [[changelog:1.8.1.4.0120|1.8.1.4.0120 Changelog]] 
 +  * [[changelog:1.8.1.3.1214|1.8.1.3.1214 Changelog]] 
 +  * [[changelog:1.8.0.8.1118|1.8.0.8.1118 Changelog]] 
 +  * [[changelog:1.8.0.2.1025|1.8.0.2.1025 Changelog]] 
 +  * [[migration#foundation_1800|Migration Guide]] 
 + 
 +===== Foundation 1.7 ===== 
 + 
 +  * Add ''[[api:atlas_cell|ATLAS_CELL]]'' Asset type. See [[migration#texture_loading|Migration Guide]] 
 + 
 +  * [[changelog:1.7|Full Changelog]] 
 +  * [[changelog:1.7.13.0908|1.7.13.0908 Changelog]] 
 +  * [[changelog:1.7.11.0826|1.7.11.0826 Changelog]] 
 +  * [[changelog:1.7.6.0621|1.7.6.0621 Changelog]] 
 +  * [[changelog:1.7.4.0618|1.7.4.0618 Changelog]] 
 +  * [[migration#foundation_171|Migration Guide]] 
 + 
 +===== Foundation 1.6 =====
  
   * Add [[:start#quickly-reload-mods|hot-reload]] with ''Ctrl + Shift + R''   * Add [[:start#quickly-reload-mods|hot-reload]] with ''Ctrl + Shift + R''
Line 33: Line 95:
   * [[changelog:1.6.20.0814|1.6.20.0814 patch changelog]]   * [[changelog:1.6.20.0814|1.6.20.0814 patch changelog]]
   * [[changelog:1.6.23.1021|1.6.23.1021 patch changelog]]   * [[changelog:1.6.23.1021|1.6.23.1021 patch changelog]]
-  * [[migration|Migration guide]]+  * [[migration#foundation_1600522|Migration guide]]
  
 ===== Foundation 1.5.10.0131 ===== ===== Foundation 1.5.10.0131 =====
changelog.1623336361.txt.gz · Last modified: 2021/06/10 10:46 by polymorphgames

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki