- 5c81f83 Renamed capacitor upgrade to battery upgrade and introduced two additional tiers. Closes #280. by Florian Nücke · 10 years ago
- 9991f4a Should fix crash in native lib by avoiding the crashing JNLua metacall. by Florian Nücke · 10 years ago
- e77b6e5 Added capacitor upgrade. by Florian Nücke · 11 years ago
- 5fb147e Version bump. by Florian Nücke · 11 years ago
- d3aae03 moved things into separate folders to separate own source code from apis and libs; added a program to allow downloading files from the internet (called wget, although it's nowhere close) by Florian Nücke · 11 years ago
- 190d8e1 fixed bug in filesystem.mounts; autorun scripts can now also be called `.autorun` or `.autorun.lua`, to allow 'hidden' autorun scripts; filesystems do no longer count towards the component limit. this is to make utility filesystems feasible; internet card now also attaches a file system that contains internet library and specific programs (pastebin for now); robot also attaches an additional file system that contains robot specific library and programs (dig for now) by Florian Nücke · 11 years ago
- c96cc4f made names of items more homogenous. no more prefixes, writing tier as postfix where necessary, added tier to name of memory and hard drives by Florian Nücke · 11 years ago
- 37f8c4b fixed power converter not being properly cleaned up when broken; Lua: buffer won't allow writing after having been closed anymore; fixed server picking with analyzer (was upside down) by Florian Nücke · 11 years ago
- 1aafa96 updated ue api; added remark on single quotes to sh manpage by Florian Nücke · 11 years ago
- 121dce4 moved shell alias initialization to extra file; fixed edit manual (wrong parameter char) by Florian Nücke · 11 years ago
- e03bede removed superfluous (and potentially derping) % from package module by Florian Nücke · 11 years ago
- 0884a45 more ingame help topics, closing #15 (for now) by Florian Nücke · 11 years ago
- 48a4144 primitive ingame help system, still needs some more topics by Florian Nücke · 11 years ago
- 1f333cd piping data between programs seems to work. needs a lot of testing, though. by Florian Nücke · 11 years ago
- 588d1a7 basic redirect support in shell, changed programs to use io.write instead of print to support their output being redirected; arguments in the shell can now be quoted by Florian Nücke · 11 years ago
- 3c1eaf1 properly handling errors in module loaders in package library (avoid lingering entry in "loading" table); throwing an error in robot library if its not a robot; automatically trying to load modules in interpreter (somewhat experimental) by Florian Nücke · 11 years ago
- ffa5a3c fixed creating symlinks and mounts in real folders to "break" the file system (in that the virtual node overwrote the real one), virtual and real fs nodes/directories should now mix well. by Florian Nücke · 11 years ago
- 9cc0a70 analyzer prints info on attached components; extracted program loading part from shell.execute into shell.load and changed running program tracking to be hierarchical based on coroutine ownership; using _PROMPT global in lua interpreter if set by Florian Nücke · 11 years ago
- 60d19c3 made the old recipe set the hardmode set and created a new, less complex default set. flattens recipes by not following an "upgrading" mechanic - i.e. tier 3 gpu doesn't require a tier 2 gpu and so on. also makes recipes a lot cheaper for the most part, not much to be done about that, but fits better with the simplicity anyway. by Florian Nücke · 11 years ago
- 4da0b3a displaying a short help message when starting the lua interpreter. by Florian Nücke · 11 years ago
- a6f7318 added debug.traceback by PixelToast · 11 years ago
- a88f844 made loadfile standard lua conformant in that it skips the first line in a file if it starts with a # by Florian Nücke · 11 years ago
- 9826245 added a bit of noise to the capacitor again, to make it fit better with the other blocks by Florian Nücke · 11 years ago
- 54652f4 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
- d920846 added a way to query the environments of running programs, returned as a second result from shell.running; made use of that in load and io.input/output to make them program sensitive by Florian Nücke · 11 years ago
- fc66b63 small fix to package lib; nicer error logging in autorun (location in lib shouldn't be in the message) by Florian Nücke · 11 years ago
- 16a6f69 wrapped some more functions to avoid LuaErrors being pushed to lua (i.e. userdata); added an init signal that's pushed after components are initialized, queuing autoruns until that arrives, makes autorun scripts less weird when rebooting (not having to do timer stuff in there e.g.) by Florian Nücke · 11 years ago
- fa6dae0 lua.lua now behaves closer to vanilla Lua's interpreter, meaning entering an expression like `1+1` now gives an error, you'd have to write `=1+1` to have the result of the expression returned and printed. by Florian Nücke · 11 years ago
- 6a86092 split read and write buffers in buffer module (problematic for read/write buffers, e.g. for sockets); automatically flushing the write buffer when reading now by Florian Nücke · 11 years ago
- 5bb699b gradient by PixelToast · 11 years ago
- 47d736b lighter by PixelToast · 11 years ago
- 83a11d8 improved capacitor textures by PixelToast · 11 years ago
- a0b5f3e Fixed package module to propagate erros from loading module by Wobbo · 11 years ago
- ee239fb cleaned up pastebin.lua a bit (indentation, general formatting) and fixed one or two bugs, as well as adding support for custom config and handling failed uploads ("Bad API request ...") by Florian Nücke · 11 years ago
- ec9b16d Update pastebin.lua by Vexatos · 11 years ago
- 9c023a7 underped socket read, was doing what the buffer already does but worse by Florian Nücke · 11 years ago
- 68d0955 fixed flushing in internet api by Florian Nücke · 11 years ago
- b8a4486 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
- 2ffa9db fixed internet api; shell.execute defaults to current env if none is specified; fixed texture load errors in preloader by Florian Nücke · 11 years ago
- feab38f Merge pull request #100 from Vexatos/patch-1 by Florian Nücke · 11 years ago
- a2d4eb8 Update de_DE.lang by Vexatos · 11 years ago
- 6e27dc1 changed PCB in gregtech recipe to use sulfuric acid instead of grog by Johannes Lohrer · 11 years ago
- 322e60f Well, this is German grammar! (Updated de_DE.lang) by Vexatos · 11 years ago
- 8df1fdf Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
- 94c3cc2 localized computer error messages and added explicit message when no cpu is installed, closes #96; cleaned up internet card's http logic a bit (since it should only ever be used by one computer at a time anyway it can be simpler than it was), and trying to persist its state (i.e. http request gets restarted after load automatically if it was running) by Florian Nücke · 11 years ago
- 7c4a539 Update shell.lua by Vexatos · 11 years ago
- 31f373d fixed wrong status bar message when opening file in edit by Florian Nücke · 11 years ago
- fb9d76d fixed internet library's request function, now properly waiting for first response event to tell whether it was a success or not, and not throwing from within the actual iterator function by Florian Nücke · 11 years ago
- f4a9d3d typo in german localization; adjusted other localizations for new analyzer message format by Florian Nücke · 11 years ago
- 0c7c61f Update en_US.lang by Vexatos · 11 years ago
- 6aa07dd Update de_DE.lang by Vexatos · 11 years ago
- c15ab89 Update de_DE.lang by Vexatos · 11 years ago
- e00aaa2 Update de_DE.lang by Vexatos · 11 years ago
- 8663261 Update en_US.lang by Vexatos · 11 years ago
- fcf9037 localization for a couple more messages, reworked analyzer interface while at it (since that was the way it was because i didn't know ChatMessageComponent back then); fixed autorun by Florian Nücke · 11 years ago
- 5063bc7 nerfed iron and redstone costs, increased paper cost (which shouldn't be a problem since sugarcane is practically and infinite resource); "preloading" textures used in gui and font renderer in the hopes of getting rid of the weird issue that occasionally textures were plain wait which could only be solved by restarting minecraft by Florian Nücke · 11 years ago
- c908e51 More commas in de_DE.lang by Vexatos · 11 years ago
- 20462cc fixed some more bugs in text (out = value instead of s(value), some concatenations instead of returns) and lua (missing require) by Florian Nücke · 11 years ago
- e4d2d7a a by PixelToast · 11 years ago
- baa0729 moar fix by PixelToast · 11 years ago
- 6a7dda6 feix by PixelToast · 11 years ago
- 3448b80 character limit by PixelToast · 11 years ago
- ad5d60c moar tabbing by PixelToast · 11 years ago
- 7653ba7 removed monsterous serializer by PixelToast · 11 years ago
- af96c4f easier method of removing a listener by PixelToast · 11 years ago
- 19b95a8 forgot one by PixelToast · 11 years ago
- ff4ac9e re underped serializer by PixelToast · 11 years ago
- 8b73f05 added serialization to lua by PixelToast · 11 years ago
- 99cfc97 underped text.serialize a bit by Florian Nücke · 11 years ago
- 5bdae0a added crafting recipe for remote terminal and internet card; allowing automated interaction with upgrade slot from the back of robots now; fixed iron nugget recipe, closes #88; fixed sided robot inventory interaction, I think (first four slots probably weren't accessible via automation) by Florian Nücke · 11 years ago
- 6931492 added info regarding built-in keyboard and screen components in server racks and how to bind remote terminals to servers to tooltips by Florian Nücke · 11 years ago
- 540a5cf major clean up, clearing up separation of "core" and additional stuff a little by introducing an interface that allows getting the orientation of the container for item components; little bit of refactoring; killed the util.Persistable trait, since it was only confusing and unneeded (I just didn't realize traits could extend classes back then) by Florian Nücke · 11 years ago
- 74a53be got luaj fallback working, still needs some more in depth testing by Florian Nücke · 11 years ago
- c1a7514 forgot to sort the boot scripts by Florian Nücke · 11 years ago
- 7f8f216 added basic support for symbolic links, pretty untested as of yet, though. they're kind of like mounts in that they have to be re-created after a reboot. by Florian Nücke · 11 years ago
- 9d5f449 bumped kernel version number (since there were massive changes, after all) and moved the actual string declaration to kernel (out of the shell program, totally forgot about that before) by Florian Nücke · 11 years ago
- 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
- 47396a2 taught edit to insert two spaces when tab is pressed. finally. by Florian Nücke · 11 years ago
- 0181ed3 making all already loaded modules available in Lua interpreter since that is meant for quick testing anyway, so the convenience is justified; cleaned up some by Florian Nücke · 11 years ago
- 4abc4b3 fixed possible NPE in computer stop; adjusted comments in kernel by Florian Nücke · 11 years ago
- 959e567 tcp connections for the internet card; reworked Lua bootstrapping a lot, now using package module where possible, and not injecting our custom modules into the global namespace by default. this WILL BREAK STUFF but if so it should be relatively simple to fix - just put a `local <x> = require("<x>")` on top of the borked script; renamed http lib to internet since it now also contains util methods for working on tcp sockets (wraps them as a [buffered] stream). more breaking. just rename all http references to internet and you're good. by Florian Nücke · 11 years ago
- 03ed617 moved http stuff to new extra card, the internet card 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
- c12a592 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into 1.2 by Florian Nücke · 11 years ago
- e042d16 using oc specific parameter checking function in package lib and adjusted error messages to be more consistent with vanilla Lua by Florian Nücke · 11 years ago
- aba968f converted package lib indentation to spaces to be consistent with other libs by Florian Nücke · 11 years ago
- 695ec80 Added package module to /lib by Wobbo · 11 years ago
- 0c464a7 better check for which terminal is allowed to talk to which server; added basic range check (range not yet configurable); some localization stuff by Florian Nücke · 11 years ago
- 0f067e3 remote terminal basic stuff. can be bound and used to control servers. servers simply have a neighbor visible built-in screen and keyboard for which the gui can be opened using the terminal item once bound. still missing a couple of checks. 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
- 65d951d added cpu slot to computer cases, computer cases now also require a cpu to define the number of components they support by Florian Nücke · 11 years ago
- 39d9b4e the side servers allow component connections from is now configurable via the gui (allows individual servers to control individual component subnetworks) by Florian Nücke · 11 years ago
- 775236d fixed localization names for server rack by Florian Nücke · 11 years ago
- 35f904d tile entity renderer for server rack for power indication; manual synchronization of server presence for rendering by Florian Nücke · 11 years ago
- 0377cc5 block renderer for server rack by Florian Nücke · 11 years ago
- 3aac30b Merge branch '1.2' into servers 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
- 02e387c Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into StargateTech2 by Florian Nücke · 11 years ago
- 2339c88 kinda got server racks doing stuff (once) by Florian Nücke · 11 years ago
- d47013d added power buttons to server rack gui and sending and handling packet to toggle power by Florian Nücke · 11 years ago