1. 472050e So apparently kilojoules are the base unit now. OK. by Ben Spiers · 11 years ago
  2. 49fc056 My approach to Universal Cables rendering power. They render with by Ben Spiers · 11 years ago
  3. 8ee17b2 Bring other network types up to speed with EnergyNetwork by Ben Spiers · 11 years ago
  4. 837689a Transmitter Network Interface by Ben Spiers · 11 years ago
  5. 503c4eb Merge branch 'master' of https://github.com/aidancbrady/Mekanism by Aidan Brady · 11 years ago
  6. 47c36f1 Added redstone control to machines, generators, Energy Cubes and Gas Tanks; fixed Heat Generator NBT bug by Aidan Brady · 11 years ago
  7. 534234a Should fix robit crash when placed on non-chargepad tileEntities by Ben Spiers · 11 years ago
  8. f48997a Merge branch 'master' of github.com:aidancbrady/Mekanism by Ben Spiers · 11 years ago
  9. 0d99b90 Add a nullcheck that was crashing someone. by Ben Spiers · 11 years ago
  10. 04e7fdc Make the transmitters' internal renders look a bit nicer (hopefully also a bit by Ben Spiers · 11 years ago
  11. c642792 Use DisplayInteger to abstract away some GL11 calls by Ben Spiers · 11 years ago
  12. 55bde8a There is now a configurable delay between state updates, closes #177 by Aidan Brady · 11 years ago
  13. 9e51cdd Fixed Energy Cube/Generator UE energy outputting by Aidan Brady · 11 years ago
  14. 773f407 Minor Robit AI enhancements by Aidan Brady · 11 years ago
  15. 768f76e Fixed Robit crashing, added EnergyMeter recipe to master by Aidan Brady · 11 years ago
  16. ec42d43 Fixed Forestry integration by Aidan Brady · 11 years ago
  17. 333896b Merge branch 'master' of https://github.com/aidancbrady/Mekanism by Aidan Brady · 11 years ago
  18. d56eed2 Cleanups! by Aidan Brady · 11 years ago
  19. 260b9ed Stop the new renderer from just creating infinite new displaylists. by Ben Spiers · 11 years ago
  20. 7bbcc1c Merge branch 'master' of https://github.com/aidancbrady/Mekanism by Aidan Brady · 11 years ago
  21. 4c50c44 Better BC item integration, javadocs, cleanup by Aidan Brady · 11 years ago
  22. 415360a Fix factory guis by Ben Spiers · 11 years ago
  23. 1b64d07 @Aidancbrady, why did osmium armour think it's made of diamond? I've by Ben Spiers · 11 years ago
  24. 7c71adc Well, I don't know why the old way was broken but it's fixed now. by Ben Spiers · 11 years ago
  25. 423db88 Transmitter rendering improvements. by Ben Spiers · 11 years ago
  26. 0b5d188 More ratio fixes, Electric Chest GUI now has energy tooltip by Aidan Brady · 11 years ago
  27. fc964ad Cleanups, fixed UE ratios by Aidan Brady · 11 years ago
  28. 1953e16 Merge branch 'master' of https://github.com/aidancbrady/Mekanism by Aidan Brady · 11 years ago
  29. c389f5b Updated to new BuildCraft API, Universal Cable BuildCraft support temporarily broken. by Aidan Brady · 11 years ago
  30. 248a976 Possible hotfix for optifine crash by Ben Spiers · 11 years ago
  31. 5f27a06 Merge pull request #203 from ruifung/patch-1 by Calclavia · 11 years ago
  32. 04a3d0f Update README.md by ruifung · 11 years ago
  33. 60d9ac6 Oops. by Ben Spiers · 11 years ago
  34. b3909b7 Add debug info to EnergyMeter by Ben Spiers · 11 years ago
  35. 30ca7d8 Add ability to manually force-fix a network using a configurator by Ben Spiers · 11 years ago
  36. b01cf3b Make it so that /mk is always available in SSP by Ben Spiers · 11 years ago
  37. 18519b5 Fix the EnergyNetwork memory leak. by Ben Spiers · 11 years ago
  38. c2c031e Clean up a bit of unnecessary logic by Ben Spiers · 11 years ago
  39. 735b281 Fix a little derp in getPower() by Ben Spiers · 11 years ago
  40. 6a56211 Fix ArrayIndexOutOfBoundsException in Electric Chest when attached to AE import buses and presumably other things. by Ben Spiers · 11 years ago
  41. 0188882 Fix the Electric Pump's render texture by Ben Spiers · 11 years ago
  42. 3cd0106 Welcome to the team, @unpairedbracket! by Aidan · 11 years ago
  43. db5588d Fixed StackOverflowException with MFR, fixed incorrect UE charging values by Aidan Brady · 11 years ago
  44. aa3dcd0 Merge branch 'master' of https://github.com/aidancbrady/Mekanism by Aidan Brady · 11 years ago
  45. dedb2eb Fixed ControlCircuit recipe bug by Aidan Brady · 11 years ago
  46. 0ea223f Update build.xml by Calclavia · 11 years ago
  47. fdb05ab Merge pull request #198 from calclavia/patch-1 by Calclavia · 11 years ago
  48. 73bda3e Fixes Mekanism causing constant broken builds by Calclavia · 11 years ago
  49. db8725e Merge branch 'master' of https://github.com/aidancbrady/Mekanism by Aidan Brady · 11 years ago
  50. 5d26f8e Updated to new UE, not done with complete implementation by Aidan Brady · 11 years ago
  51. 734835e Hopefully prevent potential (race condition?) NPE in osmium compressor. by Ben Spiers · 11 years ago
  52. 13400fd Bumped version to 5.5.7 by Aidan Brady · 11 years ago
  53. cd53a8b Re-commit Dynamic Tank fix by Aidan Brady · 11 years ago
  54. 26e86c8 Merge branch 'master' of https://github.com/aidancbrady/Mekanism by Aidan Brady · 11 years ago
  55. cfc5dff First 1.6 push, still work to be done by Aidan Brady · 11 years ago
  56. ec9d74f Hopefully solve all the rendering-based memory leaks by Ben Spiers · 11 years ago
  57. 14c56c6 Fix infinite liquid dupe bug. by Ben Spiers · 11 years ago
  58. 92c3cb6 Fix Mechanical Pipe non-vanilla liquid rendering. Closes #186 by Ben Spiers · 11 years ago
  59. 1b039bc Tiny cleanup by Aidan Brady · 11 years ago
  60. 3f8deb9 Re-enabled face culling, re-fixed getPickBlock() by Aidan Brady · 11 years ago
  61. 745f7d1 Hopefully re-fix #152 by Ben Spiers · 11 years ago
  62. e50701d Hopefully fix NPE with Immibis' microblocks and avoid issue #152 recurring by Ben Spiers · 11 years ago
  63. 73627f6 Make transmitters drop when shift-wrenched, like TE conduits by Ben Spiers · 11 years ago
  64. b2c3252 Add canWrench() checks to Block classes' onBlockActivated() methods by Ben Spiers · 11 years ago
  65. c27f4d0 Git always finds a way to screw things up, re-added new transmitter renderer by Aidan Brady · 11 years ago
  66. ea9dcf7 Merge branch 'master' of https://github.com/aidancbrady/Mekanism by Aidan Brady · 11 years ago
  67. b313f0f Slightly better transmitter rendering, better energy cube outputting by Aidan Brady · 11 years ago
  68. 6fc93bb Merge pull request #182 from unpairedbracket/transmitter-render by Aidan · 11 years ago
  69. c6002cf Rewrite transmitter renderer to remove internal walls by Ben Spiers · 11 years ago
  70. 39ab09b Improve textures to remove inter-transmitter walls by Ben Spiers · 11 years ago
  71. 0b786aa Merge remote-tracking branch 'upstream/master' by Ben Spiers · 11 years ago
  72. 1468fc0 Fixed Universal Cable render by Aidan Brady · 11 years ago
  73. ce09a82 Formatted EnergyMeter PR, merged Energy Cube comparator support by Aidan Brady · 11 years ago
  74. 3ea43f6 Merge pull request #179 from unpairedbracket/power-squashed by Aidan · 11 years ago
  75. 540823e Removed Wind Turbine bound checking by Aidan Brady · 11 years ago
  76. bc4a34c Less client-based lag on machines and generators by Aidan Brady · 11 years ago
  77. 37e442c Removed "upgrade dump" configurator mode, upgrades can now be removed in GUIs by Aidan Brady · 11 years ago
  78. 0fb90be Crusher sound volume decreased, upgrades now sustained in recipes by Aidan Brady · 11 years ago
  79. 6183761 Add an EnergyNetworkRegistry to keep track of Energy Networks and act as a singleton tick handler. by Ben Spiers · 11 years ago
  80. 1241fa1 Refactor EnergyNetwork.split() to make sure lots of unneeded networks aren't created by Ben Spiers · 11 years ago
  81. b740f05 Add power recording to networks and display to EnergyMeter by Ben Spiers · 11 years ago
  82. 49fcac6 Use ElectricityDisplay for human-readable EnergyMeter units. by Ben Spiers · 11 years ago
  83. 7df5888 Added EnergyMeter by Aidan Brady · 11 years ago
  84. 17d4acf Fixed IC2 integration, minor cleanup by Aidan Brady · 11 years ago
  85. 29749ca Containers can now be accessed anywhere by Aidan Brady · 11 years ago
  86. 52ceee1 Mechanical Pipe crash fix, Dynamic Tank GUI fix by Aidan Brady · 11 years ago
  87. a667f9a v5.5.6 Beta #24 by Aidan Brady · 11 years ago
  88. 8f6ad26 General cleanup by Aidan Brady · 11 years ago
  89. 645552e Build fix no.5 by Aidan Brady · 11 years ago
  90. 51e91c3 Build fix no.4 by Aidan Brady · 11 years ago
  91. 957d057 Build fix no.3 by Aidan Brady · 11 years ago
  92. 547563e Build fix no.2 by Aidan Brady · 11 years ago
  93. 31fb314 Fix build.xml by Aidan Brady · 11 years ago
  94. b255a98 Rebase for new workspace (sorry) by Aidan Brady · 11 years ago
  95. 612d4ab Minor enhancements by Aidan Brady · 11 years ago
  96. 6093202 Check if tubes can connect to each other and merge/split accordingly by micdoodle8 · 11 years ago
  97. 339ed31 Test if tube can transfer gas to other tubes before adding them to the list of attached tubes. by micdoodle8 · 11 years ago
  98. 63db626 v5.5.6 Beta #23 by Aidan Brady · 11 years ago
  99. d942966 v5.5.6 Beta #22 by Aidan Brady · 11 years ago
  100. 0969a06 v5.5.6 Beta #21 by Aidan Brady · 11 years ago