1. 0578b4a tweaked obstacle detection for wireless networking a bit to avoid self-collisions and have a better distribution of the samples on diagonals by Florian Nücke · 11 years ago
  2. 9370dd9 fixed screen gui not necessarily using origin screen for information (power state and resolution) by Florian Nücke · 11 years ago
  3. d0deb19 adjusted gregtech recipe for transistor to avoid collision with redstone conductor recipe by Florian Nücke · 11 years ago
  4. 1f084da fixed the order of the coordinates navigation.getPosition returns, so that they're in Minecraft order: x, y, z and not x, z, y as they currently are by Florian Nücke · 11 years ago
  5. 0cd901e adjusted version number for 1.1 release by Florian Nücke · 11 years ago
  6. 128b3ae running the debug hook that is used to check for timeouts more often, may help with #78 by Florian Nücke · 11 years ago
  7. 27102a8 updated mcmod.info to conform to the format described at https://github.com/MinecraftForge/FML/wiki/FML-mod-information-file by Florian Nücke · 11 years ago
  8. 4a5fb52 Linux natives built against older libs to allow them to work on older systems (built on Debian 4... so yeah, update your Linux if you still have issues) by Florian Nücke · 11 years ago
  9. 0e2224f added new localizations to pack.mcmeta by Florian Nücke · 11 years ago
  10. 4c11698 rebuilt item textures and tweaked a few of them slightly by Florian Nücke · 11 years ago
  11. 641d743 made cards actually use the card part in their recipe, instead of a pcb... by Florian Nücke · 11 years ago
  12. 2399b77 made some of the item textures look a little less... flat by Florian Nücke · 11 years ago
  13. 953b2ce Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  14. f40e108 new ram graphics (from set planned for extended ram tiers) by Florian Nücke · 11 years ago
  15. 8a05c36 Merge branch 'master' of github.com:MightyPirates/OpenComputers by Johannes Lohrer · 11 years ago
  16. 60c1027 changed ic2 names do to name change by Johannes Lohrer · 11 years ago
  17. 5a52c69 added comment for graphics card driver bugfix to avoid reverting the change in the future when nobody remembers that it was a fix... by Florian Nücke · 11 years ago
  18. f6977b7 Merge pull request #73 from Pyrolusite/patch-1 by Florian Nücke · 11 years ago
  19. 68e6432 French translation update by Pyrolusite · 11 years ago
  20. 993e67a manual background rendering for screens instead of using the tessellator since that seems to have caused crashes on certain graphics cards with certain drivers (see #31) by Florian Nücke · 11 years ago
  21. e5277b9 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  22. 43e9199 Merge pull request #71 from Pyrolusite/master by Florian Nücke · 11 years ago
  23. 2e27c4a Create fr_FR.lang by Pyrolusite · 11 years ago
  24. 6f3475a avoid error when edit is trying to check readonly-ness of virtual folders by Florian Nücke · 11 years ago
  25. 8594a3e registering items in ore dictionary if they aren't already there that aren't in it by default (hi gregtech), fixes #67 by Florian Nücke · 11 years ago
  26. 4cefeb2 fixed an out of index error in the crafting handler; moved dependency stuff to mcmod.info by Florian Nücke · 11 years ago
  27. 93db93a removed a sided function from robot logic (annotations above comments == evil); suppressing LimitReachedException in computer callback logging by Florian Nücke · 11 years ago
  28. 6c1a7c5 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  29. 18ef039 added project red mod license info; added rough build instructions for the native library by Florian Nücke · 11 years ago
  30. 8aaace5 Merge pull request #66 from LordFokas/master by Florian Nücke · 11 years ago
  31. a3b7fae Added pt_PT translation by LordFokas · 11 years ago
  32. 2dd8da2 grabbing screen touch coordinates on the client side and sending them as a click to the server to avoid loss of accuracy (block activation events only have a resolution of 16x16 apparently). closes #57. again. by Florian Nücke · 11 years ago
  33. 3b59b53 added setting to allow logging of tracebacks for exceptions that occurred in Lua callbacks (disabled per default to avoid spamming the log with InvalidArgumentExceptions and the like); moved argument parsing and result pushing to extended lua state and added capability to push maps as tables, meaning callbacks can now return maps, too by Florian Nücke · 11 years ago
  34. 9478907 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers (more generic bounds check. also: yay for lack of coordination :P) by Florian Nücke · 11 years ago
  35. f4d8f8c cable only checks neighbor blocks if y >= 0 , Fixes #63 by Johannes Lohrer · 11 years ago
  36. e266ccb added checks for invalid coordinates when fetching tile entities for neighbors, fixes #63 by Florian Nücke · 11 years ago
  37. c1e283c fixed bug in term.write() that caused issues with writing long strings. could have sworn I tested this and it worked once... was probably before I added word wrapping. anyway, closes #61 by Florian Nücke · 11 years ago
  38. 0f7718d fixed side of redstone_changed event not being translated to computer case's local side, closes #60 by Florian Nücke · 11 years ago
  39. 4b4a592 added a null check that may avoid #37, although I can't reproduce it and can't see how it could come to that. possibly mcpc+ related. by Florian Nücke · 11 years ago
  40. bd57550 fixed touch coordinates on certain multiblock screen formats in combination with certain resolutions, closes #57 by Florian Nücke · 11 years ago
  41. d026b61 added setting to allow enabling bytecode loading. use this at your own risk, and only if you're aware just how exploitable this can be... closes #58 for now by Florian Nücke · 11 years ago
  42. 2b50e0b Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  43. 1161d6b marked passive tile entities and manually triggering an update for their blocks on chunk/world load to connect them to the component update, since this apparently could fail when scheduling the update (see issue #46) by Florian Nücke · 11 years ago
  44. 2524f97 Merge pull request #56 from crafteverywhere/patch-1 by Florian Nücke · 11 years ago
  45. e67764e fixed mouse clicks being off on scaled down screen gui (e.g. tier 3 gpu+screen on low game resolution) by Florian Nücke · 11 years ago
  46. 21d4510 Update zh_CN.lang by crafteverywhere · 11 years ago
  47. f217556 fixed ghost characters in edit when inserting a newline (pressing enter) when the cursor blink was currently visible by Florian Nücke · 11 years ago
  48. 852a475 fixed config comment by Florian Nücke · 11 years ago
  49. 74a30f9 added getter for maximum packet size to network card by Florian Nücke · 11 years ago
  50. dbc3af2 crashing on start to show a warning when doDaylightCycle is false (since sleeps will never elapse in that mode computers won't start up) by Florian Nücke · 11 years ago
  51. 4821725 fixed screen clear on multi-block rearrange (client sync); clearing screen when computer stops (where possible, i.e. where a computer.stopped message is sent by the computer) by Florian Nücke · 11 years ago
  52. 88cd9bd adjusted gregtech recipes as discussed on forum by Florian Nücke · 11 years ago
  53. b515484 configurable paste shortcut, very rudimentary but better than nothing. closes #54 by Florian Nücke · 11 years ago
  54. 27316ff fixed shell.setPath(), closes #53 by Florian Nücke · 11 years ago
  55. 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
  56. 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
  57. 3a63b63 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  58. 28e0e0e fixed project red bundled cable support requiring another bundled redstone mod to be present by Florian Nücke · 11 years ago
  59. 7d30533 Merge pull request #47 from Vexatos/patch-1 by Florian Nücke · 11 years ago
  60. 8e5bb6f showing information on disk in disk drive if analyzer is used on it, closes #49 by Florian Nücke · 11 years ago
  61. e4755a5 Equalize line number for easier comparision by Vexatos · 11 years ago
  62. 139faad Some improvements to de_DE.lang by Vexatos · 11 years ago
  63. 940e839 actually implemented http request timeout... by Florian Nücke · 11 years ago
  64. 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
  65. f448b4e added support for project red bundled redwire, closes #2 by Florian Nücke · 11 years ago
  66. d5978a9 fixed gt charger recipe to use charger boxes as intended by Florian Nücke · 11 years ago
  67. 0c3213d updated comment in recipe files (still was old user recipes file name) by Florian Nücke · 11 years ago
  68. 7e3b157 fixed error in event.ignore that slipped in waaay back in 1fd375f, fixes #44 by Florian Nücke · 11 years ago
  69. 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
  70. 6b60dbd fixed the fix *sigh* by Florian Nücke · 11 years ago
  71. 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
  72. 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
  73. 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
  74. 03e598d added a readme by Florian Nücke · 11 years ago
  75. 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
  76. 85961a7 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  77. 433e772 statically linked library for windows, so people don't have to install the vc2012 runtime by Florian Nücke · 11 years ago
  78. 15139af example block by Johannes Lohrer · 11 years ago
  79. 107abb0 Example Component by Johannes Lohrer · 11 years ago
  80. 2aba89c bumping version number by Florian Nücke · 11 years ago
  81. 14024a8 fixed/reworked a couple of the gt recipes by Florian Nücke · 11 years ago
  82. 954f357 Merge branch '1.1' of cil.li:oc into 1.1 by Florian Nücke · 11 years ago
  83. 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
  84. be245b6 removed buildcraft recipes from default by Johannes Lohrer · 11 years ago
  85. 55d34d1 added assembly recipes by Johannes Lohrer · 11 years ago
  86. f79194c completed recipes by Johannes Lohrer · 11 years ago
  87. 4d1f568 Merge branch '1.1' of cil.li:oc into 1.1 by Florian Nücke · 11 years ago
  88. 53ae809 more gt recipes by Johannes Lohrer · 11 years ago
  89. 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
  90. 34f06ce Merge branch 'robot_components' of cil.li:oc into 1.1 by Johannes Lohrer · 11 years ago
  91. ee7e1ec fixed oredict names by Johannes Lohrer · 11 years ago
  92. 1c0a03a allowing subID value 'any' as wildcard (instead of the actual number that is the wildcard) by Florian Nücke · 11 years ago
  93. d1cbe2c just some minor cleanup by Florian Nücke · 11 years ago
  94. 5c5ddd1 Merge branch 'robot_components' of cil.li:oc into recipes by Johannes Lohrer · 11 years ago
  95. 28bf54a changed ore dict entries for oc by Johannes Lohrer · 11 years ago
  96. 95b0b21 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into 1.1 by Florian Nücke · 11 years ago
  97. 11a7c92 added a bunch of validation and checks when restoring data from nbt, closes #30 by Florian Nücke · 11 years ago
  98. 13124a7 fixes ignorePower setting being ignored when turning on computers by Florian Nücke · 11 years ago
  99. da65e7f Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into 1.1 by Florian Nücke · 11 years ago
  100. e96a167 bumping version to 1.0.5 for release by Florian Nücke · 11 years ago