1. 5311ebf Fixed EEPROM being network visible. by Florian Nücke · 11 years ago
  2. 79f3c71 Cleaned up legacy text buffer packet sending / handling code. Also fixed synching max res. by Florian Nücke · 11 years ago
  3. 1ab0698 Version bumpery. by Florian Nücke · 11 years ago
  4. 0d1612c Fixed NEI block hiding derp. by Florian Nücke · 11 years ago
  5. c768f93 Being a bit more open to underlying types other architectures may provide as arguments. Should fix #797. by Florian Nücke · 11 years ago
  6. 38c5f41 Merge branch 'patch-2' of https://github.com/SoniEx2/OpenComputers into master-MC1.7.10 by Florian Nücke · 11 years ago
  7. 082326e Synching max res of screens to clients, for cases where it is set to something exceeding the default legal max size of the buffer (addons). by Florian Nücke · 11 years ago
  8. a16b042 Server transition woes. by Florian Nücke · 11 years ago
  9. 6d09841 Fixed EEPROM component proxy being fetched too early when flashing, fixes #796. by Florian Nücke · 11 years ago
  10. 8e935a6 Fixed NPE in AE2 controller driver usage screen when AE2 channels are disabled. Closes #793. by Florian Nücke · 11 years ago
  11. d7d6225 Fixed inventory slot offset for tank controller upgrade. by Florian Nücke · 11 years ago
  12. c760503 So I may have been a little too paranoid about gpu/screens' bandwidth usage. by Florian Nücke · 11 years ago
  13. 2c6f0ee Added code to handle merges of networks containing nodes with identical addresses. Should do the trick for #790, needs confirmation. by Florian Nücke · 11 years ago
  14. 2852ba1 Added `internal.Tiered` interface, implementing in most tiered things: screens, computer cases, microcontrollers, robots and drones. Closes #789. by Florian Nücke · 11 years ago
  15. 135472e Made drone implement Context to make some components work properly (e.g. Chunkloader upgrade). by Florian Nücke · 11 years ago
  16. 9b4298c Keeping relative target position for drones when travling to a different dimension, closes #784. by Florian Nücke · 11 years ago
  17. 27660d6 Brought a bit more structure into flash.lua. by Florian Nücke · 11 years ago
  18. ca02d42 Merge branch 'master-MC1.7.10' of https://github.com/skyem123/OpenComputers into master-MC1.7.10 by Florian Nücke · 11 years ago
  19. 6e4c617 Merge pull request #787 from magik6k/master by Florian "Sangar" Nücke · 11 years ago
  20. c738f0f Fixed charger not notifying its neighbors when changing its charging state (needed for comparators to update correctly). by Florian Nücke · 11 years ago
  21. 0deb955 Implemented BC's IHasWork on a couple of blocks as discussed in #782. by Florian Nücke · 11 years ago
  22. c95196d Unified tooltips of items with builtin components a little. by Florian Nücke · 11 years ago
  23. b5183fb Fixed error in Waila handler when called with empty NBT data. by Florian Nücke · 11 years ago
  24. 39fa8d9 Fixed disassembler nomnoming robots. Closes #786. by Florian Nücke · 11 years ago
  25. 3bcb889 Fixed quiet mode in opl-flash by Łukasz Magiera · 11 years ago
  26. ebb7ae5 Fixed a typo in flash.lua by Skye · 11 years ago
  27. d9cfdfa Add ability to save current EEPROM to file in flash.lua by Skye · 11 years ago
  28. 5d3879d okthen by Florian Nücke · 11 years ago
  29. 4c37d53 Extended drone API a little. Closes #783. by Florian Nücke · 11 years ago
  30. de8699c Should avoid potential incorrect redstone and powered state when playing on servers. by Florian Nücke · 11 years ago
  31. 0dceb3e Don't try to load an icon for the drone (there is none, using model to render it anyway). by Florian Nücke · 11 years ago
  32. 9489cd4 Added setLightColor/getLightColor to robot lib (to allow `local robot = require("robot"); robot.setLightColor(0x00FF00)`). by Florian Nücke · 11 years ago
  33. ba127f5 Allow changing the color of robots' lights to an arbitrary color via API (`component.robot.setLightColor`/`component.robot.getLightColor`). by Nicholas Ewalt · 11 years ago
  34. b3b852a Fixed tractor beam upgrade in drones. by Florian Nücke · 11 years ago
  35. 42d8d19 Sprinkling in some comparator love. by Florian Nücke · 11 years ago
  36. 6c63956 Ignoring files in real file system when generating buffered filesystem with invalid chars in their names, should fix #758. by Florian Nücke · 11 years ago
  37. 177617a Forgot to remove JAR again after noticing the maven dep. by Florian Nücke · 11 years ago
  38. 07fd427 Reset drone target after traveling to other dimensions (since the coordinate system changes between dimensional travel the old ones would be nonsensical). by Florian Nücke · 11 years ago
  39. cc839cb Added world sensor card, closes #770. by Florian Nücke · 11 years ago
  40. 93788ae Fixed robots/drones dropping items ignoring the direction when spawning the stack into the world, closes #774. by Florian Nücke · 11 years ago
  41. 13d4863 Reducing activation energy for charger to half amount of max charge, may help with #778. by Florian Nücke · 11 years ago
  42. a36840c Fixed check for wireless redstone mods, closes #768. by Florian Nücke · 11 years ago
  43. 2949a13 Localizing drone name for tooltips / Waila and making item swing when using analyzer on entities. by Florian Nücke · 11 years ago
  44. 44194b6 Analyzer can now be used on entities, too, if they implement an appropriate interface (Analyzable, Environment), made that work for drones. Closes #773. by Florian Nücke · 11 years ago
  45. aed90fc Fixed offsets in robot inventory controller. by Florian Nücke · 11 years ago
  46. c4227d2 Allow changing the color of drones' lights to an arbitrary color via API (`drone.setLightColor`/`drone.getLightColor`). by Florian Nücke · 11 years ago
  47. f763e17 Made drones implement rotatable interface to actually make nav upgrade and others work in it, closes #762. by Florian Nücke · 11 years ago
  48. 166e3a6 Where did that random `then` come from? o.O by Florian Nücke · 11 years ago
  49. bd23253 Added missing line wrap and fixed labeling derp in flash.lua. by Florian Nücke · 11 years ago
  50. d6d8d0b Add decimals to file:read("*n") by Soni L. · 11 years ago
  51. ff2d034 Add readNumber()/file:read("*n") by Soni L. · 11 years ago
  52. aed0912 Merge remote-tracking branch 'origin/master-MC1.7.10' into drones by Florian Nücke · 11 years ago
  53. 766eb0a Fixed debug.runCommand in pure single player mode, fixes #754. by Florian Nücke · 11 years ago
  54. b338902 Bump API version for added interfaces. by Florian Nücke · 11 years ago
  55. b110816 Organized imports. by Florian Nücke · 11 years ago
  56. 1e48570 Merge remote-tracking branch 'origin/master-MC1.7.10' into drones by Florian Nücke · 11 years ago
  57. f499f93 Added configuration option to access points' component to set whether they should act as repeaters or not, closes #718. by Florian Nücke · 11 years ago
  58. 00b2165 Added assembler template filter system, closes #753. by Florian Nücke · 11 years ago
  59. c978290 Added `debug.insertItem` to spawn item stacks into inventories in the world, closes #752. by Florian Nücke · 11 years ago
  60. 115242a All the string interpolation \o/ by Florian Nücke · 11 years ago
  61. 7aff4ce Fixes for differences in merged branches. by Florian Nücke · 11 years ago
  62. a8dbb15 Merge remote-tracking branch 'origin/master-MC1.7.10' into drones by Florian Nücke · 11 years ago
  63. f5193e9 Dem interface changes. by Florian Nücke · 11 years ago
  64. f147481 Better Waila support for servers. by Florian Nücke · 11 years ago
  65. 7885a3f Started updating to new Waila API (1.56). So much cleaner \o/ by Florian Nücke · 11 years ago
  66. 29d112a Added check for out of memory errors when trying to play computer beeps. by Florian Nücke · 11 years ago
  67. 39f666e Fixed unconnected servers not receiving energy since side rework a few commits back. by Florian Nücke · 11 years ago
  68. 0ac4c8e Little bit of cleanup. by Florian Nücke · 11 years ago
  69. 856b5fd Disassembler configurable via IMC, finally! by Florian Nücke · 11 years ago
  70. 52aef61 Multiple tiers for microcontroller and drones. by Florian Nücke · 11 years ago
  71. dcae20e Merge remote-tracking branch 'origin/master-MC1.7.10' into drones by Florian Nücke · 11 years ago
  72. 64afd8d Require IC2 proper to be present instead of just the API, should fix #747. by Florian Nücke · 11 years ago
  73. 3dd7075 Don't even try to render the holograms on very low-end cards that don't support OpenGL 1.5 to avoid crashes. by Florian Nücke · 11 years ago
  74. c6d5584 Recompiled native lib on Win7, let's see if this helps on some systems... by Florian Nücke · 11 years ago
  75. 4eceafa Adding git ref to version when building locally. by Florian Nücke · 11 years ago
  76. d5ade3f Added leash upgrade. by Florian Nücke · 11 years ago
  77. 643c4b7 Got rid of a few uses of ForgeDirection.UNKNOWN. by Florian Nücke · 11 years ago
  78. b65141a Cheaper position update when target is reached. by Florian Nücke · 11 years ago
  79. 5d0d662 Merge remote-tracking branch 'origin/master-MC1.7.10' into drones by Florian Nücke · 11 years ago
  80. e66c7dc Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 11 years ago
  81. 27e74e2 Added setting for EEPROM size. Closes #742. by Florian Nücke · 11 years ago
  82. ea6cc63 Using `NamedBlock` interface for ordering environments when merging them for blocks, should close #745. by Florian Nücke · 11 years ago
  83. b877fca Drones unpickable, too much overhead to sync component data. by Florian Nücke · 11 years ago
  84. 3084e68 Merge pull request #744 from magik6k/master by Florian "Sangar" Nücke · 11 years ago
  85. a322981 More extraction of logic into traits. by Florian Nücke · 11 years ago
  86. 818bc1c Added OpenLoader EEPROM flasher by Łukasz Magiera · 11 years ago
  87. fe9d7ed Tanks now working in drones. by Florian Nücke · 11 years ago
  88. 8db3eeb Fixed component blacklisting (NBT tag didn't work because IDs can change when changing saves). by Florian Nücke · 11 years ago
  89. 2813ef7 Made drones chargeable via chargers, made charger logic more generic and fixed robots dropping components after refactor a few commits back. by Florian Nücke · 11 years ago
  90. ebfa43d Improved interaction of drones with water and other external forces. by Florian Nücke · 11 years ago
  91. 7682690 More use of BlockPosition. by Florian Nücke · 11 years ago
  92. 67b7da7 Little bit of cleanup in InventoryUtils. by Florian Nücke · 11 years ago
  93. c5e79df Extracted tank logic from robot component and some minor bugfixing. by Florian Nücke · 11 years ago
  94. 006935b Reworked component blacklisting logic to use IMC now, allowing other mods to tell OC components not to work in their blocks (e.g. for custom assembler templates). by Florian Nücke · 11 years ago
  95. 95e2fee Include block drones are in when looking for items to suck in, to make that less awkward. by Florian Nücke · 11 years ago
  96. fafa9e4 Fixed drones failing at picking up items in the world. by Florian Nücke · 11 years ago
  97. db87633 Fixed drone bounds, cleaned up and fixed inventory interop some. by Florian Nücke · 11 years ago
  98. a80a2b0 Refactored text rendering a little to allow reusing it for status text display of drones. by Florian Nücke · 11 years ago
  99. 6a4a038 Extracted some logic from robot component into traits for use in drones. by Florian Nücke · 11 years ago
  100. fdb834a More work on drone GUI, shows up now, powering works via that, inventory works. by Florian Nücke · 11 years ago