Skip to content

Releases: MightyPirates/OpenComputers

Version 1.6.0 - Guybrush Threepwood

12 Nov 14:47
Compare
Choose a tag to compare
  • Added: Rack mountable floppy disk drive.
  • Added: Ability to interact with some item inventories using the inventory controller.
  • Added: Support for RotaryCraft power (uses same conversion ratio as AE2).
  • Added: Possiblity to define a viewport on GPUs, allowing to copy data from off-screen for performance trickery.
  • Added: Cables will now remember which color they have and can also be dyed by being crafted with a dye.
  • Added: Reenabled IC2 integration on 1.8.9.
  • Added: Possibility to cycle through loot disks by crafting them with a wrench (wrench is not consumed).
  • Added: Device info API. Devices may now provide generic information, queryable via computer.getDeviceInfo().
  • Added: More helpful messages when trying to run a missing program (when possible) via the new computer.getProgramLocations() API.
  • Added: Trading upgrade, allows trading with villagers (Inari-Whitebear).
  • Added: Allow defining custom HTTP request headers (invliD).
  • Added: debug.playSoundAt (gamax92).
  • Added: Parameter to specify AE2 CPU to use when requesting crafting (habnabit).
  • Added: ThaumicEnergistics integration (DrummerMC).
  • Added: Dyeing of hover boots to change light color (Vexatos).
  • Added: Network activity indicator on servers (magik6k).
  • Added: Brazilian Portuguese translation (hws689).
  • Changed: Racks have been revamped. They can now house other things than servers and how things get connected is a lot more flexible now.
  • Changed: Remote terminals are now bound to remote terminal servers which are a new type of rack mountable.
  • Changed: Disk drives now also provide a component allowing to check for floppy presence and ejecting floppies.
  • Changed: Geolyzer scan area can now be customized to be an arbitrary cube instead of only columns. Total volume must not exceed column volume, though.
  • Changed: A couple of recipes. Introduced diamond shards/chips to avoid the massive diamond cost ramping of higher tier items.
  • Changed: New font for screens, unscii, sporting much better readability (asie). If you absolutely detest it even after giving it a fair chance, you can restore the old unifont one using a resource pack.
  • Changed: OpenOS got a major overhaul, in particular term related things, and also a few new built-in programs (payonel). This would deserve a changelog of its own, really...
  • Fixed: Pseudo-hangs when crafting a massive amount of a recipe that produces the same output as it has as input.
  • Fixed: A few GregTech recipes and related issues.
  • Fixed: Userdata handling in LuaJ.
  • Fixed: Power conversion for a couple of mods, oops.
  • Fixed: Performance issues caused by compressing data sent to clients too much.
  • Fixed: Performance issues caused by disk I/O when sending machine descriptor packets to clients (thanks to Player for pointing those two out to me; we need more BTMs).
  • Fixed: Updated LuaJ and fixed a few more bugs in it (gamax92).
  • Fixed: Mystcraft integration (ItsTheKais).
  • Fixed: Updated BC wrench integration.
  • Fixed: Robots being able to suck up certain flowing fluid blocks (effectively a liquid dupe bug).
  • Fixed: Generator eating container items if they weren't taken out in time.
  • Fixed: Disassembling tablets not dropping upgrade containers installed in them.
  • Fixed: Some broken saving logic in 1.8+ due to subtle lifecycle callback order changes.
  • Fixed: Fixed MCUs passing out messages other than network messages.
  • [API] Added: Added sided version of block drivers, deprecated non-sided one.
  • [API] Added: Processors/Memory may now define a provided call budget.
  • [API] Changed: Geolyzer related events due to custom scan area.

Version 1.6.0 Release Candidate 1

31 Jul 22:29
Compare
Choose a tag to compare
Pre-release

A couple more fixes, final round of testing.

Version 1.6.0 Beta 4

25 Jun 20:11
Compare
Choose a tag to compare
Version 1.6.0 Beta 4 Pre-release
Pre-release

A bunch of fixes. And the 1.10 port.

Version 1.6.0 Beta 3

12 Jun 19:32
Compare
Choose a tag to compare
Version 1.6.0 Beta 3 Pre-release
Pre-release

Now with the reworked install.lua and some save logic fixes in 1.8+.

Version 1.6.0 Beta 2

06 Jun 22:00
Compare
Choose a tag to compare
Version 1.6.0 Beta 2 Pre-release
Pre-release

Let's pretend that RC never happened. Not because it was broken, just because I did some things that need more testing again, so we're back to beta!

This is not final. In particular, this is still missing the rework of install.lua. Right now it's a bit annoying to work with the driver loot disks, since you'll have to copy over the files manually, if you don't want to have a couple of disk drives attached to your computers. Specifically, you'll need the internet, generator and data loot disks for the libs and programs that were probably magically appearing when their corresponding components were installed in a computer/robot/...

Version 1.6.0 Beta 1

12 Mar 14:33
Compare
Choose a tag to compare
Version 1.6.0 Beta 1 Pre-release
Pre-release

Make a backup before updating to the beta!

In particular if you're on 1.8.9, because remapping is apparently broken currently, meaning old server racks will go poof.

Full changelog when 1.6 gets released. This beta is to hopefully get some more people to break the current version.

Patch 1.5.22

31 Jan 19:34
Compare
Choose a tag to compare
  • Fixed things.
  • [MC 1.8.8/9] Fixed metadata computation of some rotatable blocks (e.g. screens, keyboards), leading to funky effects (them turning into blocks from other mods typically).

Updated 2016-02-07: Hotfix for new GC sandboxing breaking old OpenOS installations (and potentially other scripts). Please re-download. Terribly sorry about this!

Patch 1.5.21 Hotfix 1

29 Dec 23:11
Compare
Choose a tag to compare
  • Hotfix for TIS-3D integration, because obviously.
  • [MC1.8.8] JEI integration.
  • [MC1.8.8] Fixed rendering issue in JEI.

Patch 1.5.21

29 Dec 13:38
Compare
Choose a tag to compare
  • Added TIS-3D integration.
  • Updated Lua 5.3.

Also, most importantly: a build for Minecraft 1.8.8!

Patch 1.5.20

21 Nov 13:40
Compare
Choose a tag to compare
  • Added: compareStackToDatabase to inventory controller upgrade and transposer.
  • Added: Converter to expose enchantment info of item stacks.
  • Added: French localization of the ingame manual (Pyeroh).
  • Added: German localization of the ingame manual (Shadow1Raven).
  • Added: Setting to disable light emission of hologram projectors.
  • Changed: Updated to new Forestry API.
  • Fixed: Break speed of ForgeMultipart-ified cables.
  • Fixed: Hoverboots applying slowness debuff when power usage is disabled.
  • Fixed: Incompatibility with Chisel allowing chiseling chests into ender chests.
  • Fixed: Missing NBT check when merging item stacks collected by agents after breaking a block.
  • Fixed: Nanomachines not working in dimensions other than the overworld.
  • Fixed: Potential crash when using OC's commands.
  • Fixed: Potential crash with multiple chargers and chargees.
  • Fixed: Potential overflow when using stupidly large file system sizes in the config.
  • Fixed: Slightly higher latency in relays than intended.