Commit graph

3729 commits

Author SHA1 Message Date
Aidan 71dcbd34fd Update README.md 2012-12-03 10:44:34 -05:00
Aidan Brady d8559e5f4d v5 Polish #4
*Fixed electricity handling.
*Touched up on GUIs.
*Added complete OreDict support.
*Javadoc touch ups.
*Started on Hydro Generator.
*Other minor bugfixes.
2012-12-03 10:10:48 -05:00
Aidan Brady 95eb7d24fb v5 Polish #3
*Fixed generator GUIs.
*Fixed all energy generation rates of generators.
*Merged all textures into a single file.
*Fixed energy duplication glitch.
2012-11-29 14:56:38 -05:00
Aidan Brady 2738ef955b v5 Polish #2
*Fixed Atomic Dissassembler name.
*Fixed Energy Cube GUI.
2012-11-29 10:41:37 -05:00
Aidan Brady 36ea2bdb43 v6 Polish #1
*Fixed Forestry integration.
*Fixed being able to smelt all dusts into Platinum Dust.
*Fixed being able to smelt all ores into Platinum Ingots.
*Fixed Platinum Ore smelting recipe returning 2 Platinum Ingots.
*Fixed crash when using Steve's Stopwatch.
*Fixed client failing and textures glitching when using Steve's
Stopwatch.
*Fixed being able to set machines,' Advanced Solar Generators,' and
Bio-Generators' orientation upwards.
*Made Solar Generators be shaped like slabs.
*Finally cleaned up tool and armor code.
*Started work on Steel Tools and Armor.
*Made client-to-server data transfer only work if Minecraft's snooper
function is enabled.
2012-11-28 20:03:55 -05:00
Aidan Brady 03f701d200 v5 Pre-Release #5
*Minorly cleaned up Energy Cube blockBreak() code.
*Made Energy Cube block corresponding ItemBlock with correct tier and
electricity information.
*Fixed machines not being removed from the IC2 E-net.
*Fixed error when taking an empty gas tank off the creative menu.
*Removed Energy Orb and Energy Cube code.
*Redid several recipes, added crafting recipes for Energy Cube tiers.
*Updated several javadocs.
*Fixed getEnergyCubeWithTier() to work correctly and efficiently.
*Fixed Energy Cube's getUnchargedItem() not setting the correct tier.
2012-11-28 11:26:52 -05:00
Aidan Brady b6d61b1583 Removed UE API from repo. 2012-11-28 10:34:02 -05:00
Aidan Brady 4efea54c74 v5 Pre-Release #4
*Removed extenal APIs from repo, as Mekanism no longer works in a
Jenkins-based build system.
*Removed Oxygen and Hydrogen tank -- made a single Storage Tank that
can store any type of gas.
*Updated javadocs in IStorageTank to match it's new universal state.
*Fixed Gas Tank GUI not opening.
*Removed Power Units and Energy Cubes/Tablets/Orbs.
*Added Energy Cubes -- blocks that work as batteries when in their item
form, and when placed, have all the data they had in an item form.
2012-11-28 10:33:34 -05:00
Aidan Brady 8ae6207eac v5 Pre-Release #3
*Renamed RenderHandler "BlockRenderingHandler."
*Added basic item rendering functionality, thanks to @CovertJaguar's
help.
*Merged all generators into a single block ID.
*Fixed NPE when lauching game before data has been retrieved from
server.
*Renamed NuclearCore to AtomicCore.
*Renamed NuclearDisassembler to AtomicDisassembler.
2012-11-26 19:18:50 -05:00
Aidan Brady e1167f04f3 v5 Pre-Release #2
*Separated the mod into 3 different modules.
*Fixed SMP crash.
*Fixed crash when right-clicking Advanced Solar Generator.
*Removed energy system, now uses UE energy system.
*Reduced energy generation for machines.
2012-11-25 10:45:00 -05:00
Aidan Brady e5b57c3c66 v5 Pre-Release #1
*Added missing javadocs.
*Fixed incomplete/misleading javadocs.
*Removed unneeded imports.
*Moved EnumGas to it's own class in mekanism.api.
*Fixed Refined Obsidian GUI.
*Made Energized Bow store it's fire state in NBT.
*Fixed Advanced Solar Generator GUI.
*Fixed crafting recipes and removed old Ore Dictionary registrations.
2012-11-22 21:22:11 -05:00
Aidan Brady 35b6e52fa8 v5 Beta #11
*Updated to MC 1.4.5.
*Migrated to Forge's new liquid system.
*Updated Railcraft API.
*Updated BuildCraft API.
*Updated IC2 API.
*Updated UniversalElectricity API.
2012-11-21 11:38:37 -05:00
Aidan Brady 6bf781c7df v5 Beta #10
*Added BioFuel.
*Added Bio-Generator.
*Added Advanced Solar Generator.
*Added unofficial build of Control Panel.
*Added Gas Tank.
*Added RenderHandler for managing Mekanism models.
*Added new crafting recipes.
*Renamed MultiBlock to BasicBlock.
*Added new Block IDs to config.
2012-11-21 10:14:44 -05:00
Aidan 273f3db6fa Update README.md 2012-11-16 11:16:24 -05:00
Aidan Brady 5ce67dd46b v5 Beta #9
*Bumped animation textures to 32x32.
*Added default parameter to TabProxy.tabMekanism().
*Added additional info to Machine/GeneratorType for better handling of
metadata.
*Added Reinforced Iron, a stronger version of an Iron Block.
*Updated onBlockActivated() code to function correctly.
*Added feature for a generator or power unit to be placed facing up or
down.
*Cleaned up GUI access/handler code.
*Fixed electric machine shift-click bug.
*Added Diamond Dust.
*Fixed Energized Bow continuing to fire after it's energy is depleted.
*Added HP information to armor and tools.
*Fixed slot parameters.
*Overhauled packet system.
*Cleaned up tile entity hierarchy.
*Added BuildCraft liquid support to Heat Generator to allow energy
generation with both BuildCraft's fuel buckets and liquid fuel.
*Fixed texture preloads.
*Added Electolytic Separator -- a machine that separates hydrogen and
oxygen molecules from water.  It accepts water from BuildCraft pipes.
*Added Hydrogen Generator -- a generator that by default generates 128
u/t, but has boosts by the block's height of up to 512 u/t.
*Added Solar Generator, a generator that produces 32 u/t when it can
see the sun.
*Added Gas API!  Simple gas management that allows for both storage of
gas in items, blocks, and transfer between themselves.  So far
implemented gasses are oxygen and hydrogen.
*Added LiquidSlot for easy management of liquid in tile entities.
*Added Hydrogen Tank and Oxygen Tank items.
*Added BuildCraft hooks.
*Fixed zombies and skeletons spawning with Obsidian Armor, and lowered
chances of spawning with any armor.
*More OreDictionary registrations to fix IC2's different dust names.
*Fixed some javadocs.
*Added 'Solar Panel' item as a crafting element for a Solar Generator.
*Minor bugfixes.
2012-11-15 15:04:15 -05:00
Aidan 174210ff8b Update README.md 2012-11-08 21:23:29 -05:00
Aidan Brady 6c84f231f8 v5 Beta #8
*Updated textures.
*Added IMachineUpgrade for custom tick reductions/energy boosts.
*Added 'canBeCharged()' and 'canBeDischarged()' to IEnergizedItem for
use by items that aren't storage units.
*Updated IElectricMachine for API compatibility.
*Added chance of mobs to spawn with Mekanism armor.
*Finished Nuclear Disassembler and added textures.
*Changed Obsidian Bow to Energized Bow, it now runs off of energy and
can change between fire and non-fire mode.
*Added nuclear core part.
*Added recipes for Nuclear Core and Nuclear Disassembler.
*Updated recipe for Energized Bow.
*Mekanism.class is now hooked with Forge's EVENT_BUS.
*Updated item IDs.
*Updated Creative Tab.
*Touched up on item energy system.
2012-11-08 21:22:18 -05:00
Aidan Brady f413018df4 v5 Beta #7
*Moved all resources to a unique package.
*Added javadocs for TabProxy.
*Boosted energy generation for Heat Generator.
*Removed texture preloads for animated FX.
*Made SoundHandler tick all sounds independently with an ArrayList.
*Fixed credits GUI pausing game.
*Added mekanism version, OS name and OS version to server data.
2012-11-07 15:01:46 -05:00
Aidan Brady 873ae2f5cf *Registered dusts and ingots with the Forge Ore Dictionary.
*Updated notifications.
*Add missing @Override statements.
2012-11-06 20:44:59 -05:00
Aidan Brady b699e34b0e v5 Beta #6
*@Override on inherited methods for all you trolls.
*TabProxy API to use the Mekanism creative tab.
*Removed useless javadocs.
*Fixed swords not being damaged when breaking blocks.
*Fixed console spam.
*Reduced machine packets.
*Removed useless weather orb and stopwatch GUI Code.
*Fixed sound bug.
2012-11-06 10:44:14 -05:00
Aidan Brady e3e0befa30 v5 Beta #5
*Updated names to Mekanism.
*Package name updates.
*Minor bugfixes.
2012-11-05 14:29:04 -05:00
Aidan Brady 6cdf2fbd0b v5 Beta #4
*Fixed glitchy volume updating.
*Updated EnumColor references.
*Removed 'update' command from server.
*Added 'latest' command to help.
*Fixed SMP crash when referencing TileEntityBasicMachine.
*Made audio only function client-side.
*Updated field and method names due to Forge update.
*Tool code cleanup -- more to come next beta.
*Removed ModLoader references.
*Removed unneeded imports.
*Various bugfixes.
2012-11-05 10:52:56 -05:00
Aidan Brady 3f636fd70d v5 Beta #3
*Started work on Control Panel GUI.
*Created 'IAccessibleGui' interface for Control Panel.
*Updated MachineryManager.
*Fixed SMP crash when localizing creative tab.
*Updated machine upgrade API.
2012-11-05 10:46:50 -05:00
Aidan Brady 711e6279a2 v5 Beta #2
*Removed all hawk-related stuff.
*Updated textures.
*Added animation when using lightning rod.
*Merged all ingots into a single ID.
*Merged all dusts into a single ID.
*Updated MachineryManager to function correctly.
*Various bugfixes.
2012-11-02 22:27:30 -04:00
Aidan Brady 8b2a156f79 v5 Beta #1
Here you go, elusivehawk.

