Advertisement
lLuffy

Untitled

Nov 9th, 2019
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.85 KB | None | 0 0
  1.  
  2. jenkins-IC2_112-187
  3. New pipe textures. (estebes)
  4.  
  5. jenkins-IC2_112-186
  6. Fixing annoying drill sound when breaking hard blocks. (estebes)
  7.  
  8. jenkins-IC2_112-185
  9. Try to fix the build. (estebes)
  10.  
  11. jenkins-IC2_112-184
  12. Change how pipe connectivity works. (estebes)
  13.  
  14. jenkins-IC2_112-183
  15. Become slightly distracted from the task at hand Heat sinks still need implementing, but why not start redesigning the Steam Boiler instead? With heat no longer so clear cut the experience needs to be improved somewhat to account for it Currently doesn't do anything other than heat up and look pretty (Chocohead)
  16. Fix pump battery slot ignoring upgrades Fixes #2594 (Chocohead)
  17. Add a mechanism to average heat over time Allows summarising an analogue process a little easier Allows compacting a SolidHeat instance down to a relative float value, which is also the string representation Moves networking additions to a single place (Chocohead)
  18. Add a toggle group GUI element Makes for slightly easier radio buttons (Chocohead)
  19.  
  20. jenkins-IC2_112-182
  21. Fix Coke Kiln. (estebes)
  22.  
  23. jenkins-IC2_112-181
  24. Allow creating SolidHeat instances on demand Reduces object churn for large surfaces which change heat frequently (Chocohead)
  25. Implement a notion of conductivity Allows heat aware tiles to change the heat conductivity alongside temperature differences Also fixes a bug with heat balancing designed to avoid over sharing which still over shared (Chocohead)
  26. Mount specific heat capacity to SolidHeat Realistically the cases where SolidHeat is important the specific heat capacity is too Also makes SolidHeat final to encourage the JVM to be more magic (Chocohead)
  27. Fix heat tinting around solid blocks Will now use the surrounding block lights for each face which should stop it going completely black (Chocohead)
  28.  
  29. jenkins-IC2_112-180
  30. Avoid shading crop sticks Fixes #2543 (Chocohead)
  31. Add pair of heat (unaware) sinks Column will need some more appropriate colours (Chocohead)
  32. Copy less, loop more Probably actually much more expensive to what was before it, but cleaner Still feel like there's a proper/sensible way to do with too (Chocohead)
  33. Fix the rubber tree item model Turns out what broke in 1.9 was parent item transforms stacked instead of being ignored Thus dropping Forge's inappropriate ones makes it work again Fixes #2409 and #2558 (Chocohead)
  34.  
  35. jenkins-IC2_112-179
  36. Fix Crop providedQuality. (estebes)
  37.  
  38. jenkins-IC2_112-178
  39. Use OreDictionary for iridium related recipes. Adjust values for the Cropmatron and CropHarvester. (estebes)
  40.  
  41. jenkins-IC2_112-177
  42. Fix treetapping non-resin logs still consuming durability Fixes #2584 (Chocohead)
  43. More work on specific heat capacity (Chocohead)
  44. Minor cleanup (Chocohead)
  45. Switch to interfaces for heat awareness Begins splitting the concept of apparent temperature and true heat for modelling specific heat capacity (Chocohead)
  46. Avoid pushing every build as a release We've had 170 now, back to betas (Chocohead)
  47.  
  48. jenkins-IC2_112-176
  49. Fix Crop Harvester recipe. (estebes)
  50.  
  51. jenkins-IC2_112-175
  52. Fix dynamite recipes being stingy Fixes #2573 (Chocohead)
  53. Fix acacia and dark oak crops dropping invalid logs Fixes #2581 (Chocohead)
  54. Fix EU-Reader crashing when the block being read changes Fixes #2583 (Chocohead)
  55. Fix new crops missing localisation (Chocohead)
  56. Allow CropCards to customise the name of the produced seeds (Chocohead)
  57. Fix bronze rotor missing a translation Fixes #2570 (Chocohead)
  58. Avoid creating lists just to be streamed (Chocohead)
  59. Avoid ticking on the client without a reason (Chocohead)
  60.  
  61. jenkins-IC2_112-174
  62. Small fix. (estebes)
  63.  
  64. jenkins-IC2_112-173
  65. Small buff to crop availability to crossbreed (~20%). (estebes)
  66.  
  67. jenkins-IC2_112-172
  68. Rebalanced the Crop Harvester. Cropmatron now supports upgrades. Added new Crops - Oak, Spruce, Birch, Jungle, Acacia, Flax. (estebes)
  69.  
  70. jenkins-IC2_112-171
  71. New sulfur recipe. Fix bug with worktable container syncing. Improved recipes related to dust, crushed ores and plates. (estebes)
  72.  
  73. jenkins-IC2_112-170
  74. Create new release (estebes)
  75.  
  76. jenkins-IC2_112-169
  77. Fix a few things regarding the Classic profile. (estebes)
  78.  
  79. jenkins-IC2_112-168
  80. Create OreDictionary entry for the iridium ore (ingotIridium) (estebes)
  81.  
  82. jenkins-IC2_112-167
  83. Fix some entries (estebes)
  84.  
  85. jenkins-IC2_112-166
  86. Fix missing ; (estebes)
  87.  
  88. jenkins-IC2_112-165
  89. Added a lot more oredictionary entries (estebes)
  90.  
  91. jenkins-IC2_112-164
  92. Fix machines not dropping anything when broken with anything but a wrench (Chocohead)
  93. Fix removals failing to notify neighbours (Chocohead)
  94.  
  95. jenkins-IC2_112-163
  96. Implement surface removal Appears to all work at least (Chocohead)
  97.  
  98. jenkins-IC2_112-162
  99. Fix hot cube item model (Chocohead)
  100. Implement multi-surface merging Also makes some more optimisations (Chocohead)
  101. Fix broken lang file (Chocohead)
  102.  
  103. jenkins-IC2_112-161
  104. Ensure the client is kept aware of cube heat Little bit more work as it can (and does) change off thread (Chocohead)
  105. Log surface with temperature Super spammy but makes it clear which a cube is in (Chocohead)
  106. Rough colour changes for temperature Good enough for the time being (Chocohead)
  107.  
  108. jenkins-IC2_112-160
  109. Avoid memory churning collections so much (Chocohead)
  110. Temporarily work around temperature-colouring scaling not being implemented (Chocohead)
  111. Fix a collection of bugs Actually lets heat flow now (without deadlocking too) (Chocohead)
  112. Drop event notification system It's massively memory heavy for high surface areas for little gain Trades the memory savings so nodes know their neighbours (Chocohead)
  113. Nothing to see here Unless you're in dev, in which case there's a "hot" "cube" Also the beginnings of a semi-analogue heat transfering mechanism (Chocohead)
  114. Update Russian translation, thanks QuantumStatement (Chocohead)
  115. Update German translation, thanks rumspringa (Chocohead)
  116. Tape the Coke Kiln back up (Chocohead)
  117.  
  118. jenkins-IC2_112-159
  119. Fix API (estebes)
  120.  
  121. jenkins-IC2_112-158
  122. Fix generator facings (estebes)
  123.  
  124. jenkins-IC2_112-157
  125. Fix locale (estebes)
  126.  
  127. jenkins-IC2_112-156
  128. Actually fix build (estebes)
  129.  
  130. jenkins-IC2_112-155
  131. Fix build (estebes)
  132.  
  133. jenkins-IC2_112-154
  134. Refactor (estebes)
  135. Temporarily disable the coke kiln (estebes)
  136. Cleanup some code (estebes)
  137. Added the bronze rotor (estebes)
  138. Fix the coke kiln hatch recipe. Now uses an iron trapdoor (estebes)
  139. Improve the dynamic recipe manager (estebes)
  140.  
  141. jenkins-IC2_112-153
  142. Fix 2541 (estebes)
  143.  
  144. jenkins-IC2_112-152
  145. Turn off debugging to prevent log spam (estebes)
  146.  
  147. jenkins-IC2_112-151
  148. Fluid pipes internal logic improved. New Storage Box textures. (estebes)
  149. Improves pipes (estebes)
  150.  
  151. jenkins-IC2_112-150
  152. Fix pipe bounding boxes for good Could alternatively flip a static boolean to change the return of getOutlineBoundingBox() when rendering Saves cloning vanilla code but also looks clunkier (Chocohead)
  153.  
  154. jenkins-IC2_112-149
  155. Improve tooltips for tank and storage box. Fix storages boxes and tanks not stacking properly. (estebes)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement