From 0df6c0963fb372cec1f41bee80391a630eaa0004 Mon Sep 17 00:00:00 2001 From: Adrian Date: Mon, 20 Jul 2015 17:37:17 +0200 Subject: [PATCH] remove unneeded textures from resources, update changelog --- buildcraft_resources/changelog/7.1.0 | 42 +++++++++++------- .../unused_textures}/hopper_gui_tier2.png | Bin .../unused_textures/zoneplanner_front_on.png | Bin 3 files changed, 26 insertions(+), 16 deletions(-) rename {buildcraft_resources/assets/buildcraftfactory/textures/gui => misc/unused_textures}/hopper_gui_tier2.png (100%) rename buildcraft_resources/assets/buildcraftrobotics/textures/blocks/zonePlan/front_on.png => misc/unused_textures/zoneplanner_front_on.png (100%) diff --git a/buildcraft_resources/changelog/7.1.0 b/buildcraft_resources/changelog/7.1.0 index f4b9d37d..5083506b 100644 --- a/buildcraft_resources/changelog/7.1.0 +++ b/buildcraft_resources/changelog/7.1.0 @@ -5,26 +5,36 @@ BREAKING CHANGES! Additions: -* Clay fluid pipe! The power of insertion applied to liquids. (asie) -* Power Adapters! Connect Kinesis Pipes to non-Kinesis pipes. (asie) -* New blueprint library GUI, now featuring a scrollbar! (asie) -* New Lists! (asie) - * Sort by type, material, or both! Precise sorting! - * See with a tooltip if an item matches the List! +* Core: + * New Lists! (asie) + * Sort by type, material, or both! Precise sorting! + * See with a tooltip if an item matches the List! +* Transport: + * Clay fluid pipe! The power of insertion applied to liquids. (asie) + * Power Adapters! Connect Kinesis Pipes to non-Kinesis pipes. (asie) Improvements: -* New power beam display algorithm (asie) -* Use integrated server data in singleplayer for certain tiles - back to the smoothness of 1.2.5! (asie) -* Rewritten pipe wires - should now propagate more or less instantly. (asie) -* Fluid pipe capacity and extraction rate now scales with the base flow multiplier. (asie) -* Debugger support for fluid pipes (asie) -* Add events for robot interaction and removal (asie) -* Rewritten robots request system (hea3ven) - * Changed the IRequestProvider api to be independent of robots. - * Delivery robots can now carry more than an item at a time. - * Builders and requesters now request more than one item at a time. +* Core/Any: + * Use integrated server data in singleplayer for certain tiles - back to the smoothness of 1.2.5! (asie) + * Minor optimizations (asie, gamerForEA) +* Builders: + * New blueprint library GUI, now featuring a scrollbar! (asie) +* Robotics: + * Zone Planners now have a dynamic texture (asie) + * Add events for robot interaction and removal (asie) + * Rewritten robots request system (hea3ven) + * Changed the IRequestProvider api to be independent of robots. + * Delivery robots can now carry more than an item at a time. + * Builders and requesters now request more than one item at a time. +* Transport: + * New power beam display algorithm (asie) + * Rewritten pipe wires - should now propagate more or less instantly. (asie) + * Fluid pipe capacity and extraction rate now scales with the base flow multiplier. (asie) + * Debugger support for fluid pipes (asie) + * Lenses do not require Iron Ingots anymore (asie) Bugs fixed: +* "Lens-Filter" diodes not working (asie) * Make Docking Station items look like the real thing (asie) diff --git a/buildcraft_resources/assets/buildcraftfactory/textures/gui/hopper_gui_tier2.png b/misc/unused_textures/hopper_gui_tier2.png similarity index 100% rename from buildcraft_resources/assets/buildcraftfactory/textures/gui/hopper_gui_tier2.png rename to misc/unused_textures/hopper_gui_tier2.png diff --git a/buildcraft_resources/assets/buildcraftrobotics/textures/blocks/zonePlan/front_on.png b/misc/unused_textures/zoneplanner_front_on.png similarity index 100% rename from buildcraft_resources/assets/buildcraftrobotics/textures/blocks/zonePlan/front_on.png rename to misc/unused_textures/zoneplanner_front_on.png