Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

Search the Community

Showing results for tags 'Release'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • OpenComputers
    • Announcements
    • Feedback
    • IRC
  • Code Central
    • Support
    • Showcase
    • Tutorials
  • Addons & More
    • Addons Mods
    • Architectures
    • OpenEngineering Task Force
  • General
    • Lounge
    • Forum Games
    • Showcase
    • Servers
  • Archives
    • Public Archives

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Minecraft


GitHub


IRC


Fediverse ID


Location


Interests

  1. Here it is, finally, this is OC 1.3! As always, remember to make a backup of your world before updating. This is particularly true when updating from OC 1.2! Everything should carry over without breaking, no blocks or items should disappear. However, all running computers will stop, and will now need an OpenOS floppy to start (or hard drive with OpenOS installed on it; run the `install` program from the floppy). Robots will automatically converted to the new "format" to be equivalent in functionality to how they were before. The wiki on Github is still a bit behind, in particular regarding
  2. Version 1.3.1 is out, it's a pure bugfix release. As always, remember to make a backup of your world before updating. Download for MC1.6.4 Download for MC1.7.2 Download for MC1.7.10 Fixed screen.getKeyboards() for multi-block screens (edit: not fully, get newer build from Jenkins for this). Fixed recursive includes in recipe files. Fixed math.random() to fully behave like it does in vanilla Lua. Fixed a few potential crashes. [MC1.7] Fixed keyboard placement on semi-solid blocks (slabs and the like). [MC1.7] Fixed robot permission checks. [MC1.7.10] Updated to IC2 API version 2
  3. All right, here's another double release, a maintenance update for OC 1.2 that fixes one or two potential crashes, and the first release candidate for OC 1.3! As always, remember to make a backup of your world before updating. The wiki is not fully updated to represent the state of some Lua APIs in OC 1.3. I'll try to work on that over the weekend. @Modders: I'd like to encourage everyone who's using OC's API in their mod to start updating to the OC 1.3 API now. The changes are non-breaking for the most part, meaning you probably won't have to change your code. The breaking changes are docu
  4. Version 1.2.13 is now available. This is a bugfix release, and hopefully the last one for version 1.2. Updated StargateTech 2 API. Made side of robot charger only glow when powered. Probably fixed ATI/AMD driver crash. Fixed some derpiness in switches/access points. [MC1.7] Fixed OreDict+Case/Screen dyeing related crash. Some more small fixes. Download for MC1.6.4 Download for MC1.7.2
  5. The first beta release of version 1.3 is now available. It's been tested by a few people already, bringing it to the point where I feel relatively comfortable with releasing it to a larger audience. Do keep in mind that this is a pre-release. It may crash your computers and wreck your worlds. It may kill your pigs and eat your kittens. You have been warned. More than with normal releases, I have to stress that you really should make a backup of your world before updating, if it means anything to you. Also, expect incompatibilities with other mods for a while. There have been a few API chan
  6. Version 1.2.12 is now available. Fix for the fix in the last version... so many derps in so little time! Such value. Remember to backup your world before updating, just in case. Download for MC1.6.4 Download for MC1.7.2 Hotfix for a derp in 1.2.11, making addon components work again. This post has been promoted to an article
  7. Version 1.2.11 is now available. Some more fixes, one major fix in the class transformer. Remember to backup your world before updating, just in case. Download for MC1.6.4 Download for MC1.7.2 Added a sanity check to the class transformer to avoid crashes in certain cases (if parent classes of classes implementing `SimpleComponent` mark certain methods as final, specifically). This fixes a crash when OC is used together with the latest version of DragonAPI, for example. Improved fill rate computations of screens and using it to determine whether to render at all, improving frame rate fo
  8. Version 1.2.10 is now available. It's mostly minor fixes and improvements. Remember to backup your world before updating, just in case. Download for MC1.6.4 Download for MC1.7.2 Added 'note' API for easier interaction with computer speaker (thanks Vexatos). [MC1.7] Re-enabled/added FMP support. Fixed issues caused by TMI messing with base classes. Fixed some typos and minor bugs.
  9. Version 1.2.9 is now available. This is an important hotfix for 1.2.8, fixing robots. I'm so sorry. Remember to backup your world before updating, just in case. Download for MC1.6.4 Download for MC1.7.2 [MC1.7] Fixed robot.swing() when robots use a tool. Improved OpenIRC (thanks Techokami). Terribly sorry about that, seems I only tested robots without tools recently. This post has been promoted to an article
  10. Version 1.2.8 is now available. Lots of fixes and built-in low-quality PC speakers. Remember to backup your world before updating, just in case. Download for MC1.6.4 Download for MC1.7.2 Added computer.beep() method to trigger the audible bell, automatically triggered when a string containing \a is processed by term.write(). Added missing implementation for os.time(table). Added native support for FreeBSD. Allow system to catch 'too long without yielding' (thanks ping). Rebalanced servers a little, making T1 a little worse but allowing more cards in T2 and T3. Screens of the same tie
  11. Version 1.2.7 is now available. This is just a small update. Remember to backup your world before updating, just in case. Download for MC1.6.4 Download for MC1.7.2 Added possibility to configure some keys using Minecraft keybindings. Added tooltip to make item costs in tooltip less secret-ish. Added "blue screens", displaying errors leading to computer crashes on attached screens if possible. Added possibility to place tier 1 and 1.5 RAM into robots' upgrade slot. Fixed a crash when updating from certain versions and having an old config around. Fixed potential server crash (MC1.7).
  12. Version 1.2.6 is now available. More bug fixes, a couple of small additions. Remember to backup your world before updating, just in case. Download for MC1.6.4 Download for MC1.7.2 Added tier 1.5 RAM. Added creative tier case with all max-tier slots. This case also generates an infinite amount of energy. Added robot upgrade to place blocks in thin air (thanks Keridos). Added dyes being usable to change the color of computer cases and screens. Added hologram.copy, which is slightly more efficient than hologram.fill'ing the same area (for larger areas anyway). Added a setting whethe
  13. Version 1.2.5 is out now. Mostly bugfixes and mod inter-compatibility. Remember to backup your world before upgrading, just in case. Download for MC1.6.4 Download for MC1.7.2 Fixed log spam when IC2 is installed. Fixed potential crashes in power logic. Fixed NPE in serialization of broadcast packets in switch/access point. Fixed access points not directly relaying wireless packets and the way hub relay delays work Fixed potential ConcurrentModificationException in tick handler. Fixed path resolver in shell for relative paths. Fixed instability in color packing/unpacking. Fixed ch
  14. Version 1.2.4 is out now. Everything should update nicely, but remember to backup your world before upgrading nonetheless. Download for MC1.6.4 Download for MC1.7.2 Since I forgot to post about the release of 1.2.3, here is the combined changeset for 1.2.3 and 1.2.4! Added support for overriding files in the ROM. Place files into [saves]/[world]/opencomputers/rom/Lua to do so. Added sounds! Disk activity and computer running noise (volume can be changed in settings). Added proper support robot names. Change it using an anvil. Added floppies with programs as loot to dungeon chests
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.