1. 58de901 Refactored a few things out of the trading upgrade into InventoryUtils, making things a little more consistent, added manual entry for trade upgrade, tweaked the texture for the trade upgrade a bit. by Florian Nücke · 9 years ago
  2. cb7f782 Added a rack mountable version of the disk drive. by Florian Nücke · 9 years ago
  3. adf4de6 Terminal server item texture, fixed saving/loading of terminal data, fixed coordinate flippery, visually indenting rack mountables one (like it's already in MC 1.8). by Florian Nücke · 9 years ago
  4. f579524 Textures for terminal server. by Florian Nücke · 9 years ago
  5. 8f3a0a5 Energy based, configurable (and potentially deadly) buff system: nanomachines! by Florian Nücke · 9 years ago
  6. 0387264 Updated PSD with transposer textures. by Florian Nücke · 9 years ago
  7. 2aa54dd Reworked textures for T2 and T3 data card. by Florian Nücke · 9 years ago
  8. 9540cb4 Netsplitter it is. Also added a recipe for it and added sound when toggling states. by Florian Nücke · 9 years ago
  9. b7ae755 Added toggle thinger. Closes #1273. by Florian Nücke · 9 years ago
  10. a7267d1 Added texture for data card, added soft and hard input size limits and added energy costs. by Florian Nücke · 9 years ago
  11. 37e0403 Added creative tier APU (acts as T3 CPU+GPU). Closes #1169. by Florian Nücke · 10 years ago
  12. 4f804c3 Added hover boots. Because I can. by Florian Nücke · 10 years ago
  13. 9a96cb1 Added banner image for readme. by Florian Nücke · 10 years ago
  14. 0f0953f Added CPUs with integrated graphics capabilities, closes #1154. by Florian Nücke · 10 years ago
  15. 5672cf8 Added waypoint block, can be queried using navigation upgrades. by Florian Nücke · 10 years ago
  16. 01f63f7 Added hover upgrade to allow increasing robot flight height (tier two allows unlimited flight height, like it was in the olden days). by Florian Nücke · 10 years ago
  17. 85a45e8 Disabled printed block opacity by default, added setting to enable. Rendering too derpy with MC's lighting engine for this for my taste. by Florian Nücke · 10 years ago
  18. 8152130 Fixed ore processing by Vexatos · 10 years ago
  19. 63e2a40 Added Ore Processing to OpenComputers. by Vexatos · 10 years ago
  20. ca8f1e3 Initial work on ingame documentation via a manual / book. by Florian Nücke · 10 years ago
  21. 72c73f4 Added tool to display block texture names, for use in 3D shape definitions. by Florian Nücke · 10 years ago
  22. 3625626 Textures and model for printer, nicer rendering. by Florian Nücke · 10 years ago
  23. d45cc72 Refactoring. by Florian Nücke · 10 years ago
  24. 311973e Materials for printing (plastic and ink). by Florian Nücke · 10 years ago
  25. b0a4e8f Added tier two and creative tablet cases. by Florian Nücke · 10 years ago
  26. 7bbed62 Coloring tooltips of devices according to their tier now (robots, mcus, drones). by Florian Nücke · 10 years ago
  27. cc839cb Added world sensor card, closes #770. by Florian Nücke · 10 years ago
  28. 52aef61 Multiple tiers for microcontroller and drones. by Florian Nücke · 10 years ago
  29. d5ade3f Added leash upgrade. by Florian Nücke · 10 years ago
  30. dc298fc Added items for drone and drone case. by Florian Nücke · 10 years ago
  31. 3e1af10 Hmm, don't know something actually changed since I saved earlier... oh well. by Florian Nücke · 10 years ago
  32. 451ab1b Added microcontrollers, closes #711. by Florian Nücke · 10 years ago
  33. 78cc73b Added EEPROM item, holds byte array representing BIOS, interpretation left to architecture. by Florian Nücke · 10 years ago
  34. 4adf4e1 Started work on raid block. by Florian Nücke · 10 years ago
  35. a96aa6a Added a debug item to allow debugging OC component networks better while not in dev-env. by Florian Nücke · 10 years ago
  36. 7677d49 Implemented an item stack database component as discussed in #649. by Florian Nücke · 10 years ago
  37. 62939fd Showing indicator for disk activity on disk drives, cases and server racks. by Florian Nücke · 10 years ago
  38. 2d9cdfa Added icons for tank upgrade and tank controller upgrade. by Florian Nücke · 10 years ago
  39. c8358ce Force stopping tablets when placed into charger now, to force flushing buffered file systems. by Florian Nücke · 10 years ago
  40. b610f33 Made tablets a separate (internal until API change) slot type, allows rendering icon background in charger GUI. by Florian Nücke · 10 years ago
  41. cbb08e3 Piston upgrade. Seems to work. For the most part. by Florian Nücke · 10 years ago
  42. ace495e Added tablet template for assembler and fixed a couple of small issues related to that and tablets in general. by Florian Nücke · 10 years ago
  43. 02b96e5 Changed robot name file parsing to allow inline # to mark rest of the line as comment (<3 Scala) and cleaned up the robot name file. by Florian Nücke · 10 years ago
  44. 034f28c Added a debug card item, allows manipulating the world some to make it easier to test stuff. by Florian Nücke · 10 years ago
  45. de2e419 Implemented component bus item, which replaces the additional CPUs in servers (in existing servers, multiple CPUs will remain functional for now, they just can't be inserted any more, only component buses can). This is in preparation for #393, to allow make a computer's architecture be controlled via the CPU installed in it. by Florian Nücke · 10 years ago
  46. 16b52c8 Made assembler a component so it can be queried for its status and assembly can be started automatically. by Florian Nücke · 10 years ago
  47. 5cf5a62 Prep texture work for #393. by Florian Nücke · 10 years ago
  48. c3c0595 Added creative tier servers, closes #394. by Florian Nücke · 10 years ago
  49. 9e75860 Organize imports. by Florian Nücke · 10 years ago
  50. c172462 Forgotted to save colored floppy raws. by Florian Nücke · 10 years ago
  51. a9efeb6 Added tractor beam upgrade (item magnet). by Florian Nücke · 10 years ago
  52. 232f5fa Added motion sensor block. by Florian Nücke · 10 years ago
  53. 40dc7c5 Added T2 redstone card. Closes #340. by Florian Nücke · 10 years ago
  54. f8026c9 Some fixes and a texture for the tablet prototype. by Florian Nücke · 10 years ago
  55. 5c81f83 Renamed capacitor upgrade to battery upgrade and introduced two additional tiers. Closes #280. by Florian Nücke · 10 years ago
  56. 9991f4a Should fix crash in native lib by avoiding the crashing JNLua metacall. by Florian Nücke · 10 years ago
  57. e77b6e5 Added capacitor upgrade. by Florian Nücke · 11 years ago
  58. 5fb147e Version bump. by Florian Nücke · 11 years ago
  59. 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
  60. 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
  61. 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
  62. 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
  63. 1aafa96 updated ue api; added remark on single quotes to sh manpage by Florian Nücke · 11 years ago
  64. 121dce4 moved shell alias initialization to extra file; fixed edit manual (wrong parameter char) by Florian Nücke · 11 years ago
  65. e03bede removed superfluous (and potentially derping) % from package module by Florian Nücke · 11 years ago
  66. 0884a45 more ingame help topics, closing #15 (for now) by Florian Nücke · 11 years ago
  67. 48a4144 primitive ingame help system, still needs some more topics by Florian Nücke · 11 years ago
  68. 1f333cd piping data between programs seems to work. needs a lot of testing, though. by Florian Nücke · 11 years ago
  69. 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
  70. 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
  71. 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
  72. 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
  73. 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
  74. 4da0b3a displaying a short help message when starting the lua interpreter. by Florian Nücke · 11 years ago
  75. a6f7318 added debug.traceback by PixelToast · 11 years ago
  76. 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
  77. 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
  78. 54652f4 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  79. 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
  80. 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
  81. 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
  82. 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
  83. 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
  84. 5bb699b gradient by PixelToast · 11 years ago
  85. 47d736b lighter by PixelToast · 11 years ago
  86. 83a11d8 improved capacitor textures by PixelToast · 11 years ago
  87. a0b5f3e Fixed package module to propagate erros from loading module by Wobbo · 11 years ago
  88. 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
  89. ec9b16d Update pastebin.lua by Vexatos · 11 years ago
  90. 9c023a7 underped socket read, was doing what the buffer already does but worse by Florian Nücke · 11 years ago
  91. 68d0955 fixed flushing in internet api by Florian Nücke · 11 years ago
  92. b8a4486 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  93. 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
  94. feab38f Merge pull request #100 from Vexatos/patch-1 by Florian Nücke · 11 years ago
  95. a2d4eb8 Update de_DE.lang by Vexatos · 11 years ago
  96. 6e27dc1 changed PCB in gregtech recipe to use sulfuric acid instead of grog by Johannes Lohrer · 11 years ago
  97. 322e60f Well, this is German grammar! (Updated de_DE.lang) by Vexatos · 11 years ago
  98. 8df1fdf Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  99. 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
  100. 7c4a539 Update shell.lua by Vexatos · 11 years ago