1. 33edaf4 not showing abstract bus card in item list (creative tab) if StargateTech2 isn't available by Florian Nücke · 11 years ago
  2. b2dedc2 properly synchronizing abstract bus availability of cases now for proper cable rendering; cleanup packet sender class a bit, getting rid of old, no longer used stuff by Florian Nücke · 11 years ago
  3. ad288ac avoid defaulting abstract bus cards to disabling when loading before they were saved at least once by Florian Nücke · 11 years ago
  4. 038baea added empty "base" mod that acts as the owner of the api to avoid cyclic dependencies by Florian Nücke · 11 years ago
  5. 4c622bb Merge branch 'master' into sgt by Florian Nücke · 11 years ago
  6. 969181a rethrowing errors encountered in autorun files so they are logged to the event log; allowing pure string tables (i.e. Map<String, String>) in signals. may extend this to further types at some point, but for now that'll have to do by Florian Nücke · 11 years ago
  7. 288c059 fixed wrong matching of components by Florian Nücke · 11 years ago
  8. e584af0 updated sgt api by Florian Nücke · 11 years ago
  9. ab1c4ab abstract card localizations; triggering events to add/remove from abstract bus network; some cleanup by Florian Nücke · 11 years ago
  10. 88600dc texture for abstract bus card by Florian Nücke · 11 years ago
  11. 5fbf3b8 immediately flushing abstract bus packets now, avoids having to save the queue and issues that brings with it (remove card, insert somewhere else, continues working through remaining queue...) by Florian Nücke · 11 years ago
  12. 8c3e219 abstract bus packet queue serialization by Florian Nücke · 11 years ago
  13. f0e055b more abstract bus bootstrapping, added item by Florian Nücke · 11 years ago
  14. f194b4a Merge branch 'master' into sgt by Florian Nücke · 11 years ago
  15. 666df3e added support for tables as arguments to lua callbacks (will have to double check I didn't assume anywhere that this wouldn't happen...) by Florian Nücke · 11 years ago
  16. 069af70 started implementing sgt's abstract bus interface by Florian Nücke · 11 years ago
  17. 3a63b63 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  18. 28e0e0e fixed project red bundled cable support requiring another bundled redstone mod to be present by Florian Nücke · 11 years ago
  19. 7d30533 Merge pull request #47 from Vexatos/patch-1 by Florian Nücke · 11 years ago
  20. 8e5bb6f showing information on disk in disk drive if analyzer is used on it, closes #49 by Florian Nücke · 11 years ago
  21. e4755a5 Equalize line number for easier comparision by Vexatos · 11 years ago
  22. 139faad Some improvements to de_DE.lang by Vexatos · 11 years ago
  23. 940e839 actually implemented http request timeout... by Florian Nücke · 11 years ago
  24. 8abc285 also cleaning up multi-block screens onChunkUnload (not just in invalidate()), may solve the screen issue mentioned in #45 by Florian Nücke · 11 years ago
  25. f448b4e added support for project red bundled redwire, closes #2 by Florian Nücke · 11 years ago
  26. d5978a9 fixed gt charger recipe to use charger boxes as intended by Florian Nücke · 11 years ago
  27. 0c3213d updated comment in recipe files (still was old user recipes file name) by Florian Nücke · 11 years ago
  28. 7e3b157 fixed error in event.ignore that slipped in waaay back in 1fd375f, fixes #44 by Florian Nücke · 11 years ago
  29. ad4359f making `term.read` check for changes to the term's cursor position between events, to make it less problematic to display text via `print` or `term.write` when there's a read active (e.g. because we're in the shell or so but we want to print something from an event listener, such as a timer) by Florian Nücke · 11 years ago
  30. 6b60dbd fixed the fix *sigh* by Florian Nücke · 11 years ago
  31. d3538a5 fixed edit writing an additional newline after the last line; fixed editor erroring when opening existing but empty files, fixes #39 and closes #43 by Florian Nücke · 11 years ago
  32. 77d3c1b saving/loading http response queue. seems broken, no idea why (byte array gets saved to output stream, but when reading back it is shorter for some magical reason -.-) by Florian Nücke · 11 years ago
  33. 7c8e1dc added setting to control timeout of http requests; pushing http request results directly as binary chunks now (of length misc.maxNetworkPacketSize), closes #21 and fixes #33 by Florian Nücke · 11 years ago
  34. 03e598d added a readme by Florian Nücke · 11 years ago
  35. b6053b2 refactored examples into "prefabs", skeleton implementations of some interfaces that can be extended and take care of some of the repetitive work by Florian Nücke · 11 years ago
  36. 85961a7 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  37. 433e772 statically linked library for windows, so people don't have to install the vc2012 runtime by Florian Nücke · 11 years ago
  38. 15139af example block by Johannes Lohrer · 11 years ago
  39. 107abb0 Example Component by Johannes Lohrer · 11 years ago
  40. 2aba89c bumping version number by Florian Nücke · 11 years ago
  41. 14024a8 fixed/reworked a couple of the gt recipes by Florian Nücke · 11 years ago
  42. 954f357 Merge branch '1.1' of cil.li:oc into 1.1 by Florian Nücke · 11 years ago
  43. aa68275 getRange callback for navigation upgrade to query area the upgrade works in; extended API for block drivers to allow querying for item stacks, used in adapter block to only allow adding filter for supported blocks by Florian Nücke · 11 years ago
  44. be245b6 removed buildcraft recipes from default by Johannes Lohrer · 11 years ago
  45. 55d34d1 added assembly recipes by Johannes Lohrer · 11 years ago
  46. f79194c completed recipes by Johannes Lohrer · 11 years ago
  47. 4d1f568 Merge branch '1.1' of cil.li:oc into 1.1 by Florian Nücke · 11 years ago
  48. 53ae809 more gt recipes by Johannes Lohrer · 11 years ago
  49. fbb1fd7 mentioning expected recipe type in error messages (makes it easier figuring out issues when overwriting recipes that had a non-default = shaped type) by Florian Nücke · 11 years ago
  50. 34f06ce Merge branch 'robot_components' of cil.li:oc into 1.1 by Johannes Lohrer · 11 years ago
  51. ee7e1ec fixed oredict names by Johannes Lohrer · 11 years ago
  52. 1c0a03a allowing subID value 'any' as wildcard (instead of the actual number that is the wildcard) by Florian Nücke · 11 years ago
  53. d1cbe2c just some minor cleanup by Florian Nücke · 11 years ago
  54. 5c5ddd1 Merge branch 'robot_components' of cil.li:oc into recipes by Johannes Lohrer · 11 years ago
  55. 28bf54a changed ore dict entries for oc by Johannes Lohrer · 11 years ago
  56. 95b0b21 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into 1.1 by Florian Nücke · 11 years ago
  57. 11a7c92 added a bunch of validation and checks when restoring data from nbt, closes #30 by Florian Nücke · 11 years ago
  58. 13124a7 fixes ignorePower setting being ignored when turning on computers by Florian Nücke · 11 years ago
  59. da65e7f Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into 1.1 by Florian Nücke · 11 years ago
  60. e96a167 bumping version to 1.0.5 for release by Florian Nücke · 11 years ago
  61. ca52ec3 option for clients to select whether text on screens should be anti-aliased or not by Florian Nücke · 11 years ago
  62. 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
  63. 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
  64. 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
  65. 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
  66. 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
  67. fefcb44 Merge branch 'robot_components' into 1.1 by Florian Nücke · 11 years ago
  68. 79c163b organized imports by Florian Nücke · 11 years ago
  69. 11fc109 adapter gui string; not clearing when trying to insert invalid item in adapter by Florian Nücke · 11 years ago
  70. 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
  71. 69d64d2 added filtering to adapter block, not configurable yet by Florian Nücke · 11 years ago
  72. 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
  73. c37d360 custom includer to make .recipes extension work by Florian Nücke · 11 years ago
  74. 57a5dd3 renamed custom.recipes to user.recipes by Florian Nücke · 11 years ago
  75. de37244 removed unnecessary commas and adjusted include by Florian Nücke · 11 years ago
  76. 98832e1 inlined getOreNameOrItemStackFromName by Florian Nücke · 11 years ago
  77. 76cec04 changed file extension of recipes to '.recipes'; removed fallback when parsing recipes to allow disabling recipes by Florian Nücke · 11 years ago
  78. 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
  79. b76a897 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into robot_components by Florian Nücke · 11 years ago
  80. 1226180 bump version number for 1.0.4 by Florian Nücke · 11 years ago
  81. 52592c5 cleaned up recipes class a bit by Florian Nücke · 11 years ago
  82. 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
  83. f8329df Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into robot_components by Florian Nücke · 11 years ago
  84. cc1c262 organized imports by Florian Nücke · 11 years ago
  85. b78bdef no longer using client side method for cable neighbor checking on server, fixes #23 by Florian Nücke · 11 years ago
  86. 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
  87. ba46bd5 little bit of refactoring, renaming the new upgrades by Florian Nücke · 11 years ago
  88. 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
  89. 28c504d added `sneaky` parameter to robot.swing, as discussed in #13 by Florian Nücke · 11 years ago
  90. 4fd46c3 fixed names by Johannes Lohrer · 11 years ago
  91. 28ed13f Merge branch 'master' of cil.li:oc into recipes by Johannes Lohrer · 11 years ago
  92. b699a37 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into recipes by Johannes Lohrer · 11 years ago
  93. f6ab7e4 tried recrafting of map by Johannes Lohrer · 11 years ago
  94. 44f5d64 Added item icons for locator, solar generator and writer. by Daniel Kaltenthaler · 11 years ago
  95. 4a46e0f added recipes for locator,solargenerator and reader by Johannes Lohrer · 11 years ago
  96. 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
  97. 0a29aad added basic recipes by Johannes Lohrer · 11 years ago
  98. e56cab7 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into recipes by Johannes Lohrer · 11 years ago
  99. 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
  100. fbf6809 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into recipes by Johannes Lohrer · 11 years ago