Commit graph

15 commits

Author SHA1 Message Date
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 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 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 232bef3db6 v4.1 Beta
*Merged all machines into a single class.
*Merged all machines to use a single block ID.
*Set up a new machine recipe system to take in 2 itemstacks instead of
1 int and 1 itemstack.
*Updated machine field names.
*Removed old block classes, including BlockCombiner, BlockCrusher,
BlockEnrichmentChamber, and BlockPlatinumCompressor.
*Removed old machine recipe classes.
*Removed sound system, will come at a later date.
*Set up a new ore handling system.
*Updated configuration for new IDs (3000-3003).
*Set up new GUI IDs to replace old random ones.
*Updated javadocs.
*Updated machine facing system.
*Implemented IWrenchable in TileEntityMachine, IC2 wrenches can change
facing of machines now.
*Added macerator recipes for more OI items.
*Added IC2 mass fabricator boost with Enriched Alloy (100,000 ticks).
*Updated IC2 hooks system.
*Removed unnecessary imports.
*Updated a bunch of recipes, check them out on PMC.
*Updated metadata IDs in MultiBlock.
*Updated machine overall code.
2012-09-25 15:15:47 -04:00
Aidan Brady 435fd3e24a v4.0.8 Release
*Moved to a new packet handling system.
*Fixed machines not being resistant to TNT.
*Fixed other blocks not being resisitant to TNT.
*Fixed machines breaking instantly.
*Fixed other blocks breaking instantly.
*Lowered machine block hardness and resistance.
*Cleaned up javadocs and proxy.
2012-09-20 09:59:30 -04:00
Aidan Brady a4f7d615a3 v4.0.6 Release
*Merged all block sprites into "terrain.png."
*Fixed Obsidian Bow texture.
*Merged Platinum Ore, Platinum Block, Redstone Block, Refined Obsidian,
Coal Block, and Refined Glowstone into a single block ID.
*Added separate thread for retrieving news and newest version.
*Lots more javadocs!
*Started work on sound system.
*Made tile entity handle machine facing.
*Added NBT storage to save currentItemBurnTime, isActive, and facing.
*Fixed packet system to retrieve block state from server on game
startup.
*Fixed block direction and isActive state not being loaded on game
startup.
*Only TileEntityMachine handles NBT saving/loading now.
*Fixed strange characters in version number retrieving.
*Added Forge Configuration support instead of generic Properties.
*Renamed ThreadServerData to ThreadSendData.
*Fixed double name-adding for Redstone Block.
*Changed version number to 4.0.6.
2012-09-08 12:48:24 -04:00
Aidan Brady fe81eafe7e v4.0.5 Release
*Drastically cleaned up code.
*Added more javadocs.
*Added simple tile entity networking system.
*Fixed machine remaining in active position even when it's off.
*Fixed platinum ore not spawning.
*Increased platinum ore generation from 8 blocks per vein to 16.
*Increased platinum ore generation from one vein per chunk to 3.
*Created simple machine API to allow for easier additions.
*Recoded packet system to work efficiently.
*Added INetworkedMachine interface for better machine networking.
*Added and fixed IC2 hooks, Iron Dust and Gold Dust are now
synchronized between OI and IC2.
2012-09-03 12:11:25 -04:00
Aidan Brady a7c52eefe7 v4.0.5 Beta #1
*Update FML
*Fix server side errors
*Updated machine code
*Bugfixes
2012-08-30 19:27:35 -04:00
Aidan Brady 3e0d6d750d Version 4.0.4 Beta #1
Added progress info on Theoretical Elementizer.
Better active/inactive machine code.
I like ObsidianIngots better than ObsidianIngotsCore!
Official IC2 support.  I think I've perfected it.
When you open the Credits GUI while holding a block, the block will no
longer place.
Fixed glitchy Steve's Stopwatch, Lightning Rod, and Weather Orb.
The 'Weather Orb' text is now placed correctly.
Minor bugfixes.
2012-08-26 09:48:42 -04:00
Aidan Brady def4c15277 Cleanup #2
Reverted switch statement change, ended up doing more harm than good.
2012-08-23 20:04:52 -04:00
Aidan Brady f6a8a49785 Rename ObsidianIngots-ObsidianIngotsCore, clean up code. 2012-08-21 12:25:58 -04:00
Aidan Brady 9f9ec72e33 v4.0.3 Release
More bugfixes!
*Fixed bug where machine suddenly becomes inactive.
*Fixed boolean properties being loaded as false on mod's first run.
*Touched up on property code.
*Fixed crash when two different machines are placed next to each other.
*Machine code updated again, added isActive check for better on/off
handling.
*Made properties file universal -- both client and server.
*Prepared work for Forge's OreDictionary and ObsidianIngots API.
***WILL BE RELEASED SOON!***
2012-08-20 20:34:24 -04:00
Aidan Brady 271335b1dd Fixed errors with server data thread
No longer crashes when finished sending server data.
2012-08-17 19:53:42 -04:00
Aidan Brady f3102fd25c v4.0.0 Beta #3 (Build 1)
Added in Theoretical Elementizer block to replace LifeBlock.
Touched up on machine block code.
Fixed GUIs on Enrichment Chamber and Combiner.
Added Enriched Alloy.
Basic bugfixes
2012-08-16 21:46:21 -04:00
Aidan Brady 37dbadc0a5 Rebase for 1.3.2
Updated Methods to work with 1.3.2
2012-08-15 16:41:41 -04:00