1. 9592d7f Flamethrower fixes! by Aidan C. Brady · 10 years ago
  2. 1a45883 Work on making flamethrowers work nice. Still need to get first person neutral particles down. by Aidan C. Brady · 10 years ago
  3. 6fbfd22 Merge branch 'development' into 1.8 by Aidan C. Brady · 10 years ago
  4. 4bea4c6 Remove stray @Method by Ben Spiers · 10 years ago
  5. 3f7de46 Just about polished off baby skeletons, started on getting the Flamethrower to render with correct scale and orientation by Aidan C. Brady · 10 years ago
  6. 6cc7efc Merge branch 'master' into 1.8 by Aidan C. Brady · 10 years ago
  7. c223eab Fixed Combiner NEI texture, fixed Cardboard Box not working by Aidan C. Brady · 10 years ago
  8. 6271284 Merge branch '1.8' of https://github.com/aidancbrady/Mekanism into 1.8 by Aidan C. Brady · 10 years ago
  9. 9abc111 Baby Skeletons, started work on Flamethrower by Aidan C. Brady · 10 years ago
  10. 0638cdb More work on Fusion Reactor and Lasers by Ben Spiers · 10 years ago
  11. cf6f5ab Bump versions to 8.0.0 by Aidan C. Brady · 10 years ago
  12. 246c942 Merge branch 'development' into 1.8 by Aidan C. Brady · 10 years ago
  13. cfdaf37 Moved MFR back into api package. by Aidan C. Brady · 10 years ago
  14. 0758ad7 Fix un-checked MFR API usage by Ben Spiers · 10 years ago
  15. 79f27e9 Merge branch 'master' of https://github.com/aidancbrady/Mekanism by Aidan C. Brady · 10 years ago
  16. 369eb01 Fixed Portable Tank transfer issue, fixed inventories not being sustained, fixed Logistical Transporter crash by Aidan C. Brady · 10 years ago
  17. a8bfe29 Depend on EnderIO and ExtraUtilities by Ben Spiers · 10 years ago
  18. f095cbd Fix the BuildCraft API dependency by Ben Spiers · 10 years ago
  19. 896dd4d Merge pull request #1483 from Mierzen/patch-2 by Aidan · 10 years ago
  20. 390f0b0 Force Mekanism to load after FMP by Aidan C. Brady · 10 years ago
  21. d72ce65 Updated Forge to 10.13.0.1180. by Aidan C. Brady · 10 years ago
  22. bba1358 Update README.md by Mierzen · 10 years ago
  23. ab0f002 Fixed FMP version! by Aidan C. Brady · 10 years ago
  24. 5bc7288 Mekanism v7...official release. by Aidan C. Brady · 10 years ago
  25. f597bce Updated Forge to 1179 by Aidan C. Brady · 10 years ago
  26. e3f8508 Merge branch 'development' into 1.8 by Ben Spiers · 10 years ago
  27. 4500232 More constants! by Ben Spiers · 10 years ago
  28. 6095f6e Fixed the evil mac sound bug by increasing the sampling rate and doubling the buffer size to two bytes. Also removed printlns. by Aidan C. Brady · 10 years ago
  29. 177372e Rewrote idle path calculations of Logistical Transporters! by Aidan C. Brady · 10 years ago
  30. 4ba9afb Updated recipes to be more consistent. This was about all I wanted to accomplish for v7...either I make Gas Cells tomorrow or I push the release. by Aidan C. Brady · 10 years ago
  31. ee00c5a Chemical Dissolution Chamber now can accept upgrades by Aidan C. Brady · 10 years ago
  32. 60b2266 Fixes galore! by Aidan C. Brady · 10 years ago
  33. eda233f More GUI bugs! by Aidan C. Brady · 10 years ago
  34. 77d3469 Fix a few GUI bugs by Aidan C. Brady · 10 years ago
  35. 171c976 Chemical Crystallizer now accepts upgrades by Aidan C. Brady · 10 years ago
  36. 65a8633 Gave Chemical Oxidizer and PRC upgrade systems, fixed Chemical Oxidizer and Electrolytic Separator NEI modules by Aidan C. Brady · 10 years ago
  37. 7198704 Fixed a crash! by Aidan C. Brady · 10 years ago
  38. fc87866 Implemented new container edit modes in Portable Tank and Dynamic Tank, still need to set up IFluidContainerItem integration with the Dynamic Tank by Aidan C. Brady · 10 years ago
  39. 12f3ef8 Lay out the foundation for container edit modes. Also changed the way Dynamic Tank caches work - they are now much more modular and will remember their multiblock inventories on world reload. by Aidan C. Brady · 10 years ago
  40. 16c5f7c Merge branch 'development' of https://github.com/aidancbrady/Mekanism into development by Aidan C. Brady · 10 years ago
  41. 1f9782d Added logic to allow fluid-accepting machines to use IFluidContainerItem fluids by Aidan C. Brady · 10 years ago
  42. a643f1c Start on Fusion Reactor logic and infrastructure. Currently experimenting with parameters for balance. by Ben Spiers · 10 years ago
  43. 55b178b Revert "Start on Fusion Reactor logic and infrastructure. Currently experimenting with parameters for balance." by Ben Spiers · 10 years ago
  44. 95b6ac8 Merge branch 'development' of https://github.com/aidancbrady/Mekanism into development by Aidan C. Brady · 10 years ago
  45. fc138c5 Portable Tank now serves as a FluidContainerItem, now I just need to get fluid-accepting machines to recognize them by Aidan C. Brady · 10 years ago
  46. 7394ced Start on Fusion Reactor logic and infrastructure. Currently experimenting with parameters for balance. by Ben Spiers · 10 years ago
  47. cd10bc8 Updates for changed IC2 API. Not sure if I'll be able to use @Optional with the new non-legacy BC MJ API as it uses Annotations instead of interfaces. by Ben Spiers · 10 years ago
  48. 5e0dc25 Update BC and IC2 APIs. Not updated Mek code to match yet. by Ben Spiers · 10 years ago
  49. 9dc1c1d Work on a more consistent tier system. Added Reinforced Alloy, renamed Atomic Core to Atomic Alloy, and changed the recipe of the Atomic Alloy to use multiple levels of Metallurgic Infuser processing. The Reinforced Alloy is in between. by Aidan C. Brady · 10 years ago
  50. 23adf9a Added Salt Blocks - generates similarly to clay. Added tooltips for config GUI. Added option to regenerate ores, as this is now a thing. Also...began implementing different tiers of control circuits. by Aidan C. Brady · 10 years ago
  51. 63970a2 Upgraded gas item recipe integration greatly, should make things much smoother. by Aidan C. Brady · 10 years ago
  52. 377fff3 We don't really need getLocation(), instead using Coord4D.get() with the getTile() method. by Aidan C. Brady · 10 years ago
  53. ee87d8c Transmitter code cleanup - killed the now-unused merge() method and separated data handlers from ITransmitterNetwork itself. Also added new pipe textures. by Aidan C. Brady · 10 years ago
  54. f405a9e Fixed transmitter recipes to more reasonable options. by Aidan C. Brady · 10 years ago
  55. df31833 Tiny cleanup by Aidan C. Brady · 10 years ago
  56. 4e32a77 Fix Client/Server issues. by Ben Spiers · 10 years ago
  57. 83ff761 Fix a bug with takeTopItem() inventory management. This fixed it, @ErogenousBeef! by Aidan C. Brady · 10 years ago
  58. f26c49d Add a mcmod.info for development purposes. by Ben Spiers · 10 years ago
  59. df58560 Clean up configs a lot; Fix Config GUIs. This will require people to sort out their configs on their own, as things have moved. by Ben Spiers · 10 years ago
  60. f67be01 Tank-based fluid container interaction fixes. Can't figure out the data request issue. by Aidan C. Brady · 10 years ago
  61. 8a8086a Merge branch '1.7.10' into development by Ben Spiers · 10 years ago
  62. f0ad905 Merge branch '1.7.10' into development by Ben Spiers · 10 years ago
  63. 964a268 Update FMP, add MC version to version string and make my home-built jars not be 7.0.0.null any more. Also because I needed to use the elvis operator (?:) after learning of the existence of the elvis operator. by Ben Spiers · 10 years ago
  64. 3b32d5a Update forge by Ben Spiers · 10 years ago
  65. 786d399 Require Forge 10.12.2.1147 or above. by Ben Spiers · 10 years ago
  66. 9562f53 Bump versions of new CCLib and FMP by Aidan C. Brady · 10 years ago
  67. 1914910 Merge pull request #1435 from BrunoLG/patch-3 by Aidan · 10 years ago
  68. 5e08f81 We can depend on APIs directly now :) by Ben Spiers · 10 years ago
  69. 589d5f4 Recommit update changes that were seemingly lost in a rebase-pull. by Ben Spiers · 10 years ago
  70. d9b6a48 Build script changes to make it compile in 1.7.10 (still won't run due to no FMP version but it's the best I could do). by Ben Spiers · 10 years ago
  71. 55f8dbf PacketDataRequest.onMessage is being called on the client side in SSP. Stop that from crashing the client, but is it a problem that it's being called at all? by Ben Spiers · 10 years ago
  72. 9383ea2 Add dependencies to stop some crashes. by Ben Spiers · 10 years ago
  73. 84bed9b Port to forge-10.12.2.1121 (was 10.12.1.1112) by Dashkal · 10 years ago
  74. 5397de0 Added a crafting recipe for rails using osmium. Thanks, casilleroatr by Aidan C. Brady · 10 years ago
  75. 205a6fe Revert "Update to 1.7.10. Thanks for getting the API stuff set up, @unpairedbracket, I'm using Forge 1152 now." by Aidan C. Brady · 10 years ago
  76. 1f12d2a PacketDataRequest.onMessage is being called on the client side in SSP. Stop that from crashing the client, but is it a problem that it's being called at all? by Ben Spiers · 10 years ago
  77. 3616d19 Add dependencies to stop some crashes. by Ben Spiers · 10 years ago
  78. 9b3ee92 Port to forge-10.12.2.1121 (was 10.12.1.1112) by Dashkal · 10 years ago
  79. de6d418 Added a crafting recipe for rails using osmium. Thanks, casilleroatr by Aidan C. Brady · 10 years ago
  80. 5b51f6b Merge branch 'master' into development by Aidan C. Brady · 10 years ago
  81. 3b5438a Merge branch 'master' into 1.7.10 by Aidan C. Brady · 10 years ago
  82. 7ca2090 Revert "Update to 1.7.10. Thanks for getting the API stuff set up, @unpairedbracket, I'm using Forge 1152 now." by Aidan C. Brady · 10 years ago
  83. 604f138 Update to 1.7.10. Thanks for getting the API stuff set up, @unpairedbracket, I'm using Forge 1152 now. by Aidan C. Brady · 10 years ago
  84. 4d0f276 Fix a server crash relating to a client-side only class initialization (credit to @kosakriszi). Closes #1442. by Ben Spiers · 10 years ago
  85. ff1b3b7 Config GUIs are cool. by Ben Spiers · 10 years ago
  86. ac223c8 Fix ic2 pulling and IConfigurable passthrough (leaving the OreDict fix for the Pull Request). getConnectedOutputters was broken. by Ben Spiers · 10 years ago
  87. 3a027d0 Aaaaaaand ComputerCraft. by Ben Spiers · 10 years ago
  88. f463416 Metallurgy was easier than expected. by Ben Spiers · 10 years ago
  89. 2646371 Galacticraft and MFR API Optional-ing by Ben Spiers · 10 years ago
  90. 8ddda5d BuildCraft now also working without shipping API by Ben Spiers · 10 years ago
  91. 611d4c8 Got some IC2 stuff working now. Turns out I was being stupid. by Ben Spiers · 10 years ago
  92. ab07313 Merge branch 'development' of https://github.com/aidancbrady/Mekanism into development by Aidan C. Brady · 10 years ago
  93. bc3636a Quick cleanup by Aidan C. Brady · 10 years ago
  94. 9c58ed5 Start of work on Doing It Right™. Appears to work for cofh's API, not yet for IC2 or BC. Not sure why. Might have to ask @cpw. by Ben Spiers · 10 years ago
  95. 82a708c Remove bits of APIs that are unneeded. First step in attempting to Do It Right™ by Ben Spiers · 10 years ago
  96. 9feb989 Update pt_BR.lang by BrunoLG · 10 years ago
  97. d5812b6 Merge branch 'development' of https://github.com/aidancbrady/Mekanism into development by Aidan C. Brady · 10 years ago
  98. 5764707 Fix OreDict registration typo by Aidan C. Brady · 10 years ago
  99. 4b0386f Merge pull request #1432 from Adaptivity/patch-3 by Aidan · 10 years ago
  100. 1252cf7 Update ru_RU.lang by Anton · 10 years ago