1. 4c4cf0b not caching callbacks for multiblock driver's environment, since those can change; multi-driver makes block-stack comparison via driver infeasible, using manual check in adapter again; got so used to scala i forgot final; extended sides lib with the 'unknown' forgedir enum by Florian Nücke · 11 years ago
  2. 5316092 displaying robot's level in addition to its xp in analyzer result; mention that kb = 1024 in config by Florian Nücke · 11 years ago
  3. a98550a LAST MINUTE API CHANGE. don't sue me. it's still in prerelease mode :P Block.worksWith now also takes a world object. yes, there is a reason for this; added a dynamically created "multi driver" that joins multiple block drivers fro the requested block. this is useful for creating interface driven drivers, e.g. for the IInventory interface by Florian Nücke · 11 years ago
  4. 60d60aa made remote terminals non-stacking to avoid binding multiple terminals to the same server by Florian Nücke · 11 years ago
  5. 6aa7293 added setting for number of components for the different cpu tiers, closes #113 by Florian Nücke · 11 years ago
  6. b462f1f support metadata wildcard in block driver prefab by Florian Nücke · 11 years ago
  7. 620c4cc computer itself no longer counts towards component limit; forcing a refresh of the component list when trying to start the computer, should fix potential issues of "too many components" messages when there really aren't (the report may have been a false positive, but it can't hurt anyway); checking if callbacks are public; also logging bad callback annotations instead of erroring now, and specifying the class and method name in the message by Florian Nücke · 11 years ago
  8. a1dbbe1 also extracting the hardmode recipes set now... herp derp by Florian Nücke · 11 years ago
  9. 3d32682 stripped away most of ue api, only shipping with the UniversalClass annotation now to avoid issues with other mods that seem to use an unobfuscated version of the api by Florian Nücke · 11 years ago
  10. 6d2b3ec fixed robots hitting themselves with potions and bows, and possibly other stuff as well, by offsetting the position when using an item always now; fixed use of item with duration on servers by Florian Nücke · 11 years ago
  11. 41dd77c added patch for config to be written in a sorted fashion by Florian Nücke · 11 years ago
  12. 3567b28 updated typesafe config by Florian Nücke · 11 years ago
  13. 47d9b91 renamed @LuaCallback to @Callback and got rid of most mentions of lua in the api to make it more generic by Florian Nücke · 11 years ago
  14. 90e3b8a cleaned up class transformer a bit; using name of method annotated with @LuaCallback as the default name if none is specified now by Florian Nücke · 11 years ago
  15. d24cd9c showing number of connected components vs maximum number of components when using analyzer on computers by Florian Nücke · 11 years ago
  16. e3db6d0 fixed zip file system caching for different file systems from the same archive by Florian Nücke · 11 years ago
  17. a5e7ffa Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  18. 7ca1d23 updated sgt2 and ue api; delaying result signal for rim carriage controller a bit, fixes #112 by Florian Nücke · 11 years ago
  19. 6246024 updated links by Florian Nücke · 11 years ago
  20. 8374f6b added core mod for mod version aware class transformations, used to strip out StargateTech2's API if its version is too old by Florian Nücke · 11 years ago
  21. 52f234d saving filesystem node of internet cards and robots by Florian Nücke · 11 years ago
  22. d3aae03 moved things into separate folders to separate own source code from apis and libs; added a program to allow downloading files from the internet (called wget, although it's nowhere close) by Florian Nücke · 11 years ago
  23. abc3e46 renamed an nbt tag used for server->client sync which may help resolve #111 (though it shouldn't, really); catching any errors generated when parsing tile entity description packets and logging them, which should avoid weird things like #111 crashing the game by Florian Nücke · 11 years ago
  24. 190d8e1 fixed bug in filesystem.mounts; autorun scripts can now also be called `.autorun` or `.autorun.lua`, to allow 'hidden' autorun scripts; filesystems do no longer count towards the component limit. this is to make utility filesystems feasible; internet card now also attaches a file system that contains internet library and specific programs (pastebin for now); robot also attaches an additional file system that contains robot specific library and programs (dig for now) by Florian Nücke · 11 years ago
  25. 19d6164 fixed (harmless) warnings when resuming a stopped computer after loading ('missing filesystem' -> rom and tmp were not saved while stopped); fixed weird assertion error on client; making robot proxies' nodes use the same address as the robot's internal node. this is safe since the two networks will never be connected, and makes it more intuitive to interact with robots from the outside. by Florian Nücke · 11 years ago
  26. 36612ff robots' turn animation should be less jerky now; fixed issue where robots were not rendered on client for a while when moving from a chunk only loaded on the server to a chunk also loaded on the client by Florian Nücke · 11 years ago
  27. 30388af decreased max robot experience, a lot, meaning they'll reach max level in a more reasonable amount of time now. also, robots now gain a tiny bit of xp by moving, and a bunch of xp when breaking ore blocks that give xp, to motivate "normal" use over just sitting there, breaking and placing the same block over and over to level up; adjusted adapter block to be more generic when detecting blocks, avoids issues where metadata of blocks is used for visuals (e.g. rotation) instead of sub-blocks. by Florian Nücke · 11 years ago
  28. 847b4e8 fixed redstone i/o block getting derped when upgrading from 1.1 by Florian Nücke · 11 years ago
  29. 636f4df fixed abstract bus cards being converted to memory when upgrading from OC 1.1 by Florian Nücke · 11 years ago
  30. c96cc4f made names of items more homogenous. no more prefixes, writing tier as postfix where necessary, added tier to name of memory and hard drives by Florian Nücke · 11 years ago
  31. 6bac89a fixed error messages in computers not being saved; showing additional information when using analyzer on servers (same as for computers now); increased default power tick rate a bit and increased default buffer size for power distributors (incl. server rack) to avoid servers running out of power that easily by Florian Nücke · 11 years ago
  32. 37f8c4b fixed power converter not being properly cleaned up when broken; Lua: buffer won't allow writing after having been closed anymore; fixed server picking with analyzer (was upside down) by Florian Nücke · 11 years ago
  33. 1aafa96 updated ue api; added remark on single quotes to sh manpage by Florian Nücke · 11 years ago
  34. 121dce4 moved shell alias initialization to extra file; fixed edit manual (wrong parameter char) by Florian Nücke · 11 years ago
  35. 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
  36. e03bede removed superfluous (and potentially derping) % from package module by Florian Nücke · 11 years ago
  37. 0884a45 more ingame help topics, closing #15 (for now) by Florian Nücke · 11 years ago
  38. 48a4144 primitive ingame help system, still needs some more topics by Florian Nücke · 11 years ago
  39. 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
  40. 1f333cd piping data between programs seems to work. needs a lot of testing, though. by Florian Nücke · 11 years ago
  41. 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
  42. 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
  43. 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
  44. 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
  45. 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
  46. 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
  47. 4da0b3a displaying a short help message when starting the lua interpreter. by Florian Nücke · 11 years ago
  48. 4eff921 Merge pull request #105 from P-T-/master by Florian Nücke · 11 years ago
  49. a6f7318 added debug.traceback by PixelToast · 11 years ago
  50. 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
  51. 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
  52. 54652f4 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  53. 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
  54. 5ddbfb3 Merge pull request #104 from P-T-/master by Florian Nücke · 11 years ago
  55. 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
  56. 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
  57. 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
  58. 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
  59. 5bb699b gradient by PixelToast · 11 years ago
  60. 47d736b lighter by PixelToast · 11 years ago
  61. 83a11d8 improved capacitor textures by PixelToast · 11 years ago
  62. fae8200 underped settings by Florian Nücke · 11 years ago
  63. 7913673 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  64. 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
  65. 8d0db46 Merge pull request #102 from Wobbo/master by Florian Nücke · 11 years ago
  66. a0b5f3e Fixed package module to propagate erros from loading module by Wobbo · 11 years ago
  67. 6ff3ffe adjusted color of internet card to match new tier by Florian Nücke · 11 years ago
  68. 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
  69. a78eb10 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  70. 2d7dcd9 Merge pull request #101 from Vexatos/patch-1 by Florian Nücke · 11 years ago
  71. ec9b16d Update pastebin.lua by Vexatos · 11 years ago
  72. a85bf6c made internet card tier 2 by Florian Nücke · 11 years ago
  73. 9c023a7 underped socket read, was doing what the buffer already does but worse by Florian Nücke · 11 years ago
  74. 68d0955 fixed flushing in internet api by Florian Nücke · 11 years ago
  75. fb4d28b allow passing ips for internet card tcp socket opening by Florian Nücke · 11 years ago
  76. b8a4486 Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  77. 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
  78. feab38f Merge pull request #100 from Vexatos/patch-1 by Florian Nücke · 11 years ago
  79. a2d4eb8 Update de_DE.lang by Vexatos · 11 years ago
  80. 6e27dc1 changed PCB in gregtech recipe to use sulfuric acid instead of grog by Johannes Lohrer · 11 years ago
  81. 322e60f Well, this is German grammar! (Updated de_DE.lang) by Vexatos · 11 years ago
  82. 8df1fdf Merge branch 'master' of https://github.com/MightyPirates/OpenComputers by Florian Nücke · 11 years ago
  83. 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
  84. 486b5f4 Merge pull request #99 from Vexatos/patch-1 by Florian Nücke · 11 years ago
  85. 7c4a539 Update shell.lua by Vexatos · 11 years ago
  86. 31f373d fixed wrong status bar message when opening file in edit by Florian Nücke · 11 years ago
  87. 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
  88. f4a9d3d typo in german localization; adjusted other localizations for new analyzer message format by Florian Nücke · 11 years ago
  89. 543ce31 Merge pull request #97 from Vexatos/patch-1 by Florian Nücke · 11 years ago
  90. 0c7c61f Update en_US.lang by Vexatos · 11 years ago
  91. 6aa07dd Update de_DE.lang by Vexatos · 11 years ago
  92. c15ab89 Update de_DE.lang by Vexatos · 11 years ago
  93. e00aaa2 Update de_DE.lang by Vexatos · 11 years ago
  94. 8663261 Update en_US.lang by Vexatos · 11 years ago
  95. 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
  96. 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
  97. e5c6085 Merge pull request #95 from Vexatos/patch-1 by Florian Nücke · 11 years ago
  98. c908e51 More commas in de_DE.lang by Vexatos · 11 years ago
  99. 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
  100. 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