- a764a8a trying to get a little bit of... structure into image names; cleaned up some shell stuff; added pastebin downloader by Florian Nücke · 11 years ago
- d867b05 automatically trying all faces if none is specified for use, swing and place actions of robots; fixed target picking for robots by Florian Nücke · 11 years ago
- 083e7c2 added setting for size of tmpfs; enabled tag sharing for items after all, it's impossible/way too painful to get the tags and labels to display on the client reliably otherwise. fixed disks saving their content in their item nbt to make this not a huge problem (kinda hacky, but whatever) by Florian Nücke · 11 years ago
- 27e205d made floppy size configurable by Florian Nücke · 11 years ago
- ac0859a added packet size limit for network cards and a setting for that limit by Florian Nücke · 11 years ago
- fb6b92b removed power supply item and added generator upgrade for robots, which acts like an internal stirling engine (can eat fuel items and burn them for energy). per default slightly less efficient than a stirling engine; added api methods to interact with a robot's selected inventory slot (if the caller *is* a robot, otherwise does nothing) by Florian Nücke · 11 years ago
- 7d4f4c4 fixed charger not continuing after load; added particle effects on robots currently being charged by Florian Nücke · 11 years ago
- 643a25f more work on charger block; redid global power state synchronization for networks, now sending general state every 5% changes (for distributor block rendering e.g.) and sending more frequently only when necessary (e.g. gui of robots); removed the testing power generation from robots, they have to be charged at chargers now by Florian Nücke · 11 years ago
- c52e18a cleaned up synchronization in connector/distributor, i think; pausing computer in save to make sure it won't continue running until the whole world finished saving; started work on charger (robot loading block); reworked connector interface, changeBuffer now returns the delta that could not be applied and added new method tryChangeBuffer that will only apply the full delta or nothing, and return true if it worked, false otherwise by Florian Nücke · 11 years ago
- 9af2023 small method rename and checking for ownership before starting a computer by Florian Nücke · 11 years ago
- 3403396 playing with power numbers; fixed some converter bugs; added setting for a factor to apply to computer's running energy cost when they are sleeping (so they need less when they os.sleep(a long time); capacitor adjacency bonus and capacitor doesn't tick anymore; removed internal buffer form converter by Florian Nücke · 11 years ago
- ac5fe3c added capability to send http requests with wireless network cards, if allowed in the config (with domain white and black list); fixed nil printing when ls-ing an invalid dir, returning an error message instead; config doesn't support backslashes and since it might disappear in the future, anyway, I decided to switch to the typesafe config library; renamed config class to Settings to avoid name conflicts with typesafe config by Florian Nücke · 11 years ago