- 3607da2 implemented settings for tcp part of internet cards, renamed the http section to internet and renamed to contained settings to make it cleared they belong to the http part of the card; added missing require to pastebin program by Florian Nücke · 11 years ago
- 51b2f05 added gui elements to server rack gui to adjust wireless range of server racks; server racks now draw energy each tick, depending on the strength of the set wireless signal, for each running server in the rack. cost computes based on the wireless cost settings of wireless cards; changed rack recipe a little to include a wireless network card by Florian Nücke · 11 years ago
- 125cede made server rack a power distributor; added buffer to distributor sides and setting for buffer size. this allow directly connecting two distributors without additional storage capacity in the network between them (such as capacitors); added recipes for new ram, cpus rack and server; renamed oredict entries to follow a NameTierX pattern instead of NameBasic...NameElite; minor recipe adjustments by Florian Nücke · 11 years ago
- 48da13c Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into 1.2 by Florian Nücke · 11 years ago
- ad0e914 adjusted memory for tiered slots; adjusted settings for additional memory tiers and added compatibility check for older configs by Florian Nücke · 11 years ago
- 72751b1 added power consumption for sending messages via the abstract bus; limiting size of packets sent over the abstract bus (like normal network packets) by Florian Nücke · 11 years ago
- 3b59b53 added setting to allow logging of tracebacks for exceptions that occurred in Lua callbacks (disabled per default to avoid spamming the log with InvalidArgumentExceptions and the like); moved argument parsing and result pushing to extended lua state and added capability to push maps as tables, meaning callbacks can now return maps, too by Florian Nücke · 11 years ago
- d026b61 added setting to allow enabling bytecode loading. use this at your own risk, and only if you're aware just how exploitable this can be... closes #58 for now by Florian Nücke · 11 years ago
- 852a475 fixed config comment by Florian Nücke · 11 years ago
- b515484 configurable paste shortcut, very rudimentary but better than nothing. closes #54 by Florian Nücke · 11 years ago
- 7c8e1dc added setting to control timeout of http requests; pushing http request results directly as binary chunks now (of length misc.maxNetworkPacketSize), closes #21 and fixes #33 by Florian Nücke · 11 years ago
- da65e7f Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into 1.1 by Florian Nücke · 11 years ago
- ca52ec3 option for clients to select whether text on screens should be anti-aliased or not by Florian Nücke · 11 years ago
- f8329df Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into robot_components by Florian Nücke · 11 years ago
- 22bcc57 moved example whitelist entries to comment so we default to using the blacklist as suggested in #19; better message when http api fails parsing binary data (see #21) by Florian Nücke · 11 years ago
- 9e87548 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into robot_components by Johannes Lohrer · 11 years ago
- 9a0ebf1 casting some black regex magic to format the render output of the typesafe config to make it feasible to write it back to file. the order still gets jumbled, but whatever. by Florian Nücke · 11 years ago
- 9ec6380 added Solar Generator Upgrade for robots, image still WIP by Johannes Lohrer · 11 years ago
- d395db6 corrected comment on screen power use in config by Florian Nücke · 11 years ago
- f1c94c2 fixed doc in config (user api stuff moved from os to computer) by Florian Nücke · 11 years ago
- 91219b5 changed 'computer' abstract block to redstone aware base block and renamed interfaces a bit; added new block for remote redstone i/o, basically like a redstone card, but as a block by Florian Nücke · 11 years ago
- eb15bf5 added buffer for converter (to allow directly connecting it to a distributor) and updated tooltip of distributor by Florian Nücke · 11 years ago
- 0a83286 better error reporting when out of power while booting a computer; providing some buffer in the converter to allow building a simple computer without needing a capacitor; scaling kernel ram when saving, to get somewhat equal usage when loading 64 bit save on a 32 bit vm or vice versa; reworking power distribution, integrating it into the network directly now; reworked distributor block to share energy between networks (balances such that each connected network has the same relative amount of energy); due to that change, added two functions to the computer api: energy and maxEnergy (as replacements for the power distributor component) by Florian Nücke · 11 years ago
- 3f40e58 increased suck and drop delays on robot; taking into account the tick that's "lost" by requiring the server thread to resume the robot in the delays to get the effective delay right (was one tick more than set in the config) by Florian Nücke · 11 years ago
- d1094c0 added setting to internally scale memory made available to lua vms on 64 bit machines, to make it less likely that programs will work in 32 bit but run out of memory on 64 bit machines by Florian Nücke · 11 years ago
- 59d16ea made power tick frequency configurable; added support for ThermalExpansion energy in power converter (untested) by Florian Nücke · 11 years ago
- c54f285 moved custom Lua methods from os table to new 'computer' table; some typos in config comments by Florian Nücke · 11 years ago
- 14f47fd clearing robot afterimages in a scheduled block update, which should be a bit more stable... should. minecraft. whatever; catching error in analyzer if node has no address; added setting to allow robots to ignore cobwebs, the most stupid invention ever (hardness of four without tools? seriously?), defaults to on; fixed threading issue with setBlockBoundsBasedOnState, hopefully resolving robot suicides by Florian Nücke · 11 years ago
- d17bc2e robot level has an influence on how fast robots can harvest blocks; max level is now technically 31 - i.e. robots can level up 30 times. if they're level 0 no level info is shown in tooltip. by Florian Nücke · 11 years ago
- bc8ebd2 using actual break time based on equipped tool for robots when breaking blocks; swing time is only used for attacking and extinguishing fires; fixed fire extinguishing by robots by Florian Nücke · 11 years ago
- 0403d5b basic robot leveling logic by Florian Nücke · 11 years ago
- cfb8849 split component.primary into component.getPrimary and component.setPrimary by Florian Nücke · 11 years ago
- 3d343ec fixed a typo in the robot lib; made count and space direct callbacks and allowing to specify a slot to check for (defaults to selected one); prioritizing living entities in robot detection and fixed entity detection sidedness; added simple excavation program; general cleanup by Florian Nücke · 11 years ago
- 3617b71 setting for whether lua gc should run each time the state is resumed; allowing to pass pitch in note block trigger to save a tick by Florian Nücke · 11 years ago
- 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