1. d5978a9 fixed gt charger recipe to use charger boxes as intended by Florian Nücke · 12 years ago
  2. 0c3213d updated comment in recipe files (still was old user recipes file name) by Florian Nücke · 12 years ago
  3. 7e3b157 fixed error in event.ignore that slipped in waaay back in 1fd375f, fixes #44 by Florian Nücke · 12 years ago
  4. ad4359f making `term.read` check for changes to the term's cursor position between events, to make it less problematic to display text via `print` or `term.write` when there's a read active (e.g. because we're in the shell or so but we want to print something from an event listener, such as a timer) by Florian Nücke · 12 years ago
  5. 6b60dbd fixed the fix *sigh* by Florian Nücke · 12 years ago
  6. d3538a5 fixed edit writing an additional newline after the last line; fixed editor erroring when opening existing but empty files, fixes #39 and closes #43 by Florian Nücke · 12 years ago
  7. 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 · 12 years ago
  8. 85961a7 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 12 years ago
  9. 433e772 statically linked library for windows, so people don't have to install the vc2012 runtime by Florian Nücke · 12 years ago
  10. 15139af example block by Johannes Lohrer · 12 years ago
  11. 107abb0 Example Component by Johannes Lohrer · 12 years ago
  12. 14024a8 fixed/reworked a couple of the gt recipes by Florian Nücke · 12 years ago
  13. be245b6 removed buildcraft recipes from default by Johannes Lohrer · 12 years ago
  14. 55d34d1 added assembly recipes by Johannes Lohrer · 12 years ago
  15. f79194c completed recipes by Johannes Lohrer · 12 years ago
  16. 53ae809 more gt recipes by Johannes Lohrer · 12 years ago
  17. 34f06ce Merge branch 'robot_components' of cil.li:oc into 1.1 by Johannes Lohrer · 12 years ago
  18. ee7e1ec fixed oredict names by Johannes Lohrer · 12 years ago
  19. 1c0a03a allowing subID value 'any' as wildcard (instead of the actual number that is the wildcard) by Florian Nücke · 12 years ago
  20. 5c5ddd1 Merge branch 'robot_components' of cil.li:oc into recipes by Johannes Lohrer · 12 years ago
  21. 28bf54a changed ore dict entries for oc by Johannes Lohrer · 12 years ago
  22. da65e7f Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into 1.1 by Florian Nücke · 12 years ago
  23. ca52ec3 option for clients to select whether text on screens should be anti-aliased or not by Florian Nücke · 12 years ago
  24. fefcb44 Merge branch 'robot_components' into 1.1 by Florian Nücke · 12 years ago
  25. 11fc109 adapter gui string; not clearing when trying to insert invalid item in adapter by Florian Nücke · 12 years ago
  26. c37d360 custom includer to make .recipes extension work by Florian Nücke · 12 years ago
  27. 57a5dd3 renamed custom.recipes to user.recipes by Florian Nücke · 12 years ago
  28. de37244 removed unnecessary commas and adjusted include by Florian Nücke · 12 years ago
  29. 76cec04 changed file extension of recipes to '.recipes'; removed fallback when parsing recipes to allow disabling recipes by Florian Nücke · 12 years ago
  30. 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
  31. f8329df Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into robot_components by Florian Nücke · 12 years ago
  32. ba46bd5 little bit of refactoring, renaming the new upgrades by Florian Nücke · 12 years ago
  33. 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
  34. 28c504d added `sneaky` parameter to robot.swing, as discussed in #13 by Florian Nücke · 12 years ago
  35. 4fd46c3 fixed names by Johannes Lohrer · 12 years ago
  36. 28ed13f Merge branch 'master' of cil.li:oc into recipes by Johannes Lohrer · 12 years ago
  37. 44f5d64 Added item icons for locator, solar generator and writer. by Daniel Kaltenthaler · 12 years ago
  38. 4a46e0f added recipes for locator,solargenerator and reader by Johannes Lohrer · 12 years ago
  39. 0a29aad added basic recipes by Johannes Lohrer · 12 years ago
  40. fbf6809 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into recipes by Johannes Lohrer · 12 years ago
  41. 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
  42. 31cb37b added rendering for crafting upgrade by Florian Nücke · 12 years ago
  43. 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
  44. 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
  45. d35ad80 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into robot_components by Johannes Lohrer · 12 years ago
  46. 07dee57 native libraries for (intel) Mac OS by Florian Nücke · 12 years ago
  47. c66ecb0 created locator made components use context instead of owner by Johannes Lohrer · 12 years ago
  48. d490409 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into robot_components by Johannes Lohrer · 12 years ago
  49. 718077a also fixed AltGr in term.read, fixing special character input in shell and Lua interpreter by Florian Nücke · 12 years ago
  50. 8d4ac18 localisation and tool-tips by Johannes Lohrer · 12 years ago
  51. 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
  52. 9e87548 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into robot_components by Johannes Lohrer · 12 years ago
  53. 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
  54. 9ec6380 added Solar Generator Upgrade for robots, image still WIP by Johannes Lohrer · 12 years ago
  55. 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
  56. 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
  57. 739480d Create zh_CN.lang by crafteverywhere · 12 years ago
  58. 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
  59. 4355252 test for github by Johannes Lohrer · 12 years ago
  60. 0b1f446 mouse scroll event for tier two and three screens and supporting it in the editor by Florian Nücke · 12 years ago
  61. 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
  62. a6915ff added bundled redstone info for redstone program when it is available by Florian Nücke · 12 years ago
  63. 5c975fb added support for setting cursor position in edit by clicking by Florian Nücke · 12 years ago
  64. 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
  65. 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
  66. 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
  67. 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
  68. 066c59f added te info to converter tooltip by Florian Nücke · 12 years ago
  69. 78e22a0 fixed fs possibly being nil when os lib is loaded by Florian Nücke · 12 years ago
  70. 03eedec updated eris to latest version, also for linux libraries by Florian Nücke · 12 years ago
  71. 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
  72. 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
  73. 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
  74. 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
  75. c54f285 moved custom Lua methods from os table to new 'computer' table; some typos in config comments by Florian Nücke · 12 years ago
  76. f3d020c non-busy wait in dig program when drop chest is full by Florian Nücke · 12 years ago
  77. 476eb58 fixed recursion into drop-off logic of dig program. probably. by Florian Nücke · 12 years ago
  78. 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
  79. 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
  80. 0403d5b basic robot leveling logic by Florian Nücke · 12 years ago
  81. cfb8849 split component.primary into component.getPrimary and component.setPrimary by Florian Nücke · 12 years ago
  82. 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
  83. 28fa4c3 don't return the bucket when crafting acid but do return it when crafting a pcb by Florian Nücke · 12 years ago
  84. 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
  85. d0c5ffa fixed fs autorun and catching bad reads (negative number of bytes) by Florian Nücke · 12 years ago
  86. 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
  87. 2bb0cca made the robot texture a little more gritty by Florian Nücke · 12 years ago
  88. 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
  89. 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
  90. 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
  91. 831f997 disc image by Florian Nücke · 12 years ago
  92. f23ab68 moar recipes again by Johannes Lohrer · 12 years ago
  93. 379947a card recipe by Johannes Lohrer · 12 years ago
  94. 15c178c card graphic, minor touch-up to existing cards by Florian Nücke · 12 years ago
  95. 585f316 graphics for printed circuit board; sorted localizations and fixed a small typo by Florian Nücke · 12 years ago
  96. 3d24c36 circuit board graphics by Florian Nücke · 12 years ago
  97. ea4332f Merge branch 'master' of cil.li:oc by Florian Nücke · 12 years ago
  98. 96629ec ore dictionary for poison by Johannes Lohrer · 12 years ago
  99. 10ee625 cutting wire image by Florian Nücke · 12 years ago
  100. 0540897 Merge branch 'master' of cil.li:oc by Florian Nücke · 12 years ago