1. ef66539 fixed robots not storing their orientation. and redstone output. since the the save code cleanup. herp derp. by Florian Nücke · 11 years ago
  2. e03bede removed superfluous (and potentially derping) % from package module by Florian Nücke · 11 years ago
  3. 0884a45 more ingame help topics, closing #15 (for now) by Florian Nücke · 11 years ago
  4. 48a4144 primitive ingame help system, still needs some more topics by Florian Nücke · 11 years ago
  5. 11b9d50 removed usages of client side only methods from wireless network logic (screw the Vec3 class, seriously), fixes #107 by Florian Nücke · 11 years ago
  6. 1f333cd piping data between programs seems to work. needs a lot of testing, though. by Florian Nücke · 11 years ago
  7. 588d1a7 basic redirect support in shell, changed programs to use io.write instead of print to support their output being redirected; arguments in the shell can now be quoted by Florian Nücke · 11 years ago
  8. 3c1eaf1 properly handling errors in module loaders in package library (avoid lingering entry in "loading" table); throwing an error in robot library if its not a robot; automatically trying to load modules in interpreter (somewhat experimental) by Florian Nücke · 11 years ago
  9. 6df7c8a renamed luaj 3 package because it collides with luaj version 2 (really, guys? really?) which borks cc computers by Florian Nücke · 11 years ago
  10. ffa5a3c fixed creating symlinks and mounts in real folders to "break" the file system (in that the virtual node overwrote the real one), virtual and real fs nodes/directories should now mix well. by Florian Nücke · 11 years ago
  11. 9cc0a70 analyzer prints info on attached components; extracted program loading part from shell.execute into shell.load and changed running program tracking to be hierarchical based on coroutine ownership; using _PROMPT global in lua interpreter if set by Florian Nücke · 11 years ago
  12. 60d19c3 made the old recipe set the hardmode set and created a new, less complex default set. flattens recipes by not following an "upgrading" mechanic - i.e. tier 3 gpu doesn't require a tier 2 gpu and so on. also makes recipes a lot cheaper for the most part, not much to be done about that, but fits better with the simplicity anyway. by Florian Nücke · 11 years ago
  13. 4da0b3a displaying a short help message when starting the lua interpreter. by Florian Nücke · 11 years ago
  14. 4eff921 Merge pull request #105 from P-T-/master by Florian Nücke · 11 years ago
  15. a6f7318 added debug.traceback by PixelToast · 11 years ago
  16. a88f844 made loadfile standard lua conformant in that it skips the first line in a file if it starts with a # by Florian Nücke · 11 years ago
  17. 9826245 added a bit of noise to the capacitor again, to make it fit better with the other blocks by Florian Nücke · 11 years ago
  18. 54652f4 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  19. d920846 added a way to query the environments of running programs, returned as a second result from shell.running; made use of that in load and io.input/output to make them program sensitive by Florian Nücke · 11 years ago
  20. 5ddbfb3 Merge pull request #104 from P-T-/master by Florian Nücke · 11 years ago
  21. fc66b63 small fix to package lib; nicer error logging in autorun (location in lib shouldn't be in the message) by Florian Nücke · 11 years ago
  22. 16a6f69 wrapped some more functions to avoid LuaErrors being pushed to lua (i.e. userdata); added an init signal that's pushed after components are initialized, queuing autoruns until that arrives, makes autorun scripts less weird when rebooting (not having to do timer stuff in there e.g.) by Florian Nücke · 11 years ago
  23. fa6dae0 lua.lua now behaves closer to vanilla Lua's interpreter, meaning entering an expression like `1+1` now gives an error, you'd have to write `=1+1` to have the result of the expression returned and printed. by Florian Nücke · 11 years ago
  24. 6a86092 split read and write buffers in buffer module (problematic for read/write buffers, e.g. for sockets); automatically flushing the write buffer when reading now by Florian Nücke · 11 years ago
  25. 5bb699b gradient by PixelToast · 11 years ago
  26. 47d736b lighter by PixelToast · 11 years ago
  27. 83a11d8 improved capacitor textures by PixelToast · 11 years ago
  28. fae8200 underped settings by Florian Nücke · 11 years ago
  29. 7913673 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  30. d1ac04a added setting whether to pass the username along with input events (touch, key_x, walk); passing along the mouse button as a parameter for mouse events by Florian Nücke · 11 years ago
  31. 8d0db46 Merge pull request #102 from Wobbo/master by Florian Nücke · 11 years ago
  32. a0b5f3e Fixed package module to propagate erros from loading module by Wobbo · 11 years ago
  33. 6ff3ffe adjusted color of internet card to match new tier by Florian Nücke · 11 years ago
  34. ee239fb cleaned up pastebin.lua a bit (indentation, general formatting) and fixed one or two bugs, as well as adding support for custom config and handling failed uploads ("Bad API request ...") by Florian Nücke · 11 years ago
  35. a78eb10 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  36. 2d7dcd9 Merge pull request #101 from Vexatos/patch-1 by Florian Nücke · 11 years ago
  37. ec9b16d Update pastebin.lua by Vexatos · 11 years ago
  38. a85bf6c made internet card tier 2 by Florian Nücke · 11 years ago
  39. 9c023a7 underped socket read, was doing what the buffer already does but worse by Florian Nücke · 11 years ago
  40. 68d0955 fixed flushing in internet api by Florian Nücke · 11 years ago
  41. fb4d28b allow passing ips for internet card tcp socket opening by Florian Nücke · 11 years ago
  42. b8a4486 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  43. 2ffa9db fixed internet api; shell.execute defaults to current env if none is specified; fixed texture load errors in preloader by Florian Nücke · 11 years ago
  44. feab38f Merge pull request #100 from Vexatos/patch-1 by Florian Nücke · 11 years ago
  45. a2d4eb8 Update de_DE.lang by Vexatos · 11 years ago
  46. 6e27dc1 changed PCB in gregtech recipe to use sulfuric acid instead of grog by Johannes Lohrer · 11 years ago
  47. 322e60f Well, this is German grammar! (Updated de_DE.lang) by Vexatos · 11 years ago
  48. 8df1fdf Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  49. 94c3cc2 localized computer error messages and added explicit message when no cpu is installed, closes #96; cleaned up internet card's http logic a bit (since it should only ever be used by one computer at a time anyway it can be simpler than it was), and trying to persist its state (i.e. http request gets restarted after load automatically if it was running) by Florian Nücke · 11 years ago
  50. 486b5f4 Merge pull request #99 from Vexatos/patch-1 by Florian Nücke · 11 years ago
  51. 7c4a539 Update shell.lua by Vexatos · 11 years ago
  52. 31f373d fixed wrong status bar message when opening file in edit by Florian Nücke · 11 years ago
  53. fb9d76d fixed internet library's request function, now properly waiting for first response event to tell whether it was a success or not, and not throwing from within the actual iterator function by Florian Nücke · 11 years ago
  54. f4a9d3d typo in german localization; adjusted other localizations for new analyzer message format by Florian Nücke · 11 years ago
  55. 543ce31 Merge pull request #97 from Vexatos/patch-1 by Florian Nücke · 11 years ago
  56. 0c7c61f Update en_US.lang by Vexatos · 11 years ago
  57. 6aa07dd Update de_DE.lang by Vexatos · 11 years ago
  58. c15ab89 Update de_DE.lang by Vexatos · 11 years ago
  59. e00aaa2 Update de_DE.lang by Vexatos · 11 years ago
  60. 8663261 Update en_US.lang by Vexatos · 11 years ago
  61. fcf9037 localization for a couple more messages, reworked analyzer interface while at it (since that was the way it was because i didn't know ChatMessageComponent back then); fixed autorun by Florian Nücke · 11 years ago
  62. 5063bc7 nerfed iron and redstone costs, increased paper cost (which shouldn't be a problem since sugarcane is practically and infinite resource); "preloading" textures used in gui and font renderer in the hopes of getting rid of the weird issue that occasionally textures were plain wait which could only be solved by restarting minecraft by Florian Nücke · 11 years ago
  63. e5c6085 Merge pull request #95 from Vexatos/patch-1 by Florian Nücke · 11 years ago
  64. c908e51 More commas in de_DE.lang by Vexatos · 11 years ago
  65. 85e17bb updated ue api; only showing ue is missing message when power isn't disabled anyway; fixed power converter tooltips by Florian Nücke · 11 years ago
  66. 20462cc fixed some more bugs in text (out = value instead of s(value), some concatenations instead of returns) and lua (missing require) by Florian Nücke · 11 years ago
  67. f88cb88 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  68. 122dead switched to UE3, using its @UniversalClass to support other power systems now so got rid of those apis, closes #91; let's see what I borked in the process! by Florian Nücke · 11 years ago
  69. 7755580 Merge pull request #93 from P-T-/master by Florian Nücke · 11 years ago
  70. e4d2d7a a by PixelToast · 11 years ago
  71. baa0729 moar fix by PixelToast · 11 years ago
  72. 6a7dda6 feix by PixelToast · 11 years ago
  73. 3448b80 character limit by PixelToast · 11 years ago
  74. ad5d60c moar tabbing by PixelToast · 11 years ago
  75. 7653ba7 removed monsterous serializer by PixelToast · 11 years ago
  76. af96c4f easier method of removing a listener by PixelToast · 11 years ago
  77. 19b95a8 forgot one by PixelToast · 11 years ago
  78. ff4ac9e re underped serializer by PixelToast · 11 years ago
  79. 8b73f05 added serialization to lua by PixelToast · 11 years ago
  80. 99cfc97 underped text.serialize a bit by Florian Nücke · 11 years ago
  81. fa3387a improved ingredient listing a bit by Florian Nücke · 11 years ago
  82. 0d5a1af fixes disconnects when waila is installed on server and client by Florian Nücke · 11 years ago
  83. cc98b71 started working on a little utility thingy to show overall item costs in tooltip for easier recipe checking/balancing by Florian Nücke · 11 years ago
  84. 5bdae0a added crafting recipe for remote terminal and internet card; allowing automated interaction with upgrade slot from the back of robots now; fixed iron nugget recipe, closes #88; fixed sided robot inventory interaction, I think (first four slots probably weren't accessible via automation) by Florian Nücke · 11 years ago
  85. 6931492 added info regarding built-in keyboard and screen components in server racks and how to bind remote terminals to servers to tooltips by Florian Nücke · 11 years ago
  86. 1eba14d null check in power converter's writeToNBT to suppress waila warning by Florian Nücke · 11 years ago
  87. 9925b9e extracted vararg methods from the node trait to resolve compilation issues on linux (which is really weird btw, since it's the same Scala version and all, but it still fails on linux while it works on windows [/blog]) by Florian Nücke · 11 years ago
  88. f436528 some more cleaning up, fixed some warnings and suppressing some unchecked ones where appropriate (recipes) by Florian Nücke · 11 years ago
  89. 540a5cf major clean up, clearing up separation of "core" and additional stuff a little by introducing an interface that allows getting the orientation of the container for item components; little bit of refactoring; killed the util.Persistable trait, since it was only confusing and unneeded (I just didn't realize traits could extend classes back then) by Florian Nücke · 11 years ago
  90. 1ec0892 defaulting strength on wireless cards to max, because it's way too likely to forget setting the strength; also returning foreground and background color from gpu.get by Florian Nücke · 11 years ago
  91. 53e9615 extra validation for pitch and yaw of rotatable blocks by Florian Nücke · 11 years ago
  92. 568bd7b added license info for luaj; returning actual memory value for totalMemory to luaj, freeMemory is arbitrarily just half of that, since there's no way to actually track how much memory luaj uses itself. by Florian Nücke · 11 years ago
  93. 74a53be got luaj fallback working, still needs some more in depth testing by Florian Nücke · 11 years ago
  94. 42d80f6 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into luaj-fallback by Florian Nücke · 11 years ago
  95. 268df98 fixed crash when project red isn't present (damn you autocomplete) by Florian Nücke · 11 years ago
  96. c1a7514 forgot to sort the boot scripts by Florian Nücke · 11 years ago
  97. 7f8f216 added basic support for symbolic links, pretty untested as of yet, though. they're kind of like mounts in that they have to be re-created after a reboot. by Florian Nücke · 11 years ago
  98. 9d5f449 bumped kernel version number (since there were massive changes, after all) and moved the actual string declaration to kernel (out of the shell program, totally forgot about that before) by Florian Nücke · 11 years ago
  99. 3607da2 implemented settings for tcp part of internet cards, renamed the http section to internet and renamed to contained settings to make it cleared they belong to the http part of the card; added missing require to pastebin program by Florian Nücke · 11 years ago
  100. 47396a2 taught edit to insert two spaces when tab is pressed. finally. by Florian Nücke · 11 years ago