1. 48da13c Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into 1.2 by Florian Nücke · 11 years ago
  2. 53afad7 updated sgt2 api (fixes obfuscation issue) by Florian Nücke · 11 years ago
  3. ff98a24 updated stargatetech api by Florian Nücke · 11 years ago
  4. e6631a6 bump version number by Florian Nücke · 11 years ago
  5. ae60f1a fixed stack tracebacks always being returned to lua by Florian Nücke · 11 years ago
  6. 02e387c Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into StargateTech2 by Florian Nücke · 11 years ago
  7. d19e0f6 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into 1.2 by Florian Nücke · 11 years ago
  8. 072600a adjusted version for next release by Florian Nücke · 11 years ago
  9. 8643fb4 also checking whether the nbt data of an item changed when used by a robot, to return true in that case (e.g. for ic2 electric items such as the mining laser); explicit check for mining laser use to avoid robots shooting themselves by Florian Nücke · 11 years ago
  10. 92c9a46 fixed bundled redstone output resetting after loading by Florian Nücke · 11 years ago
  11. 8475597 do vertical multi-block screen merges first to prefer in-chunk merges, hopefully helping a bit with non-determinism when chunk loading is involved by Florian Nücke · 11 years ago
  12. 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
  13. 7b9a8d4 made screens accept redstone signals; using redstone pulses on screens to turn them on or off (it's a toggle), closes #77 by Florian Nücke · 11 years ago
  14. cf70a33 changed the way screen power consumption is computed. it's no only computed by the origin and no longer the actual number of pixels, but the relative number of pixels (based on the current resolution), with the cost being scaled based on the maximum resolution versus the resolution of the basic screen; screens can now be turned off to conserve power. turning them back on consumes as much energy as one cycle with a fully lit screen would, to avoid people trying to avoid the cost by turning screens off and on again at the right time (when the screen cost is actually computed, which doesn't happen every tick unless so configured - see power.tickFrequency) by Florian Nücke · 11 years ago
  15. cce2d4f Merge branch 'master' into 1.2 by Florian Nücke · 11 years ago
  16. 9370dd9 fixed screen gui not necessarily using origin screen for information (power state and resolution) by Florian Nücke · 11 years ago
  17. d0deb19 adjusted gregtech recipe for transistor to avoid collision with redstone conductor recipe by Florian Nücke · 11 years ago
  18. eb59999 recipes for additional ram modules, closes #69 by Florian Nücke · 11 years ago
  19. ad0e914 adjusted memory for tiered slots; adjusted settings for additional memory tiers and added compatibility check for older configs by Florian Nücke · 11 years ago
  20. 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
  21. 5fd746a Merge branch 'more_ram' into 1.2 by Florian Nücke · 11 years ago
  22. 879e8aa Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into 1.2 by Florian Nücke · 11 years ago
  23. 0cd901e adjusted version number for 1.1 release by Florian Nücke · 11 years ago
  24. 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
  25. 7fc04b4 slots in computer cases are now tiered, closing #72. by Florian Nücke · 11 years ago
  26. 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
  27. 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
  28. 0e2224f added new localizations to pack.mcmeta by Florian Nücke · 11 years ago
  29. 0add1e3 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into StargateTech2 by Florian Nücke · 11 years ago
  30. 4c11698 rebuilt item textures and tweaked a few of them slightly by Florian Nücke · 11 years ago
  31. 72751b1 added power consumption for sending messages via the abstract bus; limiting size of packets sent over the abstract bus (like normal network packets) by Florian Nücke · 11 years ago
  32. 78f0042 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into sgt by Florian Nücke · 11 years ago
  33. 641d743 made cards actually use the card part in their recipe, instead of a pcb... by Florian Nücke · 11 years ago
  34. df5fce3 recipe for abstract bus card and dependency on stargatetech2 mod for loading order by Florian Nücke · 11 years ago
  35. 161098a Merge branch 'master' into sgt by Florian Nücke · 11 years ago
  36. 2399b77 made some of the item textures look a little less... flat by Florian Nücke · 11 years ago
  37. 953b2ce Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  38. f40e108 new ram graphics (from set planned for extended ram tiers) by Florian Nücke · 11 years ago
  39. 8a05c36 Merge branch 'master' of github.com:MightyPirates/OpenComputers by Johannes Lohrer · 11 years ago
  40. 60c1027 changed ic2 names do to name change by Johannes Lohrer · 11 years ago
  41. 986f7f7 added ram tier 4 and 5 and adjusted textures by Florian Nücke · 11 years ago
  42. 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
  43. f6977b7 Merge pull request #73 from Pyrolusite/patch-1 by Florian Nücke · 11 years ago
  44. 68e6432 French translation update by Pyrolusite · 11 years ago
  45. 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
  46. e5277b9 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  47. 43e9199 Merge pull request #71 from Pyrolusite/master by Florian Nücke · 11 years ago
  48. 2e27c4a Create fr_FR.lang by Pyrolusite · 11 years ago
  49. 6f3475a avoid error when edit is trying to check readonly-ness of virtual folders by Florian Nücke · 11 years ago
  50. 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
  51. 4cefeb2 fixed an out of index error in the crafting handler; moved dependency stuff to mcmod.info by Florian Nücke · 11 years ago
  52. 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
  53. 6c1a7c5 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  54. 18ef039 added project red mod license info; added rough build instructions for the native library by Florian Nücke · 11 years ago
  55. 8aaace5 Merge pull request #66 from LordFokas/master by Florian Nücke · 11 years ago
  56. a3b7fae Added pt_PT translation by LordFokas · 11 years ago
  57. 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
  58. 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
  59. 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
  60. f4d8f8c cable only checks neighbor blocks if y >= 0 , Fixes #63 by Johannes Lohrer · 11 years ago
  61. e266ccb added checks for invalid coordinates when fetching tile entities for neighbors, fixes #63 by Florian Nücke · 11 years ago
  62. a08ccbe Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into sgt by Florian Nücke · 11 years ago
  63. 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
  64. 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
  65. 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
  66. bd57550 fixed touch coordinates on certain multiblock screen formats in combination with certain resolutions, closes #57 by Florian Nücke · 11 years ago
  67. 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
  68. 2b50e0b Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  69. 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
  70. 2524f97 Merge pull request #56 from crafteverywhere/patch-1 by Florian Nücke · 11 years ago
  71. 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
  72. 21d4510 Update zh_CN.lang by crafteverywhere · 11 years ago
  73. 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
  74. 852a475 fixed config comment by Florian Nücke · 11 years ago
  75. 74a30f9 added getter for maximum packet size to network card by Florian Nücke · 11 years ago
  76. 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
  77. 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
  78. 88cd9bd adjusted gregtech recipes as discussed on forum by Florian Nücke · 11 years ago
  79. b515484 configurable paste shortcut, very rudimentary but better than nothing. closes #54 by Florian Nücke · 11 years ago
  80. 27316ff fixed shell.setPath(), closes #53 by Florian Nücke · 11 years ago
  81. 33edaf4 not showing abstract bus card in item list (creative tab) if StargateTech2 isn't available by Florian Nücke · 11 years ago
  82. 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
  83. ad288ac avoid defaulting abstract bus cards to disabling when loading before they were saved at least once by Florian Nücke · 11 years ago
  84. 038baea added empty "base" mod that acts as the owner of the api to avoid cyclic dependencies by Florian Nücke · 11 years ago
  85. 4c622bb Merge branch 'master' into sgt by Florian Nücke · 11 years ago
  86. 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
  87. 288c059 fixed wrong matching of components by Florian Nücke · 11 years ago
  88. e584af0 updated sgt api by Florian Nücke · 11 years ago
  89. ab1c4ab abstract card localizations; triggering events to add/remove from abstract bus network; some cleanup by Florian Nücke · 11 years ago
  90. 88600dc texture for abstract bus card by Florian Nücke · 11 years ago
  91. 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
  92. 8c3e219 abstract bus packet queue serialization by Florian Nücke · 11 years ago
  93. f0e055b more abstract bus bootstrapping, added item by Florian Nücke · 11 years ago
  94. f194b4a Merge branch 'master' into sgt by Florian Nücke · 11 years ago
  95. 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
  96. 069af70 started implementing sgt's abstract bus interface by Florian Nücke · 11 years ago
  97. 3a63b63 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  98. 28e0e0e fixed project red bundled cable support requiring another bundled redstone mod to be present by Florian Nücke · 11 years ago
  99. 7d30533 Merge pull request #47 from Vexatos/patch-1 by Florian Nücke · 11 years ago
  100. 8e5bb6f showing information on disk in disk drive if analyzer is used on it, closes #49 by Florian Nücke · 11 years ago