1. ee7e1ec fixed oredict names by Johannes Lohrer · 12 years ago
  2. 5c5ddd1 Merge branch 'robot_components' of cil.li:oc into recipes by Johannes Lohrer · 12 years ago
  3. 28bf54a changed ore dict entries for oc by Johannes Lohrer · 12 years ago
  4. da65e7f Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into 1.1 by Florian Nücke · 12 years ago
  5. ca52ec3 option for clients to select whether text on screens should be anti-aliased or not by Florian Nücke · 12 years ago
  6. fefcb44 Merge branch 'robot_components' into 1.1 by Florian Nücke · 12 years ago
  7. 11fc109 adapter gui string; not clearing when trying to insert invalid item in adapter by Florian Nücke · 12 years ago
  8. c37d360 custom includer to make .recipes extension work by Florian Nücke · 12 years ago
  9. 57a5dd3 renamed custom.recipes to user.recipes by Florian Nücke · 12 years ago
  10. de37244 removed unnecessary commas and adjusted include by Florian Nücke · 12 years ago
  11. 76cec04 changed file extension of recipes to '.recipes'; removed fallback when parsing recipes to allow disabling recipes by Florian Nücke · 12 years ago
  12. 37976c4 more massive clean up; some refactoring to remove redundancies; reordered stuff to make it easier to spot missing recipes; re-added missing transistor recipe by Florian Nücke · 12 years ago
  13. f8329df Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into robot_components by Florian Nücke · 12 years ago
  14. ba46bd5 little bit of refactoring, renaming the new upgrades by Florian Nücke · 12 years ago
  15. 8fbbd92 general clean up and formatting; removed gt api import; returning y position together with x and y in nav upgrade by Florian Nücke · 12 years ago
  16. 28c504d added `sneaky` parameter to robot.swing, as discussed in #13 by Florian Nücke · 12 years ago
  17. 4fd46c3 fixed names by Johannes Lohrer · 12 years ago
  18. 28ed13f Merge branch 'master' of cil.li:oc into recipes by Johannes Lohrer · 12 years ago
  19. 44f5d64 Added item icons for locator, solar generator and writer. by Daniel Kaltenthaler · 12 years ago
  20. 4a46e0f added recipes for locator,solargenerator and reader by Johannes Lohrer · 12 years ago
  21. 0a29aad added basic recipes by Johannes Lohrer · 12 years ago
  22. fbf6809 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into recipes by Johannes Lohrer · 12 years ago
  23. 9976658 made shapeless and shaped recipes configurable in a config file. Recipes not yet done, just methods for parsing by Johannes Lohrer · 12 years ago
  24. 31cb37b added rendering for crafting upgrade by Florian Nücke · 12 years ago
  25. 5dae4cd added callback to robot context that allows forcing an upgrade to be saved and resent to clients, to allow upgrades to manually synchronize their data with clients for state specific rendering; using this to transmit generator state (running or not) and show a different texture accordingly; fixed a bug where remaining runtime wasn't saved for generators when no more items were in their internal inventory; implementing contexts in their respective tile entities, too, to allow external components to refer to their owners via the context interfaces by Florian Nücke · 12 years ago
  26. 26b5d05 synchronizing the upgrade installed on robots to clients and checking it in renderer, if present use the item's item renderer to render it in its "equipped" state, which for robot upgrades should take of rendering the upgrade appropriately on its robot; basic generator renderer, still needs syncing of whether its currently active or not to show the appropriate texture by Florian Nücke · 12 years ago
  27. d35ad80 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into robot_components by Johannes Lohrer · 12 years ago
  28. 07dee57 native libraries for (intel) Mac OS by Florian Nücke · 12 years ago
  29. c66ecb0 created locator made components use context instead of owner by Johannes Lohrer · 12 years ago
  30. d490409 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into robot_components by Johannes Lohrer · 12 years ago
  31. 718077a also fixed AltGr in term.read, fixing special character input in shell and Lua interpreter by Florian Nücke · 12 years ago
  32. 8d4ac18 localisation and tool-tips by Johannes Lohrer · 12 years ago
  33. add557c overlay for up/down facing screens indicating their orientation to make it less confusing why screens won't connect by Florian Nücke · 12 years ago
  34. 9e87548 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into robot_components by Johannes Lohrer · 12 years ago
  35. 7cd4053 centering text when setting lower resolution in robot; clearing screen when changing resolution to avoid dirty buffer space and cursor going out of scope by Florian Nücke · 12 years ago
  36. 9ec6380 added Solar Generator Upgrade for robots, image still WIP by Johannes Lohrer · 12 years ago
  37. ea05e5a fixed right alt for certain keyboard layouts not working as a modifier to input characters (e.g. the German layout, where it's needed for a couple of chars mainly in the numbers row), since it's actually emitting Alt+Ctrl, and when ctrl was pressed everything was treated like a key-combo; not resending control keys that are usually held down, to avoid packet spam (ctrl, alt, shift, meta) by Florian Nücke · 12 years ago
  38. 8c14b0f chargers now indicate whether they're on or off by showing a different texture; ability to toggle the way chargers interpret signals using wrenches (inverse: on when no signal, off when max signal); checking if player holds a wrench when activating screens and computer cases; using BuildCraft API entry to check for availability instead of BuildCraft|Energy, to allow working with BC compatible systems even if BC is not available by Florian Nücke · 12 years ago
  39. 739480d Create zh_CN.lang by crafteverywhere · 12 years ago
  40. f93fc78 cp and mv programs will now accept a directory as the target location and append the original file name automatically in that case by Florian Nücke · 12 years ago
  41. 4355252 test for github by Johannes Lohrer · 12 years ago
  42. 0b1f446 mouse scroll event for tier two and three screens and supporting it in the editor by Florian Nücke · 12 years ago
  43. cea0875 renamed `click` signal to `touch` (since there are no mice in the mod, so this fits better with the idea of touch screens); naming additional touch signals `drag` now, to make that clearer by Florian Nücke · 12 years ago
  44. a6915ff added bundled redstone info for redstone program when it is available by Florian Nücke · 12 years ago
  45. 5c975fb added support for setting cursor position in edit by clicking by Florian Nücke · 12 years ago
  46. 6c8210b localized names and tooltips for redstone block; recipe for redstone block and adjusted some other recipes to be more... uniform (e.g. router to have card in mid, cables as "connectors" - was too expensive before, for what it does); fixed redstone block not saving its node address; fixed possible crash if server thread update checked computer state while that state was being modified (and the stack was empty) by Florian Nücke · 12 years ago
  47. 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 · 12 years ago
  48. eb15bf5 added buffer for converter (to allow directly connecting it to a distributor) and updated tooltip of distributor by Florian Nücke · 12 years ago
  49. 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 · 12 years ago
  50. 066c59f added te info to converter tooltip by Florian Nücke · 12 years ago
  51. 78e22a0 fixed fs possibly being nil when os lib is loaded by Florian Nücke · 12 years ago
  52. 03eedec updated eris to latest version, also for linux libraries by Florian Nücke · 12 years ago
  53. d0e97e8 tinting robots based on their level; including distance of zero in normal network messages to have a uniform signal signature by Florian Nücke · 12 years ago
  54. eee27e4 changed robot.xp to robot.level; checking for pausedness in start from lua callbacks to avoid computers forcing resumption when forced to be paused (e.g. avoids computers breaking a robots pause after some action); small pause in command block after trigger to ensure the action was executed; fixed note block pitch getter returning non-offsetted value by Florian Nücke · 12 years ago
  55. 23135ff little cleanup in fs lib and resetting shell working directory if the filesystem containing the working path is unmounted by Florian Nücke · 12 years ago
  56. 5233a8d checking for nei's text field being focused in robot gui to avoid typing text on the computer while it is by Florian Nücke · 12 years ago
  57. c54f285 moved custom Lua methods from os table to new 'computer' table; some typos in config comments by Florian Nücke · 12 years ago
  58. f3d020c non-busy wait in dig program when drop chest is full by Florian Nücke · 12 years ago
  59. 476eb58 fixed recursion into drop-off logic of dig program. probably. by Florian Nücke · 12 years ago
  60. 7b13618 checking new against current component in setPrimary to avoid unnecessary work; fixed timing issue in primary.lua by Florian Nücke · 12 years ago
  61. 5171b14 fixed unicode.lower and upper (were string.lower and upper); fixed serialization of negative infinity; allowing serialization of the same table multiple times (multiple references) by Florian Nücke · 12 years ago
  62. 0403d5b basic robot leveling logic by Florian Nücke · 12 years ago
  63. cfb8849 split component.primary into component.getPrimary and component.setPrimary by Florian Nücke · 12 years ago
  64. 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 · 12 years ago
  65. 28fa4c3 don't return the bucket when crafting acid but do return it when crafting a pcb by Florian Nücke · 12 years ago
  66. 08a412b more tooltips, removed posion (because it needs netherwart, dammit) and replaced it with... acid. so to speak; by Florian Nücke · 12 years ago
  67. d0c5ffa fixed fs autorun and catching bad reads (negative number of bytes) by Florian Nücke · 12 years ago
  68. 7c15fbe moved http requests into a tiny lib with one function that returns an iterator over the lines of the response, or throws an error if something went wrong by Florian Nücke · 12 years ago
  69. 2bb0cca made the robot texture a little more gritty by Florian Nücke · 12 years ago
  70. a764a8a trying to get a little bit of... structure into image names; cleaned up some shell stuff; added pastebin downloader by Florian Nücke · 12 years ago
  71. 63a18f0 added a (subtle) brightness gradient to some older item graphics to better match the style of the newer ones by Florian Nücke · 12 years ago
  72. cbf1760 showing user list of computers in their analyzer result; some (theoretical) improvements to computer ownership (I really should test this somewhen); reduced range of included players for sending some packets by Florian Nücke · 12 years ago
  73. 831f997 disc image by Florian Nücke · 12 years ago
  74. f23ab68 moar recipes again by Johannes Lohrer · 12 years ago
  75. 379947a card recipe by Johannes Lohrer · 12 years ago
  76. 15c178c card graphic, minor touch-up to existing cards by Florian Nücke · 12 years ago
  77. 585f316 graphics for printed circuit board; sorted localizations and fixed a small typo by Florian Nücke · 12 years ago
  78. 3d24c36 circuit board graphics by Florian Nücke · 12 years ago
  79. ea4332f Merge branch 'master' of cil.li:oc by Florian Nücke · 12 years ago
  80. 96629ec ore dictionary for poison by Johannes Lohrer · 12 years ago
  81. 10ee625 cutting wire image by Florian Nücke · 12 years ago
  82. 0540897 Merge branch 'master' of cil.li:oc by Florian Nücke · 12 years ago
  83. a077cca Merge branch 'master' of cil.li:oc by Johannes Lohrer · 12 years ago
  84. 2d4d9b3 keyboard part graphics by Florian Nücke · 12 years ago
  85. 27743d4 more localization by Johannes Lohrer · 12 years ago
  86. 91d91ef reworked graphics for alu, cu and cpu by Florian Nücke · 12 years ago
  87. 6d34cc7 Merge branch 'master' of cil.li:oc by Johannes Lohrer · 12 years ago
  88. 15ce4d4 preliminary cpu, alu and cu graphics; refactored alu class by Florian Nücke · 12 years ago
  89. ac79b3c circuit board names by Johannes Lohrer · 12 years ago
  90. e4dadba Iron Nugget by Johannes Lohrer · 12 years ago
  91. 0f55bd0 transistor and chipset graphics by Florian Nücke · 12 years ago
  92. 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 · 12 years ago
  93. e837c43 lua program to change screen resolution by Florian Nücke · 12 years ago
  94. 5c3cecb tooltip for power button in case and robot; made generator drop remaining fuel items when removed from robot and stop burning (i.e. you can't "start" it in one robot and then insert it into another one anymore, which would be kind of weird...); fixed initial slot selection in robots; fixed tooltips being rendered behind screen in robot gui; by Florian Nücke · 12 years ago
  95. 0a0e1ef localized title and tooltip for crafting upgrade by Florian Nücke · 12 years ago
  96. d23a653 crafting addon, allows robots to craft in the 3x3 grid in the top left of their inventory; added extended context interface for robot interaction, allowing access to selected slot index and fake player for general stuff and in particular for inventory interaction; todo: maybe a nicer check in component if method is interface compatible (context/robotcontext) each call? by Florian Nücke · 12 years ago
  97. 9ddbc35 localized name and tooltip for generator upgrade; different colors for different item component types by Florian Nücke · 12 years ago
  98. 1fdb937 showing stored energy in robots in their tooltip; storing energy as int (truncating); fixed item tag creation at multiple occasions: new NBTTagCompound("tag") instead of new NBTTagCompound(), otherwise loading (which would automatically add the name) would lead to "incompatible" stacks. by Florian Nücke · 12 years ago
  99. 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 · 12 years ago
  100. 71b2fae updated tooltip and block names for case by Florian Nücke · 12 years ago