- 0cc67b9 Merge pull request #1032 from Vexatos/patch-20 by Florian "Sangar" Nücke · 10 years ago
- 5a60dc8 Re-did some of the weight values. by Vexatos · 10 years ago
- 92df9d3 Recoloured some of the loot disks. by Vexatos · 10 years ago
- 2d778f2 Backported a few more code improvements from the 1.8 branch, to make keeping the branches in sync easier. by Florian Nücke · 10 years ago
- 654749c Did I mention constants, yet? >_> by Florian Nücke · 10 years ago
- 715c68a Builderized achievements. by Florian Nücke · 10 years ago
- 838083b All the constants. All of them. by Florian Nücke · 10 years ago
- eaf97ae Renamed some internal constants for consistency. by Florian Nücke · 10 years ago
- f672f88 Pulling a bunch of constants (item and block names for now) into a single class. by Florian Nücke · 10 years ago
- 7628210 Pulling a bunch of constants (item and block names for now) into a single class. by Florian Nücke · 10 years ago
- 4d33a48 The mysteries of the MC lighting model. by Florian Nücke · 10 years ago
- 8e66c25 Allow using dyes directly, much less efficiently than cartridges. by Florian Nücke · 10 years ago
- 187d4ef Split printer settings into own category. If you changed printer related settings, you may have to set them again. by Florian Nücke · 10 years ago
- 565b691 Updated comment in config wrt. print light level. by Florian Nücke · 10 years ago
- a22e694 Allow wiping HDDs by self-crafting, too (like floppies, i.e. insert into crafting grid on their own). Closes #1026. by Florian Nücke · 10 years ago
- 5ac8d1e Show light level of prints in tooltip. by Florian Nücke · 10 years ago
- 8288539 Better: show alternative state in item render when extended tooltip key is pressed. by Florian Nücke · 10 years ago
- 6dd9069 Showing redstone output of prints in tooltip. by Florian Nücke · 10 years ago
- d9d6fa3 Item rendering of prints with two states will now alternate the state rendered. by Florian Nücke · 10 years ago
- 77944aa Manual light update required on print place; needed in 1.8 so adding it in 1.7 just to be on the safe side. by Florian Nücke · 10 years ago
- 57efc24 Version bump. by Florian Nücke · 10 years ago
- ed516fc Added debug.isModLoaded. Added debug level log messages for registered drivers. by Florian Nücke · 10 years ago
- 69cc18b In the meantime... this was easier than I thought, after remembering I could just getmetatable my way up... by Florian Nücke · 10 years ago
- ffd0908 Allow specifying level of redstone signal emitted by prints. by Florian Nücke · 10 years ago
- bb14c64 Merge pull request #1022 from Vexatos/patch-19 by Florian "Sangar" Nücke · 10 years ago
- 6f477a3 <Censored> by Vexatos · 10 years ago
- b5f30a5 Update de_DE.lang by Vexatos · 10 years ago
- 48e3218 I totally saved... by Florian Nücke · 10 years ago
- d22579f Update German localization. Fixed sort order of some translation strings. by Florian Nücke · 10 years ago
- 5b4ba8a Fixed sending wireless messages potentially triggering chunk loads. by Florian Nücke · 10 years ago
- ed24b53 Cleaning up old native libs when not using the tmp dir. by Florian Nücke · 10 years ago
- 0ff4cd0 Bump version number. by Florian Nücke · 10 years ago
- 38b6f4b Added back old generic export bus methods to avoid breaking things, marked them deprecated. by Florian Nücke · 10 years ago
- 02a13f4 Corrected Javadoc on a few methods. by Florian Nücke · 10 years ago
- 4ba7afd Fixed not building Sorry by DrummerMC · 10 years ago
- d5b4db0 Fixed merge problems by DrummerMC · 10 years ago
- 038319b Merge pull request #1 from MightyPirates/master-MC1.7.10 by DrummerMC · 10 years ago
- 45ef5bf Added Driver ME Import Bus/Interface by DrummerMC · 10 years ago
- 2eb0c18 Changed ME export bus method names Added NEI integration for ME export bus by DrummerMC · 10 years ago
- e24e2df Floppy disks can no longer be "formatted" by shift-rightclicking, added crafting as alternative. by Florian Nücke · 10 years ago
- 7fd0dda Applying Forestry individual converter to item stacks, not just to stuff in analyzer/bee house/apiary/alveary. by Florian Nücke · 10 years ago
- a213a07 Got rid of another non-API reference in the AE2 integration. by Florian Nücke · 10 years ago
- a1e42e6 Added tooltip to prints that serve as beacon prints, to make the recipe self-explanatory when viewed in NEI. by Florian Nücke · 10 years ago
- 6ac910c Fixed 3d print preview in WAILA (by using a deprecated method \o/). by Florian Nücke · 10 years ago
- 3251a8b Adjusted export bus driver for AE2 API changes. Closes #997. by Florian Nücke · 10 years ago
- 171e58c Keep the tutorials coming ;-) by Florian Nücke · 10 years ago
- dc9f5e1 Cleanup. by Florian Nücke · 10 years ago
- 0d2554e Fixed number of returned items from disassembler not taking into account recipe output size. Closes #1017. by Florian Nücke · 10 years ago
- 6f02aba Assigning 3D prints to multipart "slots" where they intersect with those areas. Makes them properly block Project Red bundled cables, for example. Closes #1015. by Florian Nücke · 10 years ago
- e988664 Updated as per Magik6k's request. by Florian Nücke · 10 years ago
- f3e151a Finally cleaned up the (almost) eternal makeshift that was handling missing recipes. Recipes can be properly disabled by assigning a boolean value to them; assigning false will also hide the item in the creative tab/NEI, true will only disable the recipe, but keep the item visible. If a recipe is broken, a warning message will now be displayed when entering a world. by Florian Nücke · 10 years ago
- 86cce25 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
- 2ebced3 Made Chamelium edible, closes #1001. by Florian Nücke · 10 years ago
- 7ee7fb2 Merge pull request #1009 from xbony2/patch-1 by Florian "Sangar" Nücke · 10 years ago
- 122bbcf Update README.md by xbony2 · 10 years ago
- 9f4fbea Update README.md by xbony2 · 10 years ago
- 02b9c48 Maked redstone i/o block properly wake computers. Closes #1007. by Florian Nücke · 10 years ago
- 681f1f0 Special thingers. by Florian Nücke · 10 years ago
- 66d4356 Merge pull request #995 from xbony2/patch-1 by Florian "Sangar" Nücke · 10 years ago
- 5fce10b Update .gitignore by xbony2 · 10 years ago
- dcb6cce Make lore entry of items readable via the item stack converter. by Florian Nücke · 10 years ago
- 4dab10d Version bump. by Florian Nücke · 10 years ago
- de39954 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
- 221f42b Not making mod integration depend on whether power use is enabled or not... closes #992. by Florian Nücke · 10 years ago
- 7a5acd5 Merge pull request #991 from mpmxyz/patch-1 by Florian "Sangar" Nücke · 10 years ago
- 063c500 cat.lua now closes opened files properly by mpmxyz · 10 years ago
- ef86ca0 Added drivers for the separate RF energy APIs, closes #989. by Florian Nücke · 10 years ago
- ff85880 This *should* fix the NPE in AE2 integration with versions 20 and up. Can't fully test it because it crashes when I interact with terminals. Closes #978. Again. by Florian Nücke · 10 years ago
- b021641 Allow filtering items when querying lists from AE2 networks, closes #856. by Florian Nücke · 10 years ago
- f4bcb07 Populate `tablet_use` info with sign text if sign upgrade is installed, closes #988. by Florian Nücke · 10 years ago
- 4d5c923 Allow recycling prints by using them as material input for printers, closes #986. by Florian Nücke · 10 years ago
- b2a0a8d Updated BuildCraft dependency. by Florian Nücke · 10 years ago
- 2071529 Re-enabling AE2 integration for newer version, because issue seems to be fixed as of version rv2-beta-22. by Florian Nücke · 10 years ago
- 6afc31b Updated some dependencies, should close #984. by Florian Nücke · 10 years ago
- 4b35455 Fixed wrong UV mapping on 3D prints (in particular the item renderer). by Florian Nücke · 10 years ago
- 5506375 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
- 952d5f2 Should fix a few issues with the experimental memory leak fix, such as robots shutting down when moving. by Florian Nücke · 10 years ago
- a836a42 Merge pull request #983 from Vexatos/patch-17 by Florian "Sangar" Nücke · 10 years ago
- e48004f Just a small and important change by Vexatos · 10 years ago
- 6115617 Update oppm.lua by Vexatos · 10 years ago
- d13cdc0 Somewhat experimental fix for memory leaks seen in Microcontrollers. If you notice any new issues after this, please do let me know. by Florian Nücke · 10 years ago
- 5e9861d Temporarily disabling AE2 integration for rv2-beta-20 and newer due to methods that were deprecated in the API crashing now. by Florian Nücke · 10 years ago
- d2d51b9 Because the compiler told me to. by Florian Nücke · 10 years ago
- fa5a6f1 Might make #973 go away. by Florian Nücke · 10 years ago
- ef6d251 Oops, that went directly into the stable branch earlier. by Florian Nücke · 10 years ago
- b6d20aa Made printer easier to automate (piping out of it will now only extract "outputs", i.e. empty ink cartridges and prints). by Florian Nücke · 10 years ago
- 1bfd540 Made save format for 3D printed shapes more compact. by Florian Nücke · 10 years ago
- c80adbb Made block detection for agents more detailed, checking for "passable" blocks (ones without collision bounds). Closes #972. by Florian Nücke · 10 years ago
- 6ce2256 Fixed assembler only working if more than a certain amount of energy was available. by Florian Nücke · 10 years ago
- ff2ca21 Added FMP compatibility to 3D prints \o/ by Florian Nücke · 10 years ago
- 2af6242 Improved printer's progress bar behavior a bit more. by Florian Nücke · 10 years ago
- 3e72a08 Made the "progress" arrow in the printer GUI correspond to actual completion progress. by Florian Nücke · 10 years ago
- 04e305b Fixed printer printing a model even if limit is set to zero. Some cleanup. by Florian Nücke · 10 years ago
- 5503e3e Fixed isSolid check on rotated prints. by Florian Nücke · 10 years ago
- 0a9839b Made graphic for material indicator bar in printer GUI darker to make it more visible. by Florian Nücke · 10 years ago
- 50b496a Fixed potential flickering in print item rendering, the lazy way. by Florian Nücke · 10 years ago
- 26ad22e Fixed Chamelium block drops / picking. by Florian Nücke · 10 years ago
- 869f138 Allow crafting prints with blocks of iron/gold/emerald/diamond blocks to create a beacon base capable print, as suggested by DeathRtH via Kodos. by Florian Nücke · 10 years ago
- 2757733 Added Chamelium block, mostly for the clean texture to use in prints. by Florian Nücke · 10 years ago
- 238436a Fixed mv.lua deleting source file even if target already exists. Closes #971. by Florian Nücke · 10 years ago