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
f3879cc7af
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8
2015-04-02 23:02:50 +02: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
cb05f658e5
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8
2015-04-02 22:13:01 +02:00
Florian Nücke
681f1f0543
Special thingers.
2015-04-02 22:12:27 +02:00
Florian Nücke
bce128f13c
Updated Forge dependency version to the (hopefully?) correct one.
2015-04-01 11:38:40 +02:00
Florian Nücke
36c7127d57
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8
...
Conflicts:
.gitignore
2015-04-01 11:19:18 +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
0a5c7bbb3e
Merge branch 'master-MC1.8' of github.com:MightyPirates/OpenComputers into OC1.5-MC1.8
2015-04-01 02:00:25 +02:00
Florian Nücke
5543fff589
Gaah, debug code begone.
2015-04-01 01:57:34 +02:00
Florian Nücke
a894f97133
Fixes error in power distributor tile entity renderer.
2015-04-01 01:56:39 +02:00
Florian Nücke
3c7d00665e
Merge branch 'master-MC1.8' of github.com:MightyPirates/OpenComputers into OC1.5-MC1.8
2015-04-01 00:33:44 +02:00
Florian Nücke
765f1dc71e
Fixed for MC 1.8.
2015-04-01 00:27:30 +02:00
Florian Nücke
d503fc7ac4
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8
...
Conflicts:
src/main/scala/li/cil/oc/integration/vanilla/ConverterItemStack.scala
2015-04-01 00:26:04 +02: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
e42e28851e
Merge branch 'master-MC1.8' of github.com:MightyPirates/OpenComputers into OC1.5-MC1.8
...
Conflicts:
build.properties
2015-04-01 00:03:35 +02:00
Florian Nücke
517a00941e
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8
2015-03-31 23:59:03 +02:00
Florian Nücke
4dab10de3f
Version bump.
2015-03-31 23:58:43 +02:00
Florian Nücke
27275dce76
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8
2015-03-31 23:58:20 +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
e1ac05b6f3
Fixed reading text on signs via sign upgrade.
2015-03-31 01:13:29 +02:00
Florian Nücke
f834a017c3
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8
...
Conflicts:
build.gradle
build.properties
src/main/scala/li/cil/oc/client/renderer/block/BlockRenderer.scala
src/main/scala/li/cil/oc/client/renderer/item/ItemRenderer.scala
2015-03-31 00:50:42 +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
Florian Nücke
b2a0a8d90c
Updated BuildCraft dependency.
2015-03-30 18:33:19 +02:00
Florian Nücke
20715298e0
Re-enabling AE2 integration for newer version, because issue seems to be fixed as of version rv2-beta-22.
2015-03-30 17:57:27 +02:00
Florian Nücke
6afc31b624
Updated some dependencies, should close #984 .
...
Also updated Forge to allow running mods in dev env that depend on it (such as AE2).
2015-03-30 17:34:15 +02:00
Florian Nücke
4b354551a0
Fixed wrong UV mapping on 3D prints (in particular the item renderer).
2015-03-30 16:45:45 +02:00
Florian Nücke
ffb2b75968
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8
2015-03-30 13:49:52 +02:00
Florian Nücke
5506375bf2
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10
2015-03-30 13:49:32 +02:00
Florian Nücke
952d5f2038
Should fix a few issues with the experimental memory leak fix, such as robots shutting down when moving.
2015-03-30 13:49:18 +02:00
Florian "Sangar" Nücke
a836a42a5e
Merge pull request #983 from Vexatos/patch-17
...
Mandatory OPPM Update
2015-03-30 13:06:05 +02:00
Vexatos
e48004f1b4
Just a small and important change
2015-03-30 13:03:04 +02:00
Vexatos
6115617ce0
Update oppm.lua
2015-03-30 09:53:49 +02:00
Florian Nücke
75668a5e62
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8
...
Conflicts:
src/main/scala/li/cil/oc/server/machine/Machine.scala
2015-03-30 02:03:01 +02:00
Florian Nücke
d13cdc0cd8
Somewhat experimental fix for memory leaks seen in Microcontrollers. If you notice any new issues after this, please do let me know.
...
This essentially schedules machines for full cleanup at a later point, to allow executor threads to finish (can't close states while they're running, don't want to wait for them to finish to avoid lagging servers).
2015-03-29 22:45:43 +02:00
Florian Nücke
5e9861d04a
Temporarily disabling AE2 integration for rv2-beta-20 and newer due to methods that were deprecated in the API crashing now.
2015-03-29 13:24:43 +02:00
Florian Nücke
d2d51b9122
Because the compiler told me to.
2015-03-29 13:23:08 +02:00
Florian Nücke
fba95389be
Should fix #976 .
2015-03-29 01:35:34 +01:00
Florian Nücke
27a63e319b
Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8
2015-03-27 21:51:39 +01:00
Florian Nücke
fa5a6f14b0
Might make #973 go away.
2015-03-27 19:25:39 +01:00