OpenPeripheralAddons - changelog
0.6
-
Feature: add sensor function to scan single location
-
Feature: add information about block color to sensor scan result
-
Fix: filter garbage character when glasses keyboard is used on Macs
-
Fix: rare crash when attaching glasses to terminal
-
Fix: peripheral proxy ignoring TE changes without block change (should now fix vanilla furnace bug)
0.5.1
-
Fix: re-add
@Asynchronous
annotation on drawable delete
0.5
-
Feature: terminal glasses can be now merged (in crafting grid) with any helmet
-
Feature:
.clickable
on terminal glasses components
-
Feature:
glasses_drag
event
-
Feature: selector can be rotated around axis when pointing up or down
-
Fix: glitches when rendering items in terminal glasses
-
Fix: missing items on selector in fast graphics
-
Fix: missing texture warning when only OC is installed
-
Fix: PIM breaking animation
0.4
-
Feature: new shapes for glasses: point, line, line strip, triangle and polygons (+gradient versions)
-
Feature: Glasses in capture mode can now control Minecraft's GUI elements (like hotbar) visibility
-
Feature: ItemIcons now have controllable damage bars and quantity indicators
-
Feature: glasses can now listen to all chat commands (new event glasses_chat_message)
-
Fix: missing alignment methods on terminal glasses
0.3.1
-
Feature: sensor can now scan items on ground, item frames, paintings
-
Fix: ghost terminal glasses objects after relog
0.3
-
Feature: wireless keyboard (allows using mouse and keyboard directly with glasses)
-
Feature: anchors (allow positions elements in screen corners and middle)
-
Feature: item selector peripheral (contributed by thraaawn)
-
Feature: visibility attribute on glasses components
-
Feature: glasses objects can be rotated
-
Feature: glasses objects now have userdata (storage for any data)
-
Fix: glasses terminal don't reset terminal id when dropped and placed
-
Tweak: changes recipes to no longer include ComputerCraft items
-
Note: glasses events have been changed to match newly added ones!
0.2.0
-
Port to Minecraft 1.7.10
-
Fix: limit update rate on glasses (player now has to call .sync() to make changes visible)
-
other random stuff I don't remember
0.1.5
-
Fix: implement entity sensor range
-
Fix: sensor turtle crashing when block was disabled
-
Tweak: reduce amount of block updates for proxies
0.1.4
-
Feature: ComputerCraft 1.6 compatible version
-
Fix: terminal glasses not resetting on player logout
-
Fix: chaining proxies causing crash
0.1.3
-
Fix: sideness bug in in Drawable.Icon
0.1.2
-
Fix: sensor.sonicScan returning empty list
-
Fix: PIM dropping items
-
Fix: Peripheral Proxy getting stuck after block is broken
-
Fix: terminal glasses now render items same way as other GUIs
0.1.1
-
Feature: player_on event from PIM now contains player name
-
Fix: All objects returned in terminal glasses API now have listMethods (same format as peripherals)
-
Fix: missing delete method on terminal glasses drawables
-
Fix: sensor method not OnTick synchronized (potential crash)
-
Fix: recipe conflict (antenna with glider wing from OB)
-
Fix: peripheral proxy not working
-
Fix: crash when saying message prefixed with $$ without glasses
-
Tweak: PIM rendering