.. |
asm
|
Giant optimise imports.
|
2014-11-10 21:53:29 +00:00 |
base
|
Clean up and fix some stuff from the rebase pull.
|
2015-03-18 21:00:11 +00:00 |
block
|
Move rendering IDs to Common Proxy classes to appease ExtraUtils.
|
2015-03-18 21:39:01 +00:00 |
chunkloading
|
More work on teleporters, implemented chunkloading
|
2015-03-12 22:55:37 -05:00 |
content
|
Transporters now have deeply integrated support for bins, including prediction algorithms
|
2015-03-17 17:30:40 -04:00 |
entity
|
Polished off the upgrade system - now works consistently and properly for all Mekanism machines. Also, fixed a flamethrower bug
|
2015-02-26 16:47:36 -05:00 |
frequency
|
Implemented a failsafe tick handler in FrequencyManager, fixed a small deactivation mishap
|
2015-03-12 23:29:11 -05:00 |
integration
|
Cleaned up integration code, added minor aluminum ore processing. Adding new resources for full recipe processing is now stupid easy.
|
2015-03-17 20:22:15 -04:00 |
inventory
|
Finished off Oredictionificator
|
2015-03-16 11:43:28 -04:00 |
item
|
Cleanup, cleared some warnings.
|
2015-03-18 13:51:14 +01:00 |
multiblock
|
A few fixes, need to fix an output issue
|
2015-03-04 13:04:32 -05:00 |
multipart
|
Make the @Optional removals stricter.
|
2015-03-16 15:48:19 +00:00 |
network
|
Cleanup, cleared some warnings.
|
2015-03-18 13:51:14 +01:00 |
recipe
|
Cleanup
|
2015-03-18 07:50:17 -04:00 |
tile
|
Fix Generator Tiles' client/server sidedness
|
2015-03-19 00:36:29 +00:00 |
util
|
Added Crescent Hammer support
|
2015-03-17 17:44:28 -04:00 |
voice
|
Giant optimise imports.
|
2014-11-10 21:53:29 +00:00 |
world
|
Giant optimise imports.
|
2014-11-10 21:53:29 +00:00 |
BoxBlacklistParser.java
|
Cleanup
|
2015-02-19 16:34:59 -05:00 |
CommandMekanism.java
|
More work on teleporters, implemented chunkloading
|
2015-03-12 22:55:37 -05:00 |
CommonPlayerTickHandler.java
|
Work on Portable Teleporter, need to fix the screwed up GUI
|
2015-03-12 16:52:04 -05:00 |
CommonPlayerTracker.java
|
Giant optimise imports.
|
2014-11-10 21:53:29 +00:00 |
CommonProxy.java
|
Move rendering IDs to Common Proxy classes to appease ExtraUtils.
|
2015-03-18 21:39:01 +00:00 |
CommonWorldTickHandler.java
|
Implemented a failsafe tick handler in FrequencyManager, fixed a small deactivation mishap
|
2015-03-12 23:29:11 -05:00 |
CoreGuiHandler.java
|
|
|
CreativeTabMekanism.java
|
|
|
CTMData.java
|
Make the rendering of Induction Matrix internals a bit nicer.
|
2015-03-18 01:32:35 +00:00 |
CTMTextureData.java
|
Add in support for rendering sides with overriden textures.
|
2014-09-01 20:04:00 +01:00 |
EnergyNetwork.java
|
Merge branch 'master' into development
|
2015-02-16 14:40:10 -05:00 |
FluidNetwork.java
|
Fixed many bugs!
|
2015-03-04 20:01:46 -05:00 |
FluidSlot.java
|
|
|
FuelHandler.java
|
Update lots of APIs, most notably BC and an actual 1.7 version of CC
|
2014-11-13 19:30:39 +00:00 |
HashList.java
|
|
|
HeatNetwork.java
|
Work on fusion fuel creation mechanics, allowed Chemical Washer to accept upgrades
|
2015-02-17 21:27:35 -05:00 |
IMCHandler.java
|
IMC API for machines!
|
2015-03-17 08:43:41 -04:00 |
InfuseStorage.java
|
Lithium!
|
2015-02-25 08:44:24 -05:00 |
InventoryNetwork.java
|
Merge branch 'master' into development
|
2015-02-16 14:40:10 -05:00 |
ItemAttacher.java
|
Giant optimise imports.
|
2014-11-10 21:53:29 +00:00 |
KeySync.java
|
|
|
LaserManager.java
|
Make Lasers better at server-side
|
2015-03-18 20:52:58 +00:00 |
Mekanism.java
|
Refactored Dust items, removed Obsidian ore processing (doesn't have a use considering Obsidian is just about entirely renewable)
|
2015-03-17 19:16:36 -04:00 |
MekanismBlocks.java
|
Re-organise imports.
|
2014-09-03 19:00:03 +01:00 |
MekanismItems.java
|
Refactored Dust items, removed Obsidian ore processing (doesn't have a use considering Obsidian is just about entirely renewable)
|
2015-03-17 19:16:36 -04:00 |
ObfuscatedNames.java
|
Fixed capes
|
2015-02-11 08:36:52 -05:00 |
OreDictCache.java
|
Giant optimise imports.
|
2014-11-10 21:53:29 +00:00 |
PacketHandler.java
|
Oredictionificator work
|
2015-03-13 20:37:20 -04:00 |
Resource.java
|
Refactored Dust items, removed Obsidian ore processing (doesn't have a use considering Obsidian is just about entirely renewable)
|
2015-03-17 19:16:36 -04:00 |
RobitAIFollow.java
|
Giant optimise imports.
|
2014-11-10 21:53:29 +00:00 |
RobitAIPickup.java
|
Giant optimise imports.
|
2014-11-10 21:53:29 +00:00 |
SideData.java
|
Added remaining framework for gas/fluid tank handling, finished new configuration implementation for PRC and Chemical Injection Chamber
|
2015-03-08 18:24:21 -05:00 |
ThreadGetData.java
|
|
|
Tier.java
|
Start work on the Energized Induction Matrix. This is going to be fun!
|
2015-02-28 13:08:17 -06:00 |
Upgrade.java
|
Polished off the upgrade system - now works consistently and properly for all Mekanism machines. Also, fixed a flamethrower bug
|
2015-02-26 16:47:36 -05:00 |
Version.java
|
|
|