.. |
asm
|
Remove println, we're golden guys :)
|
2014-01-05 00:52:23 -05:00 |
block
|
More work on things
|
2014-01-17 09:17:38 -05:00 |
classloading
|
Add class enumerator for future class stuff
|
2013-12-08 00:43:20 -05:00 |
entity
|
For some reason yPos isn't centered. I don't know why.
|
2014-01-08 15:23:15 -05:00 |
integration
|
Fixed #838, thanks @Not-steve
|
2014-01-15 18:01:12 -05:00 |
inventory
|
Finish base code for gas-based advanced machinery
|
2014-01-16 20:35:05 -05:00 |
item
|
More work on things
|
2014-01-17 09:17:38 -05:00 |
miner
|
Added some more blocks to Digital Miner blacklist.
|
2014-01-11 10:56:59 -05:00 |
multipart
|
Remove redundant energy unit in cable tooltip.
|
2014-01-17 00:04:50 +08:00 |
network
|
Added config option to disable Cardboard Boxes picking up spawners
|
2014-01-13 16:37:15 -05:00 |
recipe
|
Work on Precision Sawmill, added Sawdust, finished ChanceMachine tile and recipe foundation
|
2014-01-12 23:55:42 -05:00 |
tank
|
Organized some classes, began work on balloon entity connections
|
2014-01-07 20:55:50 -05:00 |
tile
|
Finish Salination Controller rendering, start work on a separate Salination Controller block.
|
2014-01-16 22:49:48 -05:00 |
transporter
|
Organized some classes, began work on balloon entity connections
|
2014-01-07 20:55:50 -05:00 |
util
|
Fix silk not working
|
2014-01-15 17:52:29 -05:00 |
voice
|
Threaded VoiceConnection, made client connection fire with server-configured port
|
2013-12-22 16:49:04 -05:00 |
BinRecipe.java
|
Bin inventory management works! I have no idea how I managed this...
|
2013-11-12 11:01:16 -05:00 |
CommandMekanism.java
|
Maybe fix build? Also temporarily adding FMP lib
|
2014-01-04 13:16:24 -05:00 |
CommonPlayerTickHandler.java
|
A few tweaks to recipe balance
|
2013-12-26 20:27:21 -05:00 |
CommonPlayerTracker.java
|
Sync server configs with client
|
2013-12-22 01:49:55 -05:00 |
CommonProxy.java
|
Fix spawner config
|
2014-01-15 10:43:11 -05:00 |
CommonWorldTickHandler.java
|
Work on recipes, fixed a few bugs
|
2014-01-13 21:43:36 -05:00 |
ConnectedTextureRenderer.java
|
Rename Object3D to Coord4D, work on balloons
|
2013-12-20 16:09:09 -05:00 |
CoreGuiHandler.java
|
Rebase for new workspace (sorry)
|
2013-06-28 18:01:00 -04:00 |
CreativeTabMekanism.java
|
Rebase for new workspace (sorry)
|
2013-06-28 18:01:00 -04:00 |
EnergyDisplay.java
|
Config property for displaying different energy units
|
2014-01-11 11:49:27 -05:00 |
EnergyNetwork.java
|
More work on things
|
2014-01-17 09:17:38 -05:00 |
FluidNetwork.java
|
Separate the current buffer from the throughput when examining a network
|
2014-01-07 03:17:59 +00:00 |
FluidSlot.java
|
First 1.6 push, still work to be done
|
2013-07-20 12:10:14 -04:00 |
HashList.java
|
Fixed Model3D textures, fixed error spam on world load, fixed Digital Miner breaking blocks on top, general code cleanup
|
2013-11-24 12:12:42 -06:00 |
IActiveState.java
|
Fixed ridiculous client updates when GUI is open, fancy active sorter rendering, sorter eject sound effect :)
|
2013-11-01 23:51:10 -04:00 |
IAdvancedBoundingBlock.java
|
Killed off old UE references
|
2013-12-21 12:51:55 -05:00 |
IBoundingBlock.java
|
Rebase for new workspace (sorry)
|
2013-06-28 18:01:00 -04:00 |
IConfigurable.java
|
Fixes!
|
2013-11-30 12:29:49 -05:00 |
IEjector.java
|
Re-add EnumColor to API!
|
2013-12-01 00:03:40 -05:00 |
IElectricChest.java
|
Finish multi-ID machine support
|
2013-11-27 16:17:10 -05:00 |
IElectricMachine.java
|
Rebase for new workspace (sorry)
|
2013-06-28 18:01:00 -04:00 |
IEnergyCube.java
|
Rebase for new workspace (sorry)
|
2013-06-28 18:01:00 -04:00 |
IFactory.java
|
Finish base code for gas-based advanced machinery
|
2014-01-16 20:35:05 -05:00 |
IInvConfiguration.java
|
Fixes!
|
2013-11-30 12:29:49 -05:00 |
ILogisticalTransporter.java
|
Organized some classes, began work on balloon entity connections
|
2014-01-07 20:55:50 -05:00 |
IModule.java
|
Update TE, add module config syncing
|
2014-01-03 14:26:41 -05:00 |
IRedstoneControl.java
|
More efficient redstone control
|
2013-12-25 00:03:04 -05:00 |
ISpecialBounds.java
|
Rebase for new workspace (sorry)
|
2013-06-28 18:01:00 -04:00 |
ISustainedInventory.java
|
General cleanup
|
2013-06-28 19:43:45 -04:00 |
ISustainedTank.java
|
First 1.6 push, still work to be done
|
2013-07-20 12:10:14 -04:00 |
ItemAttacher.java
|
Update ItemAttacher to work with new transmitters
|
2014-01-03 17:19:02 -05:00 |
ITileComponent.java
|
Several bugfixes, overhaul of TileEntity-based upgrade management
|
2013-08-24 21:22:45 -04:00 |
ITileNetwork.java
|
Rebase for new workspace (sorry)
|
2013-06-28 18:01:00 -04:00 |
IUpgradeManagement.java
|
Work on localization support, move around some API classes to make better compatibility
|
2013-11-30 00:28:02 -05:00 |
IUpgradeTile.java
|
Organized some classes, began work on balloon entity connections
|
2014-01-07 20:55:50 -05:00 |
KeySync.java
|
Made KeySync use keybinds instead of defaults
|
2013-12-26 12:02:17 -05:00 |
Mekanism.java
|
Finish Salination Controller rendering, start work on a separate Salination Controller block.
|
2014-01-16 22:49:48 -05:00 |
ObfuscatedNames.java
|
Added in a recipe handler for the Chemical Oxidizer
|
2014-01-09 18:06:44 -05:00 |
OreHandler.java
|
Kill off wires for the last time, fix up jetpacks
|
2013-12-05 21:10:15 -05:00 |
PacketHandler.java
|
Rename Object3D to Coord4D, work on balloons
|
2013-12-20 16:09:09 -05:00 |
RobitAIFollow.java
|
Organized some classes, began work on balloon entity connections
|
2014-01-07 20:55:50 -05:00 |
RobitAIPickup.java
|
Organized some classes, began work on balloon entity connections
|
2014-01-07 20:55:50 -05:00 |
SideData.java
|
Re-add EnumColor to API!
|
2013-12-01 00:03:40 -05:00 |
Teleporter.java
|
Rebase for new workspace (sorry)
|
2013-06-28 18:01:00 -04:00 |
ThreadGetData.java
|
A bit more organizing, nothing API related
|
2013-08-26 18:57:08 -04:00 |
Tier.java
|
A few bug fixes
|
2014-01-15 17:36:38 -05:00 |
Version.java
|
v5.5.6 Beta #24
|
2013-06-29 17:24:54 -04:00 |