Advertisement
lLuffy

Untitled

Oct 17th, 2019
1,318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.77 KB | None | 0 0
  1. jenkins-IC2_112-187
  2. New pipe textures. (estebes)
  3. jenkins-IC2_112-186
  4. Fixing annoying drill sound when breaking hard blocks. (estebes)
  5. jenkins-IC2_112-185
  6. Try to fix the build. (estebes)
  7. jenkins-IC2_112-184
  8. Change how pipe connectivity works. (estebes)
  9. jenkins-IC2_112-183
  10. 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)
  11. Fix pump battery slot ignoring upgrades Fixes #2594 (Chocohead)
  12. 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)
  13. Add a toggle group GUI element Makes for slightly easier radio buttons (Chocohead)
  14. jenkins-IC2_112-182
  15. Fix Coke Kiln. (estebes)
  16. jenkins-IC2_112-181
  17. Allow creating SolidHeat instances on demand Reduces object churn for large surfaces which change heat frequently (Chocohead)
  18. 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)
  19. 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)
  20. Fix heat tinting around solid blocks Will now use the surrounding block lights for each face which should stop it going completely black (Chocohead)
  21. jenkins-IC2_112-180
  22. Avoid shading crop sticks Fixes #2543 (Chocohead)
  23. Add pair of heat (unaware) sinks Column will need some more appropriate colours (Chocohead)
  24. 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)
  25. 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)
  26. jenkins-IC2_112-179
  27. Fix Crop providedQuality. (estebes)
  28. jenkins-IC2_112-178
  29. Use OreDictionary for iridium related recipes. Adjust values for the Cropmatron and CropHarvester. (estebes)
  30. jenkins-IC2_112-177
  31. Fix treetapping non-resin logs still consuming durability Fixes #2584 (Chocohead)
  32. More work on specific heat capacity (Chocohead)
  33. Minor cleanup (Chocohead)
  34. Switch to interfaces for heat awareness Begins splitting the concept of apparent temperature and true heat for modelling specific heat capacity (Chocohead)
  35. Avoid pushing every build as a release We've had 170 now, back to betas (Chocohead)
  36. jenkins-IC2_112-176
  37. Fix Crop Harvester recipe. (estebes)
  38. jenkins-IC2_112-175
  39. Fix dynamite recipes being stingy Fixes #2573 (Chocohead)
  40. Fix acacia and dark oak crops dropping invalid logs Fixes #2581 (Chocohead)
  41. Fix EU-Reader crashing when the block being read changes Fixes #2583 (Chocohead)
  42. Fix new crops missing localisation (Chocohead)
  43. Allow CropCards to customise the name of the produced seeds (Chocohead)
  44. Fix bronze rotor missing a translation Fixes #2570 (Chocohead)
  45. Avoid creating lists just to be streamed (Chocohead)
  46. Avoid ticking on the client without a reason (Chocohead)
  47. jenkins-IC2_112-174
  48. Small fix. (estebes)
  49. jenkins-IC2_112-173
  50. Small buff to crop availability to crossbreed (~20%). (estebes)
  51. jenkins-IC2_112-172
  52. Rebalanced the Crop Harvester. Cropmatron now supports upgrades. Added new Crops - Oak, Spruce, Birch, Jungle, Acacia, Flax. (estebes)
  53. jenkins-IC2_112-171
  54. New sulfur recipe. Fix bug with worktable container syncing. Improved recipes related to dust, crushed ores and plates. (estebes)
  55. jenkins-IC2_112-170
  56. Create new release (estebes)
  57. jenkins-IC2_112-169
  58. Fix a few things regarding the Classic profile. (estebes)
  59. jenkins-IC2_112-168
  60. Create OreDictionary entry for the iridium ore (ingotIridium) (estebes)
  61. jenkins-IC2_112-167
  62. Fix some entries (estebes)
  63. jenkins-IC2_112-166
  64. Fix missing ; (estebes)
  65. jenkins-IC2_112-165
  66. Added a lot more oredictionary entries (estebes)
  67. jenkins-IC2_112-164
  68. Fix machines not dropping anything when broken with anything but a wrench (Chocohead)
  69. Fix removals failing to notify neighbours (Chocohead)
  70. jenkins-IC2_112-163
  71. Implement surface removal Appears to all work at least (Chocohead)
  72. jenkins-IC2_112-162
  73. Fix hot cube item model (Chocohead)
  74. Implement multi-surface merging Also makes some more optimisations (Chocohead)
  75. Fix broken lang file (Chocohead)
  76. jenkins-IC2_112-161
  77. Ensure the client is kept aware of cube heat Little bit more work as it can (and does) change off thread (Chocohead)
  78. Log surface with temperature Super spammy but makes it clear which a cube is in (Chocohead)
  79. Rough colour changes for temperature Good enough for the time being (Chocohead)
  80. jenkins-IC2_112-160
  81. Avoid memory churning collections so much (Chocohead)
  82. Temporarily work around temperature-colouring scaling not being implemented (Chocohead)
  83. Fix a collection of bugs Actually lets heat flow now (without deadlocking too) (Chocohead)
  84. 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)
  85. 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)
  86. Update Russian translation, thanks QuantumStatement (Chocohead)
  87. Update German translation, thanks rumspringa (Chocohead)
  88. Tape the Coke Kiln back up (Chocohead)
  89. jenkins-IC2_112-159
  90. Fix API (estebes)
  91. jenkins-IC2_112-158
  92. Fix generator facings (estebes)
  93. jenkins-IC2_112-157
  94. Fix locale (estebes)
  95. jenkins-IC2_112-156
  96. Actually fix build (estebes)
  97. jenkins-IC2_112-155
  98. Fix build (estebes)
  99. jenkins-IC2_112-154
  100. Refactor (estebes)
  101. Temporarily disable the coke kiln (estebes)
  102. Cleanup some code (estebes)
  103. Added the bronze rotor (estebes)
  104. Fix the coke kiln hatch recipe. Now uses an iron trapdoor (estebes)
  105. Improve the dynamic recipe manager (estebes)
  106. jenkins-IC2_112-153
  107. Fix 2541 (estebes)
  108. jenkins-IC2_112-152
  109. Turn off debugging to prevent log spam (estebes)
  110. jenkins-IC2_112-151
  111. Fluid pipes internal logic improved. New Storage Box textures. (estebes)
  112. Improves pipes (estebes)
  113. jenkins-IC2_112-150
  114. 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)
  115. jenkins-IC2_112-149
  116. 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