1. 5a9a6ef Make assembler render without fake full bright to avoid Colored Lights' rendering to break. by Florian Nücke · 9 years ago
  2. e979b09 Merge branch 'master-MC1.7.10' of https://github.com/Kubuxu/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  3. 919e3c9 Fixes drivers to use proper tier getter. Closes #1291. by Florian Nücke · 9 years ago
  4. e0f9f04 Made the touch inversion check in screens use the origin block as it should. First part of #1291. by Florian Nücke · 9 years ago
  5. 6b3c3f9 Make hollow covers from FMP close on Cables by Kubuxu · 9 years ago
  6. 1b502f5 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  7. 5c8572b Added command to spawn a creative computer with the basic stuff built-in. Closes #1289. by Florian Nücke · 9 years ago
  8. 24337f0 Merge pull request #1286 from cyber01/RU_doc by Florian "Sangar" Nücke · 9 years ago
  9. dd46e54 Correction2 by cyber01 · 9 years ago
  10. c3958ff Correction by cyber01 · 9 years ago
  11. 3b96f1f Add Netsplitter to RU lang by cyber01 · 9 years ago
  12. e21667d Only for the @return comment. Too confusing. by Florian Nücke · 9 years ago
  13. df3b533 Building a better tomorrow. by Florian Nücke · 9 years ago
  14. 5daac49 okthen intellij by Florian Nücke · 9 years ago
  15. 9540cb4 Netsplitter it is. Also added a recipe for it and added sound when toggling states. by Florian Nücke · 9 years ago
  16. 74763fa Removed deprecated call in bee converter, closes #1283. by Florian Nücke · 9 years ago
  17. f71bf06 All the right offsets in all the wrong places. Should fix #1278. by Florian Nücke · 9 years ago
  18. b7ae755 Added toggle thinger. Closes #1273. by Florian Nücke · 9 years ago
  19. 4f218cc Also using patched block renderer for inventory rendering where applicable. Fixes item rendering of 3d printer, holograms etc. by Florian Nücke · 9 years ago
  20. b48e2fd Fixed initial redstone state of non-updating blocks such as prints. by Florian Nücke · 9 years ago
  21. 3a930fa Added newline to md5sum and sha256sum. Fixes #1275. by Florian Nücke · 9 years ago
  22. 26eaf98 May or may not fix assertion error in R-Tree. Time will tell. by Florian Nücke · 9 years ago
  23. 5c60af9 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  24. 117a6a8 added David from the A.I. movie by NPException · 9 years ago
  25. 70b6895 Adjusted _VERSION to be standard compliant. by Florian Nücke · 9 years ago
  26. bfe2a6a Merge pull request #1272 from Ionaru/patch-1 by Florian "Sangar" Nücke · 9 years ago
  27. 6683a5b Merge pull request #1269 from payonel/patch-4 by Florian "Sangar" Nücke · 9 years ago
  28. f997633 Merge pull request #1271 from cyber01/RU_doc by Florian "Sangar" Nücke · 9 years ago
  29. 726a6bc Corrected 2 small mistakes by Jeroen Akkerman · 9 years ago
  30. 2efd270 ignore closed pipe writes to dead coroutines and fix stalled pipes by payonel · 9 years ago
  31. fada3e4 Should fix sided issue. by Florian Nücke · 9 years ago
  32. 829038f Might fix screens blanking out until the first update in some cases. Maybe. by Florian Nücke · 9 years ago
  33. c0a7b84 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  34. 50f7f74 Fixed lighting issue with hover boots. I think. by Florian Nücke · 9 years ago
  35. b60c784 fix coroutine resume by forcing write on close by payonel · 9 years ago
  36. 2f89919 Fixes #1259. by Florian Nücke · 9 years ago
  37. f8b0995 Get rid of remaining "match start" `component.list` calls in BIOS/OpenOS, fixes #1255. by Florian Nücke · 9 years ago
  38. 6d12346 Added Cpy to clipboard to lang by cyber01 · 9 years ago
  39. 4cb81b3 Properly make loot disks added via the save dir readonly. Fixes #1252. by Florian Nücke · 9 years ago
  40. bdf0087 Failsafe for drivers implementing an old version of the API. Closes #1237. by Florian Nücke · 9 years ago
  41. 9592ef6 Can now click address in output of analyzer in chat to copy it to clipboard. by Florian Nücke · 9 years ago
  42. 8bc107c Fix docstring. by Florian Nücke · 9 years ago
  43. ca87513 How did this magically compile in my IDE again? -.- by Florian Nücke · 9 years ago
  44. 1d933fd Allow printing 3D prints that can be walked through (non-colliding), as well as shapes with no texture (texture="") appearing transparent, closes #1238. by Florian Nücke · 9 years ago
  45. 64d3f93 Homogenized item data stuff a bit and trying to avoid NPEs in preconfigured item creation. by Florian Nücke · 9 years ago
  46. fb45881 added FormingPress, LaserEngraver and FluidCanner for Gregtech Recipes Closes #1233 by Johannes Lohrer · 9 years ago
  47. 3bea675 Updated Project Red and ComputerCraft dependencies and adjusted implementations of interfaces as necessary. Closes #1231. by Florian Nücke · 9 years ago
  48. 1e5b2bd Use plain mode for `string.find` in edit's find logic, fixes #1234. by Florian Nücke · 9 years ago
  49. e0f8554 Make command block driver actually return numeric value (plus text) as it should (instead of always just `true`). by Florian Nücke · 9 years ago
  50. d6354d9 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  51. 4c813d6 Added mention of Project Red in redstone I/O block's tooltip. Closes #1225. by Florian Nücke · 9 years ago
  52. 3bc9484 Formatting, organized imports, sorting. by Florian Nücke · 9 years ago
  53. 063b811 Push up warning text in raid two pixels to avoid long text (3 lines) overlapping the inventory label. by Florian Nücke · 9 years ago
  54. 01e1956 Merge branch 'ec' of https://github.com/DrummerMC/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  55. 2b5c703 Merge branch 'de-translation' of https://github.com/dgelessus/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  56. 4cf3285 Added EC Integration by DrummerMC · 9 years ago
  57. 95bcf2f Update and add achievements to German translation by dgelessus · 9 years ago
  58. ab32ac0 Merge pull request #1220 from cyber01/RU_doc by Florian "Sangar" Nücke · 9 years ago
  59. 33d3b3b Added DataCard to Russian Translation by cyber01 · 9 years ago
  60. d474313 I keep forgetting to build these on the old distro... by Florian Nücke · 9 years ago
  61. 6e34f1d Added manual entry and tooltip for data card, and increased cost a bit. by Florian Nücke · 9 years ago
  62. a7267d1 Added texture for data card, added soft and hard input size limits and added energy costs. by Florian Nücke · 9 years ago
  63. 3220d04 Merge branch 'datacard' of https://github.com/Kubuxu/OpenComputers into data-card by Florian Nücke · 9 years ago
  64. d6425b9 Merge branch 'master' of https://github.com/magik6k/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  65. f108973 Listened to a bunch of IntelliJ's suggestions. inb4 everything broke. by Florian Nücke · 9 years ago
  66. dd18468 Fixed network stack multiple tcp connections by Łukasz Magiera · 9 years ago
  67. b0dc3a2 Fixed `keyboard.isKeyDown` for chars (strings), making use of the utf8 lib when available (Lua 5.3). Closes #1214. by Florian Nücke · 9 years ago
  68. d37e422 Merge branch 'master-MC1.7.10' of https://github.com/gamax92/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  69. c3a6657 Fixed position of hover boots while sneaking. by Florian Nücke · 9 years ago
  70. f4868be Add capslock to keyboard.lua by gamax92 · 9 years ago
  71. f058ad8 That should be more correct. by Florian Nücke · 9 years ago
  72. e6b9184 Merge branch 'bc7' into master-MC1.7.10 by Florian Nücke · 9 years ago
  73. 4727f53 Require BC 7.0.9 for the extension length fix. by Florian Nücke · 9 years ago
  74. c92dfe4 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into bc7 by Florian Nücke · 9 years ago
  75. f255b4c Make `NoMemoryRequirements` inheritable. by Florian Nücke · 9 years ago
  76. c624cad Enable Lua 5.3 by default. by Florian Nücke · 9 years ago
  77. a1be494 Updated native libs to allow loading UTF8 lib via JNLua and expose it to sandbox. by Florian Nücke · 9 years ago
  78. fe73562 Fixes incorrect status message for non-RAM-archs (still showed "insert some RAM" when it shouldn't). by Florian Nücke · 9 years ago
  79. 504ae88 Cleaned up / homogenized screen GUI some more. by Florian Nücke · 9 years ago
  80. 8db38a3 Added note to self regarding external use of an internal class. by Florian Nücke · 9 years ago
  81. 18c901c Properly migrate CPUs that were manually configured to a Lua 5.2 architecture to the new class name and properly handle errors when instantiating architectures. Closes #1213. by Florian Nücke · 9 years ago
  82. 76d7a6a Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  83. fdcdb2c Should fix incorrect coordinates in mouse scroll event in scaled GUIs, closing #1212. by Florian Nücke · 9 years ago
  84. d06f7e8 Merge pull request #1208 from megamandos/grammar by Florian "Sangar" Nücke · 9 years ago
  85. 6aa3c80 Fixed some formatting and spelling mistakes in the English manual. by Eric Johnson · 9 years ago
  86. 6bf16b3 Fixed off-by-one in os.date(), closes #1209. by Florian Nücke · 9 years ago
  87. 003e3c4 Use mod version as coremod version, too. by Florian Nücke · 9 years ago
  88. 0e485e1 Fixed potential NPE when checking for new SimpleComponent annotation. by Florian Nücke · 9 years ago
  89. 154ad9e Added BC7 library integration for EEPROMs. by Florian Nücke · 10 years ago
  90. d984658 Fixed update check, closes #1200. by Florian Nücke · 9 years ago
  91. d6ccf52 Added a `store` method to the AE2 controller/interface driver, allows writing results a filtered query to a database upgrade. Closes #1206. by Florian Nücke · 9 years ago
  92. ac117c2 Added annotation to allow marking classes implementing `SimpleComponent` to be skipped, closes #1194. by Florian Nücke · 9 years ago
  93. adf6893 Didn't need you after all. by Florian Nücke · 9 years ago
  94. dcdf5f5 Merge branch 'patch-3' of https://github.com/LizzyTrickster/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  95. 3d7386e Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  96. 6c8370b Fixed interaction of agents with trapped chests adjacent to normal chests in certain orientations (would insert/remove into/from wrong chest). Closes #1205. by Florian Nücke · 9 years ago
  97. 8dd4d84 Before I forget again, make AE2 filter ignore size if passed size is zero (makes it easier to use stacks pulled from databases as filters, since the size field doesn't have to be nulled). by Florian Nücke · 9 years ago
  98. 6905742 Drones are now Ninjas. Closes #1204. by Florian Nücke · 9 years ago
  99. a028bea Added annotation that can be added to architectures, to mark them as not requiring memory (e.g. to allow assembling MCUs with CPUs configured to those architectures without memory being present). Closes #1201. by Florian Nücke · 9 years ago
  100. bc29a0b Fixed crafting of Lua BIOS and OpenOS floppy using "initialized" items (i.e. EEPROM or floppy that had been installed in a computer/disk drive before). Closes #1199. by Florian Nücke · 9 years ago