1. d4b5a6e Changed tablet block interaction a bit, closes #905. by Florian Nücke · 10 years ago
  2. 30e37da Merge branch 'recursive-flatten' of https://github.com/benblank/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  3. eec36e9 Testing method for value conversion and userdata. by Florian Nücke · 10 years ago
  4. 0e887eb Fixed component node in MCU not being saved properly. by Florian Nücke · 10 years ago
  5. 43a40cd Ensure writeToNBT/readFromNBT is only called on the server, as some mods may choose to call it on the client... by Florian Nücke · 10 years ago
  6. dab5a56 Added missing check for whether tablet actually can be charged. Closes #902. by Florian Nücke · 10 years ago
  7. 7819544 Fixed tablet disassembly. Closes #904. by Florian Nücke · 10 years ago
  8. 5b09d44 flatten converted values *after* recursive conversion, not instead of by Ben Blank · 10 years ago
  9. fa5c669 Merge branch '1.5' into master-MC1.7.10 by Florian Nücke · 10 years ago
  10. 66a51ec Microcontrollers are now fully sided, i.e. each side is in a separate network. Closes #788. by Florian Nücke · 10 years ago
  11. 0aba4be Mark power value config settings for upgrading (so existing configs are adjusted automatically). by Florian Nücke · 10 years ago
  12. dd3f765 Improve robot fake player permission checks, not sure if that method is even used anywhere... by Florian Nücke · 10 years ago
  13. 803551d Avoid interface based block drivers being shown for pretty much everything in the NEI API list. by Florian Nücke · 10 years ago
  14. 383388d Version bump. by Florian Nücke · 10 years ago
  15. 37200ad Fixed flight height check. by Florian Nücke · 10 years ago
  16. 747ede3 Merge branch 'master-MC1.7.10' into 1.5 by Florian Nücke · 10 years ago
  17. a19d1e6 Name changes! by Florian Nücke · 10 years ago
  18. 0e7f7a5 Minor cleanup. by Florian Nücke · 10 years ago
  19. 003463e Limiting robot flight height, by default to 8 blocks above ground for now. by Florian Nücke · 10 years ago
  20. 4f22268 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  21. f091b19 Re-evaluated some power values, now that more mods are on RF and generate RF. Closes #888. by Florian Nücke · 10 years ago
  22. 29b9a2d Tweaked insertion patch a little to only be used when an explicit range is supplied. This will make it work as before, preferring merges in inventories without a specific "order" (such as normal chests). Also added safeguard against empty ranges, since that matters now, just in case... by Florian Nücke · 10 years ago
  23. fbf5f2a Merge branch 'insertIntoInventory-fix' of https://github.com/DirtYiCE/OpenComputers into 1.5 by Florian Nücke · 10 years ago
  24. e21f573 Merge pull request #890 from hunator/patch-2 by Florian "Sangar" Nücke · 10 years ago
  25. 34083e9 Reworked internet component to use userdata, makes for nicer interaction from the Lua side. by Florian Nücke · 10 years ago
  26. 3bbb96d Merge pull request #889 from hunator/patch-1 by Florian "Sangar" Nücke · 10 years ago
  27. 36a2661 Update yes.lua by Martin Hunek · 10 years ago
  28. 4f9165d That needs to move, too... by Florian Nücke · 10 years ago
  29. 58056a8 Improved block rendering a bit, should play much nicer with shaders now (thanks a ton to Ivorius for pointers). by Florian Nücke · 10 years ago
  30. 8732527 Create yes by Martin Hunek · 10 years ago
  31. 8b86432 Create yes.lua by Martin Hunek · 10 years ago
  32. 2ac7846 Added eeprom.getData/setData for mutable persistent bios storage, replaces get/setBootAddress. by Florian Nücke · 10 years ago
  33. 9e92ee5 Allow drones to interact with the world more (break hand-harvestable blocks, place blocks). by Florian Nücke · 10 years ago
  34. 791d469 Started work on unifying agent component logic. by Florian Nücke · 10 years ago
  35. 78deba9 More fake player slot fixery, added owner info into Agent interface. by Florian Nücke · 10 years ago
  36. 5e313d4 Fixery for refactory. by Florian Nücke · 10 years ago
  37. f2e6cf1 Adjusting slot offsets. by Florian Nücke · 10 years ago
  38. 8bc4f94 More work on generalizing agent logic. by Florian Nücke · 10 years ago
  39. f36505f Little refactoring in preparation of generalizing robot fake player. by Florian Nücke · 10 years ago
  40. 1561854 Pulled multi-tank interface into API. by Florian Nücke · 10 years ago
  41. 38bd133 Removed some very old config and block/item name patches. When directly upgrading from versions that old, stuff would break anyway. by Florian Nücke · 10 years ago
  42. 82ab190 Made memory architecture agnostic, archs now determine on their own how memory tier / scale maps to physical memory size. by Florian Nücke · 10 years ago
  43. fb0a9a3 Update handlers for agent based events. by Florian Nücke · 10 years ago
  44. 664bfcf Pulled machine getter into MachineHost, adding that as super to machine related internal interfaces. by Florian Nücke · 10 years ago
  45. 578df68 Changed GeolyzerEvent.Analyze to take an absolute position instead of the side of the host for more flexibility. by Florian Nücke · 10 years ago
  46. 9c86caa Removed deprecated stuff. by Florian Nücke · 10 years ago
  47. 298d976 Started reworking API for 1.5. by Florian Nücke · 10 years ago
  48. 806dda8 Fixes robots dropping the remainder of a slot's content instead of the number specified to drop; closes #885. by Florian Nücke · 10 years ago
  49. 5381e9d Typesafe config is provided by Forge now, no need to have the license in the repo anymore. by Florian Nücke · 10 years ago
  50. 596ba6f All the vals! Also removed minor oddity. by Florian Nücke · 10 years ago
  51. f69250b Added ability to copy lines from screens using the analyzer (shift-rightclicking the line with the analyzer), then paste it on a screen by simply rightclicking it with the analyzer. Closes #644. by Florian Nücke · 10 years ago
  52. 16170e3 Bumped remote terminal resolution and color depth to tier three, to keep them competitive with tablets with container slots. Closes #822. by Florian Nücke · 10 years ago
  53. cea9c1c Added debug.insertFluid and debug.removeFluid, closes #882. by Florian Nücke · 10 years ago
  54. e5d8f3a Disallow breaking creative tier robots by non-creative, non-authorized players. Closes #868. by Florian Nücke · 10 years ago
  55. b136e2a Added `inventory_controller.compareToDatabase`, closes #861. by Florian Nücke · 10 years ago
  56. 5a4dedf Right-clicking blocks with tablet in hand will now allow components to populate a data table. If any is given, a `tablet_use` signal is sent to the tablet, with the data passed as a table as the only parameter for the signal. Closes #858. by Florian Nücke · 10 years ago
  57. 0fdbd38 Allow pushing NBTTagCompounds as signals and added converter for NBTTagCompound. by Florian Nücke · 10 years ago
  58. 8092fae Revert using addresses in VFS back to using proxy objects, since I probably won't ever come around to actually implement mounts and symlinks being saved across reboots anyway. Closes #879. by Florian Nücke · 10 years ago
  59. e6668d5 Limiting number of parts allowed in network packets as a safeguard for weaker computers, as discussed in #876. Configurable, of course. by Florian Nücke · 10 years ago
  60. c30d5b2 Gnah, missed one. Should *fully* fix #859 now. by Florian Nücke · 10 years ago
  61. 10c7276 Merge branch 'sides-idiom' of https://github.com/benblank/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  62. 4edeb0a Added new command, /oc_preventDisassembling (alias: /oc_nodis), which will mark the currently held item so that the disassembler will not work for it. Closes #875. by Florian Nücke · 10 years ago
  63. d870d37 Slightly reworked logic of crafting upgrade to also support repairing items, fixes #874. Doesn't appear to break everything else. by Florian Nücke · 10 years ago
  64. fb8cca2 Make strings count at least one towards a packet size, avoids creation of large packets by using empty strings. Fixes #876. by Florian Nücke · 10 years ago
  65. ecf6ee7 Added driver for `IDeepStorageUnit`. Closes #871. by Florian Nücke · 10 years ago
  66. 89b8dbe Version bump. by Florian Nücke · 10 years ago
  67. b0a4e8f Added tier two and creative tablet cases. by Florian Nücke · 10 years ago
  68. a7a264b Added interface to allow more finegrained control over CC peripheral blacklisting for peripheral wrapper driver. Closes #865. by Florian Nücke · 10 years ago
  69. 3bec2b3 Lowered default geolyzer noise value based on Wobbo's magnificent box blots. by Florian Nücke · 10 years ago
  70. e4f51f6 Welp, looks like Waila may still call TileEntity.writeToNBT on the client side, so welcome back, check. by Florian Nücke · 10 years ago
  71. ad6a1cc That's not the wiki. by Florian "Sangar" Nücke · 10 years ago
  72. 4b94b61 make the Sides API less suprising when used with the `#` operator and `ipairs` function by Ben Blank · 10 years ago
  73. aeafac4 Added debug.removeItem for removing items from inventories. Closes #866. by Florian Nücke · 10 years ago
  74. 2f9779c Added play and stop methods to jukebox driver. Closes #862. by Florian Nücke · 10 years ago
  75. 78d6ea1 Added setting for whether to enable command block driver or not; defaulting to false. by Florian Nücke · 10 years ago
  76. a218b27 Fixed a typo and made some docstrings more generic. by Florian Nücke · 10 years ago
  77. 1fe6b51 Because OCD. by Florian Nücke · 10 years ago
  78. b85695e Merge branch 'patch-1' of https://github.com/Ivoah/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  79. a0f11d3 Re-enabled `inventory_controller.getInventorySize(sides.back)` for backwards compatibility. Will be removed in 1.5, use `robot.inventorySize()`. Closes #860. by Florian Nücke · 10 years ago
  80. 8da1219 Fixed `Connector.setLocalBufferSize` registering self before adjusting size, leading to manager not adding it to the connector list if its size was zero before. Fixes #859. by Florian Nücke · 10 years ago
  81. b3cd8cb Should fix #853. by Florian Nücke · 10 years ago
  82. 8b8ee1c Make port number optional in irc.lua by Ivoah · 10 years ago
  83. b051b10 Fix InventoryUtils.insertIntoInventory by Kővágó, Zoltán · 10 years ago
  84. 43193a5 Avoid skipping physical removal in filesystem.remove when a virtual object had to be removed for deleting a directory. Closes #849. by Florian Nücke · 10 years ago
  85. dbf99cd Fixes error with AE2 rv2 caused by use of wrong API class. Closes #847. by Florian Nücke · 10 years ago
  86. c5e114e Added try-catch around Keyboard.* calls because they can apparently error if something is misconfigured somewhere. Closes #846. by Florian Nücke · 10 years ago
  87. c6042b6 Version bump. by Florian Nücke · 10 years ago
  88. f0af061 Allow binding debug card to a player to use the player's permissions for `runCommand` by shift-rightclicking it while holding it. Closes #843. by Florian Nücke · 10 years ago
  89. 080c485 AE2 controller integration now works via interface block if channels are disabled (meaning controller block won't be available). Closes #791. by Florian Nücke · 10 years ago
  90. 40bbac1 Preloading sounds, reduces lag on clientside when first starting a computer some. by Florian Nücke · 10 years ago
  91. 603f23a May fix duplicates in dev jars on Jenkins. Or break everything. by Florian Nücke · 10 years ago
  92. 6156ccc Added interface to allow controlling on which sides `SimpleComponent`s can be connected. Closes #844. by Florian Nücke · 10 years ago
  93. 068159c Added preconfigured Tablet to NEI, missed that when adding the other preconfigured stuff. by Florian Nücke · 10 years ago
  94. dfa9633 Raid blocks will now keep their inventory when broken, allowing relocation without losing their data. by Florian Nücke · 10 years ago
  95. fe4f63d Fixed AE2 integration's getCraftables returning stored stacks; now properly returning recipe output stacks (mostly noticeable in the stack size of a craftable). Closes #841. by Florian Nücke · 10 years ago
  96. 60c9714 Make disassembler finish disassembly of added item immediately if added by a player in creative mode. Closes #839. by Florian Nücke · 10 years ago
  97. 49197c5 Fixed miniscule chance of items breaking in disassembler even when chance was set to zero (see #839). by Florian Nücke · 10 years ago
  98. 5679150 Make block breaking fail when we're too weak (strength is zero). Fixes #834. by Florian Nücke · 10 years ago
  99. 3a217d8 Test thinger for #834. by Florian Nücke · 10 years ago
  100. 19e39a2 Extended implementation of switch CC peripheral to properly "fake" connected modems (all the remote stuffs). by Florian Nücke · 10 years ago