1665 Commits

Author SHA1 Message Date
Florian Nücke
3910487447 Merge branch 'master' of github.com:MightyPirates/OpenComputers into MC1.7 2014-06-03 20:58:34 +02:00
Florian Nücke
8642a4a559 Another go at fixing that native crash, better luck this time? 2014-06-03 20:58:10 +02:00
Florian Nücke
e090883d8f Merge branch 'master' of github.com:MightyPirates/OpenComputers into MC1.7
Conflicts:
	src/main/scala/li/cil/oc/client/Proxy.scala
2014-06-03 17:38:02 +02:00
Florian Nücke
7cc239ebe3 Fixed LuaJ fallback.
Fixed boot address not being saved.
2014-06-03 17:36:21 +02:00
Florian Nücke
9991f4a5fc Should fix crash in native lib by avoiding the crashing JNLua metacall.
Rendering floppy labels on the floppy in the inventory.
2014-06-03 16:58:11 +02:00
Florian Nücke
cd2d9b0e91 Merge branch 'master' of github.com:MightyPirates/OpenComputers into MC1.7 2014-06-02 17:56:53 +02:00
Florian Nücke
d99bc5815c Forcing updates on light emitting blocks occasionally (every 2 seconds) to properly update lighting because MC's lighting needs to see a doctor. 2014-06-02 17:56:34 +02:00
Florian Nücke
1aa4eea798 Merge pull request #282 from Kodos-Atoz/patch-1
Update robot.names
2014-06-02 17:53:13 +02:00
Kodos Atoz
350f0f9c85 Update robot.names
Added Crypto.  And Kodos, because hey why not.
2014-06-02 10:48:26 -05:00
Florian Nücke
ee74576f92 Merge branch 'master' of github.com:MightyPirates/OpenComputers into MC1.7 2014-06-02 14:11:55 +02:00
Florian Nücke
09cabc902d Added simple schematic builder program. 2014-06-02 14:10:46 +02:00
Florian Nücke
2c029747b0 Merge branch 'master' of github.com:MightyPirates/OpenComputers into MC1.7 2014-06-02 13:25:45 +02:00
Florian Nücke
3546e4a846 Fixed items being placeable in disabled container slots in robot inventory. 2014-06-02 13:25:25 +02:00
Florian Nücke
00ad80382d Merge branch 'master' of github.com:MightyPirates/OpenComputers into MC1.7 2014-06-02 13:17:31 +02:00
Florian Nücke
faa314f790 Fixed AIOOB in robot inventory size computation. 2014-06-02 13:17:07 +02:00
Florian Nücke
b184c026dc Merge branch 'master' of github.com:MightyPirates/OpenComputers into MC1.7 2014-06-02 00:30:53 +02:00
Florian Nücke
07755515de Added support for recursive conversion (i.e. converters can push values that need to be converted again, such as item stacks) and support for pushing cyclic maps / lists. Closes #278. 2014-06-02 00:24:48 +02:00
Florian Nücke
b1291d2607 Merge branch 'master' of github.com:MightyPirates/OpenComputers into MC1.7 2014-06-01 20:51:16 +02:00
Florian Nücke
6f3f9cc260 Fixes small creatures (e.g. chickens) taking damage standing on hologram projectors. Because the size was evil. Or something. I don't even. #lolwatminecraft 2014-06-01 20:50:53 +02:00
Florian Nücke
1743968924 Fixed Waila support for screens. 2014-06-01 20:30:20 +02:00
Florian Nücke
614ec30c4d Merge branch 'master' of github.com:MightyPirates/OpenComputers into MC1.7
Conflicts:
	src/main/scala/li/cil/oc/client/gui/RobotAssembler.scala
	src/main/scala/li/cil/oc/client/gui/TextBuffer.scala
2014-06-01 20:08:35 +02:00
Florian Nücke
83debc3288 Added warning icon when trying to type on a screen without a keyboard (mostly for robots). 2014-06-01 19:27:13 +02:00
Florian Nücke
403f1ffbd2 Showing reduced (screen-less) GUI for robots without screens built into them. 2014-06-01 18:20:11 +02:00
Florian Nücke
f9e1f6f1f5 Requiring a CPU and RAM in robot before allowing it to be assembled. 2014-06-01 17:32:07 +02:00
Florian Nücke
fed7f32ad7 Merge branch 'master' of github.com:MightyPirates/OpenComputers into MC1.7 2014-05-31 16:46:29 +02:00
Florian Nücke
b3991c25ba Fixed http request persistence.
Fixed repeated userdata persistence.
Fixed internet.request not blocking when no data was available.
2014-05-31 16:46:04 +02:00
Florian Nücke
b4ac081000 Merge branch 'master' of github.com:MightyPirates/OpenComputers into MC1.7 2014-05-31 02:54:18 +02:00
Florian Nücke
6174673447 Fixed items being replaced when used not being handled properly in robots (e.g. buckets), closes #279. 2014-05-31 02:51:40 +02:00
Florian Nücke
9fcd8abaaa Merge branch 'master' of github.com:MightyPirates/OpenComputers into MC1.7 2014-05-31 02:02:15 +02:00
Florian Nücke
4c39ee547c Fixed screen resolution changes not being applied to the GUI without re-opening it. 2014-05-31 01:45:33 +02:00
Florian Nücke
006a99414a Merge branch 'master' of github.com:MightyPirates/OpenComputers into MC1.7
Conflicts:
	src/main/scala/li/cil/oc/common/tileentity/Robot.scala
