1. 4f9165d That needs to move, too... by Florian Nücke · 10 years ago
  2. 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
  3. 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
  4. 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
  5. 596ba6f All the vals! Also removed minor oddity. by Florian Nücke · 10 years ago
  6. 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
  7. 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
  8. cea9c1c Added debug.insertFluid and debug.removeFluid, closes #882. by Florian Nücke · 10 years ago
  9. e5d8f3a Disallow breaking creative tier robots by non-creative, non-authorized players. Closes #868. by Florian Nücke · 10 years ago
  10. b136e2a Added `inventory_controller.compareToDatabase`, closes #861. by Florian Nücke · 10 years ago
  11. 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
  12. 0fdbd38 Allow pushing NBTTagCompounds as signals and added converter for NBTTagCompound. by Florian Nücke · 10 years ago
  13. 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
  14. 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
  15. c30d5b2 Gnah, missed one. Should *fully* fix #859 now. by Florian Nücke · 10 years ago
  16. 10c7276 Merge branch 'sides-idiom' of https://github.com/benblank/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  17. 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
  18. 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
  19. 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
  20. ecf6ee7 Added driver for `IDeepStorageUnit`. Closes #871. by Florian Nücke · 10 years ago
  21. 89b8dbe Version bump. by Florian Nücke · 10 years ago
  22. b0a4e8f Added tier two and creative tablet cases. by Florian Nücke · 10 years ago
  23. 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
  24. 3bec2b3 Lowered default geolyzer noise value based on Wobbo's magnificent box blots. by Florian Nücke · 10 years ago
  25. 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
  26. ad6a1cc That's not the wiki. by Florian "Sangar" Nücke · 10 years ago
  27. 4b94b61 make the Sides API less suprising when used with the `#` operator and `ipairs` function by Ben Blank · 10 years ago
  28. aeafac4 Added debug.removeItem for removing items from inventories. Closes #866. by Florian Nücke · 10 years ago
  29. 2f9779c Added play and stop methods to jukebox driver. Closes #862. by Florian Nücke · 10 years ago
  30. 78d6ea1 Added setting for whether to enable command block driver or not; defaulting to false. by Florian Nücke · 10 years ago
  31. a218b27 Fixed a typo and made some docstrings more generic. by Florian Nücke · 10 years ago
  32. 1fe6b51 Because OCD. by Florian Nücke · 10 years ago
  33. b85695e Merge branch 'patch-1' of https://github.com/Ivoah/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  34. 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
  35. 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
  36. b3cd8cb Should fix #853. by Florian Nücke · 10 years ago
  37. 8b8ee1c Make port number optional in irc.lua by Ivoah · 10 years ago
  38. 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
  39. dbf99cd Fixes error with AE2 rv2 caused by use of wrong API class. Closes #847. by Florian Nücke · 10 years ago
  40. 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
  41. c6042b6 Version bump. by Florian Nücke · 10 years ago
  42. 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
  43. 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
  44. 40bbac1 Preloading sounds, reduces lag on clientside when first starting a computer some. by Florian Nücke · 10 years ago
  45. 603f23a May fix duplicates in dev jars on Jenkins. Or break everything. by Florian Nücke · 10 years ago
  46. 6156ccc Added interface to allow controlling on which sides `SimpleComponent`s can be connected. Closes #844. by Florian Nücke · 10 years ago
  47. 068159c Added preconfigured Tablet to NEI, missed that when adding the other preconfigured stuff. by Florian Nücke · 10 years ago
  48. dfa9633 Raid blocks will now keep their inventory when broken, allowing relocation without losing their data. by Florian Nücke · 10 years ago
  49. 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
  50. 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
  51. 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
  52. 5679150 Make block breaking fail when we're too weak (strength is zero). Fixes #834. by Florian Nücke · 10 years ago
  53. 3a217d8 Test thinger for #834. by Florian Nücke · 10 years ago
  54. 19e39a2 Extended implementation of switch CC peripheral to properly "fake" connected modems (all the remote stuffs). by Florian Nücke · 10 years ago
  55. d3918d3 Let me herp you all about my derps. by Florian Nücke · 10 years ago
  56. cf8adae Corrected echo manpage to not assume besh. Closes #835. by Florian Nücke · 10 years ago
  57. 35b55a1 Merge pull request #832 from mpmxyz/master-MC1.7.10 by Florian "Sangar" Nücke · 10 years ago
  58. 3561827 Fixed bad override leading to incorrectly interpreted redstone output in some scenarios. Closes #836. by Florian Nücke · 10 years ago
  59. 25aab07 Fixed Mekanism energy acceptor method returning inverted value, leading to non-stop power acceptance. by Florian Nücke · 10 years ago
  60. 6079f0e Fixed filesystem.list returning a list with duplicate values by mpmxyz · 10 years ago
  61. 83fdee3 Added comparator override to capacitor, based on its (local!) buffer fill rate. by Florian Nücke · 10 years ago
  62. da410fc Added timeout to item cost computation, just to be on the safe side. by Florian Nücke · 10 years ago
  63. 13a8dde Fixed highly unlikely, non-critical NPE in machine (could happen in the very rare case that an executor thread started while the machine was being removed from the network, leading it to run while the machine is unconnected - that's still possible, but non-critical; it'll just stop/silently error and stop now). by Florian Nücke · 10 years ago
  64. db05a22 Completely fitched the beep. MVP gamax92 ^ 0x80. by Florian Nücke · 10 years ago
  65. d869ba4 Bumped default sample rate for generating computer speaker beeps to avoid artifacts and made it a setting. by Florian Nücke · 10 years ago
  66. 6f9f27f Fixed EEPROM with data (even if just an address) not being usable for crafting a Lua BIOS. Closes #828. by Florian Nücke · 10 years ago
  67. 3157eb4 Fixed logic for handling nodes with duplicate addresses when merging networks. Closes #824. by Florian Nücke · 10 years ago
  68. 45fc2b8 Fix potential NPE in redstone block. by Florian Nücke · 10 years ago
  69. 4b52e39 Made wireless redstone work in drones and tablets. by Florian Nücke · 10 years ago
  70. e3526d3 Corrected comment in config. by Florian Nücke · 10 years ago
  71. a7f2cc9 Added callback for T3 screens to allow entering precision mode, allowing sub-"pixel" precision in mouse events. Closes #816. by Florian Nücke · 10 years ago
  72. 9a49ca4 Avoid premature re-initialization of primary component via component.isAvailable, fixes #818. by Florian Nücke · 10 years ago
  73. bc51937 Updated year in license. by Florian Nücke · 10 years ago
  74. f454a17 Version bump. by Florian Nücke · 10 years ago
  75. 4e33221 Added `modem.get/setWakeMessage` for wake-on-lan. Closes #781, #700. by Florian Nücke · 10 years ago
  76. f981a05 Added `redstone.get/setWakeThreshold`, allows setting a redstone signal threshold that, when crossed from low to high causes connect computers to start. by Florian Nücke · 10 years ago
  77. 42d5d99 Yet more redstone refactoring, also passing along old and new max signal values for convenience. by Florian Nücke · 10 years ago
  78. 0db6028 Prevent potential NPEs in client log-in event handler. by Florian Nücke · 10 years ago
  79. 0ad8c13 Minor refactoring to new term.read param to fit with other param handling and make it more homogenous to use. by Florian Nücke · 10 years ago
  80. 17a4394 Merge branch 'master' of https://github.com/magik6k/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  81. f8277fe Highlighting items in the NEI item panel matching the hovered slot now, too. by Florian Nücke · 10 years ago
  82. 3c62599 Added match check to term.read by Łukasz Magiera · 10 years ago
  83. 3dec0b2 Reworked redstone logic a little. by Florian Nücke · 10 years ago
  84. b13e72f Unified GUI handling in blocks a little. by Florian Nücke · 10 years ago
  85. c99750f Fixed robots not dropping the contents of their tool and container slots. I'm so sorry! by Florian Nücke · 10 years ago
  86. f1a054e Fixed manually set max resolution on text buffers not saving. by Florian Nücke · 10 years ago
  87. a24154e Properly checking if a liquid block is a still block when draining, fixes #810. by Florian Nücke · 10 years ago
  88. 77c9a44 ... faster, stronger... no wait. Just sorting. by Florian Nücke · 10 years ago
  89. 68ce35f Better. by Florian Nücke · 10 years ago
  90. 8ec145e Should fix potential AIOOBE in server rack's analyzer logic. by Florian Nücke · 10 years ago
  91. 40de620 Added methods for raw text and color setting to TextBuffer API. by Florian Nücke · 10 years ago
  92. 90d0124 Merge branch 'master-MC1.7.10' of https://github.com/AtomSponge/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  93. b3c5483 That field was totally a method when I looked. Honest. Maybe. by Florian Nücke · 10 years ago
  94. 837e213 Fix integration mod list .. which is apparently sorted alphabetically by AtomSponge · 10 years ago
  95. c058dc2 Add BloodMagic integration (Blood Altars, Master Ritual Stones and Blood Orbs) by AtomSponge · 10 years ago
  96. f01e693 Made some tooltips more generic to close #805. by Florian Nücke · 10 years ago
  97. b128709 Testing, one-two, one-two. by Florian Nücke · 10 years ago
  98. 4ceb11d Merge pull request #806 from AtomSponge/master-MC1.7.10 by Florian "Sangar" Nücke · 10 years ago
  99. 7f29eb6 Fix build.gradle for Gradle 2.x, copy over assets automatically for IntelliJ by AtomSponge · 10 years ago
  100. 484fac6 Bump. by Florian Nücke · 10 years ago