changelog later.
2012-11-01 21:30:40 -04:00
Aidan Brady d7782bcdec v4.3 Ninjafix #2
*Added missing javadocs.
*Fixed energy transfer system.
*Fixed packets sent every tick.
*Fixed BC hooks.
*Fixed broken sounds.
2012-10-31 10:49:04 -04:00
Aidan Brady fe1fdd5130 v4.3 Ninjafix #1
*Fixed bad version number.
*Fixed incorrect creative tab label name.
*Fixed IEnergizedItem javadoc.
*Fixed machines having infinite energy when an energy device runs empty.
*Fixed sounds not working for machines.
*Fixed packets getting called every tick, increased timer packets to
once per second.
2012-10-30 00:14:25 -04:00
Aidan Brady e885dd64d4 v4.3 Release
*Gave all items and blocks their own special creative tab.
*Removed items and blocks from MC creative tabs.
*Buffed energy system to fix energy duplication glitch.
*Polished Power Unit and Generator GUIs.
2012-10-29 21:13:40 -04:00
Aidan Brady 1be888ca88 v4.3 Beta #1
*Updated mcmod.info.
*Removed PlatinumCable both physically and code-ly.
*Completely refactored TileEntity hierarchy *again* to make code more
efficient.
*Fixed container bug.
*Fixed GUI text not rendering.
*Added missing javadocs.
*Removed unused and unneeded code.
*Added Generator base for making Obsidian Ingots generators.
*Added Heat Generator, a block that generates energy with heat.
*Doubled Platinum Ore generation.
*Fixed energy devices to only have a max damage of 100.
*Fixed energy devices not working in SMP.
*Updated ITileNetwork with new packet changes.
*Other various bugfixes.
2012-10-28 18:18:23 -04:00
Aidan Brady 7e4f1e7a1b v4.2.3 Release
*Updated to 1.4.2.
*Add 'getMaxEnergy' command to machines and power units.
*Add 'getEnergyNeeded' command to machines and power units.
*Add crafting recipes and creative tab assignment for machine upgrades.
*Add power transfer system for power units, so energy can be
transferred without needing UE, IC2, or BC.
*Bugfixes.
2012-10-25 17:55:35 -04:00
Aidan d8634f5615 Update README.md 2012-10-24 19:24:57 -03:00
Aidan Brady 183fe56e2c Readme for all you who want it 2012-10-24 18:20:12 -04:00
Aidan Brady 71b71613ba Removed unneeded imports and getDescriptionPacket() method 2012-10-24 16:37:51 -04:00
Aidan Brady abbe19d4e5 v4.2.3 Beta #4
Didn't have a chance to give a changelog yesterday!  Here you go…
*Updated BuildCraft API
*Updated UE API
*Added support for UE joules instead of watt hours.
*Fixed slow energy transfer between IC2 and BuildCraft machines/energy
storage blocks.
*Recoded IC2 energy transfer system.
*Fixed NPE when loading a machine if you don't have UE installed.
*Implemented BC support for machines.
*Machines now accept power from both IC2 cables and UE wires.
*Merged many methods and fields into TileEntityBasicMachine.
*Updated IElectricMachine with IC2/BC/UE energy transfer interfaces.
*Added UE to ObsidianHooks.
*Other minor bugfixes.
2012-10-24 16:13:24 -04:00
Aidan Brady 8a3f374cb6 Unstable build, hoping Matt can help me out
Changelog revealed next beta!
2012-10-23 21:16:16 -04:00
Aidan Brady 152cbc9ac2 v4.2.3 Beta #3
*Fixed machines not invalidating when destroyed.
*Fixed advanced electric machines not accepting energy upgrades.
*Fixed theoretical elementizer progress not updating with speed upgrade.
*Removed unneeded methods from IElectricMachine.
*Renamed 'getScaledChargeLevel()' to 'getScaledEnergyLevel()'
*Completely refactored GUI code on machines.
*Added energy meter to all machines.
*Fixed minor GUI bugs.
2012-10-23 09:23:23 -04:00
Aidan Brady 8384fdd064 v4.2.3 Beta #2
*Fixed animated textures.
*Added 'latest' command.
*Added energy logo to Enrichment Chamber and Crusher GUI.
*Added upgrade slot to all machines.
*Added machine upgrade system.
*Added Speed, Energy, and Ultimate upgrades.
*Added PaulsCode-based sound system.
*Added sound effects to machines.
*Updated tile entity code.
*Removed more default parameter names.
*Added lots of javadocs, specifically to PacketHandler.
*Fixed EnumColor object.
2012-10-21 21:29:26 -04:00
Aidan Brady 0b81562191 Moved textures to '/textures,' removed RenderObsidianArrow 2012-10-18 15:25:15 -04:00
Aidan Brady 7753eba45f v4.2.3 Beta #1
*Moved setup to init(), saved preInit() for registering the
configuration.
*Removed Obsidian Arrows.
*Gave the Obsidian Bow an animation.
*Fixed '/oi' command and added some more parameters.
*Arrow launched from Obsidian Bow catches on fire, instead of it only
lighting a mob on fire.
*Bumped version to 4.2.3.
2012-10-18 10:26:34 -04:00
Aidan Brady 4cd39ad1fa Added logo and API to project for Jenkins. 2012-10-17 15:55:29 -04:00
Aidan Brady dc0bc5c508 v4.2.2 Release 2012-10-17 15:19:31 -04:00
Aidan Brady c8454c1808 v4.2.2 Beta #5
*Touched up on parameter/variable names again.
*Renamed ObsidianUtils method 'doExplosion' to 'doFakeEntityExplosion.'
*Added method 'doFakeBlockExplosion' to ObsidianUtils.
*Code cleanup.
*Removed GuiEnrichmentChamber, GuiPlatinumCompressor, GuiCombiner, and
GuiCrusher classes.
*Added GuiElectricMachine and GuiAdvancedElectricMachine classes.
*Renamed 'INetworkedMachine' to 'ITileNetwork.'
*Touched up on BC Power Unit system.
*Updated TileEntities to use new GUI System
*Merged several TEEM and TEAEM fields and methods into TEBM.
*Updated MachineryManager -- added 'destroyAll' method.
*Updated throwing knives, removed unneeded PhysicsHelper.
*More javadocs.
2012-10-17 14:46:27 -04:00
Aidan Brady 25a47a34c1 v4.2.2 Beta #4
*Upgraded versioning.
*Added MachineryManager to open up future opportunities.
*Bumped version to 4.2.2, I forgot to on last commit.
2012-10-15 11:51:13 -04:00
Aidan Brady cd6f1a4cae v4.2.2 Beta #3
*Code cleanup, first attempt to remove all MCP 'parX' rubbish.
*Added 'ItemRetriever' class to get items/blocks out of the
ObsidianIngots class.
*Changed API package to 'obsidian.api.'
2012-10-13 21:48:29 -04:00
Aidan Brady b8781cc3e4 v4.2.2 Beta #2
*Fixed BuildCraft energy injection.
*Removed unneeded import.
*Removed unused textureIndex field in BlockMachine.
2012-10-09 18:35:19 -04:00
Aidan Brady e12825cccc v4.2.2 Beta #1
*Fixed redstone advanced machine container bug.
*Removed unused methods from IEnergizedItem.
*Added 'IPeripheral' CC support to IElectricMachine.
*Removed tile entity-based texture system.
*Fixed advanced electric machine active update.
*Moved to TextureFX for machine animations.
*Removed old textures from terrain.png and added new pictures for all
animations.
*Added CC support for machines and power units.
*Removed texture preloads for non-existant textures.
*Bumped version to 4.2.2!
2012-10-09 16:27:10 -04:00
Aidan Brady 5f557269be v4.2.1 Fix #1
*Fixed redstone shift-clicking bug.
*Removed TileEntityMachine.java.
*Packet code fix.
2012-10-04 20:18:20 -04:00
Aidan Brady ce06787920 v4.2.1 Release
*Fixed GUI not showing up for Refined Obsidian.
*Fixed brightness for incorrect blocks.
*Fixed no shift-clicking support for output slots.
*Added core color support.
*Re-added color for Theoretical Elementizer, Credits GUI, and update
notifications.
*Renamed ThreadUpdate to ThreadClientUpdate.
*Added server update thread.
*Added Obsidian Ingots server command handler.
*Added server command 'oi.'
*Added server command 'oi update.'
*Touched up on GUI and Container code.
*Fixed NPE on loading NBT data when BuildCraft isn't installed.
*Fixed charging/discharging IC2 batteries not working.
*Added getDisplayedEnergyNoColor() method.
*Various improvements and fixes.
*Bumped version to 4.2.1.
2012-10-03 15:12:17 -04:00
Aidan Brady 44bb93be1e v4.2.0 Beta #1
Sorry, changelog is too big.  To be precise, *ENERGY.*
2012-10-02 14:39:40 -04:00
Aidan Brady 4479f8becf v4.1.0 Release
*Added Railcraft hooks.
*Added Railcraft hook for Obsidian Dust.
*Fixed possible IC2 implementation crash.
*Added obsidian ingot -> obsidian dust Crusher recipe.
2012-09-25 19:32:02 -04:00