Florian Nücke
ed516fc9d6
Added debug.isModLoaded.
...
Added debug level log messages for registered drivers.
2015-04-06 14:33:55 +02:00
Florian Nücke
69cc18bcf8
In the meantime... this was easier than I thought, after remembering I could just getmetatable my way up...
2015-04-06 13:54:54 +02:00
Florian Nücke
ffd0908567
Allow specifying level of redstone signal emitted by prints.
...
Allow prints to emit light, if so configured. Max light level capped to 8 by default.
2015-04-06 13:11:52 +02:00
Florian "Sangar" Nücke
bb14c64ce3
Merge pull request #1022 from Vexatos/patch-19
...
Update de_DE.lang
2015-04-05 21:43:35 +02:00
Vexatos
6f477a3581
<Censored>
...
Made the thing safe again.
2015-04-05 21:38:54 +02:00
Vexatos
b5f30a5580
Update de_DE.lang
2015-04-05 21:35:13 +02:00
Florian Nücke
48e32182e6
I totally saved...
2015-04-05 21:01:59 +02:00
Florian Nücke
d22579f47f
Update German localization. Fixed sort order of some translation strings.
2015-04-05 21:00:26 +02:00
Florian Nücke
5b4ba8ae4a
Fixed sending wireless messages potentially triggering chunk loads.
2015-04-05 19:22:14 +02:00
Florian Nücke
ed24b53783
Cleaning up old native libs when not using the tmp dir.
2015-04-05 19:06:55 +02:00
Florian Nücke
0ff4cd07a3
Bump version number.
2015-04-05 17:58:05 +02:00
Florian Nücke
38b6f4b939
Added back old generic export bus methods to avoid breaking things, marked them deprecated.
...
Gave the AE2 integration a bit of a refactor, pulling out common functionality for parts.
Fixed a few of the callback docs.
General cleanup.
2015-04-05 17:53:36 +02:00
Florian Nücke
02a13f42a5
Corrected Javadoc on a few methods.
2015-04-05 17:46:11 +02:00
DrummerMC
4ba7afde8b
Fixed not building
...
Sorry
2015-04-05 15:33:19 +02:00
DrummerMC
d5b4db009f
Fixed merge problems
2015-04-05 14:51:23 +02:00
DrummerMC
038319bc27
Merge pull request #1 from MightyPirates/master-MC1.7.10
...
pull OpenComputers
2015-04-05 14:46:53 +02:00
DrummerMC
45ef5bfa7b
Added Driver ME Import Bus/Interface
2015-04-05 14:40:09 +02:00
DrummerMC
2eb0c187e6
Changed ME export bus method names
...
Added NEI integration for ME export bus
2015-04-05 14:39:14 +02:00
Florian Nücke
e24e2dfc76
Floppy disks can no longer be "formatted" by shift-rightclicking, added crafting as alternative.
...
Simply recrafting a single floppy (no other items in the crafting grid) will now format it. Same for loot disk, they can be converted to normal floppies the same way.
In general, this removes the "shift-right-click to remove NBT tag" functionality, so you also can't format HHDs like this anymore - use `rm /*` or such.
If you notice any items that needed the old functionality (looked through the list, didn't see one), let me know.
2015-04-05 14:27:46 +02:00
Florian Nücke
7fd0ddac22
Applying Forestry individual converter to item stacks, not just to stuff in analyzer/bee house/apiary/alveary.
2015-04-05 13:56:55 +02:00
Florian Nücke
a213a07c7d
Got rid of another non-API reference in the AE2 integration.
2015-04-05 13:41:44 +02:00
Florian Nücke
a1e42e6f8e
Added tooltip to prints that serve as beacon prints, to make the recipe self-explanatory when viewed in NEI.
...
Added some more notifications: one for when the class transformer errors in general, one if SimpleComponent injection fails.
2015-04-05 13:37:17 +02:00
Florian Nücke
6ac910c2c1
Fixed 3d print preview in WAILA (by using a deprecated method \o/).
2015-04-05 00:55:50 +02:00
Florian Nücke
3251a8ba2f
Adjusted export bus driver for AE2 API changes. Closes #997 .
...
Also got rid of another use of an internal class.
2015-04-04 19:50:54 +02:00
Florian Nücke
171e58c7b8
Keep the tutorials coming ;-)
2015-04-04 18:49:56 +02:00
Florian Nücke
dc9f5e1008
Cleanup.
2015-04-04 18:45:44 +02:00
Florian Nücke
0d2554e08f
Fixed number of returned items from disassembler not taking into account recipe output size. Closes #1017 .
2015-04-04 18:20:37 +02:00
Florian Nücke
6f02abad8c
Assigning 3D prints to multipart "slots" where they intersect with those areas. Makes them properly block Project Red bundled cables, for example. Closes #1015 .
...
There are some... interesting cases with multi-state prints and redstone logic (e.g. the printed trapdoor cutting of the power that triggers it), but it shouldn't be a real problem.
2015-04-04 18:07:50 +02:00
Florian Nücke
e98866473a
Updated as per Magik6k's request.
2015-04-04 16:58:05 +02:00
Florian Nücke
f3e151a3ae
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.
2015-04-04 13:49:56 +02:00
Florian Nücke
86cce2502b
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10
2015-04-03 18:16:40 +02:00
Florian Nücke
2ebced30eb
Made Chamelium edible, closes #1001 .
2015-04-03 18:16:26 +02:00
Florian "Sangar" Nücke
7ee7fb2714
Merge pull request #1009 from xbony2/patch-1
...
Update README.md with info for setting up dev-env when using eclipse.
2015-04-03 01:24:40 +02:00
xbony2
122bbcf201
Update README.md
2015-04-02 19:17:30 -04:00
xbony2
9f4fbea6e4
Update README.md
2015-04-02 19:10:14 -04:00
Florian Nücke
02b9c48603
Maked redstone i/o block properly wake computers. Closes #1007 .
2015-04-02 23:02:32 +02:00
Florian Nücke
681f1f0543
Special thingers.
2015-04-02 22:12:27 +02:00
Florian "Sangar" Nücke
66d4356c6e
Merge pull request #995 from xbony2/patch-1
...
Update .gitignore
2015-04-01 11:09:53 +02:00
xbony2
5fce10b4e1
Update .gitignore
2015-03-31 21:03:27 -04:00
Florian Nücke
dcb6cce1d9
Make lore entry of items readable via the item stack converter.
2015-04-01 00:23:46 +02:00
Florian Nücke
4dab10de3f
Version bump.
2015-03-31 23:58:43 +02:00
Florian Nücke
de399541e2
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10
2015-03-31 18:13:23 +02:00
Florian Nücke
221f42bb2e
Not making mod integration depend on whether power use is enabled or not... closes #992 .
2015-03-31 18:12:50 +02:00
Florian "Sangar" Nücke
7a5acd5ad2
Merge pull request #991 from mpmxyz/patch-1
...
cat.lua now closes opened files properly
2015-03-31 17:52:55 +02:00
mpmxyz
063c50033c
cat.lua now closes opened files properly
...
The title says everything.
It caused a lot of Out of Memory-Errors when I tested a custom file system. (-> many unclosed streams)
2015-03-31 17:24:11 +02:00
Florian Nücke
ef86ca01c8
Added drivers for the separate RF energy APIs, closes #989 .
2015-03-31 13:35:45 +02:00
Florian Nücke
ff85880a96
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.
2015-03-31 01:57:39 +02:00
Florian Nücke
b021641efe
Allow filtering items when querying lists from AE2 networks, closes #856 .
...
`me_controller.getCraftables` and `me_controller.getItemsInNetwork` now take an optional table argument. This table is a filter applied to the result. Its format is the same as item stack representations. For example, a full filter could be:
```
{
damage = 0,
maxDamage = 0,
size = 12,
maxSize = 64,
hasTag = false,
name = "minecraft:stick,
label = "Stick"
}
```
2015-03-31 00:30:07 +02:00
Florian Nücke
f4bcb0718e
Populate tablet_use
info with sign text if sign upgrade is installed, closes #988 .
2015-03-30 23:50:58 +02:00
Florian Nücke
4d5c923c42
Allow recycling prints by using them as material input for printers, closes #986 .
2015-03-30 23:36:27 +02:00