1. ee7e1ec fixed oredict names by Johannes Lohrer · 11 years ago
  2. 5c5ddd1 Merge branch 'robot_components' of cil.li:oc into recipes by Johannes Lohrer · 11 years ago
  3. 28bf54a changed ore dict entries for oc by Johannes Lohrer · 11 years ago
  4. 95b0b21 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into 1.1 by Florian Nücke · 11 years ago
  5. 11a7c92 added a bunch of validation and checks when restoring data from nbt, closes #30 by Florian Nücke · 11 years ago
  6. 13124a7 fixes ignorePower setting being ignored when turning on computers by Florian Nücke · 11 years ago
  7. da65e7f Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into 1.1 by Florian Nücke · 11 years ago
  8. e96a167 bumping version to 1.0.5 for release by Florian Nücke · 11 years ago
  9. ca52ec3 option for clients to select whether text on screens should be anti-aliased or not by Florian Nücke · 11 years ago
  10. 55524c4 catching error when creating lua state due to missing libraries in factory and logging it right there, to allow printing error to chat the first time, too; different name the lib is saved to the tmp folder to reduce the chance of collisions; explicit message for windows users reminding them to install the vc2012 runtimes on library load errors by Florian Nücke · 11 years ago
  11. fb6f0a8 moved scheduling of robot afterimage removal into added callback of afterimage block, to be on the safe(r) side by Florian Nücke · 11 years ago
  12. ccc2d6e also checking vanilla redstone wire in neighboring blocks even if doesn't connect directly (basically what BlockRedstoneLogic does) by Florian Nücke · 11 years ago
  13. 934e579 added safety check to not trigger a new move while moving. shouldn't really happen, due to the execution delay / pause being applied when moving, but to be on the safe side... by Florian Nücke · 11 years ago
  14. 0d620a6 immediately printing error message to chat log of the player that tried to start the computer if it happens during startup; also printing message if there's no ram; immediately checking power when starting computer (otherwise it'd be first checked in the next update) by Florian Nücke · 11 years ago
  15. fefcb44 Merge branch 'robot_components' into 1.1 by Florian Nücke · 11 years ago
  16. 79c163b organized imports by Florian Nücke · 11 years ago
  17. 11fc109 adapter gui string; not clearing when trying to insert invalid item in adapter by Florian Nücke · 11 years ago
  18. 593fb61 some changes to allow reusing existing inventory implementation with zero size item stacks; added adapter container and gui logic for phantom slot (i.e. inserting an item will just copy the stack info, but will actually store a stack with size zero) by Florian Nücke · 11 years ago
  19. 69d64d2 added filtering to adapter block, not configurable yet by Florian Nücke · 11 years ago
  20. 7f07967 moved computercraft interaction to router, i.e. the router block now acts as a modem peripheral for cc and forwards network messages, which seems more sensible and makes the adapter block less overloaded by Florian Nücke · 11 years ago
  21. c37d360 custom includer to make .recipes extension work by Florian Nücke · 11 years ago
  22. 57a5dd3 renamed custom.recipes to user.recipes by Florian Nücke · 11 years ago
  23. de37244 removed unnecessary commas and adjusted include by Florian Nücke · 11 years ago
  24. 98832e1 inlined getOreNameOrItemStackFromName by Florian Nücke · 11 years ago
  25. 76cec04 changed file extension of recipes to '.recipes'; removed fallback when parsing recipes to allow disabling recipes by Florian Nücke · 11 years ago
  26. 37976c4 more massive clean up; some refactoring to remove redundancies; reordered stuff to make it easier to spot missing recipes; re-added missing transistor recipe by Florian Nücke · 11 years ago
  27. b76a897 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into robot_components by Florian Nücke · 11 years ago
  28. 1226180 bump version number for 1.0.4 by Florian Nücke · 11 years ago
  29. 52592c5 cleaned up recipes class a bit by Florian Nücke · 11 years ago
  30. 30434a9 made craftinghandler for navigation upgrade non-sided so that the retrieved map properly shows up in client's inventory immediately; moved adding of old map to inventory to after the loop, to avoid it being reused in certain scenarios by Florian Nücke · 11 years ago
  31. f8329df Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into robot_components by Florian Nücke · 11 years ago
  32. cc1c262 organized imports by Florian Nücke · 11 years ago
  33. b78bdef no longer using client side method for cable neighbor checking on server, fixes #23 by Florian Nücke · 11 years ago
  34. 22bcc57 moved example whitelist entries to comment so we default to using the blacklist as suggested in #19; better message when http api fails parsing binary data (see #21) by Florian Nücke · 11 years ago
  35. ba46bd5 little bit of refactoring, renaming the new upgrades by Florian Nücke · 11 years ago
  36. 8fbbd92 general clean up and formatting; removed gt api import; returning y position together with x and y in nav upgrade by Florian Nücke · 11 years ago
  37. 28c504d added `sneaky` parameter to robot.swing, as discussed in #13 by Florian Nücke · 11 years ago
  38. 4fd46c3 fixed names by Johannes Lohrer · 11 years ago
  39. 28ed13f Merge branch 'master' of cil.li:oc into recipes by Johannes Lohrer · 11 years ago
  40. b699a37 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into recipes by Johannes Lohrer · 11 years ago
  41. f6ab7e4 tried recrafting of map by Johannes Lohrer · 11 years ago
  42. 44f5d64 Added item icons for locator, solar generator and writer. by Daniel Kaltenthaler · 11 years ago
  43. 4a46e0f added recipes for locator,solargenerator and reader by Johannes Lohrer · 11 years ago
  44. c0adb97 making sure robot upgrade is properly sent to client on load in case TE is sent before first update (player triggered load) by sending it again in the first update by Florian Nücke · 11 years ago
  45. 0a29aad added basic recipes by Johannes Lohrer · 11 years ago
  46. e56cab7 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into recipes by Johannes Lohrer · 11 years ago
  47. 73999ff avoiding errors for upgrades that don't have a component and possibly timing issues (sending to client before it was initialized) by Florian Nücke · 11 years ago
  48. fbf6809 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into recipes by Johannes Lohrer · 11 years ago
  49. 9976658 made shapeless and shaped recipes configurable in a config file. Recipes not yet done, just methods for parsing by Johannes Lohrer · 11 years ago
  50. c260ac0 bump version number to 1.0.3; forgot to push before drafting the Github release - this is the actual version of the released ZIP file. by Florian Nücke · 11 years ago
  51. 31cb37b added rendering for crafting upgrade by Florian Nücke · 11 years ago
  52. 8a6b1e7 sending fewer syncs to client from generator upgrade by Florian Nücke · 11 years ago
  53. 5dae4cd added callback to robot context that allows forcing an upgrade to be saved and resent to clients, to allow upgrades to manually synchronize their data with clients for state specific rendering; using this to transmit generator state (running or not) and show a different texture accordingly; fixed a bug where remaining runtime wasn't saved for generators when no more items were in their internal inventory; implementing contexts in their respective tile entities, too, to allow external components to refer to their owners via the context interfaces by Florian Nücke · 11 years ago
  54. 26b5d05 synchronizing the upgrade installed on robots to clients and checking it in renderer, if present use the item's item renderer to render it in its "equipped" state, which for robot upgrades should take of rendering the upgrade appropriately on its robot; basic generator renderer, still needs syncing of whether its currently active or not to show the appropriate texture by Florian Nücke · 11 years ago
  55. 60431cf fixed copy-paste error (grrr) that made wireless broadcasts skip the first passed parameter, fixes #16 by Florian Nücke · 11 years ago
  56. a10d4fd updated typesafe config (I should probably make this a sub-repo eventually) by Florian Nücke · 11 years ago
  57. 3a87ecd fixed default config failing to load on some systems (reported on Minecraft Forums, could not reproduce but this change reportedly did the trick) by Florian Nücke · 11 years ago
  58. eb28209 fixed invalid placement orientations for computer case and disk drive introduced in 30d9cc8 (why do I always find this stuff shortly *after* pushing a release?) by Florian Nücke · 11 years ago
  59. cb647e3 bump version for 1.0.2 hotfix by Florian Nücke · 11 years ago
  60. 596a8da manually removing compatibility entries for 5.1 if present, should fix #14 (may break one last time if the compat entries were used while saving) by Florian Nücke · 11 years ago
  61. 30d9cc8 explicitly marked SidedEnvironment.canConnect as client side; changed treatment of forge's Block.validRotations implementation to return what it actually should and adjusted a couple of things accordingly; no longer allowing to rotate keyboard since that could lead to invalid facings with no solid block beneath them; allowing to place keyboards anywhere, adding some special rules where to check for screens (in front of them, and when on the wall below them) to allow input on by Florian Nücke · 11 years ago
  62. d35ad80 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into robot_components by Johannes Lohrer · 11 years ago
  63. 07dee57 native libraries for (intel) Mac OS by Florian Nücke · 11 years ago
  64. 9c465f0 fixed robots also being added to outer network, fixes #12, introduced in 407d251 by Florian Nücke · 11 years ago
  65. d3a403b removed souts and fixed default value for scale by Johannes Lohrer · 11 years ago
  66. 22ab545 added many items and blocks to the ore dictionary by Johannes Lohrer · 11 years ago
  67. c66ecb0 created locator made components use context instead of owner by Johannes Lohrer · 11 years ago
  68. d490409 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into robot_components by Johannes Lohrer · 11 years ago
  69. 9fdef1f bumping version number for 1.0.1 release by Florian Nücke · 11 years ago
  70. 718077a also fixed AltGr in term.read, fixing special character input in shell and Lua interpreter by Florian Nücke · 11 years ago
  71. 8d4ac18 localisation and tool-tips by Johannes Lohrer · 11 years ago
  72. add557c overlay for up/down facing screens indicating their orientation to make it less confusing why screens won't connect by Florian Nücke · 11 years ago
  73. 9e87548 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into robot_components by Johannes Lohrer · 11 years ago
  74. 717de3f added reader not WIP by Johannes Lohrer · 11 years ago
  75. f9e6381 fixed components not updated when inserted by Johannes Lohrer · 11 years ago
  76. 073ef1f fixed components not updated when inserted by Johannes Lohrer · 11 years ago
  77. 7cd4053 centering text when setting lower resolution in robot; clearing screen when changing resolution to avoid dirty buffer space and cursor going out of scope by Florian Nücke · 11 years ago
  78. 9a0ebf1 casting some black regex magic to format the render output of the typesafe config to make it feasible to write it back to file. the order still gets jumbled, but whatever. by Florian Nücke · 11 years ago
  79. 9ec6380 added Solar Generator Upgrade for robots, image still WIP by Johannes Lohrer · 11 years ago
  80. ea05e5a fixed right alt for certain keyboard layouts not working as a modifier to input characters (e.g. the German layout, where it's needed for a couple of chars mainly in the numbers row), since it's actually emitting Alt+Ctrl, and when ctrl was pressed everything was treated like a key-combo; not resending control keys that are usually held down, to avoid packet spam (ctrl, alt, shift, meta) by Florian Nücke · 11 years ago
  81. f72ade5 added Chinese translation to language list in pack.mcmeta by Florian Nücke · 11 years ago
  82. 6bea879 saving charger inversion state by Florian Nücke · 11 years ago
  83. 8c14b0f chargers now indicate whether they're on or off by showing a different texture; ability to toggle the way chargers interpret signals using wrenches (inverse: on when no signal, off when max signal); checking if player holds a wrench when activating screens and computer cases; using BuildCraft API entry to check for availability instead of BuildCraft|Energy, to allow working with BC compatible systems even if BC is not available by Florian Nücke · 11 years ago
  84. 5a617f5 Merge pull request #1 from crafteverywhere/patch-1 by lordjoda · 11 years ago
  85. 739480d Create zh_CN.lang by crafteverywhere · 11 years ago
  86. 9ab4c5c more direct way of checking whether the game is paused (check server type, if it's not dedicated check if paused, no more timer workarounds); counting sleeps in ticks now, since that was the granularity anyway and this isn't influenced by game pauses by Florian Nücke · 11 years ago
  87. f93fc78 cp and mv programs will now accept a directory as the target location and append the original file name automatically in that case by Florian Nücke · 11 years ago
  88. d395db6 corrected comment on screen power use in config by Florian Nücke · 11 years ago
  89. 88475bd computer case as creative tab icon instead of the adapter block by Florian Nücke · 11 years ago
  90. 4e388f2 removed deprecated comment by Florian Nücke · 11 years ago
  91. 9450a45 corrected some occurrences of "visibility" to "reachability" in component jdoc by Florian Nücke · 11 years ago
  92. fc72fe0 typos in api jdoc by Florian Nücke · 11 years ago
  93. e3d1156 minor adjustments to api package doc by Florian Nücke · 11 years ago
  94. b08f08d cables no longer visually connect to robots by Florian Nücke · 11 years ago
  95. f1c94c2 fixed doc in config (user api stuff moved from os to computer) by Florian Nücke · 11 years ago
  96. 4355252 test for github by Johannes Lohrer · 11 years ago
  97. 97b043e fixed os detection for dedicated servers (if lwjgl isn't available to provide that information) by Florian Nücke · 11 years ago
  98. 966b2e7 more stable signal pushing for carriage component; bump version for incoming first release by Florian Nücke · 11 years ago
  99. 8d7d7ad Merge branch 'master' of cil.li:oc by Florian Nücke · 11 years ago
  100. d7c3513 render fixes under linux by Florian Nücke · 11 years ago