1. e08ec58 update peripheral blacklist by marcin212 · 10 years ago
  2. 21ca022 ninja clean up by marcin212 · 10 years ago
  3. 3164c69 Fixed getTankInfo It was returning: {n=1} by marcin212 · 10 years ago
  4. afd7e0f Added support for Thaumcraft aspect container Added Thaumcraft API by marcin212 · 10 years ago
  5. ce58f81 Added doc for forestry DriverBeeHause. Added DriverBoilerFirebox for railcraft. by marcin212 · 10 years ago
  6. 8459e8c Little bit of cleanup. by Florian Nücke · 10 years ago
  7. 1611744 Fixed: by marcin212 · 10 years ago
  8. f9a7818 Added: by marcin212 · 11 years ago
  9. 4c06cb5 blacklisted AE TileEntities for OpenPeripherals by Johannes Lohrer · 11 years ago
  10. b687104 Supressing warning for CC1.5/1.6 if CC1.6/1.5 is present. Fixed CC1.5 support. by Florian Nücke · 11 years ago
  11. c199cbd Backwards compatibility for CC1.5. It's copy-pasta, but it works. by Florian Nücke · 11 years ago
  12. 21c5cb1 updated to CC 1.6 API by Florian Nücke · 11 years ago
  13. 6097ba1 Clean up some console spam. by Matchlighter · 11 years ago
  14. 964f7da Made DriverPeripheral compatible with IPeripheralHandler/IHostedPeripheral. by Matchlighter · 11 years ago
  15. cb75c6e removed Atomic Science API since it no longer exists in the latest AS build, OC support will be added directly by Florian Nücke · 11 years ago
  16. 4a7c981 removed conversion stuff in favor of type converters in oc, registering converters for ic2 and te energy items; made a couple of block specific drivers named by Florian Nücke · 11 years ago
  17. fcbfc03 auto-version in mcmod.info by Florian Nücke · 11 years ago
  18. 74be09d adjusted paths for gradle; made it build by Florian Nücke · 11 years ago
  19. 4be526c added some more mod docs by Johannes Lohrer · 11 years ago
  20. ee8b7c2 Merge branch 'master' of github.com:MightyPirates/OpenComponents by Johannes Lohrer · 11 years ago
  21. 7818b69 Added BuildCraft doc by Johannes Lohrer · 11 years ago
  22. 44f18c4 Doc for AtomicScience by Johannes Lohrer · 11 years ago
  23. b3dae63 formatting; minor adjustments (returning lists as tables instead of result tuples) by Florian Nücke · 11 years ago
  24. c30bae2 Merge branch 'master' of https://github.com/MightyPirates/OpenComponents by Florian Nücke · 11 years ago
  25. 8dd20ee added documentation for AppEng by Johannes Lohrer · 11 years ago
  26. 2e69f45 another false->null/nil by Florian Nücke · 11 years ago
  27. 13a8b75 moved all peripheral wrapping logic over to here by Florian Nücke · 11 years ago
  28. 48d1731 undid weird replace in railcraft api (wtf?) and some minor cleanup by Florian Nücke · 11 years ago
  29. a4898e2 Merge branch 'master' of https://github.com/MightyPirates/OpenComponents by Florian Nücke · 11 years ago
  30. b442981 added check to avoid duplicate components when a block next to the adapter already has an environment interface in addition to a peripheral interface by Florian Nücke · 11 years ago
  31. 61dc9b7 Merge branch 'master' of github.com:MightyPirates/OpenComponents by Johannes Lohrer · 11 years ago
  32. 08561dc Added Railcraft, TMechworks by Johannes Lohrer · 11 years ago
  33. 0b3c9dd cleaned up after peripheral redesign by Florian Nücke · 11 years ago
  34. 2636f02 Merge branch 'master' of https://github.com/MightyPirates/OpenComponents by Florian Nücke · 11 years ago
  35. 98cbaff cc peripherals are now wrapped by default and can be disabled using a blacklist (in the config) by Florian Nücke · 11 years ago
  36. 704bb64 added MassFab and Lamp by Johannes Lohrer · 11 years ago
  37. 8da6b4b yet more refactoring! by Florian Nücke · 11 years ago
  38. f28257a me so indecisive by Florian Nücke · 11 years ago
  39. 4dc5be9 more refactoring by Florian Nücke · 11 years ago
  40. 3e879f5 Merge branch 'master' of https://github.com/MightyPirates/OpenComponents by Florian Nücke · 11 years ago
  41. 1dd3811 Added AtomicScience by Johannes Lohrer · 11 years ago
  42. df509e9 started refactor into own package by Florian Nücke · 11 years ago
  43. 45469ab added all remaining mekanism TEs by Johannes Lohrer · 11 years ago
  44. 6659d0e registering generic peripheral driver last, to prefer more specialized implementations by Florian Nücke · 11 years ago
  45. cfff7e5 carriage controller component is called 'carriage' again by Florian Nücke · 11 years ago
  46. c2dc1f4 cleanup; reenabled drivers by Florian Nücke · 11 years ago
  47. 0105ee4 added mekanism but not working for now! deactivated most drivers so don't use by Johannes Lohrer · 11 years ago
  48. ac0c8c8 added a generic wrapper for cc peripherals that can be enabled via config, should be used with caution since depending on what the peripheral's methods do this may crash or deadlock the game. the recommended approach would be to add explicit drivers for tested peripherals (that's just a matter of extending DriverPeripheral and overriding the getTileEntityClass method then). by Florian Nücke · 11 years ago
  49. e80f68f cleanup; stripped down appen gridtileentity driver, accessing the whole network from any tile in the network is kinda lame - me controller provides this, too; sprinkled in some more finality by Florian Nücke · 11 years ago
  50. 3ef2770 less code duplication by Florian Nücke · 11 years ago
  51. 6d95fc5 y u no autoformat? (╯°□°)╯︵ ┻━┻ by Florian Nücke · 11 years ago
  52. 8a37621 Merge branch 'master' of https://github.com/MightyPirates/OpenComponents by Florian Nücke · 11 years ago
  53. a269418 moved tile entity based block driver to api prefab package by Florian Nücke · 11 years ago
  54. 846efa3 Added Machine in Buildcraft fixed pipe handler Added AppEng by Johannes Lohrer · 11 years ago
  55. 338f898 added command block, note block and rim carriage controller drivers (moved from oc core) by Florian Nücke · 11 years ago
  56. d39cdd4 clean up after driver api restructuring by Florian Nücke · 11 years ago
  57. 70d99f6 make jukebox return record name instead of item id by Florian Nücke · 11 years ago
  58. 331e89a industrial craft 2 stuff by Florian Nücke · 11 years ago
  59. 1df0015 made inventory driver callback names a little longer to reduce chance of name collisions by Florian Nücke · 11 years ago
  60. acf3448 refactoring; added thermal expansion stuff by Florian Nücke · 11 years ago
  61. 3a125cb added sign driver by Florian Nücke · 11 years ago
  62. 9c4a637 little bit of refactoring; added enderstorage driver; added reflection utility class by Florian Nücke · 11 years ago
  63. f730b1e buildcraft drivers and some refactored tile entity interface driver logic into abstract class by Florian Nücke · 11 years ago
  64. 80710af added readme and a few mods' apis by Florian Nücke · 11 years ago
  65. 75c6768 init with vanilla block drivers by Florian Nücke · 11 years ago