- 18149d0 Updated Forge version. by Florian Nücke · 9 years ago
- 3bea675 Updated Project Red and ComputerCraft dependencies and adjusted implementations of interfaces as necessary. Closes #1231. by Florian Nücke · 9 years ago
- 1e5b2bd Use plain mode for `string.find` in edit's find logic, fixes #1234. by Florian Nücke · 9 years ago
- e0f8554 Make command block driver actually return numeric value (plus text) as it should (instead of always just `true`). by Florian Nücke · 9 years ago
- d6354d9 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
- 4c813d6 Added mention of Project Red in redstone I/O block's tooltip. Closes #1225. by Florian Nücke · 9 years ago
- 3bc9484 Formatting, organized imports, sorting. by Florian Nücke · 9 years ago
- 063b811 Push up warning text in raid two pixels to avoid long text (3 lines) overlapping the inventory label. by Florian Nücke · 9 years ago
- 01e1956 Merge branch 'ec' of https://github.com/DrummerMC/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
- 2b5c703 Merge branch 'de-translation' of https://github.com/dgelessus/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
- 4cf3285 Added EC Integration by DrummerMC · 9 years ago
- 95bcf2f Update and add achievements to German translation by dgelessus · 9 years ago
- ab32ac0 Merge pull request #1220 from cyber01/RU_doc by Florian "Sangar" Nücke · 9 years ago
- 33d3b3b Added DataCard to Russian Translation by cyber01 · 9 years ago
- d474313 I keep forgetting to build these on the old distro... by Florian Nücke · 9 years ago
- 6e34f1d Added manual entry and tooltip for data card, and increased cost a bit. by Florian Nücke · 9 years ago
- a7267d1 Added texture for data card, added soft and hard input size limits and added energy costs. by Florian Nücke · 9 years ago
- 3220d04 Merge branch 'datacard' of https://github.com/Kubuxu/OpenComputers into data-card by Florian Nücke · 9 years ago
- d6425b9 Merge branch 'master' of https://github.com/magik6k/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
- f108973 Listened to a bunch of IntelliJ's suggestions. inb4 everything broke. by Florian Nücke · 9 years ago
- dd18468 Fixed network stack multiple tcp connections by Łukasz Magiera · 9 years ago
- b0dc3a2 Fixed `keyboard.isKeyDown` for chars (strings), making use of the utf8 lib when available (Lua 5.3). Closes #1214. by Florian Nücke · 9 years ago
- d37e422 Merge branch 'master-MC1.7.10' of https://github.com/gamax92/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
- c3a6657 Fixed position of hover boots while sneaking. by Florian Nücke · 9 years ago
- f4868be Add capslock to keyboard.lua by gamax92 · 9 years ago
- f058ad8 That should be more correct. by Florian Nücke · 9 years ago
- e6b9184 Merge branch 'bc7' into master-MC1.7.10 by Florian Nücke · 9 years ago
- 4727f53 Require BC 7.0.9 for the extension length fix. by Florian Nücke · 9 years ago
- c92dfe4 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into bc7 by Florian Nücke · 9 years ago
- 4fc4f60 Update BC dep to 7.0.9. by Florian Nücke · 9 years ago
- f255b4c Make `NoMemoryRequirements` inheritable. by Florian Nücke · 9 years ago
- c624cad Enable Lua 5.3 by default. by Florian Nücke · 9 years ago
- a1be494 Updated native libs to allow loading UTF8 lib via JNLua and expose it to sandbox. by Florian Nücke · 9 years ago
- fe73562 Fixes incorrect status message for non-RAM-archs (still showed "insert some RAM" when it shouldn't). by Florian Nücke · 9 years ago
- 504ae88 Cleaned up / homogenized screen GUI some more. by Florian Nücke · 9 years ago
- 8db38a3 Added note to self regarding external use of an internal class. by Florian Nücke · 9 years ago
- 18c901c Properly migrate CPUs that were manually configured to a Lua 5.2 architecture to the new class name and properly handle errors when instantiating architectures. Closes #1213. by Florian Nücke · 9 years ago
- 76d7a6a Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
- fdcdb2c Should fix incorrect coordinates in mouse scroll event in scaled GUIs, closing #1212. by Florian Nücke · 9 years ago
- d06f7e8 Merge pull request #1208 from megamandos/grammar by Florian "Sangar" Nücke · 9 years ago
- 6aa3c80 Fixed some formatting and spelling mistakes in the English manual. by Eric Johnson · 9 years ago
- 6bf16b3 Fixed off-by-one in os.date(), closes #1209. by Florian Nücke · 9 years ago
- 003e3c4 Use mod version as coremod version, too. by Florian Nücke · 9 years ago
- 0e485e1 Fixed potential NPE when checking for new SimpleComponent annotation. by Florian Nücke · 9 years ago
- 154ad9e Added BC7 library integration for EEPROMs. by Florian Nücke · 10 years ago
- 92a3b8f Compile against BC7. by Florian Nücke · 9 years ago
- d984658 Fixed update check, closes #1200. by Florian Nücke · 9 years ago
- d6ccf52 Added a `store` method to the AE2 controller/interface driver, allows writing results a filtered query to a database upgrade. Closes #1206. by Florian Nücke · 9 years ago
- ac117c2 Added annotation to allow marking classes implementing `SimpleComponent` to be skipped, closes #1194. by Florian Nücke · 9 years ago
- adf6893 Didn't need you after all. by Florian Nücke · 9 years ago
- dcdf5f5 Merge branch 'patch-3' of https://github.com/LizzyTrickster/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
- 3d7386e Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
- 6c8370b Fixed interaction of agents with trapped chests adjacent to normal chests in certain orientations (would insert/remove into/from wrong chest). Closes #1205. by Florian Nücke · 9 years ago
- 8dd4d84 Before I forget again, make AE2 filter ignore size if passed size is zero (makes it easier to use stacks pulled from databases as filters, since the size field doesn't have to be nulled). by Florian Nücke · 9 years ago
- 6905742 Drones are now Ninjas. Closes #1204. by Florian Nücke · 9 years ago
- a028bea Added annotation that can be added to architectures, to mark them as not requiring memory (e.g. to allow assembling MCUs with CPUs configured to those architectures without memory being present). Closes #1201. by Florian Nücke · 9 years ago
- bc29a0b Fixed crafting of Lua BIOS and OpenOS floppy using "initialized" items (i.e. EEPROM or floppy that had been installed in a computer/disk drive before). Closes #1199. by Florian Nücke · 9 years ago
- a16a819 of > off by Lizzy · 9 years ago
- ab2c532 Merge pull request #1197 from Mazdallier/patch-3 by Florian "Sangar" Nücke · 9 years ago
- 964f349 Update fr_FR.lang by Yves · 9 years ago
- 6c7c28d Merge pull request #1196 from cyber01/RU_doc by Florian "Sangar" Nücke · 9 years ago
- 53deb56 Added Creative APU and Hover Boots by cyber01 · 9 years ago
- 70f85ed Dangit Minecraft! *shakes fist* Fixes second issue mentioned in #1193. by Florian Nücke · 9 years ago
- 91bf28e Notify neighbors of redstone emitting prints when they're broken, fixes #1193. by Florian Nücke · 9 years ago
- 029915d Add MD5, CRC-32. Add md5sum, base64 programs. Rename sha256 to sha256sum program. Add recipe. by Kubuxu · 9 years ago
- a64fd8c Prevent potential NPE in Microcontroller if TE description packet is requested before the first TE update. Closes #1192. by Florian Nücke · 9 years ago
- dc80da8 That's it, I've had enough. by Florian Nücke · 9 years ago
- 657bc7d Added DataCard. by Kubuxu · 9 years ago
- 9afe707 Formatting. by Florian Nücke · 9 years ago
- 654eb90 Merge branch 'devspace-fix' of https://github.com/Kubuxu/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
- 4d0db09 Added missing newline to cp usage. by Florian Nücke · 9 years ago
- a07cadd Fix FileSystem in devspace when path contains spaces by Kubuxu · 9 years ago
- 94ae4e4 Added some special code for mods using `InventoryPlayer.currentItem` instead of `InventoryPlayer.getCurrentItem`. by Florian Nücke · 9 years ago
- 806ed9a Making some more Lua 5.3 functions available and preparing for making UTF-8 lib available. by Florian Nücke · 9 years ago
- cf83f5d Allow changing radius in which beeps can be heard in config (up to 32), closes #1180. by Florian Nücke · 9 years ago
- 5977b92 Added missing callback documentation, closes #1183. by Florian Nücke · 9 years ago
- 230a3d6 Bump version. by Florian Nücke · 10 years ago
- 206f432 Added Lua 5.3 arch. Needs a good bit of testing before I'll enable the arch by default. by Florian Nücke · 10 years ago
- cea6eba Aha! So it did matter after all. by Florian Nücke · 10 years ago
- 78c628a Bump version. by Florian Nücke · 10 years ago
- 67556ad Added missing flag to recognize Electrical Age as power provider (so power was disabled if that was the only power mod). Closes #1177. by Florian Nücke · 10 years ago
- 9c23524 Added missing HostAware interface to hover upgrade driver. Closes #1176. by Florian Nücke · 10 years ago
- 891638d Fixes potential client crash when placing server at y-level 0. Closes #1175. by Florian Nücke · 10 years ago
- 4db5107 Allow robots to power up other robots (and computers) by sneak-rightclicking them. by Florian Nücke · 10 years ago
- c822567 Recognize APU as graphics card when generating warnings in assembler for suggested components. by Florian Nücke · 10 years ago
- 04b611e Fixed keyboards not dropping if the block they're attached to is being destroyed and immibis' microblocks is present. by Florian Nücke · 10 years ago
- ccf00ae Make creative APU be colored appropriately. by Florian Nücke · 10 years ago
- 37e0403 Added creative tier APU (acts as T3 CPU+GPU). Closes #1169. by Florian Nücke · 10 years ago
- e14ba3b Added geolyzer and nav upgrade to creative tablet. Closes #1171. by Florian Nücke · 10 years ago
- 948f344 Fixes craftables not being loadable after 5ad8ef331dc6b7dcbc0f11e15ca5019f0e578844. by Florian Nücke · 10 years ago
- a2bf415 Switched libs with ones built on an older Linux to make it work on distributions still using glibc 2.13. by Florian Nücke · 10 years ago
- 389830c Added NotEnoughKeys integration. Closes #804. by Florian Nücke · 10 years ago
- 50db259 Force tablet caches to stay alive while single player game is paused, avoids tablets shutting down due to pauses. Closes #949. by Florian Nücke · 10 years ago
- d09943e Bump Forge version (so I can test Mekanism 8 in dev). by Florian Nücke · 10 years ago
- 7ac1268 Made boots require tier two hover upgrade. by Florian Nücke · 10 years ago
- 42f1afb Allow fake endstone in hoverUpgrade2 recipe by dgelessus · 10 years ago
- 86e056e [ci skip] by Florian Nücke · 10 years ago
- 693b525 oasdf;lokasdf;ljn by Florian Nücke · 10 years ago
- e647e37 Made boots work when power is disabled. by Florian Nücke · 10 years ago
- ce0ec1d Made boots not consume energy when in creative mode. by Florian Nücke · 10 years ago