1. 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
  2. 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
  3. 3ef2770 less code duplication by Florian Nücke · 11 years ago
  4. 6d95fc5 y u no autoformat? (╯°□°)╯︵ ┻━┻ by Florian Nücke · 11 years ago
  5. 8a37621 Merge branch 'master' of https://github.com/MightyPirates/OpenComponents by Florian Nücke · 11 years ago
  6. a269418 moved tile entity based block driver to api prefab package by Florian Nücke · 11 years ago
  7. 846efa3 Added Machine in Buildcraft fixed pipe handler Added AppEng by Johannes Lohrer · 11 years ago
  8. 338f898 added command block, note block and rim carriage controller drivers (moved from oc core) by Florian Nücke · 11 years ago
  9. d39cdd4 clean up after driver api restructuring by Florian Nücke · 11 years ago
  10. 70d99f6 make jukebox return record name instead of item id by Florian Nücke · 11 years ago
  11. 331e89a industrial craft 2 stuff by Florian Nücke · 11 years ago
  12. 1df0015 made inventory driver callback names a little longer to reduce chance of name collisions by Florian Nücke · 11 years ago
  13. acf3448 refactoring; added thermal expansion stuff by Florian Nücke · 11 years ago
  14. 3a125cb added sign driver by Florian Nücke · 11 years ago
  15. 9c4a637 little bit of refactoring; added enderstorage driver; added reflection utility class by Florian Nücke · 11 years ago
  16. f730b1e buildcraft drivers and some refactored tile entity interface driver logic into abstract class by Florian Nücke · 11 years ago
  17. 80710af added readme and a few mods' apis by Florian Nücke · 11 years ago
  18. 75c6768 init with vanilla block drivers by Florian Nücke · 11 years ago