2014-05-31 01:28:05 +02:00
Florian Nücke
22d020004c Bind GPU to screen in kernel, to allow boot errors to show up on the screen before an OS binds it.
Set resolution and depth to max in GPU's crash display (bluescreen).
2014-05-31 01:02:42 +02:00
Florian Nücke
6ef0e5d26c Fixed case tier not being set when assembling robots (leading to always getting a tier 1 case when disassembling). 2014-05-31 00:38:48 +02:00
Florian Nücke
46394bcef1 Fixed breaking / unloading robots crashing on servers. 2014-05-31 00:29:39 +02:00
Florian Nücke
4e988a583c Merge branch 'master' of C:\Users\fnuecke\Workspace\OpenComputers into MC1.7 2014-05-30 17:03:01 +02:00
Florian Nücke
1c115d9139 Some more fixes. 2014-05-30 17:00:22 +02:00
Florian Nücke
4df4d1dd98 Corrected name in @Optional.Interface for CC support in Router. 2014-05-30 16:21:17 +02:00
Florian Nücke
489179a361 Merge branch 'master' of C:\Users\fnuecke\Workspace\OpenComputers into MC1.7
Conflicts:
	src/main/java/li/cil/oc/api/event/RobotRenderEvent.java
	src/main/scala/li/cil/oc/client/renderer/item/UpgradeRenderer.scala
	src/main/scala/li/cil/oc/client/renderer/tileentity/RobotRenderer.scala
2014-05-30 16:18:39 +02:00
Florian Nücke
06e0bda2d6 Finalized new robot upgrade rendering implementation.
Added rendering for inventory upgrade.
2014-05-30 16:07:15 +02:00
Florian Nücke
9f9e4d07ec Merge branch 'master' of C:\Users\fnuecke\Workspace\OpenComputers into MC1.7 2014-05-29 21:33:02 +02:00
Florian Nücke
d3da20e150 Minor correction in JavaDoc. 2014-05-29 21:32:49 +02:00
Florian Nücke
b487bb1a9b Merge branch 'master' of C:\Users\fnuecke\Workspace\OpenComputers into MC1.7
Conflicts:
	src/main/scala/li/cil/oc/server/component/FileSystem.scala
	src/main/scala/li/cil/oc/server/component/NetworkCard.scala
2014-05-29 20:36:26 +02:00
Florian Nücke
2eb41614c0 Avoid overshadowing imports. 2014-05-29 20:34:17 +02:00
Florian Nücke
14921160b7 Merge branch 'master' of C:\Users\fnuecke\Workspace\OpenComputers into MC1.7 2014-05-29 19:07:49 +02:00
Florian Nücke
8540f2eed0 Fixed energy glitch in robots carried over from 1.2. 2014-05-29 19:07:33 +02:00
Florian Nücke
f3e46eb803 Merge branch 'master' of C:\Users\fnuecke\Workspace\OpenComputers into MC1.7 2014-05-29 18:00:37 +02:00
Florian Nücke
fcc0dc85c3 Hide robots in creative tab. They have to be assembled to be useful. 2014-05-29 18:00:23 +02:00
Florian Nücke
566962936f Fixed a concurrent modification exception in robot copying. 2014-05-29 16:45:59 +02:00
Florian Nücke
8ba561aa02 Merge branch 'master' of C:\Users\fnuecke\Workspace\OpenComputers into MC1.7
Conflicts:
	src/main/scala/li/cil/oc/OpenComputers.scala
	src/main/scala/li/cil/oc/client/gui/Disassembler.scala
	src/main/scala/li/cil/oc/common/tileentity/Charger.scala
2014-05-29 16:19:11 +02:00
Florian Nücke
3459ff19a2 Nicer disassembler GUI with progress bar.
Fixed power consumption in robot assembler and disassembler.
Tweaked energy consumption of the two a bit, too.
Made charger, assembler and disassembler accept power directly.
2014-05-29 16:16:04 +02:00